@charset "utf-8";
/* ===================================================================
    
=================================================================== */

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.sitemap_box {
	width: 800px;
	margin: 0 auto;
}
.sitemap_box a {
	color: #2c2c2c;
	position: relative;
	padding-left: 14px;
}
.sitemap_box a:hover {
	opacity: 0.7;
}
.sitemap_box a::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #EB851D;
	border-right: 1px solid #EB851D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.sitemap_each {
	margin-bottom: 16px;
}


.sitemap_box h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	clear: both;
	background: #efefef;
	padding: 6px 12px;
}
.sitemap_box ul {
	padding-left: 12px;
}
.sitemap_box ul li {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
.sitemap_box {
	width: 100%;
}
}

@media screen and (max-width: 767px) {
.sitemap_box {
	width: 100%;
}
.sitemap_box ul li {
	float: none;
	margin-bottom: 10px;
}

}