@charset "UTF-8";
/*  letter-spacing: tracking(140); */
/*  @include l_h(14, 16.8);*/
#wpmem_reg legend,
#wpmem_login legend {
  display: none;
}
#wpmem_reg fieldset,
#wpmem_login fieldset {
  border: none;
}

.button_div {
  text-align: center;
}
.button_div input[type=submit] {
  border: none;
  width: 430px;
  height: 68px;
  border-radius: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  background-color: #b1b1b1;
  color: #fff;
}
.button_div input[type=submit].active {
  background-color: #ff0000;
  cursor: pointer;
}

.div_text input[type=text],
.div_text input[type=email],
.div_text input[type=password] {
  max-width: 580px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background: #fdfdfd;
  border: 1px solid #b3b3b3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}
.div_text input[type=text]::placeholder,
.div_text input[type=email]::placeholder,
.div_text input[type=password]::placeholder {
  color: #a3a3a3;
}

.div_radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 9px;
  margin-top: 6px;
  margin-bottom: -3px;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.div_radio input[type=radio]:checked {
  border-color: #bdbdbd;
}
.div_radio input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #e63737;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.div_radio label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.wpmem-row {
  display: flex;
  align-items: center;
}
.wpmem-row + .wpmem-row {
  margin-top: 20px;
}

.register_form_section + .register_form_section {
  margin-top: 30px;
}
.register_form_section .white_wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.register_form_section .form_sub_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 20px;
  background: #b38c61;
  color: #fff;
  display: flex;
  align-items: center;
}
.register_form_section .form_content {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 42px;
  padding-left: 20px;
}
.register_form_section .wpmem-row {
  gap: 10px;
  justify-content: flex-end;
}
.register_form_section .wpmem-row label {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  flex-shrink: 0;
}
.register_form_section .wpmem-row .div_text {
  max-width: 580px;
  width: 100%;
}
.register_form_section .wpmem-row .req {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #ff0000;
}
.register_form_section.login_pass_id_section input {
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: none !important;
  pointer-events: none !important;
  border: none !important;
}
.register_form_section.login_pass_id_section .pwd_reset_wrap {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}
.register_form_section.login_pass_id_section .pwd_reset_wrap a {
  text-decoration: underline;
}

.department_contract_section .wpmem-row {
  justify-content: flex-start;
}
.department_contract_section .wpmem-row > label {
  display: none;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 767px) {
  .register_form_section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .register_form_section .form_sub_title {
    font-size: 15px;
    height: auto;
    padding: 15px 15px;
    line-height: 150%;
  }
  .register_form_section .wpmem-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .register_form_section .wpmem-row label {
    margin-top: 0;
    font-size: 15px;
  }
  .div_text input[type=text],
  .div_text input[type=email],
  .div_text input[type=password] {
    max-width: 580px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
  .div_radio input[type=radio] {
    width: 15px;
    height: 15px;
    margin-right: 9px;
    margin-top: 6px;
    margin-bottom: -3px;
  }
  .div_radio input[type=radio]:checked::before {
    width: 8px;
    height: 8px;
  }
  .button_div input[type=submit] {
    max-width: 350px;
    width: 100%;
    height: 45px;
    border-radius: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }
}