a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

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

/*                login
======================================================= */
.radio__box--narrow {
  margin-top: 7px;
}

.recaptcha {
  margin-top: 37px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
 .recaptcha {
    margin-top: 20px;
  }
}
.form_check {
  margin-top: 6px;
}

.passbox {
  margin-bottom: 0;
}

.input__form--top {
  margin-top: 25px;
}

.required {
  padding-left: 4px;
}

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

.form__subttl_txt--user {
  margin-top: 13px;
}
.form__subttl_txt--user + .form__subttl_txt {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .form__subttl_txt--user + .form__subttl_txt {
    margin-top: 0;
  }
}

.prof_icon_ttl {
  margin-top: 22px;
}

#prof_icon_img {
  width: 60px;
}

.hnbox {
  margin-top: 13px;
}

.profbox {
  margin-top: 10px;
}

#prof {
  height: 162px;
}

#enterprise,
#industry,
#prefs,
#interest,
#enterprise_search,
#occupation {
  margin-top: 9px;
}

.form__subttl--sample {
  margin-top: 17px;
}

.form__subttl--samplecheck {
  margin-top: 18px;
}

.info_check {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .info_check {
    margin-top: 20px;
  }
}

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

#register_fin .submit_btn__wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  #register_fin .submit_btn__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5px;
  }
}
@media only screen and (max-width: 374px) {
  .submit_btn__wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .submit_btn__wrap {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 374px) {
  .submit_btn:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .submit_btn {
    margin-top: 10;
  }
}
