main {
  overflow: hidden;
  background: #fff;
}

input[type=text],
input[type=date],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select {
  box-shadow: none;
  font-size: 16px;
  padding-inline: 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  line-height: 1;
  color: #333;
  background: #F8F8F8;
  height: 44px;
  width: 100%;
}

input[type=text]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 14px;
}

input[type=text]::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 14px;
}

input[type=text][readonly],
input[type=date][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=tel][readonly],
textarea[readonly],
select[readonly] {
  border: none;
}

.page-sign-up .page__title {
  background: #ff4453;
  color: #fff;
}

.page-sign-up input[type=text].sign-up__input--email {
  background: #fff;
}

.sign-up__image {
  width: 60px;
  margin-inline: auto;
  margin-bottom: 20px;
}

.sign-up__text {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-inline: auto;
  margin-bottom: 24px;
}

.sign-up__input-group {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .sign-up__input-group {
    width: 100%;
  }
}

.sign-up__input {
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  padding: 17px 14px;
}

.sign-up__submit {
  margin-top: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #FFCCD0;
  color: #fff;
  width: 340px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  line-height: 44px;
}

@media screen and (max-width: 767px) {
  .sign-up__submit {
    width: 100%;
  }
}

.sign-up__submit--email {
  margin-bottom: 20px;
  font-weight: 700;
}

.sign-up__submit--active {
  background: #FF4453;
}

.sign-up__submit--active:hover {
  cursor: pointer;
}

.sign-up__submit--disabled {
  background: #FFCCD0;
}

.sign-up__submit--disabled:hover {
  cursor: not-allowed;
  opacity: 1;
}

.sign-up__input-group {
  position: relative;
}

.sign-up__input-group + .sign-up__input-group {
  margin-top: 31px;
}

.sign-up__input {
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sign-up__input:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
}

.sign-up__input.error {
  border: 2px solid #FF4453;
  box-shadow: 0 0 8px rgba(255, 68, 83, 0.25);
}

.sign-up__error-message {
  background: #fff8f7;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  gap: 8px;
  border-radius: 4px;
}

.sign-up__error-icon {
  width: 16px;
}

.sign-up__error-text {
  color: #FF4453;
  font-size: 13px;
}

.sign-up__forgot-password {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-align: center;
}

.sign-up__text-link {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-align: center;
}

.tab__content {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .tab__content {
    width: 100%;
  }
}

.tab__content--tel {
  display: none;
  padding-block: 100px;
}

@media screen and (max-width: 767px) {
  .tab__content--tel {
    padding-block: 160px;
  }
}

.tab__content--email {
  padding-block: 80px;
}

@media screen and (max-width: 767px) {
  .tab__content--email {
    padding-block: 120px;
  }
}

.page-sign-up .sign-up-complete__title {
  font-size: 15px;
  color: #F85858;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 32px;
}

.page-sign-up .sign-up-complete__text {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

.page-sign-up .sign-up-complete__note {
  display: grid;
  grid-template-columns: 16px 1fr;
  width: 90%;
  margin-inline: auto;
  gap: 8px;
  background: #FFF8F7;
  text-align: left;
  color: #F85858;
  padding: 12px 8px;
  font-size: 13px;
  font-weight: 700;
}

.page-sign-up .sign-up-complete__note--text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3846153846;
  color: #F85858;
}

.page-sign-up .sign-up-complete__note--text--em {
  font-weight: 700;
  background: #FFD8D5;
  padding: 2px;
}

.page-sign-up .sign-up__content {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page-sign-up-error .sign-up-error__content {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page-sign-up-error .sign-up-error__image {
  width: 60px;
  margin-inline: auto;
  margin-bottom: 20px;
}

.page-sign-up-error .sign-up-error__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 32px;
}

.page-sign-up-error .sign-up-error__text {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 36px;
}

.page-sign-up .sign-up-register__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 80px;
}

.page-sign-up .sign-up-register__form--label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-block: 32px 8px;
  line-height: 16px;
}

.page-sign-up .sign-up-register__form--label--long {
  letter-spacing: -0.5px;
}

.page-sign-up .sign-up-register__form--label--radio {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
}

.page-sign-up .sign-up-register__form--label--radio:hover {
  cursor: pointer;
}

.page-sign-up .sign-up-register__form--flex {
  display: flex;
}

