a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

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

/*                login
======================================================= */
.lower {
  background-color: #e8f4fd;
  letter-spacing: 0.05em;
}
.lower#close {
  height: 100vh;
}

.login .form_header {
  z-index: 10;
}

.login__wrapper {
  padding: 100px 10px 0;
  background-image: url(/media/images/common/login_wall.webp), url(/media/images/common/wall.webp);
  background-repeat: no-repeat, repeat;
  background-position: bottom center;
  height: 100vh;
  background-size: contain;
  min-height: 800px;
}
@media only screen and (max-width: 767px) {
  .login__wrapper {
    background-image: url(/media/images/common/register_wall_sp.webp), url(/media/images/common/wall.webp);
    background-repeat: no-repeat, repeat;
    background-position: bottom center;
    background-size: contain;
  }
}

#newpassword_main {
  padding: 100px 10px 0;
}

.login__inr {
  background-color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 50px 45px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .login__inr {
    padding: 50px 20px;
  }
}

.login__ttl_inr {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .login__ttl_inr {
    line-height: 1.5;
  }
}

.problems {
  margin-top: 40px;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .problems {
    margin-top: 35px;
  }
}

.problems__link {
  position: relative;
  color: #98a5b2;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #98a5b2;
          text-decoration-color: #98a5b2;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 427px) {
  .problems__link {
    display: inline-block;
  }
}
.problems__link:hover {
  opacity: 0.6;
}

.problems__link_inr {
  padding: 0 5px;
}
@media only screen and (max-width: 374px) {
  .problems__link_inr {
    padding: 0;
  }
}

/*               login
======================================================= */
#login .login__inr {
  padding: 50px 50px 50px;
}
@media only screen and (max-width: 767px) {
  #login .login__inr {
    padding: 50px 20px 50px;
  }
}
#login .err__box + .input__form {
  margin-top: 16px;
}
#login #buttonEye {
  top: 15%;
}
@media only screen and (max-width: 767px) {
  #login .input__form + .input__form {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #login .submit_btn__wrap {
    margin-top: 40px;
  }
}
#login .inputbox.passbox {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  #login .inputbox.passbox {
    margin-top: 11px;
  }
}
#login .err__box + .input__form .passbox {
  margin-top: 7px;
}
#login .form_check--save {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  #login .form_check--save {
    margin-top: 17px;
  }
}

/*                setnewpassword
======================================================= */
#newpassword .under {
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  #newpassword .under {
    margin-top: 20px;
  }
}
#newpassword .recaptcha {
  margin: 20px auto 0;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  #newpassword .recaptcha {
    margin-top: 16px;
  }
}
#newpassword .inputbox {
  padding: 14px 20px 10px 20px;
}

.newpassword__txt {
  margin-top: 29px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .newpassword__txt {
    margin-top: 29px;
    margin-bottom: 38px;
  }
}

.newpassword__txt_inr {
  line-height: 1.625;
  letter-spacing: 0.04em;
  color: #222124;
}

.recaptcha {
  margin-top: 18px;
  text-align: center;
}
@media only screen and (max-width: 427px) {
  .recaptcha img {
    width: 100%;
  }
}

.block {
  display: inline-block;
}

/*                close
======================================================= */
.close__txt {
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .close__txt {
    margin-bottom: 25px;
  }
}
.close__txt + .submit_btn__wrap {
  margin-top: 39px;
}

.close__txt_inr {
  line-height: 1.625;
  letter-spacing: 0.04em;
  color: #222124;
}

/*                register
======================================================= */
.register .under {
  margin-top: 20px;
}
.register .under--next {
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  .register .radio__box_ul.belong {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .register .radio__box_ul.belong .radio__box_li:nth-child(n+2) {
    margin-top: 10px;
    margin-left: 0px;
  }
}

#register_fin .radio__box--narrow {
  margin-top: 7px;
}
#register_fin .recaptcha {
  margin-top: 37px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #register_fin .recaptcha {
    margin-top: 20px;
  }
}
#register_fin .form_check {
  margin-top: 6px;
}
#register_fin .passbox {
  margin-bottom: 0;
}

