.price__read {
  font-size: 14px;
  line-height: 2;
}
.price__section {
  margin-top: 70px;
}
.price__title {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--color-blue);
  margin-bottom: 24px;
  .en {
    font-size: 28px;
    font-family: var(--font-en);
    font-weight: normal;
  }
  .ja {
    font-size: 18px;
    font-weight: bold;
  }
}
.price__block {
  background-color: #e8ebf5;
  border-radius: 15px;
  display: flex;
  align-items: center;
  color: var(--color-blue);
  font-size: 18px;
  font-weight: bold;
  padding: 20px 28px;
  margin-top: 24px;
  @media screen and (max-width: 750px){
    font-size: 15px;
  }
  dt {
    margin-right: 3em;
    @media screen and (max-width: 750px){
      margin-right: 2.4em;
    }
  }
}
.price__note {
  margin-top: 24px;
  font-size: 12px;
  li {
    text-indent: -1.2em;
    margin-left: 1.2em;
  }
}
.price__table {
  width: 100%;
  border: 1px solid var(--color-blue);
  table-layout: fixed;
  margin-top: 24px;
  thead {
    border-bottom: 2px solid #bfc8e4;
  }
  tr {

  }
  th {
    background-color: #e8ebf5;
    text-align: center;
    color: var(--color-blue);
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
    border: 1px solid #c3cbe5;
    font-size: 14px;
    font-weight: bold;
    @media screen and (max-width: 750px){
      font-size: 13px;
      padding: 12px 0;
    }
  }
  td {
    text-align: center;
    border: 1px solid #c3cbe5;
    font-size: 12px;
    padding: 24px 0;
    vertical-align: middle;
    @media screen and (max-width: 750px){
      padding: 24px 12px;
    }
  }
}
.price__list-large {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-blue);
  li {
    margin-left: 1.15em;
    text-indent: -1.15em;
    + li {
      margin-top: 10px;
    }
  }
}