@charset "utf-8";


/**************************************************50
 * site map
 **************************************************/
#site_map > li h2 .mdi:before{
	color: #1CACCA;
	font-size: 150%;
	line-height: 1;
	margin-right: 0.2em;
	position: relative;
	top: 0.1em;
	vertical-align: baseline;
}
#site_map > li h2 a{
	color: #1CACCA;
	font-size: 125%;
	font-weight: bold;
}
#site_map > li .list_circle{
	padding-left: 2em;
}
#site_map > li .list_circle > li{
	margin-top: 5px;
}
#site_map > li .list_circle > li:before{
	color: #23308f;
}
@media screen and (max-width:767px){
	#site_map{
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#site_map{
		margin: 0 auto 50px;
		max-width: 860px;
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	#site_map > li{
		margin-bottom: 30px;
	}
}