#register_main {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 15px;
  background-image: url(/media/images/common/register_wall.webp), url(/media/images/common/wall.webp);
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: 1600px auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #register_main {
    background-image: url(/media/images/common/register_wall_sp.webp), url(/media/images/common/wall.webp);
    background-repeat: no-repeat, repeat;
    background-position: bottom center;
    background-size: contain;
    margin-bottom: 0;
    margin-top: 80px;
    padding-bottom: 100px;
  }
}

.register_main_inr {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .register_main_inr {
    display: block;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .register__l {
    display: none;
  }
}

.register__r {
  width: 500px;
  margin-left: 10px;
}
@media only screen and (max-width: 1023px) {
  .register__r {
    width: calc(100% - 365px);
  }
}
@media only screen and (max-width: 767px) {
  .register__r {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .register__r .login__inr {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .register__r .login__inr {
    padding: 50px 20px;
  }
}

.register #buttonEye {
  position: absolute;
  top: 19%;
  right: 10px;
  padding: 17px 10px 14px;
}
.register .fa-eye-slash {
  top: 44% !important;
}

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

.progress {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .progress {
    margin-top: 20px;
  }
}
.progress + .form__subttl + .input__form {
  margin-top: 26px;
}
.progress + .form__subttl + .input__form--top {
  margin-top: 15px;
}

.progress__inr {
  max-width: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.progress__icon:last-child .progress__frame::before {
  content: none;
}

.progress__frame {
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #65aadd;
  background-color: #ffffff;
  position: relative;
}
.progress__frame::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #65aadd;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.progress__frame.active::after {
  content: url("/media/images/common/check_icon.svg");
  position: absolute;
  top: -1px;
  left: -1px;
}

.progress__txt {
  margin-top: 5px;
  font-size: 10px;
  color: #6a768b;
  margin-left: -5px;
}

.baloon__ttl_inr {
  max-width: 316px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background: #65aadd;
  color: #ffffff;
  padding: 14px 20px 10px;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
}
.baloon__ttl_inr::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #65aadd transparent transparent transparent;
  z-index: 0;
}

.point {
  margin-top: 20px;
  background-color: #ffffff;
  width: 500px;
  border: 3px solid #bfcad6;
  border-radius: 20px;
  padding: 26px 50px 25px;
  position: relative;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1023px) {
  .point {
    width: 365px;
    padding: 20px 15px 20px;
  }
}
.point:nth-child(2) {
  margin-top: 30px;
}

.point__inr {
  text-align: center;
}

.point__txt_inr {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
.point__txt_inr--big {
  font-size: 24px;
}
.point__txt_inr--line {
  font-size: 24px;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  -webkit-text-decoration-color: rgba(101, 170, 221, 0.3);
          text-decoration-color: rgba(101, 170, 221, 0.3);
  text-underline-offset: -0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.point__txt_subinr {
  font-weight: 400;
  line-height: 1.625;
}
.point__txt_subinr--black {
  color: #222124;
}
.point__txt_subinr--blue {
  color: #003670;
  font-weight: 600;
}

.point__icon {
  position: absolute;
  top: -13px;
  left: -13px;
  width: 60px;
  height: 60px;
  background: #6a768b;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .point__icon {
    width: 53px;
    height: 53px;
  }
}

.point__icon_inr {
  position: relative;
  height: 100%;
}

.point__icon_txt {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}
@media only screen and (max-width: 1023px) {
  .point__icon_txt {
    top: 18px;
  }
}

.point__icon_number {
  font-size: 24px;
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.33;
}
@media only screen and (max-width: 1023px) {
  .point__icon_number {
    top: 38px;
  }
}

.err_idbox p {
  color: #e33665;
  font-size: 14px;
  padding-bottom: 15px;
}

.input__label_note {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
  margin-top: 7px;
}
.input__label_note + .input__label_note {
  margin-top: 0;
}

/*                search__modal
======================================================= */
.search__modal {
  width: 100%;
  height: 100%;
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 54, 112, 0.8);
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.search__modal.active {
  opacity: 1;
  visibility: visible;
}

.modal__main {
  max-width: 840px;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin: 90px auto;
  border-radius: 10px;
  padding: 60px 50px;
}
@media only screen and (max-width: 767px) {
  .modal__main {
    margin-top: 50px;
    padding: 50px 20px;
  }
}
.modal__main .login__ttl_inr {
  line-height: 1.5;
}
.modal__main .input__form {
  margin-top: 41px;
}

.search__radio {
  position: relative;
}
.search__radio::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #bfcad6;
  border-radius: 50%;
  top: 4px;
  left: 0px;
}
.search__radio::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #65aadd;
  border-radius: 50%;
  top: 9px;
  left: 5px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search__number {
  margin-top: 40px;
  font-size: 12px;
  text-align: right;
}

.search__list_ul {
  margin-top: 20px;
}

.search__list_li {
  padding-bottom: 12px;
  border-top: 1px solid #bfcad6;
}
.search__list_li:last-child {
  border-bottom: 1px solid #bfcad6;
}

#search_name,
#company_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#search_name:hover,
#company_name:hover {
  cursor: text;
}

