/*************  member css  ******************/
.p-member {
  padding: 150px 0 250px;
}
@media screen and (max-width: 767px) {
  .p-member {
    padding: 50px 0;
  }
}
.p-member__intro {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-member__intro {
    margin-bottom: 30px;
  }
}
.p-member__intro span {
  color: #FF9600;
}
.p-member__form-wrap {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-member__form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding: 15px 0;
  }
}
.p-member__form-wrap:not(:last-of-type) {
  border-bottom: solid 1px #F4F6FA;
}
.p-member__form-ttl {
  width: 164px;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(30 / 16 * 1em);
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-member__form-ttl {
    width: 100%;
    font-size: 14px;
  }
}
.p-member__form-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16 * 1em);
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-member__form-txt {
    font-size: 14px;
  }
}
.p-member__form-input {
  width: calc(100% - 164px);
}
@media screen and (max-width: 767px) {
  .p-member__form-input {
    width: 100%;
  }
}
.p-member__form-input select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.p-member__form-input select::-ms-expand {
  display: block;
}
.p-member__form-input input, .p-member__form-input textarea, .p-member__form-input select {
  padding: 12px 24px;
  background-color: #fdfdfd;
  border: solid 1px #F4F6FA;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16 * 1em);
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-member__form-input input, .p-member__form-input textarea, .p-member__form-input select {
    padding: 10px;
    font-size: 14px;
  }
}
.p-member__form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-member__form-btn {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-member__form-btn {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
.p-member__form-btn button {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-member__form-btn button {
    width: 100%;
    max-width: 100%;
  }
}
.p-member__form .form-error {
  color: #E60003;
}
.p-member.thanks .p-member__container {
  padding: 80px 6.2%;
  border: solid 1px #EAEDF2;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 767px) {
  .p-member__container {
    padding: 30px 3.2% 50px;
    margin-left: calc(50% - 50vw);
    border-radius: 0 50px 0 0;
    width: 95%;
  }
}
.p-member__head {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(60 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 10 * (100vw - 767px) / 599, 40px);
  margin-bottom: 20px;
}
.p-member__text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(33 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-member__text {
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.p-member__btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-member__btn {
    margin-top: 60px;
  }
}
.p-member__btn button,.p-member__btn a {
  max-width: 300px;
  padding: 20px;
  font-size: 14px;
}
.p-member__btn button::after,.p-member__btn a:after {
  width: 20px;
}
.p-member__register {
  text-align: center;
}
.p-member__register-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  margin-bottom: 9px;
  color: #FF9600;
}
.p-member__register-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: calc(33 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  margin-bottom: 40px;
}
.p-member__register-att {
  display: inline-block;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  background-color: #F4F6FA;
}

.p-member-done {
  padding: 150px 0 250px;
}
@media screen and (max-width: 1024px) {
  .p-member-done {
    padding: 120px 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-member-done {
    padding: 80px 0;
  }
}
.p-member-done__container {
  max-width: 900px;
}
.p-member-done__head {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(60 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 10 * (100vw - 767px) / 599, 40px);
  margin-bottom: 30px;
}
.p-member-done__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 599, 20px);
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-member-done__text {
    margin-bottom: 50px;
  }
}
.p-member-done__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-member-done__login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: calc(50% - 50vw);
  }
}
.p-member-done__login-img {
  width: 44.5%;
}
@media screen and (max-width: 767px) {
  .p-member-done__login-img {
    width: 100%;
  }
}
.p-member-done__login-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-member-done__login-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-member-done__login-item img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.p-member-done__login-dtl {
  width: 55.5%;
  padding: 40px 5.2%;
  background-color: #F4F6FA;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 767px) {
  .p-member-done__login-dtl {
    width: 100%;
    border-radius: 0 50px 0 0;
    padding: 30px 5.2% 25px;
  }
}
.p-member-done__login-tag {
  margin-bottom: 20px;
}
.p-member-done__login-tag span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  padding: 10px 25px;
  background-color: #0F318D;
  color: #fff;
  border-radius: 50px;
}
.p-member-done__list-item {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(30 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  padding-left: 1.5em;
  position: relative;
}
.p-member-done__list-item::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-check.svg) no-repeat center/contain;
  position: absolute;
  top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-member-done__list-btn {
  margin-top: 30px;
}
.p-member-done__list-link {
  text-align: center;
  max-width: 280px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  padding: 20px;
  color: #fff;
  background-color: #FF9600;
  border: solid 1px #FF9600;
}
@media screen and (max-width: 767px) {
  .p-member-done__list-link {
    max-width: 100%;
    width: 100%;
  }
}
.p-member-done__list-link::before {
  display: inline-block;
  content: "";
  width: 22px;
  aspect-ratio: 22/20;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/ico-login.svg");
          mask-image: url("../img/common/ico-login.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-member-done__list-link::before {
    width: 18px;
  }
}
.p-member-done__list-link:hover {
  background-color: #fff;
  color: #FF9600;
}
.p-member-done__list-link:hover::before {
  background-color: #FF9600;
}

@media (max-width:767px){
  .p-member__form-ttl{
    flex-basis: auto;
  }
  .p-member__container{
    width: 100%;
  }
}
