@charset "UTF-8";

/*-----------------------------------

	sitemap

-----------------------------------*/
#sitemap{
	text-align:center;
	padding:100px 0 60px;
}
#sitemap section{
	width: 48%;
	float: left;
	background:#fff;
	margin-bottom: 30px;
	padding: 30px 20px;
    border: solid 1px #efefef;
	box-sizing:border-box;
}
#sitemap section:nth-child(2n){
	margin-left: 2%;
}
#sitemap section h2 a,
#sitemap section h2 span{
    width: 90%;
    font-size: 28px;
    color: #2d457b;
    display: inline-block;
    padding: 0px 0 15px;
    margin-bottom: 0;
    border-bottom: solid 1px #2d457b;
}
#sitemap section ul{
	margin-top: 10px;
}
@media screen and (max-width: 640px) {
	#sitemap{
		text-align:center;
		padding:60px 0 30px;
	}
	#sitemap section{
		width: 100%;
		float: none;
		background:#fff;
		margin-bottom: 20px;
		padding: 20px 2.5%;
	}#sitemap section:last-child{
		margin-bottom: 0;
	}
	#sitemap section h2 a,
	#sitemap section h2 span{
		font-size: 18px;
		padding: 0px 0 10px;
	}
}








