@charset "UTF-8";
/* =================================
 sitemap.css
================================= */
 .list-sitemap {
	font-size: 1.8rem;
	list-style: none;
	line-height: 180%;
	margin-bottom: 40px;
	overflow: hidden;
}
.list-sitemap a {
	color: #2c2c2c;
}
.list-sitemap li {
	margin-bottom: 20px;
}
.sitemap .ttl-cmn-04 {
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.sitemap .ttl-cmn-04 a {
	color: #966f38;
}

@media screen and (max-width:767px) {
.list-sitemap {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
}
