@charset "utf-8";
/*
Theme Name: is_child
Template: is
Author: T-labo
Author URI: https://takai-laboratory.com/
*/

/*========================*/

/*========================
sitemap
========================*/
#sitemap .sitemap_wrap {
	width: 100%;
	height: auto;
	line-height: 130%;
	font-size: 20px;
	letter-spacing: 1.2px;
	overflow: hidden;
	clear: both;
	text-align: left;
}

#sitemap .sitemap_wrap li {
	border-left: 3px solid #013299;
	padding: 2px 0px 2px 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

#sitemap .sitemap_wrap li.under {
	padding-left: 28px;
	margin-left: 15px;
	border: none;
}

#sitemap site_map {
	background: #0A1031;
	color: #fff;
		z-index: 110;
	position: relative;
}

#sitemap .site_map a:hover {opacity: 0.5;}