.p-login-order .c-form__inner {
  max-width: 50rem;
  margin: 0 auto;
}
.p-login-order__type {
  display: flex;
  justify-content: center;
  padding: 0 3rem;
  margin-bottom: 6.1rem;
}
.p-login-order__type__list {
  width: calc(100% - 2rem);
  max-width: 30rem;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #1d2087;
  border-radius: 18px;
  position: relative;
}
.p-login-order__type__list::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.8rem;
  background-image: url("/images/login/icon-arrow-bottom-red01.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -1.1rem;
  transform: translateX(-50%);
}
.p-login-order__type__list:hover::after {
  opacity: 1;
}
.p-login-order__type__list:hover .p-login-order__type__list__top, .p-login-order__type__list:hover .p-login-order__type__list__bottom {
  border-color: #1d2087;
}
.p-login-order__type__list:hover .p-login-order__type__list__bottom {
  background-color: #1d2087;
}
.p-login-order__type__list:hover .p-login-order__type__list__bottom p {
  color: #fff;
  font-weight: 500;
}
.p-login-order__type__list:hover input {
  background-image: url("/images/login/txt-do-guest-order-button-white01.svg");
}
.p-login-order__type__list:not(:nth-child(3n)) {
  margin-right: 3rem;
}
.p-login-order__type__list a {
  display: block;
}
.p-login-order__type__list__top, .p-login-order__type__list__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-login-order__type__list__top {
  height: 9.7rem;
  padding-top: 8px;
  background-color: #f8f8f8;
  border: 0.1rem solid #f8f8f8;
  border-bottom: none;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
.p-login-order__type__list__bottom {
  height: 4.3rem;
  background-color: #e8e8e8;
  border: 0.1rem solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  font-size: 1.5rem;
}
.p-login-order__type__list__bottom * {
  font-weight: 400;
}
.p-login-order__type__list input {
  width: 100%;
  height: 100%;
  background-image: url("/images/login/txt-do-guest-order-button01.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
.p-login-order__type__list input::after {
  content: "";
  background-image: url("/images/login/txt-do-guest-order-button-white01.svg");
}
.p-login-order__type__eng {
  font-family: "Oswald", sans-serif;
  color: #1d2087;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-login-order__type__eng * {
  font-family: "Oswald", sans-serif;
}
.p-login-order__type__text {
  color: #1d2087;
  line-height: 1.38;
  letter-spacing: 0.02em;
}
.p-login-order__foot {
  margin-top: 12rem;
}
.p-login-order__foot .p-login-order__type__list:not(:nth-child(3n)) {
  margin-right: 0;
}
.p-login-order__foot .p-login-order__type__list:not(:nth-child(2n)) {
  margin-right: 3rem;
}

.p-guest-order__body {
  margin-top: 5rem;
}

.p-guest-order__body h3 {
  margin-bottom: 2rem;
  color: #1d2087;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-login-order__type__list__top {
    height: 7.7rem;
    padding-top: 0;
  }
  .p-login-order__type__text {
    line-height: 1.2;
  }
  .p-login-order__type {
    padding: 0;
    margin-bottom: 3.1rem;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .p-login-order__type__list {
    width: calc(100% - 0.0666666667rem);
    font-size: 1.8rem;
    width: 43%;
  }
  .p-login-order__type__list:not(:nth-child(3n)) {
    margin-right: 0.1rem;
  }
  .p-login-order__type__list:nth-last-child(n + 1) {
    margin-bottom: 1%;
  }
  .p-login-order__type__list:hover .p-login-order__type__list__top {
    border-top-width: 0.2rem;
  }
  .p-login-order__type__list:hover input {
    background-image: url("/images/login/txt-do-guest-order-button-white-sp01.svg");
  }
  .p-login-order__type__list__top {
    border-radius: 0;
    font-size: 1.8rem;
  }
  .p-login-order__type__list__bottom {
    height: 2.7rem;
    border-radius: 0;
    font-size: 1.21rem;
    line-height: 1.45;
  }
  .p-login-order__type__list__bottom .u-sp-block {
    display: none;
  }
  .p-login-order__type__list input {
    background-image: url("/images/login/txt-do-guest-order-button-sp01.svg");
  }
  .p-login-order__type__list input::after {
    content: "";
    background-image: url("/images/login/txt-do-guest-order-button-white-sp01.svg");
  }
  .p-login-order__type__eng {
    font-size: 1.1rem;
  }
  .p-login-order .u-lead-text {
    text-align: left;
  }
  .p-login-order__foot {
    margin-top: 5rem;
  }
  .p-login-order__foot .p-login-order__type__list:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-login-order__foot .p-login-order__type__list:not(:nth-child(2n)) {
    margin-right: 0.1rem;
  }
  .p-login-order__type__list {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #1d2087;
    gap: 15px;
  }

  .p-login-order__type__list:hover .p-login-order__type__list__top,
  .p-login-order__type__list:hover .p-login-order__type__list__bottom {
    border: none;
  }
}

@media screen and (max-width: 374px) {
  .p-login-order__type__list__bottom p {
    font-size: 1rem;
  }
}

.p-login-inquiry .p-top-subscription__inner {
  padding: 6rem;
  background-color: #f8f8f8;
  border-radius: 1rem;
}
.p-login-inquiry .p-top-subscription__heading .c-heading-h2 {
  padding: 0 0 2.3rem;
  margin-bottom: 3rem;
  background-image: url("/images/top/subscription/bg-top-subscription01.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 12.2rem 0.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-login-inquiry .p-top-subscription__icon {
  margin-bottom: 3.4rem;
}
.p-login-inquiry .p-top-subscription__text {
  margin-bottom: 3.4rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-login-inquiry .p-top-subscription__link {
  display: grid;
  justify-content: center;
  gap: 1.5rem;
  grid-template-columns: 25rem 25rem;
  text-align: center;
}
.p-login-inquiry .p-top-subscription__link li span {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 500;
}
.p-login-inquiry .oltop_footinfoSection.clearfix {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .p-login-inquiry .p-top-subscription__inner {
    padding: 4rem 2rem;
  }
  .p-login-inquiry .p-top-subscription__heading .c-heading-h2 {
    padding: 0 0 1.2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .p-login-inquiry .p-top-subscription__icon {
    margin-bottom: 1.6rem;
  }
  .p-login-inquiry .p-top-subscription__text {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .p-login-inquiry .p-top-subscription__link {
    gap: 2rem;
    grid-template-columns: repeat(1, 25rem);
  }
  .p-login-inquiry .p-top-subscription__link li .c-button--legular {
    height: 8rem;
    border-radius: 4rem;
    font-size: 1.8rem;
  }
}
