@media screen and (min-width: 641px) {
.PC {
	display:block; 
}
.SP {
	display: none;
}
#sitemap {
	width: 900px;
	line-height: 1.6em;
	margin: 0 auto 3em;
}
#sitemap section {
	margin: 0 auto 2em;
	border: 1px dashed #ccc;
	padding: 1em 1em 0;
}
#sitemap h1 {
	text-align: center;
	color: #113A62;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	position: relative;
	margin: 2em 0;
}
#sitemap h2 {
	font-size: 1.5em;
	color: #113A62;
	font-weight: 600;
	padding: 10px 0.5em;
	margin: 0 0 10px 0.25em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: linear-gradient(transparent 60%, #fffd86 30%);
	width: fit-content;
}
#sitemap h2 a {
	width: fit-content;
}
#sitemap h3 {
	position: relative;
	width: 380px;
	margin: 0.75em 0;
}
#sitemap .inner {
	margin: 0 1.5em; 
}
.inner div {
	margin-bottom: 2em;
}
#sitemap ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
	column-gap: 2.5em;
}
#sitemap ul li:not(.item_inner) {
	width: 380px;
	padding: 6px 0;
	position: relative;
}
#sitemap .list-in {
	margin-left: 1em;
}
#sitemap a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding-left: 1em;
	color: var(--color__chacoal);
}
#sitemap a::before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #113A62;
	border-right: 2px solid #113A62;
	transform: rotate(45deg);
}
h3 a, h4 {
	color: #113A62!important;
}
h4::before {
	content: "■";
	color: #113A62;
}
#sitemap .blank_link a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f08e';
	font-weight: 900;
	color: #113A62;
	margin-left: 5px;
	font-size: 0.75em;
}
}