/*============================
下層ページMV
============================*/
.mv {
  background-image: url(../img/faq/mv_pc.jpg);
}

.mv .title_wrap {
	color: #FFF;
}

.mv .title_wrap span {
  color: #F8DF09;
}

.sec_title_wrap .sec_title span::before {
  background-color: #00913A;
}

/*============================
入塾までの流れ
============================*/
.faq {
	position: relative;
	z-index: 1;
}

.faq .faq_box {
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 640px) {
	.faq .faq_box {
		padding-bottom: 0.20rem;
	}
}

.faq .faq_box .faq_title {
	background-color: #00913A;
	font-size: 0.18rem;
	line-height: 1.75;
	font-weight: 500;
	color: #FFF;
	padding: 0.15rem;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	padding-left: 0.50rem;
	text-indent: -0.18rem;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .faq_title {
		font-size: 0.16rem;
		line-height: 1.55;
		padding: 0.10rem;
		padding-right: 0.50rem;
		padding-left: 0.40rem;
		padding-bottom: 0.12rem;
		text-indent: -0.14rem;
	}
}

.faq .faq_box .faq_title:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .faq_title:hover {
		opacity: 1;
	}
}

.faq .faq_box .faq_title::before {
	content: "Q.";
	font-size: 0.20rem;
	font-weight: 600;
	display: inline-block;
	padding-right: 0.10rem;
  color: #F8DF09;
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .faq_title::before {
		font-size: 0.18rem;
		font-weight: 400;
	}
}

.faq .faq_box .faq_title .acc_icon {
	width: 0.20rem;
	height: 0.20rem;
	position: absolute;
	right: 0.20rem;
	top: 0.25rem;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .faq_title .acc_icon {
		width: 0.14rem;
		height: 0.14rem;
		right: 0.14rem;
		top: 50%;
		transform: translateY(-50%);
	}
}

.faq .faq_box .faq_title .acc_icon::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.faq .faq_box .faq_title .acc_icon::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.faq .faq_box .faq_text {
	background-color: #F2F2F2;
	margin-top: 0.02rem;
	padding-top: 0.20rem;
  padding-bottom: 0.20rem;
	padding-left: 0.3rem;
	display: none;
	margin-left: 0;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .faq_text {
		background-color: #F2F2F2;
		margin-top: 0.02rem;
		padding: 0.15rem;
		position: relative;
	}
}

.faq .faq_box .faq_text .text {
	font-size: 0.16rem;
	line-height: 2;
	text-indent: -0.14rem;
	margin-left: 0.14rem;
	margin-top: 0;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .faq_text .text {
		font-size: 0.14rem;
		line-height: 1.85;
		text-indent: 0;
		margin-left: 0.24rem;
		margin-top: 0;
	}
}

.faq .faq_box .faq_text .text::before {
	content: "A.";
	font-size: 0.20rem;
	font-weight: 600;
	display: inline-block;
	padding-right: 0.10rem;
  color: #00913A;
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .faq_text .text::before {
		content: "A.";
		font-size: 0.18rem;
		font-weight: 400;
		position: absolute;
		left: 0.14rem;
		top:0.12rem;
	}
}

.faq .faq_box .faq_text .text a {
	font-weight: 700;
	text-decoration: underline;
}

.faq .faq_box .faq_text .text a:hover {
	text-decoration: none;
}

.faq .faq_box .faq_title.open {
	/* background-color: var(--color-blue01); */
}

.faq .faq_box .faq_title.open .acc_icon::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq .faq_box small {
	font-size: 0.12rem;
	display: block;
	margin-left: 0.15rem;
}

.faq .faq_box .ph_wrap {
	margin-top: 0.10rem;
}


.faq .list {
	list-style: inside disc;
	margin-top: 0.30rem;
}

.faq .list .item {
	font-size: 0.14rem;
	line-height: 1.65;
	padding-left: 0.14rem;
	text-indent: -0.14rem;
	margin-bottom: 0.05rem;
}

.faq .list .item small {
	font-size: 0.12rem;
	display: block;
	padding-left: 0.20rem;
}