/* ーーーーーーーーーーーーーーー
モジュール
ーーーーーーーーーーーーーーー */

:root {
  --color-main: #258015;
}

.u-ib {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none!important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none!important;
  }
}



/* ーーーーーーーーーーーーーーー
共通部分のレイアウト調整
ーーーーーーーーーーーーーーー */
#index_header_content,
#index_slider_wrap,
#index_slider .item {
  height: auto !important;
}

#index_slider .item .slice_image,
#index_slider .item .image {
  height: calc(1008 / 1921 * 100vw) !important;
}

#header_logo .desc,
.pc #global_menu>ul>li>a {
  font-weight: bold;
}

#footer {
  background: rgba(204, 226, 195, 0.63);
}

.footer_menu a {
  color: var(--color-main);
  font-weight: bold;
}





/* ーーーーーーーーーーーーーーー
トップページ
ーーーーーーーーーーーーーーー */
.index_content1 .desc {
  text-align: center;
  line-height: calc(32 / 19);
}

.index_content1 .link_button a {
  border: 1px solid #707070;
}

.index_content1.num2,
.index_content1.num4 {
  color: #fff;
}

.index_content1.num2.cb_contents .link_button a,
.index_content1.num4.cb_contents .link_button a {
  background: transparent;
  border-color: #fff;
}

.index_content1.num2.cb_contents .link_button a:hover,
.index_content1.num4.cb_contents .link_button a:hover {
  border-color: #158015;
}

.index_content1.num2,
.index_content1.num3,
.index_content1.num4,
.index_content1.num5 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.index_content1.num2::before,
.index_content1.num3::before,
.index_content1.num4::before,
.index_content1.num5::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.index_content1.num2::before {
  background: url(/wp-content/uploads/2023/01/top_cont2_bg.jpg) center / cover;
}

.index_content1.num3::before {
  background: url(/wp-content/uploads/2023/01/top_cont3_bg.jpg) center / cover;
}

.index_content1.num4::before {
  background: url(/wp-content/uploads/2023/01/top_cont4_bg.jpg) center / cover;
}

.index_content1.num5::before {
  background: url(/wp-content/uploads/2023/01/top_cont5_bg.jpg) center / cover;
}




/* ーーーーーーーーーーーーーーー
フォーム共通
ーーーーーーーーーーーーーーー */

.l-form>dl {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  background: #DFEDD9;
  padding-left: clamp(20px, calc(70 / 1590 * 100vw), 70px);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: clamp(100px, calc(150 / 1600 * 100vw), 150px);
  position: relative;
}
.l-form>dl+dl {
  margin-top: 8px;
}
.l-form>dl>dt {
  width: clamp(160px,calc(240 / 1600 * 100vw), 240px);
}
.l-form>dl>dt:not(.l-form_notPt) {
  padding-top: 9px;
}
.l-form>dl>dd {
  flex: 1;
}
.l-form_rec {
  width: clamp(54px, calc(62 / 1600 * 100vw), 62px);
  background: #CE0101;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  position: absolute;
  top: 41px;
  right: 25px;
  z-index: 2;
}
.l-form_fontMin {
  font-size: 0.8em;
}
.l-form input,
.l-form textarea ,
.l-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 clamp(10px , calc(20 / 1600 * 100vw),20px);
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  font-size: 18px;
  line-height: inherit;
  outline: none;
}
.l-form input:focus,
.l-form textarea:focus,
.l-form select:focus {
  border: 1px solid #158015;
}
.l-form input.-error,
.l-form textarea.-error ,
.l-form select.-error {
  border: 2px solid #D51212;
  background-color: #efefef;
}
.l-form input::placeholder {
  color: #D8D8D8;
  font-size: 0.94em;
}
.l-form input[type="number"] {
  padding-right: 5px;
}
.l-form select {
  padding-right: 40px;
  background: #fff url(../image/select_arrow.svg) right 20px center / auto no-repeat;
}
.l-form_inputCol2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px 12px;
}
.l-form_inputCol2 input {
  width: calc((100% - 12px) / 2);
}
.l-form_postCode {
  display: flex;
  align-items: center;
  gap: 6px 12px;
}
.l-form_postCode input {
  width: clamp(190px , calc((100% - 12px) / 2) , 220px);
}
.l-form textarea {
  resize: vertical;
  max-width: 100%;
  height: 178px;
}
.l-form_checkBox-circle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.l-form_checkBox-circle input {
  display: none;
}
.l-form_checkBox-circle label {
  display: inline-block;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}
