a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*                login
======================================================= */
.form__subttl {
  margin-top: 48px;
}

.form__subttl--regi {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .form__subttl--regi {
    margin-top: 34px;
  }
}

.required {
  padding-left: 4px;
}

@media only screen and (max-width: 767px) {
  .input__form + .input__form {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .furiganabox {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .under--next {
    margin-top: 15px;
  }
}