.faqs {
  margin: 40px auto 90px auto;
}
.faqs .inner {
  max-width: 1080px;
}
@media all and (max-width: 767px) {
  .faqs {
    margin: 20px auto 45px auto;
  }
}

.faq_bx {
  border-bottom: 1px solid #EC6A3D;
  box-sizing: border-box;
  padding: 20px 0;
}
.faq_bx:last-of-type {
  border-bottom: none;
}
.faq_bx .q {
  position: relative;
}
.faq_bx .q:before {
  content: "Q";
  position: absolute;
  font-family: "fb", sans-serif;
  font-size: 2.1rem;
  color: white;
  border: 1px solid #EC6A3D;
  background: #EC6A3D;
  border-radius: 100%;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  text-align: center;
  padding-top: 5px;
  top: -5px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
}
.faq_bx .q .ttls {
  padding: 0 50px 0 60px;
  font-weight: 700;
  font-size: 2rem;
}
.faq_bx .q .arws {
  position: absolute;
  width: 14px;
  right: 0;
  top: 10px;
}
.faq_bx .q .arws img {
  width: 100%;
  transition: all 0.3s ease;
}
.faq_bx .q.open .arws img {
  transform: rotate(180deg);
}
.faq_bx .a {
  font-weight: 400;
  position: relative;
  margin-top: 20px;
  padding: 10px 50px 10px 60px;
}
.faq_bx .a:before {
  content: "A";
  position: absolute;
  font-family: "fb", sans-serif;
  font-size: 2.1rem;
  color: #EC6A3D;
  border: 1px solid #EC6A3D;
  border-radius: 100%;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  text-align: center;
  padding-top: 5px;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
}
@media all and (max-width: 767px) {
  .faq_bx {
    padding: 10px 0;
  }
  .faq_bx .q:before {
    content: "Q";
    font-size: 1.3rem;
    width: 23px;
    height: 23px;
    padding-top: 0;
    top: 3px;
  }
  .faq_bx .q .ttls {
    padding: 0 15px 0 30px;
    font-size: 1.5rem;
    display: block;
  }
  .faq_bx .q .arws {
    width: 10px;
    right: 0;
    top: 10px;
  }
  .faq_bx .a {
    padding: 0 15px 0 30px;
    font-size: 1.3rem;
    display: block;
    margin-top: 10px;
  }
  .faq_bx .a:before {
    font-size: 1.3rem;
    width: 23px;
    height: 23px;
    padding-top: 0;
    top: 3px;
  }
}

/*# sourceMappingURL=under_faq.css.map */