.search__label {
  font-size: 16px;
  padding-left: 32px;
  display: block;
}

.search__address {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
  display: block;
}

.search__more {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.search__more_link {
  color: #6a768b;
  position: relative;
  padding-left: 25px;
  padding-top: 2px;
  font-weight: 600;
}
.search__more_link::before, .search__more_link::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 5px;
  top: 50%;
  left: 0;
  background-color: #6a768b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search__more_link::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

#register .form__subttl {
  margin-top: 48px;
}
#register .form__subttl--regi {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  #register .form__subttl--regi {
    margin-top: 34px;
  }
}
#register .required {
  padding-left: 4px;
}
@media only screen and (max-width: 767px) {
  #register .input__form + .input__form {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #register .furiganabox {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #register .under--next {
    margin-top: 15px;
  }
}

#register2 .login__inr {
  padding: 50px 50px 50px;
}
@media only screen and (max-width: 767px) {
  #register2 .login__inr {
    padding: 50px 20px 50px;
  }
}
#register2 .form__subttl--regilabel {
  margin-top: 48px;
}
#register2 .form__subttl_txt {
  margin-top: 14px;
}
#register2 .form__subttl_txt + .form__subttl_txt {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #register2 .input__form + .input__form {
    margin-top: 21px;
  }
}
#register2 .progress + .form__subttl + .input__form {
  margin-top: 22px;
}
#register2 .required {
  padding-left: 4px;
}
#register2 .icon_set {
  margin-top: 11px;
}
#register2 #prof_icon_img {
  width: 60px;
}
#register2 .inputbox {
  margin-top: 11px;
}
#register2 .submit_btn__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  #register2 .submit_btn__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 374px) {
  #register2 .submit_btn__wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #register2 .submit_btn__wrap {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 374px) {
  #register2 .submit_btn {
    margin-top: 10px;
  }
}
#register2 .submit_btn.next {
  max-width: 195px;
}

