@charset "utf-8";
/*================================
sub header
================================*/
.subhd{
	background: #D1F5D6;
}
.sitemap_item{
	max-width: 1066px;
    width: 100%;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.sitemap_menu{
	width: 33%;
	margin-bottom: 60px;
}
.sitemap_menu li{
	font-size: 22px;
	font-weight: bold;
	font-family: YakuHanJP,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic",Meiryo,sans-serif;
	margin-bottom: 10px;
	color: #009A49;
}
.sitemap_menu a, .sitemap_menu span {
	cursor: pointer;
    font-size: 18px;
	color: #231805;
    font-weight: bold;
	font-family: YakuHanJP,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic",Meiryo,sans-serif;
    line-height: 1.2;
    padding: 5px 0 5px 20px;
    background: url("../common/img/ico_arw_bl.svg") no-repeat left center / 16px auto;
}
.sitemap_menu a:hover, .sitemap_menu span:hover  {
    text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
	.subhd {
		background: #D1F5D6;
	}
	.sitemap_menu{
		width: 100%;
		margin-bottom: 40px;
	}
	.sitemap_menu:last-child{
		margin-bottom: 0;
	}
	.sitemap_menu li{
		font-size: 18px;
	}
	.sitemap_menu a, .sitemap_menu span {
		font-size: 16px;
	}

}