@charset "UTF-8";

.faq__content {
	margin-bottom: 118px;
}
.l-accordion__one {
	margin-bottom: 13px;
}
.faq__top-title {
	letter-spacing: 0.15em;
	display: inline-block;
	margin-bottom: 69px;
	position: relative;
	left: 50%;
	transform: translateX(-48%);
}
.faq__top-title::before {
	content: "Question";
	font-size: 6.2rem;
	font-family: renata, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #feb8b2;
	letter-spacing: -0.01em;
	position: absolute;
	top: -49px;
	left: -131px;
	z-index: -1;
	transform: rotate(-8.75deg);
}
.q-text__wrap {
	background-color: #f8f8f8;
	padding: 20px 48px;
	position: relative;
}
.q-text__wrap::before {
	content: "Q.";
	font-size: 1.4rem;
	font-weight: 500;
	background: transparent;
	position: absolute;
	top: 45px;
	left: 32px;
}
.q-text__wrap .l-accordion__header__inner__text,
.a-text__wrap p {
	font-size: 1.4rem;
	font-weight: 500;
}
.a-text__wrap .note {
	font-size: 1.2rem;
	text-align: right;
	display: block;
}
.l-accordion__header .i__arrow {
	color: #252525;
	background-color: transparent;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-left: 0;
	border-radius: 0;
	top: 8px;
	right: -24px;
	transform: translateY(-50%) rotate(135deg);
}
.open .i__arrow {
	transform: translateY(0) rotate(315deg);
}
.l-accordion__header .i__arrow::before {
	content: none;
}
.l-accordion__header .i__arrow::after {
	content: none;
}
.a-text__wrap > p {
	font-weight: 900;
	letter-spacing: 0.02em;
	padding: 30px 51px 16px;
}
.a-text__wrap::before {
	content: "A.";
	font-size: 1.4rem;
	background: transparent;
	position: absolute;
	top: 34px;
	left: 34px;
}
.a-text__wrap .l-accordion__body__inner__add {
	font-size: 1.4rem;
	line-height: 2;
	margin: 0 0 23px 32px;
}
.a-text__wrap .l-accordion__body__inner__add ul {
	margin-left: 20px;
	list-style: disc;
}
.a-text__wrap .l-accordion__body__inner__add p + ul {
	margin-top: 1em;
}
.faq-page__link-btn {
	font-size: 1.824rem;
	line-height: 60px;
	color: #fff;
	background-color: #ec675d;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: inline-block;
	width: 325px;
	border-radius: 30px;
	position: relative;
	top: 43px;
	left: 50%;
	transform: translateX(-50%);
}
.faq-page__link-btn::after {
	content: "";
	width: 30px;
	height: 5px;
	border-right: solid 2px;
	border-bottom: solid 1px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-85%) skew(65deg);
}

@media screen and (max-width: 768px) {
	.faq__content {
		margin-bottom: 46px;
	}
	.faq__content .u-mw {
		padding: 0 5vw;
	}
	.l-accordion__one {
		margin-bottom: 11px;
	}
	.faq__top-title {
		letter-spacing: 0.08em;
		margin-bottom: 32px;
		transform: translateX(-51%);
	}
	.faq__top-title::before {
		font-size: 2.8rem;
		top: -20px;
		left: -46px;
	}
	.q-text__wrap {
		background-color: #f8f8f8;
		padding: 8px 55px 8px 33px;
		position: relative;
	}
	.q-text__wrap::before {
		font-size: 1.3rem;
		top: 33px;
		left: 17px;
	}
	.q-text__wrap .l-accordion__header__inner__text,
	.a-text__wrap p {
		font-size: 1.3rem;
		font-weight: normal;
	}
	.l-accordion__header .i__arrow {
		width: 8px;
		height: 8px;
		border: 1px solid currentColor;
		border-bottom: 0;
		border-left: 0;
		top: 6px;
		right: -43px;
	}
	/* 	.l-accordion__one:first-child .l-accordion__header .i__arrow {
		top: 22px;
	} */
	.open .i__arrow {
		transform: translateY(0) rotate(315deg);
	}
	.l-accordion__header .i__arrow::before {
		content: none;
	}
	.l-accordion__header .i__arrow::after {
		content: none;
	}
	.a-text__wrap > p {
		letter-spacing: 0.02em;
		padding: 12px 35px 0px;
	}
	.a-text__wrap::before {
		top: 16px;
		left: 18px;
	}
	.a-text__wrap .l-accordion__body__inner__add {
		margin-left: 35px;
	}
	.faq-page__link-btn {
		font-size: 1.824rem;
		line-height: 52px;
		letter-spacing: 0em;
		width: 293px;
		top: 14px;
	}
	.faq-page__link-btn::after {
		content: "";
		width: 30px;
		height: 5px;
		border-right: solid 2px;
		border-bottom: solid 1px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-85%) skew(65deg);
	}
}