@media screen and (max-width: 640px) {
.PC {
	display:none; 
}
.SP {
	display: block;
}

#sitemap {
	width: 100%;
	line-height: 1.6em;
	background: #fff;
	margin: 0 auto 4em;
}
#sitemap section {
	margin: 0 10px 1em;
	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.3em;
	color: #113A62;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: linear-gradient(transparent 60%, #fffd86 30%);
	width: fit-content;
	padding: 0 5px;
	margin-left: -5px;
}
h3 a, h4 {
	color: #113A62;
}
h4::before {
	content: "■";
	color: #113A62;
	margin-left: -1em;
}
#sitemap h3 {
	position: relative;
	width: 100%;
	margin: 1em 0 0.75em;
}
#sitemap .inner {
	margin-left: 0.25em; 
}
.inner div {
	margin-bottom: 2em;
}
#sitemap ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.35em;
}
#sitemap ul li:not(.item_inner) {
	width: 100%;
	padding: 8px 0;
	position: relative
}
#sitemap .list-in {
	margin-left: 1em;
}
#sitemap h4.list-in {
	margin: 0 0 5px 2em;
	
}
#sitemap a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding-left: 1em;
}
#sitemap h3 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);
}
#sitemap li a::before {
	content: '';
	position: absolute;
	margin: auto;
	top: 1.125em;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #113A62;
	border-right: 2px solid #113A62;
	transform: rotate(45deg);
}
	
#sitemap .blank_link a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f08e';
	font-weight: 900;
	color: #113A62;
	margin-left: 5px;
	font-size: 0.7em;
}
}
