@charset "utf-8";
/* CSS Document */
.cht_pagettlblock{
  margin-bottom: clamp(0.75rem, -0.904rem + 6.15vw, 2.25rem);/* 12-36 430-820 */
}
.cht_pagettl{
  font-size: clamp(1.25rem, 0.1474rem + 4.1026vw, 2.25rem);/* 20-36 430-820 */
}


/* 入力ステータスバー */
.cht_form-steps {
  margin-bottom: clamp(1.125rem, -0.942rem + 7.69vw, 3rem);/* 18-48 430-820 */
}
.cht_form-steps ul{
  display: flex;
  background-color: var(--color-gray04);
  border: 1px solid var(--border-gray04);
  border-radius: 36px;
}
.cht_form-steps ul li{
  font-size: clamp(0.75rem, 0.337rem + 1.54vw, 1.125rem);/*12-18 430-820*/
  width: calc(100% / 3);
  min-height: 24px;
  padding: clamp(0rem, -0.827rem + 3.08vw, 0.75rem);/* 0-12 430-820 */
  color: #DBE1E8;
  font-weight: 700;
  text-align: center;
  border-radius: 36px;
}
.cht_form-steps ul li.active{
  background-color: #068BF1;
  color: #FFFFFF;
}


.cht_inquiryblock .cht_labelblock label{
  display: flex;
  align-items: center;
  height: 64px;
  width: calc(50% - 6px);
  padding-left: 15px;
  border: 1px solid #D5D5DB;
  border-radius: var(--border-radius4);
}
.cht_labelblock label .cht_icon_checkbox{gap: 8px;}

.cht_mgb20{margin-bottom: 20px;}

.cht_movedate{
  flex: 1 1 auto;
  width: 61%;
  max-width: 280px;
}
.cht_moveseason{
  flex: 1 1 auto;
  width: 33.3%;
  max-width: 160px;
}
/* 年月選択 */
.cht_selecttap{
  background-color: #FFFFFF;
  border: 1px solid #D5D5DB;
  border-radius: 4px;
  width: 100%;
  height: clamp(2.5rem, 0.846rem + 6.15vw, 4rem);/*40-64 430-820*/
  padding: 0 18px;
}
/* 選択 */
.cht_form-selectbtn{
  position: relative;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #D5D5DB;
  border-radius: 4px;
  max-width: 900px;
  width: 160px;
  height: clamp(2.5rem, 0.846rem + 6.15vw, 4rem);/*40-64 430-820*/
  padding: 0 0 0 18px;
}
.cht_form-flx .cht_form-selectbtn{
  max-width: 100%;
}
.cht_mockselect{
  width: clamp(7.25rem, 4.218rem + 11.28vw, 10rem);/* 116-160 430-820 */
}
.cht_mockselect p{
  font-size: clamp(0.875rem, 0.737rem + 0.51vw, 1rem);/*14-16 430-820*/
}
.cht_form-selectbtn .cht_arrow-bl-r{
  position: absolute;
  right: -1px;
  top: -1px;
  transform: none;
  width: 40px;
  height: clamp(2.5rem, 0.846rem + 6.15vw, 4rem);/*40-64 430-820*/
  padding-left: 5px;
  border-radius: 0 var(--border-radius4) var(--border-radius4) 0;
  background-color: var(--color-paleblue);
  border: 1px solid #D5D5DB;
}
.cht_form-selectbtn .cht_arrow-bl-r svg{
  width: 5px;
  height: 10px;
  transform: rotate(90deg) translateX(160%);
  transform-origin: top right;
}

.cht_entityselect{display: none;}

.cht_movedate input::placeholder,
#seasontext,
.cht_preferreddate input::placeholder{
  font-size: clamp(0.875rem, 0.5994rem + 1.0256vw, 1.125rem);/* 14-18 430-820 */
}


/* お問い合わせする物件 */
.cht_askingbukken{
  margin: 80px 0 120px;
}
.cht_table02-content.cht_table02t-fh > ul{
  grid-template-rows: repeat(2, auto);
}


/* オレンジ追従ボタン非表示 */
.cht_bottomchase{
  display: none;
}


@media screen and (min-width:821px){
  .cht_inquiryblock .cht_labelblock label:hover{background-color: var(--color-paleblue);}
  .cht_selecttap:hover,
  .cht_form-selectbtn:hover,
  .cht_form-selectbtn:hover .cht_arrow-bl-r{border-color: #333333;}
  .cht_mockselect p:hover{background-color: var(--color-paleblue);}

  .cht_table02-content > ul:hover{background: inherit;}
}




@media (max-width: 960px){
  .cht_inquiryblock .cht_labelblock label{width: calc(50% - 4px);}
  .cht_table02-content.cht_table02t-fh > ul{
    grid-template-columns: 300px repeat(1, auto);
  }
}
@media (max-width: 690px){
  .cht_form-steps ul{
    border: inherit;
    padding: 4px;
  }

  .cht_inquiryblock .cht_labelblock label{
    width: 100%;
    height: max(40px, 9.2vw);
  }
  .cht_inquiryblock .cht_labelblock label .cht_icon_check{
    width: max(18px, 3.47vw);
    height: max(18px, 3.47vw);
  }

  .cht_table02-content.cht_table02t-fh > ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
}
@media (max-width: 430px){
  .cht_askingbukken{margin-bottom: 40px;}
}