@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; border-bottom:1px solid #fbaf1d; margin:0 0 0;}
.accordion h3 { width:100%; float:left; cursor:pointer; border-top:1px solid #fbaf1d; padding:23px 9px 19px 0; position:relative;}
.accordion h3:first-child { border-top:none;}
.accordion h3:after { content:""; width:8px; height:8px; float:right; background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat bottom center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:0;}
.accordion h3:hover:after { background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat top center / 100%;}
.accordion h3.active:after { background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat top center / 100%;}
.accordion .content { width:100%; float:left; padding:0 0 14px;}

.faq-wrapp .accordion { width:100%; float:left; border:none; margin:0 0 0;}
.faq-wrapp .accordion h3 { width:100%; float:left; cursor:pointer; border:1px solid #fbaf1d; border-radius:90px; margin:0 0 9px; padding:16px 36px 18px; position:relative;}
.faq-wrapp .accordion h3:first-child { border:1px solid #fbaf1d;}
.faq-wrapp .accordion h3:after { content:""; width:8px; height:8px; float:right; background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat bottom center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:36px;}
.faq-wrapp .accordion h3:hover:after { background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat top center / 100%;}
.faq-wrapp .accordion h3.active:after { background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat top center / 100%;}
.faq-wrapp .accordion .content { width:100%; float:left; padding:26px 36px 6px;}

.feeser-col1 .accordion { width:100%; float:left; border:none; margin:40px 0 0;}
.feeser-col1 .accordion h3 { width:100%; float:left; cursor:pointer; border:1px solid #fbaf1d; border-radius:90px; margin:0 0 15px; padding:16px 30px 18PX; position:relative;}
.feeser-col1 .accordion h3:first-child { border:1px solid #fbaf1d;}
.feeser-col1 .accordion h3:after { content:""; width:8px; height:8px; float:right; background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat bottom center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:30px;}
.feeser-col1 .accordion h3:hover:after { background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat top center / 100%;}
.feeser-col1 .accordion h3.active:after { background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat top center / 100%;}
.feeser-col1 .accordion .content { width:100%; float:left; padding:16px 30px 28px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { width:100%; padding:16px 5% 12px;}

.faq-wrapp .accordion { margin:0 0 30px;}
.faq-wrapp .accordion h3 { padding:16px 9% 18px 5%;}
.faq-wrapp .accordion .content { padding:26px 5% 6px;}
.faq-wrapp .accordion h3:after { right:5%;}

.feeser-col1 .accordion { margin:0 0 30px;}
.feeser-col1 .accordion h3 { padding:16px 9% 18px 5%;}
.feeser-col1 .accordion .content { padding:16px 5% 28px;}
.feeser-col1 .accordion h3:after { right:5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { width:100%; padding:16px 5% 12px;}

.faq-wrapp .accordion { margin:0 0 30px;}
.faq-wrapp .accordion h3 { padding:16px 9% 18px 5%;}
.faq-wrapp .accordion .content { padding:26px 5% 6px;}
.faq-wrapp .accordion h3:after { right:5%;}

.feeser-col1 .accordion { margin:0 0 30px;}
.feeser-col1 .accordion h3 { padding:16px 9% 18px 5%;}
.feeser-col1 .accordion .content { padding:16px 5% 28px;}
.feeser-col1 .accordion h3:after { right:5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { width:100%; padding:16px 5% 12px;}

.faq-wrapp .accordion { margin:0 0 30px;}
.faq-wrapp .accordion h3 { padding:16px 9% 18px 5%;}
.faq-wrapp .accordion .content { padding:26px 5% 6px;}
.faq-wrapp .accordion h3:after { right:5%;}

.feeser-col1 .accordion { margin:0 0 30px;}
.feeser-col1 .accordion h3 { padding:16px 9% 18px 5%;}
.feeser-col1 .accordion .content { padding:16px 5% 28px;}
.feeser-col1 .accordion h3:after { right:5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion h3 { padding:17px 9px 13px 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion h3 { padding:20px 9px 16px 0;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}