.page-sign-up .sign-up-register__form--error {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  margin-top: 8px;
  padding: 10px 8px;
  background: #FFF8F7;
}

.page-sign-up .sign-up-register__form--error--text {
  color: #EA2719;
  font-size: 13px;
  line-height: 1.3846153846;
}

.page-sign-up .sign-up-register__form--half {
  width: calc(50% - 6px);
}

.page-sign-up .sign-up-register__form--half:first-of-type {
  margin-right: 8px;
}

.page-sign-up .sign-up-register__form--full {
  width: 100%;
}

.page-sign-up .sign-up-register__form--link {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  padding-inline: 22px;
  margin-inline: auto 0;
  margin-top: 10px;
  text-decoration: none;
  height: 38px;
  font-weight: 700;
}

.page-sign-up .sign-up-register__form--radio {
  display: flex;
  align-items: center;
  position: relative;
}

.page-sign-up .sign-up-register__form--radio--inputs {
  display: flex;
  gap: 30px;
}

.page-sign-up .sign-up-register__form--radio input[type=radio] {
  margin-right: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.page-sign-up .sign-up-register__form--radio input[type=radio] + .sign-up-register__form--label--radio::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/img/renewal/img/common/form/unchecked.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-sign-up .sign-up-register__form--radio input[type=radio]:checked + .sign-up-register__form--label--radio::before {
  background-image: url("/img/renewal/img/common/form/checked.png");
}

.page-sign-up .sign-up-register__form--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/img/renewal/img/common/form/arrow-down.png") no-repeat center right 12px;
  background-size: 11px 6px;
  padding-right: 30px;
}

.page-sign-up .sign-up-register__form--select:hover {
  cursor: pointer;
}

.page-sign-up .sign-up-register__form--select:not(:first-child) {
  margin-top: 10px;
}

.page-sign-up .sign-up-register__form--buttons {
  margin-top: 50px;
}

.page-sign-up .sign-up-register__form--button {
  font-weight: 700;
}

.page-sign-up .sign-up-register__form--button:last-child {
  margin-top: 30px;
}

.page-sign-up .sign-up-register__form--add {
  background: #F8F8F8;
  padding: 16px 13px;
  margin-top: 18px;
}

.page-sign-up .sign-up-register__form--add .sign-up-register__form--label:first-of-type {
  margin-block: 0 8px;
}

.page-sign-up .sign-up-register__form--add input {
  background: #fff;
}

.page-sign-up .sign-up-register__form--note {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 4px;
  align-items: center;
}

.page-sign-up .sign-up-register__form--note--text {
  font-size: 13px;
}

.page-sign-up .sign-up-register__form--station {
  display: flex;
  align-items: center;
  width: 100%;
}

.page-sign-up .sign-up-register__form--station--inputs {
  display: flex;
  align-items: center;
  gap: 27px;
}

.page-sign-up .sign-up-register__form--station input {
  width: 100%;
  margin-right: 10px;
}

.page-sign-up .sign-up-register__form--multiple *:not(:last-child) {
  margin-bottom: 10px;
}

.page-sign-up .sign-up-register__form--check--label {
  position: relative;
  padding-left: 38px;
  line-height: 30px;
  cursor: pointer;
}

.page-sign-up .sign-up-register__form--check--job {
  position: relative;
}

.page-sign-up .sign-up-register__form--check--inputs {
  position: relative;
  display: flex;
  gap: 27px 40px;
  flex-wrap: wrap;
}

.page-sign-up .sign-up-register__form--check--input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.page-sign-up .sign-up-register__form--check--input + .sign-up-register__form--check--label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("/img/renewal/img/common/form/unchecked02.png");
  background-size: cover;
}

.page-sign-up .sign-up-register__form--check--input:checked + .sign-up-register__form--check--label::before {
  background-image: url("/img/renewal/img/common/form/checked02.png");
}

.page-sign-up .sign-up-register__form--image--input {
  display: none;
}

.page-sign-up .sign-up-register__form--image--button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}

.page-sign-up .sign-up-register__form--image--button--select {
  padding: 15px 17px;
  background: #FF7974;
}

.page-sign-up .sign-up-register__form--image--button--select img {
  width: 26px;
  margin-right: 6px;
}

