@charset "UTF-8";
.faq {}
.faq_title {
	font-size: inherit;
	text-align: center;
	font-weight: normal;
	margin-bottom: 67px;
}
.faq_sect {
	margin-bottom: 30px;
	word-break: break-all;
}
.faq_headline {}
.faq_headline > button {
	display: block;
	background-color: #f3f4f9;
	width: 100%;
	text-align: left;
	padding: 20px 20px;
	position: relative;
	z-index: 1;
	padding-left: 85px;
	font-size: 18px;
	padding-right: 90px;
	line-height: 1.66;
	min-height: 100px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.faq_headline > button::before {
	content: "";
}
.faq_headline > button::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 43px;
	margin-top: auto;
	margin-bottom: auto;
	border: 3px solid #0f84e5;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	border-bottom: none;
	border-left: none;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.faq_headline > button.isShow::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.faq_mark {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 35px;
	background-color: #0f84e5;
	width: 32px;
	height: 32px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.faq_mark-q {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq_answer {
	padding: 0 0 37px;
	padding-left: 85px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
	border-bottom: 1px solid #dadbe0;
	display: none;
}
.isShow + .faq_answer {
	display: block;
}
.faq_mark-a {
	background-color: #ff871d;
}
.faq_text {}
.faq_text > a {
	color: inherit;
}
.faq_text > a::before {
	content: "";
}
.faq_text > a::after {
	content: "";
}
.faq_list {
	list-style: none;
}
.faq_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.faq_list > li:first-child {}
.faq_list > li:last-child {}
.faq_list > li:nth-child(2n+1) {}
.faq_list > li:nth-child(n+3) {}
@media screen and (min-width:1000px) {
	.faq_headline > button:hover {
		background-color: #e2e4ef;
	}
	.faq_text > a:hover {}
}
@media screen and (max-width:999px) {
	.faq {}
	.faq_title {}
	.faq_sect {}
	.faq_headline {}
	.faq_headline > button {}
	.faq_headline > button::before {}
	.faq_headline > button::after {}
	.faq_headline > button.isShow::after {}
	.faq_mark {}
	.faq_mark-q {}
	.faq_answer {}
	.isShow + .faq_answer {}
	.faq_mark-a {}
	.faq_text {}
	.faq_text > a {}
	.faq_text > a::before {}
	.faq_text > a::after {}
	.faq_list {}
	.faq_list > li {}
	.faq_list > li:first-child {}
	.faq_list > li:last-child {}
	.faq_list > li:nth-child(2n+1) {}
	.faq_list > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
	.faq {}
	.faq_title {
		margin-bottom: 15px;
	}
	.faq_sect {
		margin-bottom: 15px;
	}
	.faq_headline {}
	.faq_headline > button {
		padding-left: 42px;
		padding-right: 36px;
		font-size: 14px;
	}
	.faq_headline > button::before {}
	.faq_headline > button::after {
		right: 15px;
		width: 8px;
		height: 8px;
	}
	.faq_headline > button.isShow::after {}
	.faq_mark {
		left: 10px;
		font-size: 12px;
		width: 24px;
		height: 24px;
	}
	.faq_mark-q {}
	.faq_answer {
		padding-left: 42px;
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.isShow + .faq_answer {}
	.faq_mark-a {}
	.faq_text {}
	.faq_text > a {}
	.faq_text > a::before {}
	.faq_text > a::after {}
	.faq_list {}
	.faq_list > li {}
	.faq_list > li:first-child {}
	.faq_list > li:last-child {}
	.faq_list > li:nth-child(2n+1) {}
	.faq_list > li:nth-child(n+3) {}
}
