@charset "UTF-8";

.page_sitemap .box{
	width: 48%;
}
.page_sitemap .box_left{
	float: left;
}
.page_sitemap .box_right{
	float: right;
}
.page_sitemap h2 a{
	display: block;
	padding-bottom: 20px;
}
.page_sitemap h2:after{
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.page_sitemap .box{
		width: 100%;
	}
	.page_sitemap .box_left,
	.page_sitemap .box_right{
		float: none;
	}
	.page_sitemap h2 a{
		padding-bottom: 15px;
	}
}
