@charset "UTF-8";
/*  letter-spacing: tracking(140); */
/*  @include l_h(14, 16.8);*/
.register_form_section .link-text {
  display: none;
}
.register_form_section .button_div {
  display: none;
}
.register_form_section .btn_wrap {
  margin-top: 40px;
}
.register_form_section .reset_btn {
  appearance: none;
  -webkit-appearance: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  width: 100%;
  max-width: 400px;
  height: 65px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b1b1b1;
  color: #fff;
  border: none;
  cursor: no-drop;
}
.register_form_section .reset_btn.active {
  cursor: pointer;
  background-color: #ff0000;
}
.register_form_section .wpmem_msg {
  margin-bottom: 20px;
}

.password_reset_section .view_pass_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.password_reset_section .view_pass_wrap input[type=text], .password_reset_section .view_pass_wrap input[type=password] {
  padding-right: 40px;
}
.password_reset_section .view_pass {
  cursor: pointer;
  position: absolute;
  right: 13px;
  width: 23px;
  height: 13px;
  background: center/cover no-repeat url("../image/common/eye.svg");
}
.password_reset_section .view_pass.active {
  filter: invert(1);
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 768px) {
  .register_form_section .white_wrap {
    min-width: 860px;
  }
}
/****************************/
/**********スマホ************/
/***************************/