/*-------------------------------*/
/* 63.環境調査入力フォーム       */
/*-------------------------------*/
.htk-cl_eni_err_msg_field {
  margin: 20px 0;
}
.htk-cl_eni_contents {
  display: block;
  margin: 20px auto;
  padding: 50px 80px;
  width: 1043px;
  background: #F9F9F9;
}
/* ページ説明 */
.htk-cl_eni_page_description {
  margin: 20px auto 0 auto;
  width: 1043px;
}
.htk-cl_eni_input_item {
  display: flex;
}
.htk-cl_eni_input_item_margin_bottom_name_kanji {
  margin-bottom: 15px;
}
.htk-cl_eni_input_item_margin_bottom_default {
  margin-bottom: 30px;
}
/* 入力項目（タイトル） */
.htk-cl_eni_input_title_field {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  text-align: right;
  margin-top: 15px;
  width: 190px;
  height: 24px;
}
.htk-cl_eni_input_long_title_field {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  text-align: right;
  width: 190px;
  height: 48px;
}

/* 入力項目（必須アイコン） */
.htk-cl_eni_input_required_icon_field {
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-left: 15px;
  width: 55px;
  height: 20px;
}
.htk-cl_eni_input_required_icon_field_agree {
  display: flex;
  align-items: center;
  margin-top: 11px;
  margin-left: 15px;
  width: 55px;
  height: 20px;
}
/* 入力項目（入力欄） */
.htk-cl_eni_input_box_field {
  display: flex;
  align-items: center;
  margin-left: 40px;
  width: 603px;
  height: 100%;
}

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

/* 入力ボックス */
.htk-cl_eni_input_box_item {
  display: flex;
  align-items: center;
}
.htk-cl_eni_input_box_item_first_name {
  margin-left: 30px;
}

