/*===========================
MV
===========================*/
#under_mv .mv_title_wrap {
	padding-top: 1.40rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
	#under_mv .mv_title_wrap {
		padding-top: 0.20rem;
	}
}

#under_mv .page_name {
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #FFF;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#under_mv .page_name {
		font-size: 0.14rem;
	}
}

#under_mv .page_name span {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 0.08rem 0.10rem 0.10rem;
}

#under_mv .catch {
	font-size: 0.36rem;
	line-height: 1.675;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#under_mv .catch {
		font-size: 6vw;
		line-height: 1.55;
		padding-bottom: 0.10rem;
	}
}

/*===========================
サイトマップ
===========================*/
#sitemap {
	padding: 0.70rem 0;
	position: relative;
}

#sitemap .in {
	max-width: 10.80rem;
}

#sitemap .sitemap_box {
	padding-bottom: 0.30rem;
	margin-bottom: 0.30rem;
	border-bottom: 1px solid #CCC;
}

#sitemap .sitemap_box a {
	color: #17926f;
}

#sitemap .sitemap_box a:hover {
	text-decoration: none;
}

#sitemap .sitemap_box .title {
	font-size: 0.18rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}