@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/estimate/estimate_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #F08300;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/estimate/estimate_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec01 {
  margin-bottom: 100px;
  /*.row:nth-of-type(2) .t_title {
      vertical-align: top;
  } */
}
.sec01 .form_wrap {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0 100px;
  border-top: #F08300 solid 1px;
  box-sizing: border-box;
}
.sec01 .note {
  letter-spacing: 0.1em;
  margin-right: 2em;
  margin-bottom: 70px;
  text-align: right;
}
.sec01 .note span {
  color: #f08300;
}
.sec01 .text {
  margin: 0 0 50px;
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  text-align: center;
}
.sec01 .table {
  width: 975px;
  max-width: 90%;
  margin: 0 auto;
}
.sec01 .table .row {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 46px;
  padding: 0 20px 0 20px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #999999;
}
.sec01 .t_title {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  padding-left: 0em;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.sec01 .t_title .hissu {
  color: #f08300;
}
.sec01 .t_data {
  width: clamp(408px, 53.125vw, 680px);
  min-width: 70%;
  max-width: 70%;
}
.sec01 .row:nth-of-type(5) input {
  width: 20px;
  height: 56px;
  vertical-align: text-top;
  border: 1px solid #f08300;
}
.sec01 .t_title .color {
  color: #363636;
  padding: 0 0 0 5px;
}
.sec01 .t_title label {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.sec01 .t_data input.i_text,
.sec01 .t_data textarea {
  width: 100%;
  padding: 10px 20px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #f08300;
}
.sec01 .row:nth-of-type(5) .radiolist {
  display: flex;
  flex-wrap: wrap;
}
.sec01 .row:nth-of-type(5) .radiolist .radioitem {
  margin-right: 2em;
}
.sec01 .row:nth-of-type(5) input {
  width: 36px;
  height: 36px;
  vertical-align: top;
  margin-bottom: 36px;
  accent-color: #f08300;
}
.sec01 .t_data.radiobox p {
  display: inline-block;
}
.sec01 .t_data.radiobox p:nth-of-type(5) {
  margin: 0 50px 0 0;
}
.sec01 .radiotitle {
  padding: 10px 0;
  font-size: 18px;
}
.sec01 .t_data.radiobox label {
  font-size: 20px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}
.sec01 .t_data textarea {
  height: 272px !important;
  width: clamp(327px, 42.656vw, 100%) !important;
}
.sec01 .row:nth-of-type(7) td {
  width: clamp(408px, 53.125vw, 680px);
  min-width: 70%;
}
.sec01 .row:nth-of-type(7) .waku {
  margin-bottom: 20px;
}
.sec01 .row:nth-of-type(7) input {
  border: 1px solid #f08300;
  padding: 15px 25px;
}
.sec01 .row:nth-of-type(7) .file_info {
  letter-spacing: 0.05em;
}
.sec01 .agree_btn {
  width: 330px;
  margin: 0 auto 20px;
  text-align: center;
}
.sec01 .submit_btn {
  width: 342px;
  height: 66px;
  border: none;
  margin: 0 auto 60px;
  background: #fff;
  color: #171D59;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
}
.sec01 .submit_btn input {
  width: 100%;
  height: 100%;
  background: rgb(240, 131, 0);
  color: #fff;
  font-size: 18px;
  font-family: "noto sans jp";
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 0.4s;
  border-radius: 0;
  text-shadow: none;
  max-width: none;
}
.sec01 .sec08 .numbox {
  margin: 0 auto;
  text-align: center;
}
.sec01 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}
.sec01 .warning {
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
    box-sizing: border-box;
    /*.t_data.radiobox p:nth-of-type(1) {
        margin: 0;
    } */
  }
  .sec01 .form_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 4.2vw 0 0;
  }
  .sec01 .note {
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    margin-right: 0em;
    margin-bottom: 4.2vw;
    text-align: center;
  }
  .sec01 .text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #1EAEDE;
    text-align: center;
  }
  .sec01 .table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .table .row {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    padding-bottom: 8vw;
  }
  .sec01 .t_title {
    display: block;
    width: 100%;
    min-width: initial;
    max-width: initial;
    margin: 0 0 10px;
    padding-left: initial;
    font-size: 4vw;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
  }
  .sec01 .row:nth-of-type input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
    margin-bottom: 4vw;
  }
  .sec01 .t_title .color {
    padding: 0 0 0 5px;
  }
  .sec01 .t_title label {
    font-size: 4vw;
    font-weight: 500;
  }
  .sec01 .t_data {
    display: block;
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
  .sec01 .t_data p {
    width: 100%;
  }
  .sec01 .t_data input.i_text,
  .sec01 .t_data textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 3.75vw;
    max-width: none;
  }
  .sec01 .row:nth-of-type(5) {
    box-sizing: border-box;
    padding-bottom: 4vw;
  }
  .sec01 .row:nth-of-type(5) .radiolist {
    width: 100%;
  }
  .sec01 .row:nth-of-type(5) .t_data.radiobox {
    margin: 0 auto;
  }
  .sec01 .row:nth-of-type(5) .t_data.radiobox p {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
  }
  .sec01 .row:nth-of-type(5) .radiolist {
    width: 100%;
  }
  .sec01 .row:nth-of-type(5) input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
    margin-bottom: 4vw;
  }
  .sec01 .row:last-of-type .t_title {
    width: 100%;
    padding: 10px 0 0;
    vertical-align: top;
  }
  .sec01 .t_data.radiobox p {
    display: inline-block;
  }
  .sec01 .t_data.radiobox label {
    font-size: 4vw;
    margin: 0 0 2.6vw 2.5vw;
    vertical-align: initial;
    vertical-align: top;
  }
  .sec01 .radiotitle {
    padding: 20px 0 0;
    font-size: 18px;
  }
  .sec01 .t_data textarea {
    width: 100% !important;
    height: 272px !important;
    max-width: none; /* メールフォームプロリセット */
  }
  .sec01 .row:nth-of-type(7) td {
    width: 90%;
    min-width: 90%;
  }
  .sec01 .row:nth-of-type(7) .waku {
    margin-bottom: 4.2vw;
  }
  .sec01 .row:nth-of-type(7) input {
    width: 100%;
    border: 1px solid #f08300;
    padding: 4vw 4vw;
  }
  .sec01 .row:nth-of-type(7) .file_info {
    font-size: 3.4vw;
    letter-spacing: 0.05em;
  }
  .sec01 .agree_btn {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec01 .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
  }
  .sec01 .agree_btn label {
    font-size: 3.75vw;
  }
  .sec01 .submit_btn {
    width: 100%;
    height: 16.5vw;
    border: none;
    margin: 0 auto 50px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    transition: 0.4s;
  }
  .sec01 .submit_btn input {
    width: 100%;
    height: 100%;
    font-size: 4vw;
    font-family: "noto sans jp";
    font-weight: 400;
    transition: 0.4s;
    border-radius: 0;
    text-shadow: none;
    max-width: none;
    color: #fff;
  }
  .sec01 .numbox {
    margin: 0 auto;
    text-align: center;
  }
  .sec01 .g-recaptcha {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }
  .sec01 .warning {
    font-size: 3.75vw;
    margin: 0 0 20px;
    text-align: center;
  }
}

.thanks_sec {
  padding: 200px 0;
}
.thanks_sec .sec_title {
  margin-bottom: 100px;
  font-size: 35px;
  text-align: center;
}
.thanks_sec .sec_text {
  font-size: 20px;
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks_sec {
    padding: 5.5vw 5.5vw 33.3vw;
    box-sizing: border-box;
  }
  .thanks_sec .sec_title {
    margin-bottom: 13.8vw;
    font-size: 8.3vw;
    text-align: center;
  }
  .thanks_sec .sec_text {
    font-size: 4.4vw;
    line-height: 3;
    text-align: center;
  }
}/*# sourceMappingURL=estimate.css.map */