
@charset "utf-8";
/* ==========================================
// サイトマップ
==========================================*/
/*#sitemap_index_sec div#L-Clm h2 {
	border-bottom: 1px dotted #c4c4c4;
	padding: 0 0 0 8px;
	font-size: 129%;
	margin: 0;
	border-left: 4px solid #005BAC;
	margin-bottom: 16px;
}*/

#sitemap_index_sec div#L-Clm h2 {
	border-bottom: 1px dotted #fff;
	padding: 8px 0 8px 8px;
	font-size: 143%;
	margin: 0 0 16px 0;
	font-weight: normal;
	/*border-left: 4px solid #FFD47B;*/
	border-left: 4px solid #979c53;
	background: #eeefe3;
	/*color: #6c544f;*/
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif; 
}
#sitemap_index_sec div#L-Clm ul {
	float: left;
	width: calc(50% - 20px)/*300px*/;
	margin: 0 20px 20px 0;
	padding: 0;
}

@media (max-width: 575px) {
	#sitemap_index_sec div#L-Clm ul {
		width:100%;
	}
}

#sitemap_index_sec div#L-Clm ul li {
	margin-bottom: 10px;
	list-style: none;
}
	#sitemap_index_sec div#L-Clm ul li:before {
		content:"・";
	}

	#sitemap_index_sec div#L-Clm ul li a {
		color: #6C544F;
		text-decoration: none;
	}
		#sitemap_index_sec div#L-Clm ul li a:hover {
			text-decoration: underline;
		}

	#sitemap_index_sec div#L-Clm ul li.title {
		border: 1px solid #ccc;
		padding: 5px;
		font-size: 117%;
		width: 100%;
	}
		#sitemap_index_sec div#L-Clm ul li.title:before {
			content:"■";
			color: #979c53;
		}

	table th{
    font-weight: normal;
    padding: 5px;;
	}

	table td{
		font-weight: normal;
		padding: 5px;;
	}

	h1.ttl {
    background: url(../images/h2_txt01_requirement.png) 0 0 no-repeat;
    padding: 0;
    margin: 0 0 32px 0;
    height: 30px;
}