@charset "UTF-8";
/* part regist 会員登録ページ共通
   ========================================================================== */
.regist-msg {
  font-size: 14px;
  line-height: 1.75;
}
.regist-msg--strong {
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .regist-form-wrap .p-form-set__ttl {
    flex-shrink: 0;
    flex-basis: 260px;
    width: 260px;
  }
}
@media screen and (min-width: 961px) {
  .regist-form-wrap .p-form-set__content {
    flex-basis: 648px;
    width: 648px;
  }
}

.regist-complete-msg {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .regist-complete-msg {
    font-size: 24px;
  }
}

.regist-btn-wrap {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .regist-btn-wrap {
    padding: 20px;
    border-radius: 4px;
    background: #F7F7F7;
  }
}
.regist-btn-wrap--2 {
  padding: 20px;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #F7F7F7;
}
.regist-btn-wrap--3 {
  border: none;
  max-width: 490px;
  margin: 0 auto;
}
.regist-btn-wrap--4 {
  border: none;
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
}
.regist-btn-wrap--5 {
  text-align: center;
  padding: 24px 16px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
}
@media screen and (min-width: 961px) {
  .regist-btn-wrap--5 {
    padding: 24px;
  }
}
.regist-btn-wrap--5 .regist-submit_txt {
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .regist-btn-wrap__msg--left {
    max-width: 520px;
    margin: 0 auto;
  }
}
.regist-btn-wrap__msg--left p {
  text-align: left;
}

.regist-form-ttl {
  font-size: 18px;
}
@media screen and (min-width: 961px) {
  .regist-form-ttl {
    font-size: 24px;
  }
}

.regist-submit_txt {
  font-size: 16px;
}
.regist-submit_txt .c-text-link-bl {
  text-decoration: underline;
}

.c-btn--flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
@media screen and (min-width: 961px) {
  .c-btn--flex {
    flex-direction: row;
  }
}

.p-form-set {
  border: none;
}
.p-form-set:first-child {
  border-top: none !important;
}
.p-form-set__ttl {
  background: none;
  border: none;
  padding: 0 20px;
}
@media screen and (min-width: 961px) {
  .p-form-set__ttl {
    width: 280px;
    flex-basis: 280px;
    min-width: 280px;
    padding: 8px 0;
  }
}
.p-form-set__content {
  flex: 1;
  flex-basis: unset !important;
  width: auto !important;
  padding: 8px 20px 0;
}
@media screen and (min-width: 961px) {
  .p-form-set__content {
    padding: 15px 20px;
  }
}
.p-form-set__content--birth .p-form-set__content__inner {
  gap: 8px;
}
.p-form-set__content--birth .p-form-set__birth-col {
  flex: 1;
}
.p-form-set__content--birth .p-form-set__birth-col select {
  padding: 0 30px 0 10px;
}
.p-form-set-wrap > .p-form-set + .p-form-set {
  margin-top: 16px;
}
@media screen and (min-width: 961px) {
  .p-form-set-wrap > .p-form-set + .p-form-set {
    margin-top: 0;
  }
}

.regist-confirm-wrap {
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .regist-confirm-wrap {
    width: calc(100% - 32px);
  }
}
.regist-confirm-wrap .p-form-set {
  display: flex;
}
.regist-confirm-wrap .p-form-set__ttl {
  padding: 0;
  margin-right: 8px;
  font-size: 14px;
  width: 80px;
}
@media screen and (min-width: 961px) {
  .regist-confirm-wrap .p-form-set__ttl {
    flex-basis: 170px;
    width: 170px;
    margin-right: 0;
  }
}
.regist-confirm-wrap .p-form-set__content {
  padding: 0;
}
.regist-confirm-wrap .p-form-set + .p-form-set {
  margin-top: 16px;
}

.regist-confirm-wrap .p-form-set-email .p-form-set__ttl {
  min-width: 80px;
}
@media screen and (min-width: 961px) {
  .regist-confirm-wrap .p-form-set-email .p-form-set__ttl {
    min-width: 280px;
  }
}
.regist-confirm-wrap .p-form-set-email .p-form-set__content {
  line-break: anywhere;
}

/*# sourceMappingURL=regist-common.css.map */
