body {
  color: #07070D;
  line-height: 1.8;
}

div {
  color: #070707;
}

.legal-wrap {
  max-width: 910px;
  margin: 0 auto;
  padding-bottom: 3rem;
  padding: 0 1rem 3rem 1rem;
}

.legal-wrap h1 {
  font-size: 1.5rem; /* 24px */
  font-weight: normal;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  text-align: center;
  color: #225a9e;
}

.legal-wrap h2 {
  font-size: 1.5rem; /* 24px */
  font-weight: bold;
  padding-top: 2.5rem;
}

.legal-wrap h3 {
  font-size: 0.75rem; /* 12px */
  font-weight: normal;
}

.legal-wrap h4 {
  font-size: 1rem; /* 16px */
  font-weight: bold;
  margin-top: 1.25rem;
}

.legal-wrap h5.subsection-title {
  font-size: 1rem; /* 16px */
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 0;
}

.legal-wrap p {
  font-size: 0.75rem; /* 12px */
}

.terms-section {
  padding-top: 1.875rem; /* 30px */
}
.terms-section-right {
  padding-top: 1.875rem; /* 30px */
  text-align: right;
}

.legal-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem; /* 24px */
}

.legal-wrap td {
  border: 1px solid #ccc;
  padding: 0.625rem; /* 10px */
  font-size: 0.75rem; /* 12px */
}
@media screen and (max-width: 768px) {
  .legal-wrap td {
    border-width: 0;
  }
}

.legal-wrap ul li {
  font-size: 0.75rem; /* 12px */
}

.legal-wrap .shubetsu {
  padding-bottom: 1.5rem; /* 24px */
}

.legal-wrap a {
  color: #07070D;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .legal-wrap h1 {
    padding-bottom: 0;
  }

  .legal-wrap h2 {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
  }
}

.td-background-color1 {
  background-color: #a1d8ff;
  border-width: 0;
  text-align: center;
}

.td-background-color2 {
  background-color: #cceaff;
  border-width: 0;
  text-align: center;
}

.td-center {
  text-align: center;
}

.td-nowrap {
  white-space: nowrap;
}

.td-top {
  vertical-align: top;
}

.table-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .table-pc {
    display: none;
  }
}

.table-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .table-sp {
    display: block;
    width: 100%;
  }
}

