<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.faq {
	margin-bottom: 8vw;
}
.faq:last-child {
	margin-bottom: 0;
}
.faq .faq_title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 9vw;
	overflow: hidden;
	font-size: 4.75vw;
	color: #fff;
	line-height: 1;
	background: #dea8ca;
	border-bottom: 2px solid #b77aca;
	margin-bottom: 2vw;
}
.faq .faq_title:before,
.faq .faq_title:after {
	font-family: "Font Awesome 6 Free";
	font-size: 10vw;
	color: rgba(255,255,255,0.67);
	font-weight: 400;
	content: "\f192";
}
.faq .faq_title:before {
	margin-right: 2vw;
}
.faq .faq_title:after {
	margin-left: 2vw;
}
.faq .faq_items {
	padding: 0 2vw;
}
.faq .faq_item {
	margin-bottom: 2vw;
}
.faq .faq_item:last-child {
	margin-bottom: 0;
}
.faq .faq_question {
	font-size: 5vw;
	color: #dd8dca;
	padding: 1.5vw 0;
}
.faq .faq_answer {
	padding: 0 2vw;
}
.faq .faq_answer_title {
	font-size: 4.5vw;
	color: #9800ff;
	margin-bottom: 0.5vw;
}
.faq .faq_answer_txt {
	font-size: 3.75vw;
	line-height: 1.8;
}

.faq .pageTop {
	display: none;
	text-align: right;
}
</pre></body></html>