@media screen and (min-width: 768px) {
  .legal-page-title {
    margin-top: 10rem;
  }

  .legal-page-title h1 {
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 6rem;
    letter-spacing: 0.084rem;
  }

  .legal-page-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 6rem;
    margin-top: 6rem;
    margin-bottom: 16.7rem;
  }

  .legal-page-body-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
    align-self: stretch;
  }

  .legal-page-body-item {
    width: 100%;
    padding-bottom: 6rem;
    border-bottom: 1px solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .legal-page-body-item h2 {
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0.056rem;
    margin-bottom: 2.2rem;
  }

  .legal-page-body-item p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
  }

  .legal-page-body-item .sub-paragraph p {
    padding-left: 2.4rem;
  }

  .legal-page-body-item p sup {
    vertical-align: super;
    font-size: smaller;
  }

  .legal-table {
    width: 100%;
    margin: 1.8rem 0 2.4rem;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.5rem;
  }

  .legal-table th,
  .legal-table td {
    padding: 1.2rem 1.4rem;
    border: 0.1rem solid var(--JOPT-Games-Color-Style-JG-Grey-02);
    vertical-align: top;
    text-align: left;
  }

  .legal-table th {
    font-weight: 700;
    background: var(--JOPT-Games-Color-Style-JG-Blue);
    color: var(--JOPT-Games-Color-Style-JG-White);
  }

  .legal-table td:first-child,
  .legal-table th:first-child {
    width: 28%;
    font-weight: 700;
  }

  .legal-page-footer {
    width: 100%;
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    text-align: right;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
  }
}

@media screen and (max-width: 767px) {
  .legal-page-title {
    margin-top: 6.2rem;
  }

  .legal-page-title h1 {
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0.056rem;
  }

  .legal-page-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    margin-top: 4.2rem;
    margin-bottom: 6rem;
  }

  .legal-page-body-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6rem;
    align-self: stretch;
  }

  .legal-page-body-item {
    width: 100%;
    padding-bottom: 4.2rem;
    border-bottom: 1px solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .legal-page-body-item h2 {
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.8rem;
    margin-bottom: 2.2rem;
  }

  .legal-page-body-item p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.028rem;
  }

  .legal-page-body-item .sub-paragraph p {
    padding-left: 2.4rem;
  }

  .legal-page-body-item p sup {
    vertical-align: super;
    font-size: smaller;
  }

  .legal-table {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }

  .legal-table th,
  .legal-table td {
    padding: 1.2rem 1.4rem;
    border: 0.1rem solid var(--JOPT-Games-Color-Style-JG-Grey-02);
    vertical-align: top;
    text-align: left;
  }

  .legal-table th {
    font-weight: 700;
    background: var(--JOPT-Games-Color-Style-JG-Blue);
    color: var(--JOPT-Games-Color-Style-JG-White);
  }

  .legal-table td:first-child,
  .legal-table th:first-child {
    width: 28%;
    font-weight: 700;
  }

  .legal-page-footer {
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    width: 100%;
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.028rem;
  }
}