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

.row-box {
  background: #fff;
  padding: 3.7vw 5.3vw;
}
.row-box .txt1 {
  line-height: 1.4;
  margin-bottom: 8vw;
}
.row-box .row-txt dl + dl {
  margin-top: 5.6vw;
}

@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 19px;
    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: 965px;
    width: 100%;
    margin: 0 auto;
  }
  .row-box .row-ttl {
    margin: 0 -100px 50px -30px;
    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-txt dl + dl {
    margin-top: 28px;
  }
  .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: 1280px) {
  .row-box .row-ttl {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .row-box .row-ttl .txt1 {
    font-size: 18px;
  }
}
@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;
  }
}/*# sourceMappingURL=house-rule.css.map */