.l-form_checkBox-circle span {
  display: inline-block;
}
.l-form_checkBox-circle span::before,
.l-form_checkBox-circle span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
.l-form_checkBox-circle span::before {
  background: #fff;
}
.l-form_checkBox-circle span::after {
  display: none;
  background: #D51212;
  transform: scale(0.5);
}
.l-form_checkBox-circle input:checked+span::after {
  display: block;
}
.l-form_checkBox-check {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.l-form_checkBox-check input {
  display: none;
}
.l-form_checkBox-check label {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.l-form_checkBox-check span {
  display: inline-block;
}
.l-form_checkBox-check span::before,
.l-form_checkBox-check span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}
.l-form_checkBox-check span::before {
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 4px;
}
.l-form_checkBox-check span::after {
  display: none;
  width: 16px;
  height: 8px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: translate(4px , 6px) rotate(-45deg);
}
.l-form_checkBox-check input:checked+span::after {
  display: block;
}
.l-form_colorBox {
  padding-right: min(calc(72 / 1600 * 100vw), 72px) !important
}
.l-form_colorBox dd {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 6px;
  background: #fff;
  padding: clamp(20px ,calc(38 / 1600 * 100vw), 38px) clamp(15px ,calc(25 / 1600 * 100vw), 25px);
}
.l-form_colorBox input {
  display: none;
}
.l-form_colorBox label {
  display: block;
  width: calc((100% - 6px * 2) / 3);
  cursor: pointer;
  background: #eee;
}
.l-form_colorBox span {
  display: flex;
  align-items: flex-end;
  height: 44px;
  padding: 0px 3px 10px;
  border: 1px solid transparent;
  font-size: min(calc(10 / 1050 * 100vw),12px);
  line-height: 1.2;
  position: relative;
}
.l-form_colorBox span.-white {
  background-color: #fff;
  border-color: rgba(112, 112, 112, 0.66);
}
.l-form_colorBox span.-gray {
  background-color: #efefef;
}
.l-form_colorBox span.-black {
  background-color: #000;
  color: #fff;
}
.l-form_colorBox span.-blue {
  background-color: #3292E5;
  color: #fff;
}
.l-form_colorBox span.-yellow {
  background-color: #FFF07E;
}
.l-form_colorBox span.-red {
  background-color: #D15900;
  color: #fff;
}
.l-form_colorBox span.-green {
  background-color: #1D9B70;
  color: #fff;
}
.l-form_colorBox .is-radioChange span {
  opacity: 0.2;
}
.l-form_colorBox .is-radioChange input:checked+span {
  opacity: 1;
}
.l-form_appBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.l-form_appBox button{
  display: block;
  width: 100%;
  height: clamp(60px,calc(88 / 1600 * 100vw) , 88px);
  border:1px solid #707070;
  font-size: clamp(16px ,calc(25 / 1600 * 100vw) , 25px);
}
.l-form_appBox-col2 button {
  width: calc((100% - 20px) / 2);
}
.l-form_appBox ._submit {
  background: #CE0101;
  border-color: #CE0101;
  color: #fff;
}
.l-form_error {
  margin-top: 5px;
  color: #CE0101;
  font-size: 11px;
}
/* @media (hover: hover) {
  .l-form_appBox button {
    transition: 
    background-color .3s,
    color .3s;
  }
  .l-form_appBox button:hover {
    background-color: #707070;
    color: #fff;
  }
} */
@media screen and (max-width: 767px) {
  .l-form>dl {
    display: block;
    padding: 20px 15px;
  }
  .l-form>dl+dl {
    margin-top: 5px;
  }
  .l-form>dl>dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 10px;
    padding: 0 0 10px;
    width: 100%;
  }
  .l-form_inputCol2 input {
    width: 100%;
  }
  .l-form_rec {
    display: inline-block;
    width: 40px;
    font-size: 12px;
    line-height: 20px;
    position: static;
  }
  .l-form_colorBox {
    padding-right: 15px;
  }
  .l-form_colorBox label {
    width: calc((100% - 6px) / 2);
  }
}