.page-sign-up .sign-up-register__form--image--button--delete {
  padding: 15px 22px;
  background: #868686;
}

.page-sign-up .sign-up-register__form--image--button--delete img {
  width: 12px;
  margin-right: 18px;
}

.page-sign-up .sign-up-register__form--image--button:not(:last-child) {
  margin-bottom: 10px;
}

.page-sign-up .sign-up-register__form--image--note {
  margin-top: 12px;
  font-size: 12px;
  color: #868686;
}

.page-sign-up .sign-up-register__form--image--preview {
  max-width: 169px;
  width: 50%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1fr);
  grid-template-rows: repeat(1fr);
  margin-bottom: 12px;
  display: none;
}

.page-sign-up .sign-up-register__form--image--preview--image {
  grid-column: 1;
  grid-row: 1;
  border-radius: 4px;
}

.page-sign-up .sign-up-register__form--image--preview--text {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-sign-up .sign-up-register__form--image--preview--text--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  border: 2px solid #FF4453;
  padding: 9px 14px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #FF4453;
}

.page-sign-up .sign-up-register__form--image--preview--text--inner span {
  margin-left: 4px;
}

.page-sign-up .sign-up-register__form--support--note {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.page-sign-up .sign-up-register__form--support--note span {
  color: #333;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-right: 4px;
}

.page-sign-up .sign-up-register__form--support--note img {
  width: 16px;
  height: 16px;
}

.page-sign-up .sign-up-register__form--support--note--tips {
  max-width: 270px;
  width: 100%;
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  background: #FF4453;
  color: #fff;
  padding: 14px 16px;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  display: none;
}

.page-sign-up .sign-up-register__form--support--note--tips:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 30%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FF4453;
}

.page-sign-up .sign-up-register__form--support--note--tips p {
  font-size: 11px;
}

.page-sign-up .sign-up-register__form--support--note--tips p:first-child {
  font-weight: 700;
  margin-bottom: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.page-sign-up .sign-up-register__form--withdrawal {
  display: block;
  margin-inline: auto 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 35px;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-sign-up-complete {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  .page-sign-up-complete {
    min-height: calc(100svh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.page-sign-up-complete .container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-sign-up-complete .sign-up__content {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .page-sign-up-complete .sign-up__content {
    padding-top: 0;
  }
}

@media screen and (max-height: 600px) {
  .page-sign-up-complete .sign-up__content {
    padding-top: 60px;
  }
}

.margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.width-100 {
    width: 100%;
}

.profile-edit__form--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/img/renewal/img/common/form/arrow-down.png") no-repeat center right 12px;
  background-size: 11px 6px;
  padding-right: 30px;
}

.profile-edit__form--select:hover {
  cursor: pointer;
}

/* hibarai */

body.hibarai #header {
  top: 0;
}
body.hibarai.body-sign-up main {
  min-height:auto;
}
body.hibarai.pre-regist .footerSp {
  display: none;
}


body.hibarai.pre-regist .footer__sns,
body.hibarai.pre-regist .footer__link li:nth-of-type(1),
body.hibarai.pre-regist .footer__link li:nth-of-type(2) {
  display: none;
}
body.hibarai.pre-regist .footer__link {
  padding:20px 0;
}
body.hibarai.pre-regist .footer__link li:nth-of-type(3) {
  border-left:none;
}
@media (max-width: 769px) {
  body.hibarai.pre-regist .footer__logo {
    display: none;
  }
}



body.hibarai .nextlevel-hibarai {
  margin-top: 50px;
}
body.hibarai .sign-up__content {
  padding-top:0 !important;
}
body.hibarai .sign-up__text {
  font-weight:normal;
  font-size:13px;
}
body.hibarai .container {
  margin-bottom: 40px;
}
body.hibarai .login__sp-header-icon--notification {
  display:none;
}
body.hibarai .page-sign-up {
  padding-top:30px !important;
}
body.hibarai .page__sp-header {
  justify-content: center;
}
body.body-sign-up-register-2.hibarai .login__sp-header-icon--back {
  display:none !important;
}
@media (min-width: 769px) {
  body.hibarai #header {
    display: none;
  }
  body.hibarai .page-sign-up {
    padding-top:0px !important;
  }
}

.hibarai-notice {
  margin: 36px auto;
  width: 95%;
}

.hibarai-notice a {
  color: blue;
}


