/* ==========================================
 10. サイトマップ
============================================ */
.sitemap h3 {
	font-weight: normal;
}
.sitemap .line {
	border-bottom: 1px dotted #b7b3b3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.sitemap .ttl {
	position: relative;
	display: block;
	padding: 15px 30px 15px 20px;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	background: #f0f0f0;
}
.sitemap .ttl:after {
	position: absolute;
	top: 0;
	right: 20px;
	content: "";
	width: 10px;
	height: 53px;
	z-index: 10;
	background: url(../../common/img/arw_b.svg) left center no-repeat;
	background-size: contain;
}
.sitemap ul.sub {
	margin: 0;
	list-style: none;
	padding: 0;
}
.sitemap ul.sub li a {
	padding-left: 35px;
	background: #fff url(../../common/img/arw.png) 15px center no-repeat;
}


@media print, screen and (max-width: 874px) {

}
/*--- （スマホ） ---*/
@media print, screen and (max-width: 767px) {

}