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

.accordion { width:100%; float:left; margin:4px 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#2a3a1c; padding:18px 30px 20px; border-radius:70px; position:relative; margin:0 0 6px;}
.accordion h2:after { content:""; width:22px; height:22px; position:absolute; top:50%; transform:translateY(-50%); right:30px; background:url(../images/right-heart-gold-white-circle-arrow.svg) center / cover;}
.accordion h2.active { border:none;}
.accordion h2.active:after { width:22px; height:22px; background:url(../images/down-rangitoto-white-circle-arrow.svg) center / cover;}
.accordion .content { width:100%; float:left; padding:20px 41px 25px;}

.faq-wrapp .accordion { width:100%; float:left; margin:0 0 35px;}
.faq-wrapp .accordion .content { width:100%; float:left; padding:35px 41px 15px;}

.feeser-wrapp .accordion h2:after {right: 18px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { margin:10px 0 0;}
.accordion h2 { padding:14px 14% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h2:after { right:5%;}

.faq-wrapp .accordion .content { padding:35px 5% 15px}

}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { margin:10px 0 0;}
.accordion h2 { padding:14px 14% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h2:after { right:5%;}

.faq-wrapp .accordion .content { padding:35px 5% 15px}

}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { margin:10px 0 0;}
.accordion h2 { padding:14px 14% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h2:after { right:5%;}

.faq-wrapp .accordion .content { padding:35px 5% 15px}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

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

}