/* ーーーーーーーーーーーーーーー
貼箱自動見積もりページ
ーーーーーーーーーーーーーーー */

.estimate {
  width: calc(100% - 30px * 2);
  max-width: 1590px;
  margin: 0 auto;
  padding-bottom: 160px;
  font-weight: bold;
  line-height: calc(28 / 18);
}
.estimate *,
.estimate *::before,
.estimate *::after {
  box-sizing: border-box;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
.estimate button {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin: 0;
  padding: 0;
  background:none;
  color:inherit;
  font:inherit;
  outline:none;
  cursor:pointer;
}
.estimate img {
  max-width: 100%;
  height: auto;
}
.estimate_mainTtl {
  padding: 170px 0 100px;
  font-size: clamp(32px, calc(45 / 1600 * 100vw), 45px);
  letter-spacing: 0.17em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .estimate_mainTtl {
    padding: 60px 0;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 650px) {
  .estimate {
    width: calc(100% - 20px * 2);
    padding-bottom: 100px;
  }
}



/* コンテンツ 大枠レイアウト */

.estimate_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  font-size: clamp(16px, calc(20 / 1600 * 100vw), 20px);
}
.estimateInput {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  width: min(calc(900 / 1440 * 100%), 900px);
}
.estimateInput h2 {
  margin-bottom: 8px;
  padding: 25px 5px;
  background: #7FB27F;
  color: #fff;
  font-size: clamp(20px, calc(25 / 1600 * 100vw), 25px);
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}
.estimateInput_cont {
  padding-top: clamp(20px, calc(40 / 1590 * 100vw), 40px);
  padding-left: clamp(20px, calc(70 / 1590 * 100vw), 70px);
  padding-bottom: clamp(20px, calc(40 / 1590 * 100vw), 40px);
  margin-top: 8px;
  background: #DFEDD9;
}

@media screen and (max-width: 1050px) {
  .estimate_container {
    display: block;
  }
  .estimateInput {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .estimateInput h2 {
    margin-bottom: 5px;
    padding: 15px 5px;
    font-size: 16px;
  }
  .estimateInput_cont {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
}


/* コンテンツ 入力 */
.estimateInput_cont .l-form dl {
  padding: 0;
}
.estimateInput_cont .l-form dl+dl {
  margin-top: 30px;
}



/* 基本情報 */
.estimateBasic input[type="number"] {
  width: min(calc(188 / 1600 * 100vw),188px);
}
.estimateBasic_box1 {
  display: flex;
  gap: 0 30px;
  margin-top: 30px;
  padding-right: clamp(15px , calc(40 / 1600 * 100vw), 40px);
}
.estimateBasic_box1 ._contBox {
  flex: 1;
}
.estimateBasic_box1 ._imgBox {
  width: calc(250 / 830 * 100%);
}
@media screen and (max-width: 1050px) {
  .estimateBasic input[type="number"] {
    width: 188px;
  }
}
@media screen and (max-width: 767px) {
  .estimateBasic_box1 {
    margin-top: 0;
    flex-direction: column-reverse;
  }

  .estimateBasic_box1 ._imgBox {
    width: 250px;
    max-width: 100%;
    margin: 40px auto 0;
  }
}


/* お支払い・送料についての注意事項 */
.estimateNotes .estimateInput_cont {
  padding-right: clamp(15px , calc(70 / 1600 * 100vw), 70px);
}
.estimateNotes .estimateInput_cont p {
  padding-left: 1em;
  text-indent: -1em;
}
.estimateNotes .l-form_checkBox-circle {
  margin-top: 20px;
  justify-content: center;
}


/* お見積り依頼者様と納品先が異なる場合*/
/* .estimateDifferent {} */
@media screen and (max-width: 767px) {
  .estimateDifferent .l-form_checkBox-check label {
    display: block;
    padding-left: 0;
    padding-bottom: 30px;
    text-align: center;
    max-inline-size: max-content;
    margin-inline: auto;
  }

  .estimateDifferent .l-form_checkBox-check span::before, 
  .estimateDifferent .l-form_checkBox-check span::after {
    top: auto;
    bottom: 0;
    left: calc(50% - 12px);
  }
  .l-form_checkBox-check span::after {
    transform: translate(4px , -10px) rotate(-45deg);
  }
}

/* お客様情報 */
/* .estimateCustomer {} */

/* 納品先情報 */
/* .estimateDestination {} */



/* 計算結果 */
.estimateResult {
  flex: 1;
  max-width: 550px;
  position: sticky;
  top: 40px;
}
.estimateResult_ttlBox {
  display: none;
}
.estimateResult dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0px 20px;
  padding: 15px 0;
  border-bottom: 1px solid #158015;
}
.estimateResult dd {
  text-align: right;
  margin-left: auto;
}
button.estimateResult_toggleBtn {
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 0 5px;
  width: auto;
  height: 30px;
  background: var(--color-main);
  border: none;
  color:#fff;
  font:inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.estimateResult_toggleBtn.is-show span {
  display: none; 
}
.estimateResult_toggleBtn.is-show::after {
  content: "閉じる ×";
}
.estimateResult_appBox {
  display: flex;
  gap: 0 16px;
  margin-top: 70px;
}
.estimateResult_appBox button {
  width: calc((100% - 16px) / 2);
  height: clamp(64px ,calc(87 / 1600 * 100vw) , 87px);
  border: 1px solid #707070;
  line-height: calc(23 / 20);
}

button.estimateResult_inquire {
  background-color: var(--color-main);
  color: #fff;
}
.estimateResult_appBox.-sp{
  display: none;
  margin-top: 0;
}
@media screen and (min-width: 1051px) {
  .estimateResult_pcHideBox {
    display: none!important;
  }
  .estimateResult_spHideBox {
    display: block!important;
  }
}
@media screen and (max-width: 1050px) {
  .estimateResult {
    /* background: #EFEFEF; */
    background: #fff;
    border-top: 1px solid #000;
    width: calc(100% + 30px * 2);
    max-width: calc(100% + 30px * 2);
    margin-left: -30px;
    padding: 10px 30px 10px 30px;
    top: auto;
    bottom: 0;
    z-index: 10;
  }
  .estimateResult dl {
    gap: 5px 10px;
    padding: 10px 0;
    line-height: 1.5;
  }
  .estimateResult .estimateResult_totalBox {
    width: calc(100% - 40px);
  }
  .estimateResult_ttlBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px 0;
    margin-bottom: 5px;
  }
  .estimateResult_ttl {
    font-size: 1.2em;
  }
  .estimateResult_spHideBox {
    display: none;
  }
  .estimateResult_TaxExcluded {
    display: block;
    font-size: 0.8em;
    margin-top: 2px;
  }
  .estimateResult_appBox.-pc {
    display: none;
  }
  .estimateResult_appBox.-sp{
    display: flex;
  }
}
@media screen and (max-width: 950px) {
  .estimateResult .estimateResult_totalBox {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 650px) {
  .estimateResult {
    width: calc(100% + 20px * 2);
    max-width: calc(100% + 20px * 2);
    margin-left: -20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .estimateResult dt {
    color: #333;
  }
  .estimateResult_totalBox dd {
    font-size: 16px;
  }
}



/* ーーーーーーーーーーーーーーー
見積もり書
ーーーーーーーーーーーーーーー */
.estimateQuotation {
  max-width: 1200px;
  margin: 0 auto;
  padding: min(calc(60 / 1260 * 100vw),60px) min(calc(70 / 1260 * 100vw),70px) min(calc(100 / 1260 * 100vw),100px);
  border: 1px solid #707070;
  font-size: clamp(12px , calc(18 / 1260 * 100vw),18px);
}
.estimateQuotation_time {
  text-align: right;
  font-size: calc(23 / 18 * 1em);
  font-weight: 400;
}
.estimateQuotation_mainTtl {
  font-size: calc(34 / 18 * 1em);
  letter-spacing: 0.17em;
  text-align: center;
}
.estimateQuotation_head {
  display: flex;
  justify-content: space-between;
  margin: min(calc(80 / 1260 * 100vw),80px) 0 min(calc(50 / 1260 * 100vw),50px);
}
.estimateQuotation_headBox1 {
  width: 56%;
}
.estimateQuotation_subject {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px min(calc(40 / 1260 * 100vw),40px);
  min-width: min(calc(360 / 1260 * 100vw),360px);
  border-bottom: 1px solid #707070;
}
.estimateQuotation_subject dd {
  font-size: calc(38 / 18 * 1em);
  padding-right: min(calc(40 / 1260 * 100vw),40px);
}
.estimateQuotation_priceRead {
  margin: min(calc(20 / 1260 * 100vw),20px) 0 min(calc(40 / 1260 * 100vw),40px);
  font-size: calc(26 / 18 * 1em);
  font-weight: 400;
  line-height: 1.18;
}
.estimateQuotation_priceBox {
  border: 1px solid #707070;
  padding: min(calc(30 / 1260 * 100vw),30px) min(calc(20 / 1260 * 100vw),20px);
  font-size: calc(20 / 18 * 1em);
  line-height: 1.18;
}
.estimateQuotation_price {
  text-align: right;
}
.estimateQuotation_price span {
  font-size: calc(58 / 20 * 1em);
  padding-right: 0.2em;
}

.estimateQuotation_headBox2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
  font-size: calc(23 / 18 * 1em);
  font-weight: 400;
}
.estimateQuotation_infoBox p+p{
  margin-top: 1.2em;
}
.estimateQuotation_Deadline {
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(calc(40 / 1260 * 100vw),40px);
  margin-top: auto;
  border-bottom: 1px solid #707070;
}
.estimateQuotation_contBox {
  margin-top: min(calc(20 / 1260 * 100vw),20px);
}
.estimateQuotation_contTtl {
  background: #A8A8A8;
  border: 1px solid #707070;
  color: #fff;
  font-size: calc(23 / 20 * 1em);
  text-align: center;
  line-height: 2;
}
.estimateQuotation_contList dl {
  display: flex;
  margin-top: min(calc(8 / 1260 * 100vw),8px);
}
.estimateQuotation_contList dt,
.estimateQuotation_contList dd {
  padding: min(calc(10 / 1260 * 100vw),10px) min(calc(40 / 1260 * 100vw),40px);
}
.estimateQuotation_contList dt {
  width: 28%;
  background: #D8D8D8;
}
.estimateQuotation_contList dd {
  flex: 1;
}

.estimateQuotation_foot {
  display: flex;
  justify-content: space-between;
  margin-top: min(calc(100 / 1260 * 100vw),100px);
}
.estimateQuotation_noteBox {
  width: 50%;
  border: 1px solid #707070;
  padding: min(calc(30 / 1260 * 100vw),30px) min(calc(20 / 1260 * 100vw),20px);
  font-size: calc(20 / 18 * 1em);
  line-height: 1.18;
}

.estimateQuotation_resultBox {
  width: 44%;
}
.estimateQuotation_resultBox dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.estimateQuotation_resultBox dl+dl {
  margin-top: min(calc(15 / 1260 * 100vw),15px);
  padding-top: min(calc(15 / 1260 * 100vw),15px);
  border-top: 1px solid #A8A8A8;
}
.estimateQuotation_resultBox dd {
  margin-left: auto;
}
.estimateQuotation_totalPrice {
  font-size: calc(40 / 18 * 1em);
}

/* ーーーーーーーーーーーーーーー
見積もり書 確認画面
ーーーーーーーーーーーーーーー */
.estimateCofilm {
  display: none;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.estimateCofilm_container {
  padding: 40px 70px;
  border: 1px solid #000;
}
.estimateCofilm_ttl {
  font-size: clamp(28px, calc(36 / 1600 * 100vw), 36px);
  letter-spacing: 0.17em;
  text-align: center;
}
.estimateCofilm_appBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 2%;
  margin-top: clamp(40px, calc(70 / 1600 * 100vw), 70px);
}
.estimateCofilm_appBox button {
  width: 30%;
  height: clamp(64px ,calc(87 / 1600 * 100vw) , 87px);
  border: 1px solid #707070;
  font-size: clamp(16px, calc(22 / 1600 * 100vw), 22px);
  line-height: calc(23 / 20);
}
.estimateCofilm_appBox button:nth-child(2) {
  margin-left: auto;
}
button.estimateCofilm_inquire {
  background-color: var(--color-main);
  color: #fff;
}
@media screen and (max-width: 1050px) {
  .estimateCofilm_appBox {
    flex-direction: column;
    align-items: center;
  }
  .estimateCofilm_appBox button {
    width: 100%;
    max-width: 400px;
  }
  .estimateCofilm_appBox button:nth-child(2) {
    margin-left: 0;
  }
}

/* ーーーーーーーーーーーーーーー
見積もり書 発行用
ーーーーーーーーーーーーーーー */
.estimateDownload {
  width: 1200px;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 100%;
}






/* ーーーーーーーーーーーーーーー
見積もり確認画面
ーーーーーーーーーーーーーーー */
.estimateConfirm .estimate_container {
  justify-content: center;
}
.estimateConfirm .estimateInput {
  gap: 40px 0;
}
.estimateConfirm_cont dl {
  display: flex;
}
.estimateConfirm_cont dl+dl {
  margin-top: 8px;
}
.estimateConfirm_cont dt,
.estimateConfirm_cont dd {
  padding: 0.7em min(calc(50 / 1600 * 100vw), 50px);
}
.estimateConfirm_cont dt {
  background: #DFEDD9;
  width: calc(320 / 900 * 100%);
}
.estimateConfirm_cont dd {
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .estimateConfirm .estimateInput {
    gap: 20px 0;
    font-size: 13px;
  }
  .estimateConfirm_cont dl+dl {
    margin-top: 5px;
  }
  .estimateConfirm_cont dt,
  .estimateConfirm_cont dd {
    padding: 10px 8px;
  }
}



/* ーーーーーーーーーーーーーーー
完了画面
ーーーーーーーーーーーーーーー */
.estimateComplet {
  padding: clamp(100px ,calc(340 / 1600 * 100vw),340px) 0 clamp(100px ,calc(260 / 1600 * 100vw),2600px);
}
.estimateComplet_enthanks {
  font-size: clamp(32px,calc(130 / 1600 * 100vw),130px);
  letter-spacing: 0.08em;
  text-align: center;
}
.estimateComplet_mainTtl {
  font-size: clamp(18px ,calc(39 / 1600 * 100vw),39px);
  letter-spacing: 0.05em;
  text-align: center;
}
.estimateComplet_text {
  margin-top: min(calc(104 / 1600 * 100vw),104px);
  font-size: clamp(16px,calc(29 / 1600 * 100vw),29px);
  max-inline-size: max-content;
  margin-inline: auto;
  font-weight: 400;
}
