@charset "UTF-8";




/* メインビジュアル */

#mv {
	position: relative;
	padding: 100px 0;
	background: url(/sitemap/img/mv.jpg) center center no-repeat;
	background-size: cover;
	}

#mv h1 {
	display: block;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	}

#mv p {
	position: relative;
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	}




/* 概要 */

#sitemap_body {
	display: block;
	margin: 0 auto;
	padding: 50px 20px;
	background: #eef6f9;
	}
@media screen and (max-width:768px){
#sitemap_body {
	padding: 30px 20px;
	}
}

#sitemap_body:after {
	display: block;
	content: "";
	clear: both;
	}

#sitemap_body div {
	display: block;
	width: 50%;
	padding: 20px;
	float: left;
	}
@media screen and (max-width:768px){
#sitemap_body div {
	width: 100%;
	float: none;
	}
}

#sitemap_body h2 {
	display: block;
	margin: 0;
	padding: 30px 0;
	color: #006699;
	font-size: 24px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	}

#sitemap_body li {
	display: block;
	width: 33.33333333333333333333333333%;
	padding: 10px;
	float: left;
	}
@media screen and (max-width:768px){
#sitemap_body li {
	width: 100%;
	float: none;
	}
}

#sitemap_body li a {
	display: block;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1em;
	text-align: center;
	background: #fff;
	border: 1px solid #ff6600;
	}