@charset "UTF-8";


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

  sitemap

========================================*/
#sec001 {
	position: relative;
}

#sec001 .box {
	text-align: left;
}

#sec001 .box .item {
	width: 46%;
}

#sec001 .box .item dl {
	margin: 0;
	padding: 0;
	margin-top: 80px;
}

#sec001 .box .item dl dt {
	font-size: 24px;
	border-bottom: 2px solid #009e40;
	padding-bottom: 10px;
}

#sec001 .box .item dl dt a:hover {
	color: #009e40;
	text-decoration: none;
}

#sec001 .box .item dl dd ul li {
	font-size: 18px;
	list-style: none;
	margin-top: 1.2em;
}

#sec001 .box .item dl dd ul li a:hover {
	text-decoration: none;
	color: #009e40;
}

#sec001 .box .item dl dd ul li a span::before {
	content: "\f138";
	font-family: FontAwesome;
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.flex_1000 {
		width: 90%;
		display: block;
	}

	#sec001 .box .item {
		width: 100%;
	}

	#sec001 .box .item dl {
		margin-top: 15vw;
	}

	#sec001 .box .item dl dt {
		font-size: 6vw;
	}

	#sec001 .box .item dl dd ul li {
		font-size: 4.5vw;
	}
}