@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .privacy__txt {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .privacy__inr {
    padding: 0 35px;
  }
  .subPage__box {
    margin-bottom: 65px;
  }
  #privacy {
    line-height: 1.88;
  }
  #terms {
    margin-bottom: 0;
    line-height: 1.95;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #terms .privacy__txt {
    line-height: 1.88;
  }
  #terms .privacy__inr > ul > li:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #terms ol li {
    text-indent: -0.55em;
  }
}
@media (max-width: 1000px) {
  #mainvisual .catch img {
    width: 55.3333333333vw;
  }
  .privacy__txt {
    letter-spacing: 0;
  }
  .privacy__inr {
    padding: 0;
  }
  .subPage__box {
    font-size: 3.4666666667vw;
    font-size: max(13px,3.4666666667vw);
    margin-bottom: 65px;
  }
  #privacy {
    line-height: 1.88;
  }
  #terms {
    margin-bottom: 0;
    line-height: 1.95;
    font-size: 2.9333333333vw;
    font-size: max(13px,2.9333333333vw);
    letter-spacing: 0;
  }
  #terms .privacy__txt {
    line-height: 1.88;
  }
  #terms .privacy__inr > ul > li:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #terms ol li {
    text-indent: -0.55em;
  }
}/*# sourceMappingURL=style.css.map */