@charset "UTF-8";
/* Q＆A */
/* contents area */
.faq {
	margin: 0 0 10px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
	text-align: left;
}
.faq .acordion_switch {
	position: relative;
	padding: 20px 60px 20px 106px;
	font-size: 20px;
	line-height: 1.2em;
	color: #221815;
	cursor: pointer;
}
.faq .acordion_switch .question_sub {
	font-size: 14px;
	font-weight: normal;
}
.faq .acordion_switch .num {
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 20px;
	font-size: 28px;
	color: #00a73c;
}
.faq .acordion_switch .arrow {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
	height: auto;
}
.faq .acordion {
	display: none;
	margin: -12px 30px 0;
	padding: 20px 0;
	border-top: 2px solid #3bade4;
}
.faq .acordion .faq__q {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 20px 78px;
	border-bottom: 1px dashed #3bade4;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6em;
}
.faq .acordion .faq__q:before {
	content: "Q.";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	color: #3bade4;
}
.faq .acordion .contents__txt {
	position: relative;
	padding: 0 0 0 78px;
	overflow: hidden;
}
.faq .acordion .contents__txt:before {
	content: "A.";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	color: #fd6d04;
}
.faq .acordion .contents__txt + .contents__txt:before,
.faq .acordion .faq__sample + .contents__txt:before {
	display: none;
}
.faq__sample {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 20px 78px;
}
.faq__sample__illust {
	width: 276px;
}
.float_l {
	margin: 0 20px 0 0;
	float: left;
}


/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
.faq {
	margin: 0 0 5vw;
	border-radius: 10vw;
	box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
}
.faq .acordion_switch {
	padding: 5vw 10vw 5vw 18vw;
	font-size: 4.5vw;
}
.faq .acordion_switch .question_sub {
	font-size: 3vw;
}
.faq .acordion_switch .num {
	left: 3.5vw;
	top: 5vw;
	font-size: 5vw;
}
.faq .acordion_switch .arrow {
	right: 3vw;
	width: 6vw;
}
.faq .acordion {
	margin: -3vw 3vw 0;
	padding: 3vw 0 5vw;
	border-top: 0.7vw solid #3bade4;
}
.faq .acordion:before {
	top: 3.6vw;
	font-size: 5vw;
}
.faq .acordion .contents__txt {
	padding: 0 0 0 8vw;
}
.faq .acordion .contents__txt:before {
	top: 0.7vw;
	font-size: 5vw;
}
.faq__sample {
	display: block;
	justify-content: unset;
	padding: 2vw 0;
}
.faq__sample__illust {
	width: auto;
	padding: 0 0 3vw;
}
.float_l {
	margin: 0 0 3vw;
	float: none;
}
}
