.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

.main.page-qa {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .main.page-qa:after {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 300px;
    height: 538px;
    content: "";
    background-image: url("../images/qa/img-side.png");
    pointer-events: none;
    user-select: none;
  }
}

.sec-btn-scroll .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-btn-scroll .wrapper {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-btn-scroll .list-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-btn-scroll .item-btn {
  position: relative;
  margin-left: 20px;
  margin-top: 25px;
  width: 31.25%;
  background-color: #FFAC4E;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.sec-btn-scroll .item-btn:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  right: 3%;
  top: calc(50% - 10px);
  display: block;
  width: 16px;
  height: 20px;
  content: "";
  background-image: url("../images/icn/icn-btn-arrow-right-white.png");
}
.sec-btn-scroll .item-btn:first-of-type, .sec-btn-scroll .item-btn:nth-of-type(2), .sec-btn-scroll .item-btn:nth-of-type(3) {
  margin-top: 0;
}
.sec-btn-scroll .item-btn:first-of-type, .sec-btn-scroll .item-btn:nth-of-type(4) {
  margin-left: 0;
}
.sec-btn-scroll .item-btn__anchor {
  display: block;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .sec-btn-scroll .item-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  .sec-btn-scroll .item-btn {
    width: 47.619047619%;
  }
  .sec-btn-scroll .item-btn:nth-of-type(3), .sec-btn-scroll .item-btn:nth-of-type(5) {
    margin-left: 0;
  }
  .sec-btn-scroll .item-btn:nth-of-type(3) {
    margin-top: 20px;
  }
  .sec-btn-scroll .item-btn:nth-of-type(4) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-btn-scroll .item-btn {
    margin-left: 0;
    width: 100%;
    font-size: 1.6rem;
  }
  .sec-btn-scroll .item-btn:nth-of-type(2) {
    margin-top: 20px;
  }
  .sec-btn-scroll .item-btn:nth-of-type(4) {
    margin-left: 0;
  }
  .sec-btn-scroll .item-btn__anchor {
    padding: 20px 0;
  }
}

.sec-content-qa {
  margin-top: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5A5A5A;
}
.sec-content-qa .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-content-qa .wrapper {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-content-qa .ttl {
  font-size: 3rem;
  font-weight: 700;
}
.sec-content-qa .ttl:not(.ttl:first-of-type) {
  margin-top: 80px;
}
.sec-content-qa .ttl:after {
  display: block;
  margin-top: 20px;
  width: 80px;
  height: 8px;
  content: "";
  background-color: #F38100;
}
.sec-content-qa .list-qa {
  margin-top: 30px;
}
.sec-content-qa .item-qa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #707070;
  padding: 30px;
}
.sec-content-qa .item-qa.question {
  cursor: pointer;
  margin-top: 30px;
}
.sec-content-qa .item-qa.question:first-of-type {
  margin-top: 0;
}
.sec-content-qa .item-qa.answer {
  display: none;
  background-color: #707070;
  color: #fff;
}
.sec-content-qa .item-qa.answer a {
  text-decoration: underline;
  text-decoration-color: white;
}
.sec-content-qa .item-qa__txt-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec-content-qa .item-qa__txt-body:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: block;
  margin-right: 70px;
  min-width: 60px;
  min-height: 60px;
  content: "";
}
.sec-content-qa .item-qa__txt-body.question:before {
  background-image: url("../images/icn/icn-question-gray.png");
}
.sec-content-qa .item-qa__txt-body.answer:before {
  background-image: url("../images/icn/icn-answer-white.png");
}
.sec-content-qa .item-qa__btn-drop {
  position: relative;
  display: block;
  margin-left: 20px;
  min-width: 27px;
  min-height: 27px;
}
.sec-content-qa .item-qa__btn-drop span {
  position: absolute;
  left: 0;
  top: calc(50% - 4px / 2);
  transform-origin: center;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #707070;
}
.sec-content-qa .item-qa__btn-drop span:nth-of-type(2) {
  transform: rotate(90deg);
  transition: transform 0.15s ease;
}
.sec-content-qa .item-qa__btn-drop span.spin {
  transform: rotate(0);
}
@media screen and (min-width: 769px) {
  .sec-content-qa .item-qa.question {
    transition: opacity 0.15s ease;
  }
  .sec-content-qa .item-qa.question:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sec-content-qa .item-qa {
    padding: 20px 15px;
  }
  .sec-content-qa .item-qa__txt-body:before {
    min-width: 45px;
    min-height: 45px;
    margin-right: 25px;
  }
  .sec-content-qa .item-qa__txt-body.question:before {
    background-image: url("../images/icn/icn-question-gray.png");
  }
  .sec-content-qa .item-qa__txt-body.answer:before {
    background-image: url("../images/icn/icn-answer-white.png");
  }
  .sec-content-qa .item-qa__btn-drop {
    margin-left: 10px;
    min-width: 20px;
    min-height: 20px;
  }
}/*# sourceMappingURL=page-qa.css.map */