@charset "utf-8";

/*////////////////////////////////////
faq
////////////////////////////////////*/
@media screen and (min-width: 768px){
#faq {
	position: relative;
	width: 100%;
	background: #EEE;
	padding: 80px 0;
}
#faq_info {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto 80px;
	background: #FEFEFE;
	padding: 50px;
	border-radius: 50px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	color: #555;
}
#faq_area {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.faq_place {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.faq_q {
	position: relative;
	width: 100%;
	padding: 30px 90px 30px 80px;
	background: #2397E0;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	border-radius: 50px;
	margin-bottom: 10px;
	z-index: 2;
	cursor: pointer;
}
.faq_q::before {
	content: "Q";
	position: absolute;
	top: 14px;
	left: 30px;
	font-size: 3.2rem;
}
.faq_q span {
	position: absolute;
	width: 20px;
	height: 3px;
	background: #FFF;
	transition: all 0.3s;
}
.faq_q span:nth-child(1) {
	top: 50%;
	right: 50px;
}
.faq_q span:nth-child(2) {
	top: 50%;
	right: 50px;
	transform: rotate(90deg);
}
.faq_q.active span:nth-child(1) {
	top: 50%;
	right: 50px;
}
.faq_q.active span:nth-child(2) {
	top: 50%;
	right: 50px;
	transform: rotate(0deg);
}

.faq_a {
	position: relative;
	width: 100%;
	padding: 30px 90px 30px 80px;
	background:#D72225;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	border-radius: 50px;
	transition: all 0.3s;
	top: -100px;
	display: none;
	opacity: 0;
	z-index: 1;
}
.faq_a::before {
	content: "A";
	position: absolute;
	top: 14px;
	left: 30px;
	font-size: 3.2rem;
}
.faq_a.active {
	top: 0;
	display: block;
	opacity: 1;
}

.faq_section {
	position: relative;
	width: 100%;
	background: rgba(34,109,124,1.00);
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 5px 10px;
	margin-bottom: 50px;
}

}

@media screen and (min-width: 0px) and (max-width: 767px){
#faq {
	position: relative;
	width: 100%;
	background: #EEE;
	padding: 80px 0;
}
#faq_info {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto 80px;
	background: #FEFEFE;
	padding: 50px;
	border-radius: 50px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	color: #555;
}
#faq_area {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.faq_place {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.faq_q {
	position: relative;
	width: 100%;
	padding: 30px 90px 30px 80px;
	background: #2397E0;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	border-radius: 50px;
	margin-bottom: 10px;
	z-index: 2;
	cursor: pointer;
}
.faq_q::before {
	content: "Q";
	position: absolute;
	top: 14px;
	left: 30px;
	font-size: 3.2rem;
}
.faq_q span {
	position: absolute;
	width: 20px;
	height: 3px;
	background: #FFF;
	transition: all 0.3s;
}
.faq_q span:nth-child(1) {
	top: 50%;
	right: 50px;
}
.faq_q span:nth-child(2) {
	top: 50%;
	right: 50px;
	transform: rotate(90deg);
}
.faq_q.active span:nth-child(1) {
	top: 50%;
	right: 50px;
}
.faq_q.active span:nth-child(2) {
	top: 50%;
	right: 50px;
	transform: rotate(0deg);
}

.faq_a {
	position: relative;
	width: 100%;
	padding: 30px 90px 30px 80px;
	background:#D72225;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	border-radius: 50px;
	transition: all 0.3s;
	top: -100px;
	display: none;
	opacity: 0;
	z-index: 1;
}
.faq_a::before {
	content: "A";
	position: absolute;
	top: 14px;
	left: 30px;
	font-size: 3.2rem;
}
.faq_a.active {
	top: 0;
	display: block;
	opacity: 1;
}
.faq_section {
	position: relative;
	width: 100%;
	background: rgba(34,109,124,1.00);
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 5px 10px;
	margin-bottom: 50px;
}
}