@charset "UTF-8";
/*　spフォントサイズ自動作成
----------------------------------------------- */
/*　spフォントサイズ自動作成
----------------------------------------------- */
/*　共通フォント
----------------------------------------------- */
/*　共通フォント
----------------------------------------------- */
/*　共通色指定
----------------------------------------------- */
/*　共通色指定
----------------------------------------------- */
.green-text {
  color: #147B45;
}

/*　特定商取引法に基づく表記
----------------------------------------------- */
#commercial {
  width: 100%;
  padding-bottom: 15.71%;
  overflow: hidden;
}

#commercial .commercial-inner {
  width: 85.71%;
  margin: 0 auto;
}

#commercial .commercial-header {
  padding: 10.83% 0 18%;
}

#commercial .commercial-header_img {
  width: 61.5%;
  margin: 0 auto;
}

#commercial .commercial-header_ttl {
  margin-top: 18.33%;
  text-align: center;
}

#commercial .commercial-header_ttl-en {
  font-size: 2.85714vw;
  letter-spacing: 0.1em;
  color: #147B45;
}

#commercial .commercial-header_ttl-ja {
  margin-top: 5%;
  font-size: 5.71429vw;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#commercial .commercial-box {
  margin-top: 8.33%;
}

#commercial .commercial-box:first-child {
  margin-top: 0;
}

#commercial .commercial_l {
  padding-bottom: 5%;
  border-bottom: 1px solid #AAAAAA;
  font-size: 3.71429vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #147B45;
  position: relative;
}

#commercial .commercial_l::before {
  content: "";
  width: 41.66%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #147B45;
}

#commercial .commercial_r {
  margin-top: 3.5%;
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 1.78;
}

@media screen and (min-width: 701px) {
  #commercial {
    padding-bottom: 115px;
  }
  #commercial .commercial-inner {
    width: 1000px;
    position: relative;
  }
  #commercial .commercial-inner::before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    background: #F4F7F8;
    position: absolute;
    top: 0;
    right: 950px;
  }
  #commercial .commercial-header {
    padding: 124px 74px 167px 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  #commercial .commercial-header_img {
    width: 367px;
    margin: 0;
  }
  #commercial .commercial-header_ttl {
    width: 255px;
    margin-top: 0;
    text-align: left;
  }
  #commercial .commercial-header_ttl-en {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  #commercial .commercial-header_ttl-ja {
    margin-top: 25px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  #commercial .commercial-box {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
  }
  #commercial .commercial-box:first-child {
    margin-top: 0;
  }
  #commercial .commercial_l {
    width: 210px;
    margin-left: 150px;
    padding-bottom: 0;
    border-bottom: 1px solid #147B45;
    font-size: 1.6rem;
    line-height: 1.75;
    white-space: nowrap;
  }
  #commercial .commercial_l::before {
    display: none;
  }
  #commercial .commercial_r {
    width: 650px;
    margin: 0 -50px 0 auto;
    padding-bottom: 50px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    border-bottom: 1px solid #EEEEEE;
    white-space: nowrap;
  }
}
/*# sourceMappingURL=commercial.css.map */