/*-------------------------------*/
/* 会員登録入力                  */
/*-------------------------------*/
.htk-cl_rp_err_msg_field {
  margin: 20px 0;
}
.htk-cl_rp_contents {
  display: block;
  margin: 20px auto;
  padding: 50px 80px;
  width: 1043px;
  background: #F9F9F9;
}
.htk-cl_rp_input_item {
  display: flex;
}
.htk-cl_rp_input_item_margin_bottom_name_kanji {
  margin-bottom: 15px;
}
.htk-cl_rp_input_item_margin_bottom_default {
  margin-bottom: 30px;
}
/* 入力項目（タイトル） */
.htk-cl_rp_input_title_field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  width: 160px;
  height: 24px;
}
/* 入力項目（必須アイコン） */
.htk-cl_rp_input_required_icon_field {
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-left: 15px;
  width: 44px;
  height: 20px;
}
.htk-cl_rp_input_required_icon_field_agree {
  display: flex;
  align-items: center;
  margin-top: 11px;
  margin-left: 15px;
  width: 44px;
  height: 20px;
}
/* 入力項目（入力欄） */
.htk-cl_rp_input_box_field {
  display: flex;
  align-items: center;
  margin-left: 60px;
  width: 603px;
  height: 100%;
}

/* 必須アイコン */
.htk-cl_rp_required_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 20px;
  background-color: #F53838;
}
.htk-cl_rp_required_icon p {
  font-size: 1.1rem;
  color: #FFF;
}
/* 任意アイコン */
.htk-cl_rp_any_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 20px;
  background-color: #4B4B4B;
}
.htk-cl_rp_any_icon p {
  font-size: 1.1rem;
  color: #FFF;
}

/* 入力ボックス */
.htk-cl_rp_input_box_item {
  display: flex;
  align-items: center;
}
.htk-cl_rp_input_box_item_first_name {
  margin-left: 30px;
}
.htk-cl_rp_input_checkbox_item {
  display: block;
}
.htk-cl_rp_input_checkbox_item input {
  height: 13px;
}
.htk-cl_rp_input_box_subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 32px;
  height: 24px;
}
.htk-cl_rp_input_box_name {
  padding: 15px 20px;
  width: 240px;
  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_rp_input_box_normal {
  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_rp_input_box_postal_code {
  padding: 15px 20px;
  width: 140px;
  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_rp_select_box {
  padding: 11px 15px;
  width: 226px;
  height: 47px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #CCCCCC;
  opacity: 1;
}
.htk-cl_rp_location_title {
  width: 883px;
  height: 80px;
}
.htk-cl_rp_location_title p {
  margin: 24px 0px 10px 20px;
  width: 863px;
  height: 33px;
  font: normal normal bold 22px/33px Meiryo;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.htk-cl_rp_location_title_border {
  margin-bottom: 10px;
  width: 883px;
  height: 3px;
  background: #E4E4E4;
}
.htk-cl_rp_no_robot {
  margin: 0 auto 30px auto;
  width: 302px;
  height: 76px;
  border: 1px solid;
}
.htk-cl_rp_regist_button {
  text-align: center;
}
.htk-cl_rp_regist_button_blue {
  width: 184px;
  height: 58px;
  background: #0055A8;
  box-shadow: 0px 3px 0px #0000004d;
  border-radius: 10px;
  color: #FFF;
  opacity: 1;
  border: none;
  cursor: pointer;
}
.htk-cl_rp_regist_button_blue_error {
  opacity: 0.5;
}
.htk-cl_rp_regist_button_blue:hover {
  opacity: 0.7;
}
.htk-cl_rp_a {
  text-decoration: none;
  color: #0055A8;
}
.htk-cl_rp_password_area {
  position: relative;
}
.htk-cl_rp_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_rp_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_err_msg {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #FFE9EF 0% 0% no-repeat;
  border: 1px solid #F53838;
  opacity: 1;
}
.htk-cl_exclamation_mark {
  display: flex;
  justify-content: center;
  margin-left: 17px;
  border-radius: 10px;
  background-color: #F53838;
  color: #FFF;
  width: 16px;
  height: 16px;
  font-size: 1.1rem;
}
.htk-cl_err_msg_text {
  margin-left: 13px;
  margin-right: 13px;
  color: #F53838;
}
.htk-cl_exclamation_mark_elem {
  display: flex;
  justify-content: center;
  margin-top: 2px;
  border-radius: 10px;
  background-color: #F53838;
  color: #FFF;
  width: 16px;
  height: 16px;
  font-size: 1.1rem;
}
.htk-cl_err_msg_text_elem {
  margin-left: 10px;
  color: #F53838;
}
.htk-cl_rp_err_elem_normal {
  display: flex;
}
.htk-cl_rp_err_elem_last_name {
  display: flex;
  margin-left: 47px;
}
.htk-cl_rp_err_elem_first_name {
  display: flex;
  margin-left: 77px;
}

.htk-cl_rp_input_title_and_required_icon_field {
  display: flex;
}
.htk-cl_rp_input_name_kana_title_and_required_icon_field {
  display: flex;
}
.htk-cl_rp_country {
  display: none;
}
/*-------------------------------------*/
/* スマートフォン表示                  */
/*-------------------------------------*/
@media screen and (max-width:650px) {
  .htk-cl_rp_contents {
    display: block;
    margin: 20px auto;
    padding: 30px 10px;
    width: 100%;
    background: #F9F9F9;
  }
  .htk-cl_rp_input_item {
    display: block;
  }
  .htk-cl_rp_row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .htk-cl_rp_row_margin_top_title {
    margin-top: 40px;
  }
  /* 入力項目（タイトル） */
  .htk-cl_rp_input_title_field {
    justify-content: flex-start;
    margin-top: 0px;
    width: 190px;
  }
  /* 入力項目（必須アイコン） */
  .htk-cl_rp_input_required_icon_field {
    margin-left: auto;
    margin-top: 0px;
  }
  .htk-cl_rp_input_required_icon_field_agree {
    margin-left: auto;
    margin-top: 0px;
  }
  
  .htk-cl_rp_input_box_field {
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  .htk-cl_rp_input_box_item {
    width: 100%;
  }
  .htk-cl_rp_input_box_name {
    flex: 1;
    width: 100%;
  }
  .htk-cl_rp_input_box_normal {
    width: 100%;
  }
  .htk-cl_rp_location_title {
    width: 100%;
  }
  .htk-cl_rp_location_title p {
    width: 90%;
  }
  .htk-cl_rp_location_title_border {
    width: 100%;
  }
  .htk-cl_rp_no_robot {
    margin: 30px auto 30px auto;
  }
  .htk-cl_rp_regist_button_blue {
    width: 250px;
    height: 50px;
  }
  .htk-cl_rp_err_msg_elem_field_sp {
    width: 100%;
  }
  .htk-cl_rp_err_elem_last_name {
    margin-left: 47px;
  }
  .htk-cl_rp_err_elem_first_name {
    margin-left: 47px;
  }
  .htk-cl_rp_input_box_item_first_name {
    margin-left: 0px;
  }
  .htk-cl_rp_input_name_kana_title_and_required_icon_field {
    display: none;
  }
  .htk-cl_rp_first_name_div {
    margin-bottom: 15px;
  }
  .htk-cl_rp_input_title_and_required_icon_field {
    margin-bottom: 15px;
  }
  .htk-cl_rp_select_box {
    width: 100%;
  }
  .htk-cl_rp_input_box_postal_code {
    width: 100%;
  }
}