@charset "utf-8";
iframe{
	width:100%;
	height:400px;
	margin-top:20px;
}
.sitemap dl{
	margin-left: 30px;
}
.sitemap dt{
	margin:10px;
	font-weight: normal;
	color:var(--brown-color);
	font-size: 1.5rem;
	border-left: solid 6px var(--green-color);
	padding: 0.2em 0.5em;
}
.sitemap dd{
	margin:10px 30px;
}
.sitemap dt a,.sitemap dd a{
	color:black;
}
.sitemap dt a:hover,.sitemap dd a:hover{
	background-color: var(--orange-color);
}
/*mobile*/
@media screen and (max-width:599px) {

}
