@charset "UTF-8";
.sitemap-box {
	margin: 0 2% 30px;
	padding: 10px 0;
}
h3 {
	display: none;
}
.sitemap-box h4 {
	background: #c2ecff;
	color: #2023ae;
	padding: 3px 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
.sitemap-box h2 {
	font-size: 16px;
	font-weight: bold;
}
.sitemap-box a {
	text-decoration: underline;
}
.sitemap-box ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
.sitemap-box ul li {
	display: list-item;
	list-style-type: circle;
}
@media screen and (min-width: 769px) {
	/**********
	PC
	**********/
}
