.customer .list h3 {
	border-bottom: 1px solid #000;
	font-size: 16px;
	text-transform: uppercase;
}
.customer .list h3 a {
	line-height: 1;
	margin-top: 20px;
}

.customer .faq {
	display: block;
	background: #F8F8F8 url("../images/arrow-right.svg")no-repeat 97% 50% / 12px;
	padding: 13px 20px;
	color: #00632E;
	font-size: 16px;
	font-weight: 700;
	margin: 0 20px 20px;
}
.customer .faq a {
	display: block;
}

.customer .customer_call {
	display: block;
	background: #F8F8F8 url("../images/arrow-right.svg")no-repeat 97% 50% / 12px;
	padding: 13px 20px;
	color: #00632E;
	font-size: 16px;
	font-weight: 700;
	margin: 0 20px 20px;
}
.customer .customer_call a {
	display: block;
}


.faq-list {
	padding: 20px;
}
.faq-list .list li {
	margin-bottom: 10px;
}
.faq-list .list .ques {
	position: relative;
	font-size: 14px;
	padding: 23px 65px 23px 10px;
	cursor: pointer;
	border-bottom: 1px solid #8F8F8F;
}
.faq-list .list .ques:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 0px;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/toggle-plus.svg")no-repeat 50% 50% / 54px;
}
.faq-list .list .answer {
	display: none;
	position: relative;
	font-size: 12px;
	padding: 20px;
	border-bottom: 1px solid #A0A0A0;
	line-height: 1.5;
	word-break: keep-all;
}
.faq-list .list .answer a.red {
	color: #E94349;
	font-weight: 500;
}
.faq-list .list .answer span {
	font-weight: 500;
}

.faq-list .list li.open .ques {
	color: #004D24;
	border-radius: 5px 5px 0px 0px;
}
.faq-list .list li.open .ques:after {
	content: '';
	background: url("../images/toggle-minus.svg")no-repeat 50% 50% / 40px;
}
.faq-list .list li.open .answer {
	display: block;
}

.ques_btn a {
    width: 200px;
    height: 40px;
    line-height: 42px;
    background: #F39200;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.ques_btn a img {
    vertical-align: -2px;
    margin-left: 3px;
}


.faq-list .list .ques {
	padding: 10px 65px 10px 25px;
}
.faq-list .list .ques:before {
	content: 'Q.';
	position: absolute;
	top: 50%;
	left: 0px;
	font-size: 16px;
	font-weight: 700;
	color: #004D24;
	transform: translateY(-50%);
}