/*=============================
FAQ
=============================*/
/* タイトル */
.faq_list_wrap {
	padding: 0.70rem 0 0.30rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.faq_list_wrap {
		padding: 0.30rem 0;
	}
}

.faq_list_wrap .detail {
	padding-bottom: 0.80rem;
}

@media screen and (max-width: 599px) {
	.faq_list_wrap .detail {
		padding-bottom: 0.60rem;
	}
}

.faq_list_wrap .title {
	font-size: 0.20rem;
	line-height: 1.55;
	letter-spacing: 0.10em;
	font-weight: 700;
	color: #163953;
	margin-bottom: 0.10rem;
	position: relative;
	text-indent: -0.14rem;
	margin-left: 0.30rem;
}

@media screen and (max-width: 599px) {
	.faq_list_wrap .title {
		font-size: 0.18rem;
	}
}

.faq_list_wrap .title::before {
	content: "Q.";
	font-weight: 400;
	color: #29abe2;
	display: inline-block;
	font-family: 'Jost', sans-serif;
	padding-right: 0.05rem;
}


.faq_list_wrap .answer_wrap {
	background-color: #F2F2F2;
	padding: 0.20rem;
	border-radius: 4px;
}

.faq_list_wrap .answer_wrap p {
	font-size: 0.15rem;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
}

.faq_list_wrap .answer_wrap a {
	color: #111;
	font-weight: 700;
}
