/* ==============================================================
*  engslish
* ============================================================ */
.p-topSection-topics .p-topSection_title-en {
  display: block;
  margin: 0 auto;
}

.p-topMessage_image-top {
  width: 610px;
}
@media screen and (max-width: 767px) {
  .p-topMessage_image-top {
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .p-floorCatch img {
    max-width: 361px;
  }
}

.p-infoTable th {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-infoTable th {
    width: 34%;
  }
}

.p-tabNote_item::before {
  content: "*";
}

.p-accessTab_label {
  font-size: 1.6rem;
}
.p-accessTab_label span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-accessTab_label span {
    font-size: 1.2rem;
    word-break: break-word;
  }
}

.p-priceBox_lead + .p-priceTable-typeE {
  margin-top: 20px;
}