.htk-cl_eni_input_box_subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 32px;
  height: 24px;
}
.htk-cl_eni_input_box_name {
  padding: 15px 20px;
  width: 220px;
  height: 54px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 3px #00000029;
  border: 1px solid #707070;
  border-radius: 10px;
  -khtml-opacity: 1;
  opacity: 1;
}
.htk-cl_eni_input_box_normal {
  padding: 15px 20px;
  width: 580px;
  height: 54px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 3px #00000029;
  border: 1px solid #707070;
  border-radius: 10px;
  -khtml-opacity: 1;
  opacity: 1;
}
.htk-cl_eni_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;
  -khtml-opacity: 1;
  opacity: 1;
}
/* セレクトボックス */
.htk-cl_eni_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;
  -khtml-opacity: 1;
  opacity: 1;
}
.htk-cl_eni_input_box_item_inq {
}
.htk-cl_eni_input_box_item_inq textarea{
  height: 360px;
  margin-right: 5px;
}
.htk-cl_eni_location_title {
  width: 883px;
  height: 80px;
}
.htk-cl_eni_location_title p {
  margin: 24px 0px 10px 20px;
  width: 863px;
  height: 33px;
  font-weight:bold;
  font-size:2.2rem;
  letter-spacing: 0px;
  color: #000000;
  -khtml-opacity: 1;
  opacity: 1;
}
.htk-cl_eni_location_title_border {
  margin-bottom: 10px;
  width: 883px;
  height: 3px;
  background: #E4E4E4;
}
.htk-cl_eni_no_robot {
  margin: 0 auto 30px auto;
  width: 302px;
  height: 76px;
  border: 1px solid;
}
.htk-cl_eni_regist_button {
  text-align: center;
}
.htk-cl_eni_regist_button_blue {
  width: 184px;
  height: 58px;
  background: #0055A8;
  box-shadow: 0px 3px 0px #0000004d;
  border-radius: 10px;
  color: #FFF;
  -khtml-opacity: 1;
  opacity: 1;
  border: none;
  cursor: pointer;
}
.htk-cl_eni_regist_button_blue_error {
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.htk-cl_eni_regist_button_blue:hover {
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.htk-cl_eni_a {
  text-decoration: none;
  color: #0055A8;
}
.htk-cl_eni_password_area {
  position: relative;
}
.htk-cl_eni_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_eni_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_eni_input_checkbox_item {
  margin-top: 11px;
  display: block;
  
}
.htk-cl_eni_input_checkbox_item input {
  height: 13px;
  margin-left: 15px;
  margin-right: 5px;
}


.htk-cl_eni_input_checkbox_item input[type=checkbox] {
  display: none;
}
.htk-cl_eni_input_checkbox_item input[type="checkbox"]+label{
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 32px;
  margin-top: 5px;
}
.htk-cl_eni_input_checkbox_item input[type="checkbox"]+label::before{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 23px;
  height: 23px;
  margin-top: -13px;
  left: 0;
  top: 50%;
  background: transparent url(../../themes/htkpro/assets/images/icon_checkbox_off.png) 0% 0% no-repeat padding-box;
  background-size: contain;
}
.htk-cl_eni_input_checkbox_item input[type="checkbox"]:checked+label::after{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 23px;
  height: 23px;
  margin-top: -13px;
  top: 50%;
  left: 0;
  background: transparent url(../../themes/htkpro/assets/images/icon_checkbox_on.png) 0% 0% no-repeat padding-box;
  background-size: contain;
}
.htk-cl_eni_input_checkbox_item label {
  font-size:1.6rem;
  width: 250px;
}

.htk-cl_htk_item_no_un_ser{
  display: none;
}

.htk-cl_htk_item_no_un_ser_chk{
  display: block;
}

/* エラーメッセージ */
.htk-cl_err_msg {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #FFE9EF 0% 0% no-repeat;
  border: 1px solid #F53838;
  -khtml-opacity: 1;
  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_eni_err_elem_normal {
  display: flex;
}
.htk-cl_eni_err_elem_last_name {
  display: flex;
  margin-left: 47px;
}
.htk-cl_eni_err_elem_first_name {
  display: flex;
  margin-left: 77px;
}

.htk-cl_eni_input_title_and_required_icon_field {
  display: flex;
}
.htk-cl_eni_input_name_kana_title_and_required_icon_field {
  display: flex;
}
.htk-cl_eni_country {
  display: none;
}
/* ラジオボタン */
.htk-cl_eni_input_radio_field{
  display: flex;
  align-items: flex-end;
}
.htk-cl_eni_input_radiobutton_item{
  display: flex;
  align-items: center;
}

.htk-cl_eni_input_radiobutton_item label{
  font-size:1.6rem;
  padding-left: 32px;
  width: 160px;
}

.htk-cl_eni_input_radiobutton_item input[type=radio] {
  display: none;
}
.htk-cl_eni_input_radiobutton_item input[type=radio]+label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.htk-cl_eni_input_radiobutton_item input[type=radio]+label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 23px;
  height: 23px;
  left: 0;
  top: 50%;
  margin-top: -13px;
  margin-right: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 3px;
  background-clip: content-box;
}

.htk-cl_eni_input_radiobutton_item input[type="radio"]:not(:checked) + label:before {
  border-color: #72767b;
}

.htk-cl_eni_input_radiobutton_item input[type="radio"]:checked + label:before {
  border-color: #72767b;
  background-color: #0055A8;
  width: 24px;
  height: 24px;
}

/* 項目行 */
.htk-cl_eni_conf_row {
  display: flex;
  padding: 14.5px 0;
  border-bottom: 1px solid #E4E4E4;
}
.htk-cl_eni_conf_item_title {
  width: 228px;
  height: 24px;
  text-align: right;
}
.htk-cl_eni_conf_item {
  margin-left: 50px;
  width: 620px;
}
/* 項目行（お名前用） */
.htk-cl_eni_conf_row_type_name {
  display: flex;
  padding-bottom: 14.5px;
  border-bottom: 1px solid #E4E4E4;
}
.htk-cl_eni_conf_item_title_type_name {
  margin-top: 19px;
  text-align: right;
  width: 228px;
  height: 24px;
}
.htk-cl_eni_conf_item_type_name {
  margin-left: 50px;
  width: 620px;
}
.htk-cl_eni_conf_item_name_kanji {
  display: flex;
  margin-bottom: 20px;
}
.htk-cl_eni_conf_item_name_kana {
  display: flex;
}
.htk-cl_eni_conf_item_last_name {
  
}
.htk-cl_eni_conf_item_first_name {
  margin-left: 30px;
}
/* 所在地タイトル */
.htk-cl_eni_conf_location_title {
  width: 100%;
  height: 80px;
  padding-top: 24px;
  padding-bottom: 10px;
}
.htk-cl_eni_conf_location_title div {
  width: 100%;
  height: 46px;
  border-bottom: 3px solid #E4E4E4;
}
.htk-cl_eni_conf_location_title p {
  height: 33px;
  padding-left: 20px;
  font-weight:bold;
  font-size:2.2rem;
}

/*-------------------------------------*/
/* スマートフォン表示                  */
/*-------------------------------------*/
@media screen and (max-width:650px) {
  .htk-cl_eni_contents {
    display: block;
    margin: 20px auto;
    padding: 30px 10px;
    width: 100%;
    background: #F9F9F9;
  }
  /* ページ説明 */
  .htk-cl_eni_page_description {
    width: 100%;
  }
  .htk-cl_eni_input_item {
    display: block;
  }
  .htk-cl_eni_row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .htk-cl_eni_row_margin_top_title {
    margin-top: 40px;
  }
  /* 入力項目（タイトル） */
  .htk-cl_eni_input_title_field {
    justify-content: flex-start;
    margin-top: 0px;
    width: auto;
    text-align: left;
  }
  .htk-cl_eni_input_long_title_field {
    margin-top: 15px;
    width: 190px;
    height: 24px;
    text-align: left;
  }
  /* 入力項目（必須アイコン） */
  .htk-cl_eni_input_required_icon_field {
    //margin-left: auto;
    margin-top: 0px;
  }
  .htk-cl_eni_input_required_icon_field_agree {
    //margin-left: auto;
    margin-top: 0px;
  }
  
  .htk-cl_eni_input_box_field {
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  .htk-cl_eni_input_box_item {
    width: 100%;
  }
  .htk-cl_eni_input_box_name {
    flex: 1;
    width: 100%;
  }
  .htk-cl_eni_input_box_normal {
    width: 100%;
  }
  .htk-cl_eni_location_title {
    width: 100%;
  }
  .htk-cl_eni_location_title p {
    width: 90%;
  }
  .htk-cl_eni_location_title_border {
    width: 100%;
  }
  .htk-cl_eni_no_robot {
    margin: 30px auto 30px auto;
  }
  .htk-cl_eni_regist_button_blue {
    width: 250px;
    height: 50px;
  }
  .htk-cl_eni_err_msg_elem_field_sp {
    width: 100%;
  }
  .htk-cl_eni_err_elem_last_name {
    margin-left: 47px;
  }
  .htk-cl_eni_err_elem_first_name {
    margin-left: 47px;
  }
  .htk-cl_eni_input_box_item_first_name {
    margin-left: 0px;
  }
  .htk-cl_eni_input_name_kana_title_and_required_icon_field {
    display: none;
  }
  .htk-cl_eni_first_name_div {
    margin-bottom: 15px;
  }
  .htk-cl_eni_inquiry_div {
    margin-bottom: 15px;
  }
  .htk-cl_eni_input_title_and_required_icon_field {
    margin-bottom: 15px;
  }
  .htk-cl_eni_select_box {
    width: 100%;
  }
  .htk-cl_eni_input_box_postal_code {
    width: 100%;
  }
  .htk-cl_eni_input_radiobutton_item{
    display: block;
    width: 200px;
  }
  /* 項目行 */
  .htk-cl_eni_conf_row {
    display: block;
    border-bottom: none;
    padding: 0 0 17px 0;
  }
  .htk-cl_eni_conf_item_title {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #E4E4E4;
  }
  .htk-cl_eni_conf_item_title p {
  }
  .htk-cl_eni_conf_item {
    margin-top: 8px;
    margin-left: 17px;
    width: 95%;
  }
  .htk-cl_eni_conf_item_name_kanji {
    display: flex;
    margin-bottom: 8px;
  }
  /* 項目行（お名前用） */
  .htk-cl_eni_conf_row_type_name {
    display: block;
    padding-bottom: 17px;
    border-bottom: none;
  }
  .htk-cl_eni_conf_item_title_type_name {
    margin-top: 0px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #E4E4E4;
  }
  .htk-cl_eni_conf_item_title_type_name p {
  }
  .htk-cl_eni_conf_item_type_name {
    margin-top: 8px;
    margin-left: 17px;
    width: 100%;
  }
  .htk-cl_eni_conf_item_name_kanji {
    display: flex;
    margin-bottom: 8px;
  }
  .htk-cl_eni_conf_item_name_kana {
    display: flex;
  }
  .htk-cl_eni_conf_item_last_name {
    
  }
  .htk-cl_eni_conf_item_first_name {
    
  }
  /* 所在地タイトル */
  .htk-cl_eni_conf_location_title {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .htk-cl_eni_conf_location_title p {
    padding-left: 0px;
  }
  
  .htk-cl_eni_input_radiobutton_item label{
    width: 250px;
  }
}

@media screen and (max-width:375px) {
  /* 入力項目（タイトル） */
  .htk-cl_eni_input_title_field {
    font-size:1.15rem;
  }
 
  .htk-cl_eni_input_long_title_field {
    width: 160px;
    height: 16px;
    font-size:1.15rem;
  }
  .htk-cl_eni_conf_item_title p {
    font-size:1.15rem;
  }
}
