@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/faq/under_mv_pc.jpg) center center / cover no-repeat;
}

/* #underFv::after {
	content: "";
	width: 128px;
	height: 150px;
	background: url(../../img/faq/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

#faqBtWrap {
	padding-bottom: 80px;
	background: #edf3fc;
}

#faqBtn {
	padding: 50px;
	background: #dbe6f5;
	border-radius: 10px;
}

#faqBtn h2 {
	padding-bottom: 15px;
	font-size: 2rem;
	font-weight: 500;
}

#faqBtn ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

#faqBtn a {
	padding: 15px 20px;
	background: #FFF;
	border: 1px solid #0d499e;
	border-radius: 100vw;
	color: #0d499e;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

#faqBtn a:hover {
	opacity: 0.7;
}

#faqBtn a::after {
	content: "";
	width: 13px;
	height: 8px;
	background: url(../../img/common/icon_accordion.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	transform: rotate(180deg);
}

#faqWrap {
	padding-bottom: 300px;
	background: #edf3fc;
}

.faq {
	padding-bottom: 80px;
}

.faq:last-child {
	padding-bottom: 0;
}

.faqList li {
	padding-bottom: 30px;
}

.faqList li:last-child {
	padding-bottom: 0;
}

.faqList a {
	padding: 20px;
	background: url(../../img/common/icon_arrow2.svg) right 20px center no-repeat #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	font-size: 1.6rem;
}

.faqList a::before {
	content: "Q";
	width: 50px;
	height: 50px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #0d499e;
	border: 1px solid #0d499e;
	border-radius: 100vw;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2rem;
	font-weight: 500;
}

.que {
	padding: 20px;
	font-size: 1.8rem;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	position: relative;
}

.que::before {
	content: "Q";
	width: 50px;
	height: 50px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #0d499e;
	border: 1px solid #0d499e;
	border-radius: 100vw;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2rem;
	font-weight: 500;
}

.ans {
	padding: 40px 40px 40px 20px;
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	background: #fff8f8;
	border-radius: 10px;
}

.ans::before {
	content: "A";
	width: 50px;
	height: 50px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #e53d03;
	border-radius: 100vw;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	border: 1px solid #e53d03;
}

.ansIn {
	flex: 1;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/faq/under_mv_sp.jpg) center center / cover no-repeat;
	}

	#faqBtn {
		padding: 20px;
	}

	#faqBtn h2 {
		font-size: 1.8rem;
	}

	#faqBtn a {
		padding: 10px 15px;
	}

	#faqBtWrap {
		padding-bottom: 30px;
	}

	.faqList a::before {
		width: 40px;
		height: 40px;
	}

	.single .que {
		padding: 20px 0;
		font-size: 1.6rem;
		gap: 10px;
	}

	.single .que::before {
		width: 40px;
		height: 40px;
	}

	.single .ans {
		padding: 20px;
		font-size: 1.4rem;
	}

	.single .ansIn {
		flex: auto;
	}

	.ans::before {
		width: 40px;
		height: 40px;
	}
}