@charset "utf-8";
.main_content{
	margin-bottom: 0;
}
.sitemap_list,
.sitemap_list li,
.sitemap_list ul{
	display: block;
}
.sitemap_list a{
	text-decoration: none;
	display: inline-block;
    line-height: 30px;
}
.sitemap_list>li{
	width: 25%;
	padding-right: 30px;
	float: left;
	margin-bottom: 80px;
}
.sitemap_list>li:nth-child(4n+1){
	clear: both;
}
a.sitemap_lv1_link{
	display: inline-block;
	font-size: 24px;
    /*line-height: 36px;*/
    color: #6db327;
    /*margin-bottom: 5px;*/
    margin-bottom: 10px;
}
.sitemap_lv2 a{
	color: #373a3c;
	/*line-height: 36px;*/
	line-height: 30px;
	margin-bottom: 5px;
}
.sitemap_lv2 a:hover{
	color: #0275d8;
}
.sitemap_lv2_drop{
	font-weight: bold;
}

.minus_ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.minus_ul>li{
	padding-left: 25px;
	position: relative;
}
.minus_ul>li:before{
	content: "-";
	font-size: 16px;
	/*line-height: 36px;*/
	line-height: 30px;
	color: #373a3c;
    position: absolute;
    left: 7px;
}

@media screen and (max-width: 1200px){
	
}

@media screen and (max-width: 991px){
	.sitemap_list>li{
		width: 50%;
		padding-right: 5%;
		margin-bottom: 40px;
	}
	.sitemap_list>li:nth-child(2n+1){
		clear: both;
	}
	.main_content{
		margin-bottom: 40px;
	}
	
}
@media screen and (max-width: 768px){
	.sitemap_list>li{
		width: 100%;
		float: none;
	}
}
