@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .terms__inr {
    padding: 0 35px;
  }
  .subPage {
    margin-bottom: 0;
    line-height: 1.63;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .subPage .terms__inr > ul {
    margin-bottom: 1.5em;
  }
  .subPage .terms__inr > ul > li:not(:last-of-type) {
    margin-bottom: 1.35em;
  }
  .terms__table {
    width: 100%;
    border: 1px solid #333333;
  }
  .terms__table th,
  .terms__table td {
    font-size: 1.4rem;
    letter-spacing: 0;
    border: 1px solid #333333;
    padding: 5px;
    vertical-align: middle;
    font-weight: 400;
  }
  .terms__table tr:first-of-type th:first-of-type {
    width: 180px;
  }
  .terms__table.terms__table--penalty {
    width: 560px;
    margin-bottom: 25px;
  }
  .terms__table.terms__table--penalty tr:first-of-type th:first-of-type {
    width: auto;
  }
  .terms__table.terms__table--penalty tr:first-of-type th:nth-of-type(2),
  .terms__table.terms__table--penalty tr:first-of-type th:nth-of-type(3),
  .terms__table.terms__table--penalty tr:first-of-type th:nth-of-type(4),
  .terms__table.terms__table--penalty tr:first-of-type th:nth-of-type(5) {
    width: 73px;
  }
}
@media (max-width: 1000px) {
  #mainvisual .catch img {
    width: 50vw;
  }
  .subPage {
    margin-bottom: 0;
    line-height: 1.95;
    font-size: 3.4666666667vw;
    font-size: max(13px,3.4666666667vw);
    letter-spacing: 0;
  }
  .subPage .terms__inr > ul {
    margin-bottom: 2em;
  }
  .subPage .terms__inr > ul > li:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .terms__table {
    width: 100%;
    border: 1px solid #333333;
  }
  .terms__table th,
  .terms__table td {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
    border: 1px solid #333333;
    padding: 5px;
    vertical-align: middle;
    font-weight: 400;
    width: 50%;
  }
  .terms__table tr:first-of-type th:first-of-type {
    width: 108px;
  }
  .terms__table.terms__table--penalty {
    margin-bottom: 3.3vw;
  }
  .terms__table.terms__table--penalty th,
  .terms__table.terms__table--penalty td {
    width: auto;
  }
  .terms__table.terms__table--penalty tr:first-of-type th:first-of-type {
    width: auto;
  }
  .terms__table.terms__table--penalty tr:first-of-type th:nth-of-type(3),
  .terms__table.terms__table--penalty tr:first-of-type th:nth-of-type(4),
  .terms__table.terms__table--penalty tr:first-of-type th:nth-of-type(5),
  .terms__table.terms__table--penalty tr:first-of-type th:nth-of-type(6) {
    width: 15%;
  }
}/*# sourceMappingURL=style.css.map */