@charset "utf-8";

@media all and (min-width: 769px) {
/* @group faq */

#faq_entryimage {
	width: 100%;
	height: 270px;
	margin: 0;
	text-align: center;
	background: #cfd8e3;
	padding-top: 100px;
}

.faq_main_title {
	font-size: 31px;
}

.faq_main_text {
	color:#333333;
	padding-top:20px;
	line-height:2;
}

.faq_section {
	background: #ffffff;
	padding: 45px 0 0;
}

.faq_sec_title {
	background: #f2f7ee;
	text-align: center;
	padding: 40px 0;
	margin-bottom: 58px;
}

.faq_sec_title h2 {
	font-size: 24px;
	font-weight: normal;
}

.faq_container {
	max-width: 1240px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
}

.faq_container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.faq_left {
	width: 48%;
	float: left;
}

.faq_right {
	width: 48%;
	float: right;
}

.faq_box {
	border: 1px solid #e8fed9;
	border-radius: 10px;
	margin-bottom: 15px;
}

.faq_box h3 {
	background: #e8fed9;
	border-radius: 10px;
	font-weight: normal;
}

.faq_box h3 a {
	color: #000000;
	font-size: 16px;
	padding: 27px 20px 27px 100px;
	display: block;
	position: relative;
}

.faq_q1 {
	background: url("../img/faq/icon_q1.png") no-repeat 20px 20px;
}

.faq_q2 {
	background: url("../img/faq/icon_q2.png") no-repeat 20px 20px;
}

.faq_q3 {
	background: url("../img/faq/icon_q3.png") no-repeat 20px 20px;
}

.faq_q4 {
	background: url("../img/faq/icon_q4.png") no-repeat 20px 20px;
}

.faq_q5 {
	background: url("../img/faq/icon_q5.png") no-repeat 20px 20px;
}

.faq_q6 {
	background: url("../img/faq/icon_q6.png") no-repeat 20px 20px;
}

.faq_box h3 a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 24px;
	height: 16px;
	content: "";
	background: url("../img/faq/icon_arrow.png") no-repeat;
	margin-top: -8px;
	transform: rotate(180deg);
}

.faq_box h3 a.open:after {
	transform: rotate(0);
}

.faq_text {
	padding: 30px;
	font-size: 13px;
	line-height: 1.8;
	display: none;
}

.faq_section_last {
	padding-bottom: 150px;
}

.faq_support {
	border: 1px solid #6b94a1;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.8;
}

.faq_support_left {
	width: 35%;
	margin-right: 5%;
}

.faq_support_icon {
	background: url("../img/faq/icon_support.png") no-repeat left center;
	background-size: 43px 40px;
	padding: 20px 0 20px 60px;
	border-right: 2px dotted #6b94a1;
}

.faq_support_right {
	width: 30%;
}

/* @end */
}




@media all and (max-width: 768px) {
/* @group faq */

#faq_entryimage {
	width: 100%;
	height: 270px;
	margin: 0;
	text-align: center;
	background: #cfd8e3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq_main_title {
	font-size: 31px;
}

.faq_main_text {
	display: none;
}

.faq_section {
	background: #ffffff;
	padding: 20px 0 0;
}

.faq_sec_title {
	background: #828891;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 20px;
}

.faq_sec_title h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}

.faq_container {
	max-width: 1200px;
	margin: 0 20px;
	text-align: left;
}

.faq_container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.faq_left {
}

.faq_right {
}

.faq_box {
	border: 1px solid #e8fed9;
	border-radius: 10px;
	margin-bottom: 15px;
}

.faq_box h3 {
	background: #e8fed9;
	border-radius: 10px;
	font-weight: normal;
}

.faq_box h3 a {
	color: #000000;
	font-size: 13px;
	padding: 20px 10px 20px 60px;
	display: block;
	position: relative;
}

.faq_q1 {
	background: url("../img/faq/icon_q1.png") no-repeat 20px 18px;
	background-size: 29px auto;
}

.faq_q2 {
	background: url("../img/faq/icon_q2.png") no-repeat 20px 18px;
	background-size: 29px auto;
}

.faq_q3 {
	background: url("../img/faq/icon_q3.png") no-repeat 20px 18px;
	background-size: 29px auto;
}

.faq_q4 {
	background: url("../img/faq/icon_q4.png") no-repeat 20px 18px;
	background-size: 29px auto;
}

.faq_q5 {
	background: url("../img/faq/icon_q5.png") no-repeat 20px 18px;
	background-size: 29px auto;
}

.faq_q6 {
	background: url("../img/faq/icon_q6.png") no-repeat 20px 18px;
	background-size: 29px auto;
}

.faq_box h3 a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 8px;
	content: "";
	background: url("../img/faq/icon_arrow.png") no-repeat;
	background-size: 12px 8px;
	margin-top: -4px;
	transform: rotate(180deg);
}

.faq_box h3 a.open:after {
	transform: rotate(0);
}

.faq_text {
	padding: 30px;
	font-size: 12px;
	line-height: 1.8;
	display: none;
}

.faq_section_last {
	padding-bottom: 30px;
}

.faq_support {
	border: 1px solid #6b94a1;
	padding: 20px;
	line-height: 1.8;
	font-size: 12px;
}

.faq_support_left {
}

.faq_support_icon {
	background: url("../img/faq/icon_support.png") no-repeat top center;
	background-size: 43px 40px;
	padding: 50px 0 20px 0px;
	text-align: center;
	border-bottom: 2px dotted #6b94a1;
}

.faq_support_right {
	text-align: center;
	padding: 20px 0 0;
}

/* @end */
}