/*-------------------------------*/
/* 会員登録本登録                */
/*-------------------------------*/
.htk-cl_mr_contents {
  
}
.htk-cl_mr_contents_area {
  display: block;
  margin: 20px auto;
  padding: 50px 80px;
  width: 1043px;
  background: #F9F9F9;
}
.htk-cl_mr_errmsg_field {
  margin-top: 20px;
  width: 100%;
  min-height: 44px;
  background: #FFE9EF 0% 0% no-repeat padding-box;
  border: 1px solid #F53838;
}
.htk-cl_mr_errmsg {
  margin: 10px 0px 10px 15px;
  background: transparent url(../../themes/htkpro/assets/images/icon_exclamation_mark.png) 0% 0% no-repeat padding-box;
}
.htk-cl_mr_errmsg p {
  padding-left: 35px;
  padding-right: 15px;
  color: #F53838;
}
.htk-cl_mr_valid {
  
}
.htk-cl_mr_input_row {
  display: flex;
}
.htk-cl_mr_input_title {
  margin-top: 16.5px;
  width: 160px;
  text-align: end;
}
.htk-cl_mr_input_item {
  margin-left: 119px;
  position: relative;
}
.htk-cl_mr_input_text {
  padding: 15px 20px;
  width: 603px;
  height: 54px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 3px #00000029;
  border: 1px solid #707070;
  border-radius: 10px;
  opacity: 1;
}
.htk-cl_mr_input_err_msg_off {
  display: none;
  margin-top: 4px;
  background: transparent url(../../themes/htkpro/assets/images/icon_exclamation_mark.png) 0% 0% no-repeat padding-box;
}
.htk-cl_mr_input_err_msg_on {
  display: block;
  margin-top: 4px;
  background: transparent url(../../themes/htkpro/assets/images/icon_exclamation_mark.png) 0% 0% no-repeat padding-box;
}
.htk-cl_mr_input_err_msg_on p {
  padding-top: 1px;
  padding-left: 30px;
  width: 603px;
  color: #F53838;
}
.htk-cl_mr_button_field {
  margin-top: 30px;
  text-align: center;
}
.htk-cl_mr_button_field_invalid {
  text-align: center;
}
.htk-cl_mr_regist_button {
  width: 184px;
  height: 58px;
  background: #0055A8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 0px #0000004d;
  border-radius: 10px;
  border: none;
  color: #FFF;
  cursor: pointer;
}
.htk-cl_mr_regist_button_error {
  opacity: 0.5;
}
.htk-cl_mr_regist_button:hover {
  opacity: 0.7;
}
.htk-cl_mri_eye_on {
  background: transparent url(../../themes/htkpro/assets/images/icon_Eye.png) 0% 0% no-repeat padding-box;
  width: 30px;
  height: 20px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: 19px;
  right: 20px;
}
.htk-cl_mri_eye_off {
  background: transparent url(../../themes/htkpro/assets/images/icon_Eye_off.png) 0% 0% no-repeat padding-box;
  width: 30px;
  height: 20px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: 16px;
  right: 20px;
}

.htk-cl_mr_button_invalid {
  background: #0055A8;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
  display: inline-block;
  text-decoration: none;
  height: 58px;
  padding: 19px 15px;
  border-radius: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 238px;
  width: 184px;
  text-align: center;
  box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
}


/*-------------------------------------*/
/* スマートフォン表示                  */
/*-------------------------------------*/
@media screen and (max-width:650px) {
  .htk-cl_mr_contents {
    
  }
  .htk-cl_mr_contents_area {
    padding: 30px 10px;
    width: 100%;
  }
  .htk-cl_mr_input_row {
    display: block;
  }
  .htk-cl_mr_input_title {
    text-align: left;
    margin-bottom: 15px;
  }
  .htk-cl_mr_input_item {
    margin-left: 0px;
  }
  .htk-cl_mr_input_text {
    width: 100%;
  }
  .htk-cl_mr_input_err_msg p {
    width: 100%;
  }
}