.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;
}

/* ----------- sitemap_content ----------- */
.sitemap_content{
	padding: 70px 0 75px;
}
.sitemap_list{
	
}
.sitemap_list>li{
	margin-bottom: 20px;
}
.sitemap_list>li:last-child{
	margin-bottom: 0px;
}
.sitemap_list>li>a{
	display: inline-block;
	padding-left: 30px;
	
	font-size: 1.8rem;
	color: #2e3136;
	font-weight: bold;
	background: url(../img/sitemap_ico01.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.sitemap_list>li>a:hover{
	color: #901ddb;
	background: url(../img/sitemap_ico01.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
_::-webkit-full-page-media, _:future, :root .sitemap_list>li>a{
	background: url(../img/sitemap_ico01.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
_::-webkit-full-page-media, _:future, :root .sitemap_list>li>a:hover{
	background: url(../img/sitemap_ico01.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
.sitemap_subList{
	
}
.sitemap_subList>li{
	padding-left: 50px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.sitemap_subList>li:last-child{
	/*margin-bottom: 0px;*/
}
.sitemap_subList>li>a{
	display: inline-block;
	padding-left: 20px;
	
	font-size: 1.6rem;
	color: #2e3136;
	background: url(../img/sitemap_ico02.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.sitemap_subList>li>a:hover{
	color: #0650cb;
	background: url(../img/sitemap_ico02.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
_::-webkit-full-page-media, _:future, :root .sitemap_subList>li>a{
	background: url(../img/sitemap_ico02.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
_::-webkit-full-page-media, _:future, :root .sitemap_subList>li>:hover{
	background: url(../img/sitemap_ico02.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}


@media only screen and (max-width: 1024px) {
	/* ----------- sitemap_content ----------- */
	
	
}

@media only screen and (max-width: 768px) {
	/* ----------- sitemap_content ----------- */
	.sitemap_list>li {
	    margin-bottom: 15px;
	}
	.sitemap_list>li>a {
	    padding-left: 20px;
	    font-size: 1.6rem;
	    background: url(../img/sitemap_ico01.png);
	    background-size: 7px auto;
	    background-repeat: no-repeat;
	    background-position: left 6px;
	}
	.sitemap_list>li>a:hover {
	    background: url(../img/sitemap_ico01.png);
	    background-size: 7px auto;
	    background-repeat: no-repeat;
	    background-position: 3px 6px;
	}
	_::-webkit-full-page-media, _:future, :root .sitemap_list>li>a {
	    padding-left: 20px;
	    font-size: 1.6rem;
	    background: url(../img/sitemap_ico01.png);
	    background-size: 7px auto;
	    background-repeat: no-repeat;
	    background-position: left 7px;
	}
	_::-webkit-full-page-media, _:future, :root .sitemap_list>li>a:hover {
	    background: url(../img/sitemap_ico01.png);
	    background-size: 7px auto;
	    background-repeat: no-repeat;
	    background-position: 3px 7px;
	}
	.sitemap_subList>li {
	    padding-left: 30px;
	    margin-top: 3px;
	    margin-bottom: 3px;
	}
	.sitemap_subList>li>a {
	    padding-left: 15px;
	    font-size: 1.4rem;
	    background: url(../img/sitemap_ico02.png);
	    background-size: 7px auto;
	    background-repeat: no-repeat;
	    background-position: left 5px;
	}
	.sitemap_subList>li>a:hover{
		color: #0650cb;
		background: url(../img/sitemap_ico02.png);
	    background-size: 7px auto;
		background-repeat: no-repeat;
		background-position: 4px 5px;
	}
	_::-webkit-full-page-media, _:future, :root .sitemap_subList>li>a{
		background: url(../img/sitemap_ico02.png);
	    background-size: 7px auto;
		background-repeat: no-repeat;
		background-position: left 6px;
	}
	_::-webkit-full-page-media, _:future, :root .sitemap_subList>li>:hover{
		background: url(../img/sitemap_ico02.png);
	    background-size: 7px auto;
		background-repeat: no-repeat;
		background-position: 4px 6px;
	}
	
}

@media only screen and (max-width: 480px) {
	/* ----------- sitemap_content ----------- */
	
	
}