#register3 .login__inr {
  padding: 50px 50px 50px;
}
@media only screen and (max-width: 767px) {
  #register3 .login__inr {
    padding: 50px 20px 50px;
  }
}
#register3 .form__subttl--regilabel {
  margin-top: 48px;
}
#register3 .form__subttl_txt {
  margin-top: 14px;
}
#register3 .form__subttl_txt + .form__subttl_txt {
  margin-top: 0;
}
#register3 .required {
  padding-left: 4px;
}
#register3 #enterprise,
#register3 #interest {
  margin-top: 10px;
}
#register3 .select__form--narrow {
  margin-top: 16px;
}
#register3 .submit_btn__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  #register3 .submit_btn__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5px;
  }
}
@media only screen and (max-width: 374px) {
  #register3 .submit_btn__wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #register3 .submit_btn__wrap {
    margin: 40px auto 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 374px) {
  #register3 .submit_btn:nth-child(n+2) {
    margin-top: 10px;
  }
}
#register3 .submit_btn.next {
  max-width: 195px;
}
@media only screen and (max-width: 767px) {
  #register3 .form__subttl--narrow {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 767px) {
  #register_corp .input__form + .input__form {
    margin-top: 18px;
  }
}
#register_corp .form__subttl {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  #register_corp .form__subttl.modal {
    margin-top: 20px;
  }
}
#register_corp .required {
  padding-left: 4px;
}
#register_corp .form__subttl--regi {
  margin-top: 44px;
}
#register_corp .form__subttl--regilabel {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #register_corp .form__subttl--regilabel {
    margin-top: 30px;
  }
}
#register_corp .form__subttl--middle {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #register_corp .form__subttl--middle {
    margin-top: 11px;
  }
}
#register_corp .under {
  margin-top: 17px;
}
#register_corp .under--next {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  #register_corp .submit_btn__wrap {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #register_corp .submit_btn.modal {
    max-width: 240px;
  }
}
#register_corp #buttonEye {
  top: 18%;
}
#register_corp #modalOpen .form__subttl--mid10 {
  margin-top: 20px;
}
#register_corp .search__number {
  margin-top: 42px;
}
#register_corp .search__list_ul {
  margin-top: 13px;
}
#register_corp .search__list_li {
  padding-bottom: 15px;
}
#register_corp .search__label {
  padding-left: 40px;
}
#register_corp .search__address {
  margin-top: 6px;
}
#register_corp .search__radio::before {
  top: 9px;
}
#register_corp .search__radio::after {
  top: 14px;
}
#register_corp .search__more {
  margin-top: 43px;
}
#register_corp .modal__main .submit_btn__wrap--flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #register_corp .modal__main .submit_btn__wrap--flex {
    display: block;
  }
}
@media only screen and (max-width: 374px) {
  #register_corp .modal__main .submit_btn {
    max-width: 100%;
  }
}

#register_fin .input__form--top {
  margin-top: 25px;
}
#register_fin .required {
  padding-left: 4px;
}
#register_fin .form__subttl--top {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #register_fin .form__subttl--top {
    margin-top: 30px;
  }
}
#register_fin .form__subttl_txt--user {
  margin-top: 13px;
}
#register_fin .form__subttl_txt--user + .form__subttl_txt {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #register_fin .form__subttl_txt--user + .form__subttl_txt {
    margin-top: 0;
  }
}
#register_fin .prof_icon_ttl {
  margin-top: 22px;
}
#register_fin #prof_icon_img {
  width: 60px;
}
#register_fin .hnbox {
  margin-top: 13px;
}
#register_fin .profbox {
  margin-top: 10px;
}
#register_fin #prof {
  height: 162px;
}
#register_fin #enterprise,
#register_fin #industry,
#register_fin #prefs,
#register_fin #interest,
#register_fin #enterprise_search,
#register_fin #occupation {
  margin-top: 9px;
}
#register_fin .form__subttl--sample {
  margin-top: 17px;
}
#register_fin .form__subttl--samplecheck {
  margin-top: 18px;
}
#register_fin .info_check {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #register_fin .info_check {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #register_fin .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) {
  #register_fin .submit_btn__wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #register_fin .submit_btn__wrap {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 374px) {
  #register_fin .submit_btn:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 374px) {
  #register_fin .submit_btn {
    margin-top: 10;
  }
}
#register_fin .submit_btn.back {
  max-width: 100%;
}

.select__company {
  margin-top: 40px;
}

