 @charset "UTF-8";
/* --------------------------------------------------
	SITE MAP
-------------------------------------------------- */
#sitemap {
	margin: 0 auto;
	padding-bottom: 150px;
	max-width: 900px;
}
#sitemap h2 {
	margin: 56px auto 56px;
	width: 130px;
	text-align: center;
}
#sitemap h2 img { width: 100%; }
#sitemap h2 a:hover { text-decoration: none; }
#sitemap h2 .en {
	display: block;
	font-size: 0.5em;
	line-height: 1;
}
#sitemap h2 .ja {
	display: block;
	margin-top: 1.6em;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
}

#sitemap .colBox { float: left; }
#sitemap .colBox.col1 { width: 38%; }
#sitemap .colBox.col2 { width: 37%; }
#sitemap .colBox.col3 { width: 25%; }
#sitemap .colBox.col2,
#sitemap .colBox.col3 {
	padding-top: 68px;
}
#sitemap .subBox { margin: 0 0 50px; }
#sitemap .subBox h3 {
	padding-left: 8px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}
#sitemap .subBox h3 span {
	display: block;
	margin: 0 0 8px -9px;
	padding-left: 8px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	border-left: #000 1px solid;
}
#sitemap .subBox h4 {
	margin: 45px 0 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 15px;
	font-weight: normal;
}
#sitemap .subBox h4:before {
	content: '●';
	color: #CCC;
}
#sitemap .subBox ul { margin: 0 0 0 1.5em; }
#sitemap .subBox li {
	margin: 15px 0 0;
	font-size: 15px;
	line-height: 1.2;
	color: #808080;
}
#sitemap .subBox h5 + ul li:first-child { margin-top: 10px; }
#sitemap .subBox h5 {
	margin: 15px 0 0;
	font-size: 13px;
}
#sitemap .subBox ul + h5 { margin-top: 45px; }
#sitemap .col2 .subBox h5 {
	margin-top: 15px;
	font-weight: normal;
}
@media screen and (max-width: 800px) {
	#sitemap { margin: 0 20px; }
	#sitemap .subBox h3 { font-size: 11px; }
	#sitemap .subBox h3 span { font-size: 16px; }
	#sitemap .subBox h4 { font-size: 13px; }
	#sitemap .subBox li { font-size: 13px; }
	#sitemap .subBox h5 { font-size: 11px; }
}
@media screen and (max-width: 768px) {
	#sitemap {
		margin: 0 auto;
		padding-bottom: 26.5625vw;
		width: 90.625%;
	}
	#sitemap h2 {
		margin-top: 11.25vw;
		margin-bottom: 13.7501vw;
		width: 31.25vw;
	}
	#sitemap h2 .ja { font-size: 3.4376vw; }

	#sitemap .colBox,
	#sitemap .colBox.col1,
	#sitemap .colBox.col2,
	#sitemap .colBox.col3 {
		float: none;
		margin: 0 auto;
		width: 87.5%;
	}
	#sitemap .colBox.col2,
	#sitemap .colBox.col3 {
		padding-top: 0;
	}
	#sitemap .subBox { margin-bottom: 10vw; }
	#sitemap .subBox h3 {
		padding-left: 1.875vw;
		font-size: 2.8125vw;
	}
	#sitemap .subBox h3 span {
		margin: 0 0 1.875vw -2.1875vw;
		padding-left: 1.875vw;
		font-size: 4.0625vw;
	}
	#sitemap .subBox h4 {
		margin-top: 10.9375vw;
		font-size: 3.4376vw;
	}
	#sitemap .subBox li {
		margin-top: 4vw;
		font-size: 3.4376vw;
	}
	#sitemap .subBox h5 { font-size: 3.125vw; }
	#sitemap .subBox ul + h5 { margin-top: 10.9375vw; }
	#sitemap .col2 .subBox h5 {
		margin-top: 4vw;
		margin-top: 15px;
	}
}

