/*============================
MV
============================*/
#mv {
	/* width: 100%;
	height: 6.6rem;
	position: relative */
}

#mv .cont_box {
	position: relative;
}

/* 写真 */
#mv .cont_box .ph_wrap {
	width: 100%;
	margin-left: calc((100% - 12.4rem) / 2);
	height: 6.4rem;
	max-width: 15.00rem;
}
@media screen and (max-width: 599px) {
	#mv .cont_box .ph_wrap {
		margin-left: 0.2rem;
		height: 2.5rem;
	}
}

#mv .cont_box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 0 0 0.1rem;
}

/* テキスト */
#mv .cont_box .text_wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc((100% - 12.8rem) / 2);
}
@media screen and (max-width: 599px) {
	#mv .cont_box .text_wrap {
		left: 0.1rem;
	}
}

#mv .cont_box .text_wrap .lead {
	font-size: 0.55rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
@media screen and (max-width: 599px) {
	#mv .cont_box .text_wrap .lead {
		font-size: 0.2rem;
	}	
}

#mv .cont_box .text_wrap .lead span {
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	margin-bottom: 0.20rem;
	box-sizing: border-box;
	padding: 0 0.2rem 0.1rem 0;
}
@media screen and (max-width: 599px) {
	#mv .cont_box .text_wrap .lead span {
		margin-bottom: 0.10rem;
	}
}

/* 名前 */
#mv .cont_box .name_box {
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	margin-top: 0.50rem;
	margin-bottom: 0.20rem;
	box-sizing: border-box;
	padding: 0.1rem 0.1rem 0.1rem 0;
}
@media screen and (max-width: 599px) {
	#mv .cont_box .name_box {
		margin-top: 0.20rem;
	}
}


#mv .cont_box .name_box .office {
	font-size: 0.15rem;
	margin-bottom: 0.1rem;;
}
@media screen and (max-width: 599px) {
	#mv .cont_box .name_box .office {
		font-size: 0.12rem;
	}
}

#mv .cont_box .name_box .name {
	font-size: 0.3rem;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	#mv .cont_box .name_box .name {
		font-size: 0.18rem;
	}
}


/*============================
FAQ
============================*/
#faq {
	margin-top: 0.8rem;
}

#faq .list {
	display: flex;
	flex-wrap: wrap;
}

#faq .list .item {
	width: calc(50% - 0.2rem);
	background: #FDEAE5;
	box-sizing: border-box;
	padding: 0.3rem 0.4rem;
	border-radius: 0.1rem;
	box-shadow: 0.1rem 0.1rem 0 0 rgba(47,71,92,0.1);
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
	#faq .list .item {
		width: 100%;
		padding: 0.2rem 0.2rem;
		margin-bottom: 0.5rem;
	}
}


#faq .list .item:nth-child(odd) {
	margin-right: 0.2rem;
}
@media screen and (max-width: 599px) {
	#faq .list .item:nth-child(odd) {
		margin-right: 0;
	}
}


#faq .list .item:nth-child(even) {
	margin-left: 0.2rem;
	position: relative;
	top: 0.3rem;
}
@media screen and (max-width: 599px) {
	#faq .list .item:nth-child(even) {
		margin-left: 0;
		top: 0;
	}
}


/* Q */
#faq .q_box dl {
	display: flex;
	align-items: center;
}

#faq .q_box dt {
	display: inline-block;
	width: 0.58rem;
	height: 0.58rem;
	border-radius: 50%;
	background: #2F475C;
	text-align:center;
	line-height: 0.58rem;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 0.25rem;
}
@media screen and (max-width: 599px) {
	#faq .q_box dt {
		width: 0.4rem;
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.15rem;
	}
}


#faq .q_box dd {
	font-size: 0.20rem;
	font-weight: bold;
	color: #FF7A59;
	padding-left: 0.20rem;
	line-height: 1.3;
}
@media screen and (max-width: 599px) {
	#faq .q_box dd {
		font-size: 0.16rem;
		width: calc(100% - 0.4rem)
	}
}


/* A */
#faq .a_text {
	font-size: 0.16rem;
	line-height: 2;
	margin-top: 0.20rem;
}
@media screen and (max-width: 599px) {
	#faq .a_text {
		font-size: 0.14rem;
		margin-top: 0.20rem;
	}
}
