.pageTitle .info {
  margin-bottom: 30px;
}
.pageTitle .secTitle {
  font-size: 2rem;
  font-weight: 700;
  color:#060606;
}

.faq .listBox {
  border: #dddddd 1px solid;
}
.faq .listBox .item {
  position: relative;
}
.faq .listBox .item::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 18px;
  display: block;
  -webkit-mask: url("../images/faq_arrow.svg");
          mask: url("../images/faq_arrow.svg");
  background: #aaaaaa;
  transform-origin: center;
  right: 40px;
  top: 32px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq .listBox .item::before {
    right: 20px;
  }
}
.faq .listBox .item.active::before {
  background: #f90d08;
  transform: rotate(180deg);
}
.faq .listBox .item + .item {
  border-top: #ddd 1px solid;
}
.faq .qBox {
  width: 100%;
  text-align: left;
  background: none;
  font-size: 1.5rem;
  color: #1f1f1f;
  font-weight: 500;
  display: flex;
  padding: 30px 100px 25px 40px;
}
@media screen and (max-width: 767px) {
  .faq .qBox {
    flex-direction: column;
    font-size: 1.25rem;
  padding: 15px 70px 10px 20px;
  }
}
.faq .qBox::before {
  content: "Question";
  width: 74px;
  color: #f90d08;
  font-weight: 700;
  font-size: 1.125rem;
  margin-right: 35px;
  flex-shrink: 0;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .faq .qBox::before {
    flex-direction: column;
    margin:0 0 10px;
  }
}
.faq .aBox {
  color: #666;
  display: none;
  padding: 30px 40px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .faq .aBox {
  padding: 15px 20px;
  }
}
.faq .aBox .txt {
  display: flex;
}
.faq .aBox .txt::before {
  content: "";
  width: 74px;
  margin-right: 35px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faq .aBox .txt::before {
    display:none;
  }
}
/*# sourceMappingURL=faq.css.map */