@charset "UTF-8";
h3,h4{
  font-weight: inherit;
  font-size: inherit;
}
@media screen and (min-width: 769px) {
  @font-face {
    font-family: "din";
    src: url("font/din.ttf") format("truetype"),
      url("font/din.woff") format("woff");
  }
  .site-rule {
    max-width: 1024px;
    margin: 0 auto;
  }
  .main-title {
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    font-size: 36px;
    letter-spacing: 0.05em;
    color: #2352a7;
    margin: 0 auto 50px;
    text-align: left;
  }
  .head-paragraph {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #000;
    font-weight: 400;
  }
  .rule-list {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #000;
    font-weight: 400;
    width: 100%;
    margin: 0 auto 25px;
  }
  .rule-list__head {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .rule-list__text {
    width: 100%;
    padding-left: 1.4em;
  }
  .rule-list__text li {
    padding-left: 0.8em;
    text-indent: -1em;
  }
  .rule-list__text a {
    color: #2769e0;
  }
  .rule-list__text a:hover {
    border-bottom: 1px solid #2769e0;
  }
  .rule-list .table {
    width: 80%;
    margin: 25px 0 25px 1.5em;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .rule-list .table-row {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .rule-list .table__cell {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    width: 65%;
  }
  .rule-list .table__cell--head {
    width: 35%;
  }
  .env {
    width: 100%;
    margin: 65px auto 0;
    padding-bottom: 55px;
  }
  .env .blu-gradation__title {
    font-size: 20px;
    letter-spacing: 0.08em;
    padding-top: 4px;
    padding-left: 15px;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,
      メイリオ, sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 40px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(1%, #0bc1f5),
      color-stop(32%, #1b68ce),
      to(#2440b6)
    );
    background: linear-gradient(
      to right,
      #0bc1f5 1%,
      #1b68ce 32%,
      #2440b6 100%
    );
    color: #fff;
  }
  .env-box {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #000;
    font-weight: 400;
    width: 100%;
    margin: 0 auto 40px;
    padding-left: 0.2em;
  }
  .env-box__title {
    font-size: 14px;
  }
  .env-box__text {
    padding-left: 1.1em;
    margin-bottom: 13px;
  }
  .env-table {
    width: calc(100% - 1.1em);
    border: 1px solid #000;
    box-sizing: border-box;
    margin-left: 1.1em;
  }
  .env-table-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #000;
  }
  .env-table-container:nth-child(2) {
    border-bottom: none;
  }
  .env-table-container:nth-child(2)
    .env-table-block:nth-child(1)
    .env-table__cell {
    padding-left: 2em;
  }
  .env-table-container:nth-child(2)
    .env-table-block:nth-child(1)
    .env-table__cell
    p {
    text-align: left;
  }
  .env-table-container:nth-child(2)
    .env-table-block:nth-child(2)
    .env-table__cell:first-child {
    height: 70px;
  }
  .env-table-container:nth-child(2)
    .env-table-block:nth-child(3)
    .env-table__cell:first-child {
    height: 70px;
  }
  .env-table-block:nth-child(1) {
    width: 155px;
  }
  .env-table-block:nth-child(1) .env-table__cell {
    text-align: center;
  }
  .env-table-block:nth-child(1) .env-table__cell p {
    text-align: center;
  }
  .env-table-block:nth-child(2) {
    width: 242px;
  }
  .env-table-block:nth-child(2) .env-table__cell:first-child {
    border-bottom: 1px solid #000;
    height: 100px;
  }
  .env-table-block:nth-child(2) .env-table__cell:first-child p {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .env-table-block:nth-child(2) .env-table__cell:last-child {
    height: 70px;
  }
  .env-table-block:nth-child(2) .env-table__cell:last-child p {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .env-table-block:nth-child(2) .env-table__cell {
    border-left: 1px solid #000;
    padding-left: 3em;
  }
  .env-table-block:nth-child(3) {
    width: 626px;
  }
  .env-table-block:nth-child(3) .env-table__cell:first-child {
    border-bottom: 1px solid #000;
    height: 100px;
  }
  .env-table-block:nth-child(3) .env-table__cell:first-child p {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .env-table-block:nth-child(3) .env-table__cell:last-child {
    height: 70px;
  }
  .env-table-block:nth-child(3) .env-table__cell:last-child p {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .env-table-block:nth-child(3) .env-table__cell {
    border-left: 1px solid #000;
    padding-left: 3.7em;
  }
  .env__caution {
    font-size: 12px;
    padding-top: 5px;
    /*letter-spacing: -0.02em;*/
    padding-left: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  @font-face {
    font-family: "din";
    src: url("font/din.ttf") format("truetype"),
      url("font/din.woff") format("woff");
  }
  .site-rule {
    padding: 4vw 4vw 0;
  }
  .main-title {
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    font-size: 4.8vw;
    color: #2352a7;
    width: 92vw;
    margin: 0 auto 5.06667vw;
    text-align: left;
  }
  .head-paragraph {
    margin-top: 6vw;
    margin-bottom: 3.33333vw;
    font-size: 3.46667vw;
    line-height: 1.84;
    letter-spacing: 0.04em;
    color: #000;
    font-weight: 400;
  }
  .rule-list {
    font-size: 3.46667vw;
    line-height: 1.84;
    letter-spacing: 0.04em;
    color: #000;
    font-weight: 400;
    width: 100%;
    margin: 0 auto 5.6vw;
  }
  .rule-list__head {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .rule-list__text {
    width: 100%;
    padding-left: 1.3em;
  }
  .rule-list__text li {
    padding-left: 0.8em;
    text-indent: -1em;
  }
  .rule-list__text a {
    color: #2769e0;
    border-bottom: 1px solid #2769e0;
  }
  .rule-list .table {
    width: 88vw;
    margin: 3.33333vw 0 4vw 1.5em;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .rule-list .table-row {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .rule-list .table__cell {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 2.4vw;
    width: 65.5%;
    display: flex;
    justify-content: center;
  }
  .rule-list .table__cell--head {
    width: 34.5%;
  }
  .env {
    width: 100%;
    margin: 9.33333vw auto 0;
    padding-bottom: 10vw;
  }
  .env .blu-gradation__title {
    font-size: 4vw;
    letter-spacing: 0.08em;
    padding-top: 2.66667vw;
    padding-bottom: 2.93333vw;
    padding-left: 2vw;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,
      メイリオ, sans-serif;
    font-weight: 700;
    font-style: normal;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(1%, #0bc1f5),
      color-stop(32%, #1b68ce),
      to(#2440b6)
    );
    background: linear-gradient(
      to right,
      #0bc1f5 1%,
      #1b68ce 32%,
      #2440b6 100%
    );
    color: #fff;
  }
  .env-box {
    font-size: 3.46667vw;
    line-height: 1.84;
    letter-spacing: 0.04em;
    color: #000;
    font-weight: 400;
    width: 100%;
    margin: 0 auto 4.53333vw;
  }
  /*.env-box__title {
    font-weight: 500;
  }*/
  .env-box__text {
    padding-left: 1.1em;
    margin-bottom: 2.4vw;
  }
  .env-table {
    width: 88vw;
    margin: 0 0 0 auto;
    border: 1px solid #000;
    box-sizing: border-box;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .env-table-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #000;
  }
  .env-table-container:nth-child(2) {
    border-bottom: none;
  }
  .env-table-container:nth-child(2)
    .env-table-block:nth-child(1)
    .env-table__cell {
    padding-left: 0.66667vw;
  }
  .env-table-container:nth-child(2)
    .env-table-block:nth-child(1)
    .env-table__cell
    p {
    text-align: center;
  }
  .env-table-container:nth-child(2)
    .env-table-block:nth-child(2)
    .env-table__cell:first-child {
    height: 16vw;
  }
  .env-table-container:nth-child(2)
    .env-table-block:nth-child(3)
    .env-table__cell:first-child {
    height: 16vw;
  }
  .env-table-block:nth-child(1) {
    width: 18.66667vw;
  }
  .env-table-block:nth-child(1) .env-table__cell {
    text-align: center;
  }
  .env-table-block:nth-child(1) .env-table__cell p {
    text-align: center;
  }
  .env-table-block:nth-child(2) {
    width: 30.4vw;
  }
  .env-table-block:nth-child(2) .env-table__cell:first-child {
    border-bottom: 1px solid #000;
    height: 24vw;
  }
  .env-table-block:nth-child(2) .env-table__cell:first-child p {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .env-table-block:nth-child(2) .env-table__cell:last-child {
    height: 18.66667vw;
  }
  .env-table-block:nth-child(2) .env-table__cell:last-child p {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .env-table-block:nth-child(2) .env-table__cell {
    border-left: 1px solid #000;
    padding-left: 1.6vw;
  }
  .env-table-block:nth-child(3) {
    width: 38.8vw;
  }
  .env-table-block:nth-child(3) .env-table__cell:first-child {
    border-bottom: 1px solid #000;
    height: 24vw;
  }
  .env-table-block:nth-child(3) .env-table__cell:first-child p {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .env-table-block:nth-child(3) .env-table__cell:last-child {
    height: 18.66667vw;
  }
  .env-table-block:nth-child(3) .env-table__cell:last-child p {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .env-table-block:nth-child(3) .env-table__cell {
    border-left: 1px solid #000;
    padding-left: 1.6vw;
  }
  .env__caution {
    font-size: 2.66667vw;
    padding-top: 1.6vw;
    /*letter-spacing: -0.02em;*/
    padding-left: 1.35em;
  }
}
