/*-------------------------------*/
/* お問い合わせ情報確認              */
/*-------------------------------*/
/* コンテンツ */
.htk-cl_inc_conf_contents {
  margin: 20px auto;
  padding: 50px 80px;
  width: 1043px;
  background: #F9F9F9;
}
/* ページ説明 */
.htk-cl_inc_page_description {
  margin: 20px auto 0 auto;
  width: 1043px;
}
/* フィールド */
.htk-cl_inc_conf_user_info_field {
  
}
.htk-cl_inc_conf_location_field {
  
}
.htk-cl_inc_conf_button_field {
  display: flex;
  justify-content: center;
  padding-top: 30.5px;
}
/* 項目行 */
.htk-cl_inc_conf_row {
  display: flex;
  padding: 14.5px 0;
  border-bottom: 1px solid #E4E4E4;
}
.htk-cl_inc_conf_item_title {
  width: 228px;
  height: 24px;
  text-align: right;
}
.htk-cl_inc_conf_item {
  margin-left: 50px;
  width: 620px;
  overflow-wrap: break-word;
}
/* 項目行（お名前用） */
.htk-cl_inc_conf_row_type_name {
  display: flex;
  padding-bottom: 14.5px;
  border-bottom: 1px solid #E4E4E4;
}
.htk-cl_inc_conf_item_title_type_name {
  margin-top: 19px;
  text-align: right;
  width: 228px;
  height: 24px;
}
.htk-cl_inc_conf_item_type_name {
  margin-left: 50px;
  width: 620px;
}
.htk-cl_inc_conf_item_name_kanji {
  display: flex;
  margin-bottom: 20px;
}
.htk-cl_inc_conf_item_name_kana {
  display: flex;
}
.htk-cl_inc_conf_item_last_name {
  
}
.htk-cl_inc_conf_item_first_name {
  margin-left: 30px;
}
/* 所在地タイトル */
.htk-cl_inc_conf_location_title {
  width: 100%;
  height: 80px;
  padding-top: 24px;
  padding-bottom: 10px;
}
.htk-cl_inc_conf_location_title div {
  width: 100%;
  height: 46px;
  border-bottom: 3px solid #E4E4E4;
}
.htk-cl_inc_conf_location_title p {
  height: 33px;
  padding-left: 20px;
  font-weight:bold;
  font-size:2.2rem;

}
/* ボタン */
.htk-cl_inc_conf_back_page {
  
}
.htk-cl_inc_conf_regist {
  margin-left: 40px;
}
.htk-cl_inc_conf_back_page_button {
  width: 240px;
  height: 58px;
  background: #FFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  border: none;
  color: #707070;
  cursor: pointer;
  -khtml-opacity: 1;
  opacity: 1;
}
.htk-cl_inc_conf_back_page_button:hover {
-khtml-opacity: 0.7;
opacity: 0.7;
}
.htk-cl_inc_conf_regist_button {
  width: 184px;
  height: 58px;
  /*background: #0055A8 0% 0% no-repeat padding-box;*/
  background: #6DB56D 0% 0% no-repeat padding-box;      /* 企業サイトの実行ボタン色 */
  box-shadow: 0px 3px 0px #0000004d;
  border-radius: 10px;
  border: none;
  color: #FFF;
  cursor: pointer;
  -khtml-opacity: 1;
  opacity: 1;
}
.htk-cl_inc_conf_regist_button:hover {
-khtml-opacity: 0.7;
opacity: 0.7;
}

/*-------------------------------------*/
/* スマートフォン表示                  */
/*-------------------------------------*/
@media screen and (max-width:650px) {
  /* コンテンツ */
  .htk-cl_inc_conf_contents {
    display: block;
    margin: 20px auto;
    padding: 30px 10px;
    width: 100%;
  }
  /* ページ説明 */
  .htk-cl_inc_page_description {
    width: 100%;
  }
  /* フィールド */
  .htk-cl_inc_conf_user_info_field {
     padding: 0 1.5px;
   }
   .htk-cl_inc_conf_location_field {
     padding: 0 1.5px;
   }
  .htk-cl_inc_conf_button_field {
    display: block;
    text-align: center;
    background-color: #FFF;
  }
  /* 項目行 */
  .htk-cl_inc_conf_row {
    display: block;
    border-bottom: none;
    padding: 0 0 17px 0;
  }
  .htk-cl_inc_conf_item_title {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #E4E4E4;
  }
  .htk-cl_inc_conf_item_title p {
    font-weight:bold;
    font-size:1.6rem;
  }
  .htk-cl_inc_conf_item {
    margin-top: 8px;
    margin-left: 17px;
    width: 95%;
  }
  .htk-cl_inc_conf_item_name_kanji {
    display: flex;
    margin-bottom: 8px;
  }
  /* 項目行（お名前用） */
  .htk-cl_inc_conf_row_type_name {
    display: block;
    padding-bottom: 17px;
    border-bottom: none;
  }
  .htk-cl_inc_conf_item_title_type_name {
    margin-top: 0px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #E4E4E4;
  }
  .htk-cl_inc_conf_item_title_type_name p {
    font-weight:bold;
    font-size:1.6rem;
  }
  .htk-cl_inc_conf_item_type_name {
    margin-top: 8px;
    margin-left: 17px;
    width: 100%;
  }
  .htk-cl_inc_conf_item_name_kanji {
    display: flex;
    margin-bottom: 8px;
  }
  .htk-cl_inc_conf_item_name_kana {
    display: flex;
  }
  .htk-cl_inc_conf_item_last_name {
    
  }
  .htk-cl_inc_conf_item_first_name {
    
  }
  /* 所在地タイトル */
  .htk-cl_inc_conf_location_title {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .htk-cl_inc_conf_location_title p {
    padding-left: 0px;
  }
  /* ボタン */
  .htk-cl_inc_conf_back_page {
    
  }
  .htk-cl_inc_conf_regist {
    margin-top: 21px;
    margin-left: 0px;
  }
  .htk-cl_inc_conf_back_page_button {
    width: 240px;
  }
  .htk-cl_inc_conf_regist_button {
    width: 240px;
  }
}