@charset "utf-8";

#sitemap #contents {
	padding-top: 100px;
	background: #efeee8;
}
#sitemap #contents .page-ttl {
	color: #231815;
	margin-bottom: 60px;
}
#sitemap #contents .page-ttl span {
	display: block;
	color: #009944;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}
#sitemap #contents h2:after {
	width: 120px;
	height: 1px;
	display: block;
	margin-top: 25px;
	letter-spacing: normal;
	background: #009944;
	content: "";
}
#sitemap #contents a,
#sitemap #contents dt {
	color: #3e3a39;
	font-size: 16px;
	letter-spacing: 1px;
}
#sitemap #contents .bg {
	padding-bottom: 555px;
	background: url(../img/sitemap_img_bg.jpg) center bottom no-repeat;
}
#sitemap #contents .inBox {
	padding: 0;
	background: none;
}
#sitemap #contents .icon_arrow {
	padding-left: 20px;
	background: url(../../common/img/icon_btn_arrowG.png) left top no-repeat;
	background-size: 9px 9px;
}
#sitemap #contents ul li {
	line-height: 1.4;
	text-indent: -1.5em;
	margin-left: 1em;
	margin-bottom: 25px;
}
#sitemap #contents ul li.level {
	text-indent:0;
	margin-left:-10px;
}
#sitemap #contents dl,
#sitemap #contents dt,
#sitemap #contents dd {
	font-weight: normal;
	margin-bottom: 0;
}
#sitemap #contents dt {
	line-height: 1.4;
	margin-bottom: 25px;
}
#sitemap #contents dd {
	padding-left: 25px;
}
#sitemap #contents dd p {
	margin-bottom: 17px;
}
@media print, screen and (min-width: 768px) {
	#sitemap #contents .icon_arrow {
		padding-left: 25px;
		background-size: 18px 18px;
	}
}

@media (min-width: 992px) {
}
@media print {
	#sitemap #contents {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	#sitemap .col-sm-4 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

}