@charset "utf-8";
/* CSS Document */

/* ------------------------
	サイトマップ
------------------------ */
#sitemap {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 30px;
}
#sitemap section {
	padding: 56px 0;
	letter-spacing: .06em;
}
#sitemap section:first-of-type {
	padding-top: 0;
}
#sitemap section + section {
	border-top: 1px solid #e7e7e7;
}
#sitemap section h2 {
	font-size: 16px;
	margin-bottom: 8px;
	color: #787c7b;
}
#sitemap .list > li {
	position: relative;
	padding-left: 16px;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
}
#sitemap .list > li:before {
	position: absolute;
	top: .65em;
	left: 0;
	display: inline-block;
	width: 4px;
	height: 4px;
	content: "";
	background-color: #222;
}
#sitemap .list > li + li {
	margin-top: 18px;
}
#sitemap .list > li > a > small {
	font-weight: normal;
	margin-left: 3px;
}
#sitemap .list > li > small {
	display: block;
	font-weight: normal;
}
#sitemap .subList {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#sitemap .subList > li {
	font-size: 14px;
	margin-right: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}
@media screen and (max-width: 768px){
	#sitemap {
		padding: 0 5%;
	}
	#sitemap section {
		padding: 24px 16px;
	}
	#sitemap .list > li {
		font-size: 14px;
	}
	#sitemap .subList > li {
		font-size: 12px;
	}
}
