#faq_head .inr {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 10rem;
}

#faq_head .title {
	color: #416790;
	text-align: center;
}

#faq_head .lead {
	max-width: 800px;
	margin: 8.8rem auto 0;
	line-height: 2;
}

#faq_lists {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 6.2rem;
}

#faq_lists .title {
	position: relative;
	color: #24576d;
	font-weight: bold;
}

#faq_lists .title:not(:first-child) {
	margin-top: 11rem;
}

#faq_lists .title::after, #faq_lists .title::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
}

#faq_lists .title:before {
	max-width: 600px;
	background-color: #a9b7b6;
}

#faq_lists .title:after {
	max-width: 80px;
	background-color: #edc82d;
}

.faq_list_detail li {
	position: relative;
}

.faq_list_detail li .faq_frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 0.8rem;
	background-color: #fff;
}

.faq_list_detail li.is-open .faq_a {
	display: block;
}

.faq_list_detail li.is-open .button, .faq_list_detail li.open .button {
	background-color: #fff;
}

.faq_list_detail li.is-open .button::after, .faq_list_detail li.is-open .button::before, .faq_list_detail li.open .button::after, .faq_list_detail li.open .button::before {
	background-color: #f08d85;
}

.faq_list_detail li.is-open .button::after, .faq_list_detail li.open .button::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.faq_list_detail li.close .button {
	background-color: #f08d85;
}

.faq_list_detail li.close .button::after, .faq_list_detail li.close .button::before {
	background-color: #fff;
}

.faq_list_detail li.close .button::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq_list_detail .faq_q {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #24576d;
	font-size: 1.6rem;
	font-weight: bold;
}

.faq_list_detail .faq_q::before {
	margin-right: 2.6rem;
	color: #4ca7b3;
	font-family: "Lusitana", serif;
	font-size: 4.2rem;
	font-weight: normal;
	content: "Q";
}

.faq_list_detail .faq_a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	overflow: hidden;
}

.faq_list_detail .faq_a .content {
	background-color: #efefef;
	line-height: 2;
}

.faq_list_detail .faq_button {
	margin-top: auto;
}

.faq_list_detail .faq_button .button {
	position: relative;
	width: 5rem;
	height: 5rem;
	border: 1px solid #f08d85;
	border-radius: 100%;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.faq_list_detail .faq_button .button:hover {
	opacity: 0.7;
}

.faq_list_detail .faq_button .button::after, .faq_list_detail .faq_button .button::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 2px;
	margin: auto;
	background-color: #fff;
	content: "";
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.faq_list_detail .faq_button .button::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
	#faq_head .inr {
		padding: 3.8rem 1.6rem 0;
	}
	#faq_head .title {
		font-size: 1.4rem;
	}
	#faq_head .lead {
		width: calc(100% - 4.8rem);
		margin: 3.8rem auto 0;
	}
	#faq_lists {
		margin-top: 4rem;
		padding: 0 1.6rem;
	}
	#faq_lists .title {
		padding: 0 0 2.2rem;
		font-size: 1.5rem;
		text-indent: 0.8rem;
	}
	.faq_list_detail {
		margin-top: 3.6rem;
	}
	.faq_list_detail li:not(:first-child) {
		margin-top: 2rem;
	}
	.faq_list_detail li .faq_frame {
		padding: 1.4rem 1.8rem;
		border: 2px solid #a9b7b6;
	}
	.faq_list_detail .faq_q::before {
		margin-right: 2rem;
	}
	.faq_list_detail .faq_a .content {
		margin-top: 1.8rem;
		padding: 1.8rem 2rem;
	}
	.faq_list_detail .faq_button {
		margin-top: 1.4rem;
	}
	.faq_list_detail .faq_button .button {
		width: 4rem;
		height: 4rem;
	}
}

@media screen and (min-width: 768px) {
	#faq_lists .title {
		padding: 0 0 3rem;
		font-size: 2.2rem;
		text-indent: 1rem;
	}
	.faq_list_detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 7rem -1.5rem 0;
	}
	.faq_list_detail li {
		width: calc(33.33333% - 3rem);
		margin: 0 1.5rem;
	}
	.faq_list_detail li:nth-child(n + 4) {
		margin-top: 2rem;
	}
	.faq_list_detail li .faq_frame {
		height: 100%;
		padding: 2rem 2.8rem;
		border: 1px solid #a9b7b6;
	}
	.faq_list_detail li.is-open .faq_frame, .faq_list_detail li.open .faq_frame {
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.faq_list_detail .faq_a .content {
		margin-top: 3rem;
		padding: 1.4rem 2rem 1.6rem;
		font-size: 1.4rem;
	}
	.faq_list_detail .faq_a .content::before {
		display: block;
		margin-top: -1rem;
		margin-bottom: 1.2rem;
		font-family: "Lusitana", serif;
		font-size: 2.4rem;
		line-height: 1.4;
		content: "A";
	}
	.faq_list_detail .faq_button {
		padding-top: 2.2rem;
	}
}
/*# sourceMappingURL=faq.css.map */
