@charset "utf-8";
/* CSS Document */

.top-main-visual{
	width:100%;
}
.top-main-visual h1{
	margin:0;
}
.top-main-visual img{
	width:100%;
	height:auto;
	display:block;
}
/*サイトマップ*/
.sitemap-about {
	max-width: 960px;
	width: 100%;
	height: auto;
	padding: 0 40px;
	/*width: 60%;*/
	margin: 0 auto;
}
.sitemap-about .section-content{
	padding:160px 0;
}
.sitemap-about h2{
	font-size:40px;
	font-weight:normal;
	margin:0;
	line-height:35px;
	margin-bottom: 56px;
}
.sitemap-about h2 span{
	color:#417E13;
	display:block;
	font-size:25px;
	margin:0;
}
.sitemap-about-content1{
	
}

.sitemap-list h3{
	background-color: #417E13;
	color: #FFFFFF;
	padding: 4px 24px;
	font-size: 18px;
}
.sitemap-list ul{
	color: #417E13;
	font-weight: bold;
	line-height: 2.5;
	margin-top: 24px;
	margin-bottom: 24px;
}
.sitemap-list-1 ul{
	list-style: none;
	font-weight: bold;
	line-height: 3;
	border-top: 3px dotted #417E13;
	padding-left: 21px;
	margin-top: 24px;
	padding-top: 24px;
}
.sitemap-list a{
	color: #444444;
}
.sitemap-list-1 a{
	color: #444444;
}
.sitemap-list-1 li::before{
	content: "▶";
	margin-right: 8px;
	color: #417E13;
	font-size: 12px;
}

@media(max-width:520px){
/*	.sitemap-about {
	width: 80%;
}*/
	.sitemap-about h2 {
		font-size: 35px;
	}
	.sitemap-about h2 span{
		font-size: 20px;
}
	.sitemap-list{
		font-size: 0.9rem;
	}
	.sitemap-list-1{
		font-size: 0.9rem;
	}
}
/*緑字*/
a.green{
	color: #417E13;
	font-size: 22px;
}