/*===========================
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;
	}
}

/*===========================
よくある質問
===========================*/
#faq {
	padding: 0.70rem 0;
	position: relative;
}

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

#faq .faq_box {
	padding-bottom: 0.50rem;
}

#faq .faq_box .title {
	font-size: 0.20rem;
	font-weight: 700;
	color: #17926F;
	padding-bottom: 0.20rem;
	letter-spacing: 0.075em;
}
@media screen and (max-width: 599px){
	#faq .faq_box .title {
		font-size: 0.18rem;
		line-height: 1.5;
	}
}


#faq .faq_box .title::before {
	content: "Q.";
	font-weight: 400;
	display: inline-block;
	padding-right: 0.08rem;
	font-family: 'Poppins', sans-serif;
}

#faq .faq_box .text {
	font-size: 0.16rem;
	line-height: 1.85;
	padding: 0.20rem;
	border-radius: 0.10rem;
	letter-spacing: 0.075em;
	background-color:  #e7f4f0;
}