.faq {
  padding-top: 84px;
  width: 900px;
  font-size: 18px;
  color: #666;
}
.faq-num {
  position: absolute;
  top: 0;
  left: 0;
  color: #0a2c85;
}
.faq-btn {
  width: 25px;
  height: 25px;
  border: none;  
  position: absolute;
  top: 0;
  right: 0;
  -webkit-appearance: none!important;
  outline: none!important;
  cursor: pointer;
  background: url('../images/open.png') no-repeat center;
  background-size: cover;
}
.faq-btn.active {
  background-image: url('../images/close2.png');
}
.faq-qus {
  position: relative;
  padding-left: 60px;
  padding-bottom: 25px;
  text-align: justify;
  list-style: none;
}
.faq-title {
  padding-right: 45px;
}
.faq-ans {
  display: none;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 30px;
  border-bottom: 2px solid #0a2c85;
}
.page.pad {
  padding-top: 0;
}
.contact.mar {
  margin-top: 49px;
}
@media screen and (max-width: 575px) {
  .faq {
    margin-bottom: 0;
    padding-top: 30px;
    width: 100%;
    font-size: 14px;
  }
  .faq-qus {
    padding-left: 30px;
    padding-bottom: 10px;
  }
  .contact.mar {
    margin-top: 30px;
  }
  .faq-ans {
    padding-top: 5px;
    line-height: 24px;
  }
  .faq-btn {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}