@charset "UTF-8";
/* =====================
  サイトポリシー
===================== */
.article[data-id='1'] {
  padding-top: 72px;
  padding-bottom: 0;
  background-color: #f4f6f8;
  margin-top: 48px;
  &::before {
    background-color: #f4f6f8;
  }
  &::after {
    background-color: #f4f6f8;
  }
  .policy-wrap {
    .policy-unit {
      position: relative;
      border-top: 1px solid #babaca;
      padding-bottom: 96px;
      &::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 2px;
        flex-grow: 0;
        background-color: #074d94;
        left: 0;
        top: -1px;
      }
      & > p {
        line-height: 2;
        margin-top: 32px;
      }
      .small {
        line-height: 2;
        margin-top: 28px;
        counter-reset: number 0;
        & > li {
          & > p {
            position: relative;
            display: flex;
            &::before {
              counter-increment: number 1;
              content: counter(number) '.';
              display: block;
              min-width: 1.3em;
              flex-shrink: 0;
            }
          }
          & + li {
            margin-top: 16px;
          }
        }
        .policy-table {
          margin-top: 48px;
          .table {
            margin-top: 8px;
          }
        }
      }
      & > h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.7;
        letter-spacing: 2.56px;
        color: #074d94;
        margin-top: 40px;
      }
      .eg {
        position: relative;
        margin-top: 16px;
        display: flex;
        gap: 8px;
        &::before {
          content: '※';
          display: block;
        }
      }
      &[data-id='1'] {
        & table {
          margin-top: 47px;
          & thead {
            & tr {
              & th {
                background-color: #e4e7ee;
                text-align: center;
                border: solid 1px #babaca;
                width: 380.7px;
                padding-inline: 24px;
                padding-block: 15px;
                font-size: 15px;
                line-height: 2;
                font-weight: 600;
              }
            }
          }
          & tbody {
            & tr {
              & td {
                background-color: #fff;
                border: solid 1px #babaca;
                padding-inline: 24px;
                padding-block: 15px;
                font-size: 15px;
                line-height: 2;
                vertical-align: top;
              }
            }
          }
        }
      }
    }
  }
}
