.insurance_text:nth-last-child(2n-1){
	background-color: #e0e4ec;
}
.insurance_text:nth-last-child(2n){
	background-color: #FFFFFF;
}
/* ----------- sitemap ----------- */
.hc_mvSub {
    background: url(../img/hc_mvSubBg04.png) no-repeat top center;
    background-size: cover;
}

/* ----------- news_Box ----------- */
.news_Box{
	padding: 70px 0 75px;
}
.news_all{
	padding-top: 30px;
	position: relative;
}
.news_all li{
	border-top: 2px solid #eceff4;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding: 25px 0px 22px;
}
.news_all li:last-child{
	border-bottom: 2px solid #eceff4;
}
.news_all_time{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 155px;
	font-size: 1.6rem;
	color: #2e3136;
	letter-spacing: 0px;
	padding-right: 5px;
}
.news_all_synopsis{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: justify;
}
.news_all_synopsis span{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #FFFFFF;
	background-color: #e60012;
	padding: 3px 12px 0px;
	margin-right: 27px;
	margin-bottom: 2px;
}
_::-webkit-full-page-media, _:future, :root .news_all_synopsis span{
	font-size: 1.6rem;
	line-height: 1;
	padding: 4px 12px 3px;
}
.news_all_synopsis a{
	font-size: 1.6rem;
	color: #2e3136;
}
.news_all_synopsis a:hover{
	text-decoration: underline;
}
/* ----------- page_list ----------- */
.page_list_box{
	text-align: center;
	padding-top: 65px;
	/*padding-bottom: 100px;*/
	font-size: 1.6rem;
	font-weight: bold;
	/*border-top: 1px solid #535353;*/
	position: relative;
	top: -1px;
}
.page_list{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	padding-left: 1px;
}
.page_list span{
	position: relative;
    float: left;
    padding: 9px 16px 7px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2e3136;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #2e3136;
    margin: 2px 10px;
}
.page_list a{
	position: relative;
    float: left;
    padding: 9px 16px 7px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2e3136;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #2e3136;
    cursor: pointer;
    margin: 2px 10px;
}
.page_list a:hover{
	z-index: 3;
    color: #fff;
    /*cursor: default;*/
    background-color: #2e3136;
    border-color: #2e3136;
}
.page_list span.current{
	z-index: 3;
    color: #fff;
    /*cursor: default;*/
    background-color: #2e3136;
    border-color: #2e3136;
}
.prev{
	/*border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;*/
   position: relative;
   padding-left: 35px !important;
}
.prev:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 8px solid #2e3136;
	border-left: none;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 50%;
	left: 25%;
	margin-left: -4px;
	margin-top: -7px;
}
.prev:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 8px solid #FFFFFF;
	border-left: none;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 50%;
	left: calc(25% + 3px);
	margin-left: -4px;
	margin-top: -7px;
}
.page_list a.prev:hover:before{
	border-right: 8px solid #ffffff;
}
.page_list a.prev:hover:after{
	border-right: 8px solid #2e3136;
}
.next{
	/*border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;*/
   position: relative;
   padding-right: 35px !important;
}
.next:before{
	content: '';
	display: inline-block;
	/*width: 0;
	height: 0;*/
	border-top: 7px solid transparent;
	border-left: 8px solid #2e3136;
	border-right: none;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 50%;
	right: 25%;
	margin-right: -4px;
	margin-top: -6px;
}
.next:after{
	content: '';
	display: inline-block;
	/*width: 0;
	height: 0;*/
	border-top: 7px solid transparent;
	border-left: 8px solid #FFFFFF;
	border-right: none;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 50%;
	right: calc(25% + 3px);
	margin-right: -4px;
	margin-top: -6px;
}
.page_list a.next:hover:before{
	border-left: 8px solid #ffffff;
}
.page_list a.next:hover:after{
	border-left: 8px solid #2e3136;
}
/*news_content*/
.news_content{
	padding-top: 20px;
	font-size: 1.6rem;
	line-height: 3.0rem;
	text-align: justify;
}
.news_content img{
	display: block;
	margin: 20px auto;
}

/*20210618 add*/
.focus_block{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tl_tag a {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 5px 10px 0;
	font-weight: bold;
	color: #FFF;
	background: #dadf00;
}

.tl_tag a:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
@media only screen and (max-width: 1024px) {
	/* -----------  ----------- */
	
	
}

@media only screen and (max-width: 768px) {
	/* ----------- news_all ----------- */
	.news_all {
	    padding-top: 20px;
	}
	.news_all li {
	    padding: 20px 0px 17px;
	}
	.news_all_time{
		width: 120px;
		font-size: 1.2rem;
	}
	.news_all_synopsis span{
		font-size: 1.2rem;
		line-height: 1.9rem;
		padding: 3px 12px 0px;
		margin-right: 15px;
	}
	_::-webkit-full-page-media, _:future, :root .news_all_synopsis span{
		font-size: 1.2rem;
		line-height: 1;
		padding: 4px 12px 4px;
	}
	.news_all_synopsis a{
		font-size: 1.2rem;
	}
	
	/*page_list_box*/
	.page_list_box{
		font-size: 1.4rem;
		padding-top: 40px;
	}
	.page_list span{
	    padding: 7px 14px 4px;
	    line-height: 1.42857143;
	    margin: 2px 0px;
	    margin-left: -1px;
	}
	.page_list a{
	    padding: 7px 14px 4px;
	    line-height: 1.42857143;
	    margin: 2px 0px;
	    margin-left: -1px;
	}
	
	
}

@media only screen and (max-width: 480px) {
	/* ----------- news_all ----------- */
	.news_all_time{
		width: 110px;
	}
	.news_all li {
	    padding: 15px 0px 12px;
	}
	
	/*page_list_box*/
	.page_list_box{
		padding-top: 40px;
	}
	.news_content{
		padding-top: 18px;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
}