@charset "UTF-8";

.page_faq_main {
	background: #F5F5F5;
	padding: 140px 0;
}

.page_faq_main .title_box {
	text-align: center;
}

.page_faq_main .title_box .title {
	font-size: 40px;
	letter-spacing: .08em;
	font-weight: 700;
	line-height: 1.4;
}

.breadcrumb {
	margin-top: 1em;
}

.page_faq .common_page_wrap {
	background: -webkit-gradient(linear, left top, right top, from(#f7f7ff), to(#e5e5f8));
	background: -webkit-linear-gradient(left, #f7f7ff, #e5e5f8);
	background: linear-gradient(to right, #f7f7ff, #e5e5f8);
	padding: 100px 0;
}

#page_faq .fv_image::before {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#f7f7ff), to(#e5e5f8));
	background: -webkit-linear-gradient(left, #f7f7ff, #e5e5f8);
	background: linear-gradient(to right, #f7f7ff, #e5e5f8);
	z-index: -1;
}

.faq_cont_sec .list dl {
	background: #fff;
	border-radius: 10px;
}

/* .faq_cont_sec .list dl:nth-child(even) {
	background: #E3E3E3;
} */

.faq_cont_sec .list dl+dl {
	margin-top: 20px;
}

.faq_cont_sec .list dl dt,
.faq_cont_sec .list dl dd {
	display: flex;
	align-items: center;
	gap: 0 11px;
	padding: 34px 50px 34px;
}

.faq_cont_sec .list dl dt .en {
	font-family: "Zona Pro", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3333333333;
	letter-spacing: 0.01em;
	color: #0200AB;
	flex-shrink: 0;
}

.faq_cont_sec .list dl dt .text {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #18150d;
}

.faq_cont_sec .list dl dt .mark {
	width: 24px;
	aspect-ratio: 1;
	background: #0200AB;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	position: relative;
}

.faq_cont_sec .list dl dt .mark::before,
.faq_cont_sec .list dl dt .mark::after {
	content: "";
	width: 2px;
	height: 50%;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .4s;
}

.faq_cont_sec .list dl dt .mark::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq_cont_sec .list dl dt.nowOpen .mark::before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq_cont_sec .list dl dd {
	align-items: flex-start;
	border-top: 1px solid #e0dfef;
	margin: 0 50px;
	padding: 30px 0 50px;
}


.faq_cont_sec .list dl dd .text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
	letter-spacing: 0.03em;
}

.faq_cont_sec .list dl dd .en {
	flex-shrink: 0;
	font-family: "Zona Pro", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3333333333;
	letter-spacing: 0.01em;
	color: #c90601;
}

.faq_cont_sec .list dl dd .closeBtnHat {
	display: none;
}

@media (max-width: 750px) {
	.wrap {
		max-width: 95%;
	}

	.page_faq_main {
		padding: 20vw 0;
	}

	.page_faq_main .title_box .title {
		font-size: 5.2vw;
	}

	.page_faq .common_page_wrap {
		padding: 10vw 0 20vw;
	}

	.faq_cont_sec .list dl+dl {
		margin-top: 3.08vw;
	}

	.faq_cont_sec .list dl dt {
		gap: 0 2.82vw;
		padding: 5.13vw 4.1vw;
	}

	.faq_cont_sec .list dl dt .en {
		font-size: 6.15vw;
	}

	.faq_cont_sec .list dl dt .text {
		font-size: 4.1vw;
		line-height: 1.2;
	}

	.faq_cont_sec .list dl dt .mark {
		width: 6.15vw;
		max-width: 40px;
	}

	.faq_cont_sec .list dl dd {
		gap: 0 2.82vw;
		padding: 5.13vw 0;
		margin: 0 4.1vw;
	}

	.faq_cont_sec .list dl dd .en {
		font-size: 6.15vw;
	}

	.faq_cont_sec .list dl dd .text {
		font-size: 3.59vw;
	}
}