@charset "utf-8";
/*page_sitemap
************************************************************************************/
#page_sitemap .wrapper{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	margin-top: 50px;
}
#page_sitemap .wrapper dl {
	margin-left: 2%;
	width: 23%;
}
#page_sitemap dt {
	margin: 0 0 7px 0;
	font-weight: 600;
}
#page_sitemap dt a {
	color: #000;
	text-decoration: none;
}
#page_sitemap dd ul li{
	font-size: 0.875em;
	margin: 0 0 7px 0;
}
#page_sitemap dd ul li:first-child {
	margin: 7px 0 7px;
}
#page_sitemap dd ul li:before {
	content: "ー";
	color: #656565;
	margin-right: 5px;
}
#page_sitemap dd ul li a {
	color: #656565;
	text-decoration: none;
}
#page_sitemap dd ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 979px) {
	#page_sitemap .wrapper dl {
		width: 48%;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	/*smart phone*/
}
@media screen and (max-width: 620px) {
	#page_sitemap .wrapper dl {
		width: 98%;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {}