.wrapper {
  max-width: 1260px;
  width: 91.2vw;
  margin: 0 auto 9.6vw;
  padding: 2.1vw 0;
}

.row-box {
  background: rgba(255, 255, 255, 0.7);
  padding: 3.7vw 3.2vw;
}
.row-box .txt1 {
  line-height: 1.4;
  margin-bottom: 8vw;
}
.row-box .row-qa .toggle .toggle-link {
  background: #FFF7ED;
  padding: 19px 42px 20px 29px;
  position: relative;
}
.row-box .row-qa .toggle .toggle-link:after {
  content: "";
  width: 20px;
  background-image: url("../img/child/icon_down.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
}
.row-box .row-qa .toggle .toggle-main {
  margin-left: 17px;
  background: #E0E3DC;
  padding: 10px 18px;
}
.row-box .row-qa .toggle .toggle-main p + p {
  margin-top: 21px;
}
.row-box .row-qa .toggle.active .toggle-link:after {
  transform: rotate(180deg);
}
.row-box .row-qa .toggle + .toggle {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  header {
    background: rgba(122, 145, 106, 0.5);
  }
  section {
    border-bottom: 9px solid #fff;
  }
  .wrapper {
    width: calc(100% - 200px);
    padding: 46px 0 60px;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
  }
  .wrapper:before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    bottom: 19px;
    z-index: -2;
  }
  .row-box {
    background: transparent;
    padding: 44px 50px;
  }
  .row-box .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .row-box .row-ttl {
    max-width: 830px;
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .row-box .row-ttl .h2-common-child {
    margin: 0;
  }
  .row-box .row-ttl .txt1 {
    width: calc(100% - 321px);
    font-size: 20px;
    margin: 0;
    padding-left: 35px;
  }
  .row-box .row-qa .toggle {
    font-size: 24px;
  }
  .row-box .row-qa .toggle .toggle-link {
    padding: 19px 100px 19px 45px;
    transition: 0.3s all ease;
  }
  .row-box .row-qa .toggle .toggle-link:after {
    width: 60px;
    right: 26px;
  }
  .row-box .row-qa .toggle .toggle-link:hover {
    background: rgba(255, 247, 237, 0.5);
  }
  .row-box .row-qa .toggle .toggle-main {
    margin-left: 55px;
    padding: 30px 40px 30px 55px;
    line-height: 1.22;
  }
  .row-box .row-qa .toggle .toggle-main p + p {
    margin-top: 30px;
  }
  .row-box .row-qa .toggle + .toggle {
    margin-top: 32px;
  }
  .light {
    position: absolute;
    top: 275px;
  }
  .light.left {
    left: 5%;
  }
  .light.right {
    right: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  .light.left {
    left: 1%;
  }
  .light.right {
    right: 1%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  .light {
    width: 85px;
  }
  .light img {
    width: 100%;
    height: auto;
  }
  .light.left {
    left: 5px;
  }
  .light.right {
    right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .row-box .row-ttl .txt1 {
    font-size: 18px;
  }
  .row-box .row-qa .toggle {
    font-size: 18px;
  }
  .row-box .row-qa .toggle .toggle-link {
    padding: 19px 70px 19px 25px;
  }
  .row-box .row-qa .toggle .toggle-link:after {
    width: 40px;
    right: 20px;
  }
  .row-box .row-qa .toggle .toggle-main {
    margin-left: 25px;
    padding: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .row-box {
    padding: 40px;
  }
  .row-box .row-ttl {
    flex-direction: column;
    align-items: center;
  }
  .row-box .row-ttl .txt1 {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .row-box .row-ttl {
    display: none;
  }
}/*# sourceMappingURL=qa.css.map */