.select__company_label {
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select__company_box {
  margin-top: 6px;
  height: 50px;
  padding: 12px 20px 14px;
  background-color: #f5fafd;
  border-radius: 5px;
  border: 1px solid #dbe1ea;
  white-space: nowrap;
  overflow: hidden;
}

.select__company_box_txt {
  color: #222124;
  line-height: 1.625;
}

.select__company_address {
  margin-top: 10px;
}

.select__company_address_txt {
  font-size: 12px;
  line-height: 1.5;
  color: #6a768b;
}

.fin_check {
  margin-top: 21px;
}
.fin_check + .fin_check {
  margin-top: 17px;
}
.fin_check + .form__subttl--regi {
  margin-top: 46px;
}
.fin_check.check_profile {
  margin-top: 20px;
}
.fin_check.check_profile .fin_check_input {
  margin-top: 5px;
  height: auto;
  white-space: normal;
  padding: 17px 20px 17px;
}
.fin_check.check_icon {
  margin-top: 18px;
}
.fin_check.check_pass .fin_check_input {
  position: relative;
}
.fin_check.check_pass .fin_check_input #buttonEye {
  top: 0;
  padding: 14px 10px 9px;
}

.fin_check_label {
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
}

.fin_check_input {
  margin-top: 6px;
  height: 50px;
  padding: 12px 20px 14px;
  background-color: #f5fafd;
  border-radius: 5px;
  border: 1px solid #dbe1ea;
  white-space: nowrap;
  overflow: hidden;
}

.fin_check_input_txt {
  color: #222124;
  line-height: 1.625;
}

.fin_check_pass_note {
  font-size: 12px;
  line-height: 1.5;
  color: #6a768b;
  margin-top: 4px;
}
.fin_check_pass_note + .fin_check_input {
  margin-top: 9px;
}

.fin_radio {
  margin-top: 15px;
}
.fin_radio + .fin_check {
  margin-top: 38px;
}

.fin_radio_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  .fin_radio_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.fin_radio_li {
  width: 50%;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  text-align: center;
  color: #222124;
  padding: 12px 0 8px;
}
@media only screen and (max-width: 767px) {
  .fin_radio_li {
    width: 100%;
  }
}
.fin_radio_li.checked {
  background-color: #f5fafd;
}
.fin_radio_li.checked .fin_radio_item_txt::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #65aadd;
  border-radius: 50%;
  top: 55%;
  left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fin_radio_item {
  text-align: center;
}

.fin_radio_item_txt {
  padding-left: 34px;
  line-height: 1.375;
  color: #003670;
  padding-top: 3px;
  display: inline-block;
  position: relative;
}
.fin_radio_item_txt::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #bfcad6;
  border-radius: 50%;
  top: 55%;
  left: 1px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fin_radio_item_note {
  margin-top: 11px;
  font-size: 12px;
  line-height: 1.5;
  color: #6a768b;
}

.check_company_address {
  font-size: 12px;
  line-height: 1.5;
  color: #6a768b;
  margin-top: 10px;
}

.check_profile + .form__subttl--regilabel {
  margin-top: 44px;
}

.fin_check_license {
  margin-top: 20px;
}
.fin_check_license + .fin_check_license {
  margin-top: 22px;
}
.fin_check_license + .fin_check {
  margin-top: 23px;
}

.check_license_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media only screen and (max-width: 374px) {
  .check_license_ul {
    display: block;
  }
}

.check_licemse_li {
  position: relative;
}
.check_licemse_li:nth-child(n+2) {
  margin-left: 20px;
}
@media only screen and (max-width: 374px) {
  .check_licemse_li:nth-child(n+2) {
    margin-top: 15px;
    margin-left: 0;
  }
}
.check_licemse_li.checked .check_license_txt::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #65aadd;
  border-radius: 50%;
  top: 40%;
  left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.check_license_txt {
  padding-left: 34px;
  color: #222124;
  position: relative;
}
.check_license_txt::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #bfcad6;
  border-radius: 50%;
  top: 40%;
  left: 1px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.check_sample_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .check_sample_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.check_sample_li:nth-child(n+2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .check_sample_li:nth-child(n+2) {
    margin-left: 0;
  }
}
.check_sample_li.checked .check_sample_txt::before {
  border: none;
}
.check_sample_li.checked .check_sample_txt::after {
  content: url(/media/images/common/checked.svg);
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 40%;
  left: 0;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.check_sample_txt {
  padding-left: 34px;
  color: #222124;
  line-height: 1.375;
  position: relative;
}
.check_sample_txt::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.check_icon_img {
  margin-top: 10px;
  aspect-ratio: 1/1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}