.esti_noticebnr {
    margin: 0 0 15px 0;
    display: block !important;
}
.esti_noticebnr .page_heading {
    background-image: url(/common/images/common/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 34px auto;
    border: none;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
.esti_noticebnr .page_heading h2 {
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    margin: 1.5% 0 0% 6%;
    padding-bottom: 2px;
    text-indent: 1%;
    width: 100%;
}
.estimate_noticebox {
    border: 1px solid #3fa8ec;
}
.estimate_noticeTtl {
    background: #3fa8ec;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    font-size: 20px;
    letter-spacing: 1px;
}
.estimate_noticeTtl img {
    width: auto;
    vertical-align: bottom;
}
.estimate_noticewrap {
    padding: 15px 20px;
}
.noticebox_ttl {
    text-align: center;
    color: #663912;
    font-weight: bold;
    font-size: 18px;
}
.noticebox_txt {
    padding: 10px 0 30px;
    font-size: 14px;
    line-height: 1.5;
}
.noticebox_txt a {
    color: #3FA8ED;
    text-decoration: underline;
    font-weight: 550;
}
.noticebox_txt02 {
    padding-bottom: 0;
}
.noticebox_ttl_red {
    color: red; 
}
.noticebox_txt_red {
    color: red; 
    font-weight: bold;
}
.form_selectBox {
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #fafafa;
    padding: 35px 30px 0;
}
.selectbox_ttl {
    text-align: center;
    color: #444444;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 20px;
}
.selectform_list {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    flex-wrap: wrap;
}
.selectform_list li {
    width: 48%;
}
article .selectform_list li button {
    background: #3fa8ec;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 25px 32px 25px 0;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    border: none;
}
.selectform_list li label input {
    appearance: none;
}
article .selectform_list li button::after {
    position: absolute;
    content: url(/common/images/contact/select_arw.png);
    right: 25px;
}
article .selectform_list li button:hover {
    transition: all ease .3s;
    opacity: 0.8;
}
/* 入力画面 */
.formsec_head {
    display: flex;
    align-items: center;
    width: 100%;
}
.formsec_headImg {
    width: 100%;
    max-width: 35px;
}
.formsec_head .formsec_ttl {
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    margin: 0 0 0 15px;
    padding-bottom: 2px;
    max-width: 100%;
    font-size: 24px;
    width: 100%;
}
.formsec_box {
    margin: 30px 0 0 0;
}
.formsec_boxhead {
    display: flex;
    width: 100%;
}
.formsec_boxhead span {
    width: 100%;
    max-width: 108px;
    background: #888888;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-top-left-radius: 10px;
    padding: 20px 0;
}
.formsec_boxhead .formsec_boxTtl {
    background: #56a2eb;
    width: 90%;
    color: #fff;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
    padding: 20px 25px;
    font-size: 22px;
    border-top-right-radius: 10px;
}
.formsec_boxbody {
    background: #f9f9f9;
    padding: 40px 50px;
    border: 1px solid #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.formlabel_caption,
.formlabel_caption02 {
    color: #444444;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 25px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    display: flex;
    align-items: flex-start;
}
.formlabel_caption span {
    color: #fff;
    background: #e39822;
    font-size: 14px;
    padding: 5px 7px;
    margin-right: 20px;
    max-width: 30px;
    width: 100%;
}
.formlabel_caption_bottom{
    padding-bottom: 0;
}
.formlabel_sub_caption{
    margin: 5px 0;
}
.formsec_part {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.formsec_partcheck {
    width: 100%;
    max-width: 31px;
    margin-right: 20px;
    margin-top: 20px;
}
.formsec_partdetail {
    width: 92%;
}
.formsec_anytime_btn{
    width: 24%;
    color: #444444;
    padding: 13px 0;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 20px;
}
.formsec_checklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prouct_checkitem {
    width: 32%;
    margin-bottom: 15px;
}
.prouct_checkitem label span {
    width: 100%;
    display: flex;
    background: #fff;
    border: 2px solid #ccc;
    height: 32px;
    padding: 28px 13px;
    box-sizing: border-box;
    border-radius: 5px;
    align-items: center;
    font-size: 17px;
    color: #444444;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    padding-left: 45px;
}
.prouct_checkitem label input {
    display: none;
}
.prouct_checkitem label span:before {
    border-radius: 5px;
    content: "";
    display: block;
    height: 32px;
    left: 7px;
    margin: 3px 0 0 0;
    position: absolute;
    top: 10px;
    width: 32px;
    background: #eeeeee;
}
.prouct_checkitem label input[type=checkbox]:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 17px;
    width: 8px;
    height: 19px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 4px solid #444444;
    border-right: 4px solid #444444;
}
.formsec_inquirydetails .formsec_partdetail textarea {
    resize: none;
    width: 100%;
    padding: 13px;
    font-size: 16px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    height: 200px;
    color: #444444;
}
.formbox_nextBtn {
    width: 100%;
    max-width: 270px;
    background: #555555;
    text-align: center;
    margin: 30px auto 0;
    color: #fff;
    padding: 17px 10px;
    font-size: 22px;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.formbox_nextBtn:hover {
    transition: all ease 0.3s;
    opacity: 0.8;
}
.formradio_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.formradio_list li {
    width: 48%;
}
/* .formradio_list li label {
    position: relative;
}
.formradio_list li input {
    position: absolute;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.formradio_list li input::before {
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 26px;
    width: 12px;
    height: 12px;
    content: '';
    -webkit-transition: -webkit-transform 0.4s 
cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s 
cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s 
cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s 
cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s 
cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: #4d4d4d;
}
.formradio_list li input:checked:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.formradio_list li input:after {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 25px;
    height: 25px;
    content: '';
    border-radius: 50%;
    background: #eeeeee;
} */
.formradio_list label {
  position: relative;
  display: block;
}
.formradio_list input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.formradio_list label span {
  position: relative;
}
.formradio_list label span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #eeeeee;
    left: 15px;
}
.formradio_list label span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%) scale(0);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4d4d4d;
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
}
.formradio_list input[type="radio"]:checked + span::after {
  transform: translateY(-50%) scale(1);
}
.formradio_list li label span {
    width: 100%;
    display: block;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 20px 20px 20px 55px;
    cursor: pointer;
    box-sizing: border-box;
    color: #444444;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 20px;
}
.formsec_row_bottom{
    margin-bottom: 25px;
}
.formsec_rowborder{
    margin-bottom: 25px;
}
.formsec_rowborder {
    border-bottom: 2px dashed #ededed;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.formsec_rowborder:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
}
.forminfo_detail input {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #ccc;
    color: #444444;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 20px;
}
.formsec_rowitem {
    margin-bottom: 22px;
}
.address_postalsec {
    display: flex;
    align-items: center;
}
.address_inputpostal {
    margin: 0 20px;
    width: 25%;
}
.address_postalsec span {
    color: #444444;
    font-size: 32px;
    font-weight: 500;
}
.address_inputpostal input {
    border: 2px solid #ccc;
    padding: 13px 15px;
    border-radius: 5px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #444444;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 18px;
    width: 100%;
    text-align: left;
}
.address_postalText {
    width: 66%;
    color: #444444;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}
.address_pref {
    border: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.address_pref dt {
    width: 26%;
    border: none;
    padding: 10px 0;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.3;
    color: #444444;
}
.address_pref dd {
    background: transparent;
    border: none;
    padding: 10px 0;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #444444;
    width: 70%;
}
.address_pref #prefectures_address,
.address_pref #prefectures_location {
    border: none;
    background: transparent;
    appearance: none;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 18px;
    padding: 0 15px;
    color: #444444;
    height: auto;
    opacity: 1;
}
.address_pref #city_address,
.address_pref #city_location {
    border: none;
    background: transparent;
    font-weight: bold;
    padding: 0 15px;
    cursor: default;
}
.address_pref dd input {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #ccc;
    color: #444444;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 18px;
}
.form_telephoneDetail input,
.form_maileDetail input  {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #ccc;
    color: #444444;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 20px;
}
.form_telephoneDetail input[type="number"]::-webkit-inner-spin-button,
.form_telephoneDetail input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form_telephoneDetail input[type="number"] {
    -moz-appearance: textfield;
}
.form_noteText {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    color: #444444;
    font-weight: 400;
    padding-top: 10px;
}
.time_checkitem {
    width: 24%;
}
.time_checkitem label {
    position: relative;
}
.time_checkitem input {
    appearance: none;
    position: absolute;
}
.time_checkitem span {
    width: 100%;
    display: flex;
    background: #fff;
    border: 2px solid #ccc;
    height: 32px;
    padding: 28px 13px;
    box-sizing: border-box;
    border-radius: 5px;
    align-items: center;
    font-size: 17px;
    color: #444444;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    padding-left: 45px;
}
.time_checkitem label span:before {
    border-radius: 5px;
    content: "";
    display: block;
    height: 32px;
    left: 7px;
    margin: 3px 0 0 0;
    position: absolute;
    top: 10px;
    width: 32px;
    background: #eeeeee;
}
.time_checkitem label input[type=checkbox]:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 17px;
    width: 8px;
    height: 19px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 4px solid #444444;
    border-right: 4px solid #444444;
}
.formsec_privacybox {
    background: #f4fcff;
    padding: 30px 55px 50px;
    margin-top: 40px;
    border: 1px solid #f4fcff;
    border-radius: 5px;
}
.privacyText {
    color: #535353;
    font-size: 23px;
    line-height: 1.3;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    text-align: center;
}
.privacyText a {
    color: #0085b2;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.formsec_labelbox {
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
}
.formsec_labelbox input {
    appearance: none;
}
.formsec_labelbox span {
    width: 100%;
    display: flex;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    align-items: center;
    font-size: 20px;
    color: #444444;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    padding: 20px;
    justify-content: center;
}
.formsec_labelbox span:before {
    border-radius: 5px;
    content: "";
    display: block;
    height: 32px;
    left: 15px;
    margin: 3px 0 0 0;
    position: absolute;
    top: 10px;
    width: 32px;
    background: #eeeeee;
}
.formsec_labelbox input[type=checkbox]:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
    width: 8px;
    height: 19px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 4px solid #444444;
    border-right: 4px solid #444444;
}
.formsec_labelbox_location {
    width: 100%;
    margin-bottom: 20px;
    /* margin: 0 auto;
    max-width: 360px; */
}
.formsec_labelbox_location input {
    appearance: none;
    visibility: hidden;
}
.formsec_labelbox_location span {
    width: 100%;
    display: flex;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    align-items: center;
    font-size: 19px;
    color: #444444;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    padding: 15px;
    justify-content: center;
}
.formsec_labelbox_location span:before {
    border-radius: 5px;
    content: "";
    display: block;
    height: 32px;
    left: 15px;
    margin: 3px 0 0 0;
    position: absolute;
    /* top: 10px; */
    width: 32px;
    background: #eeeeee;
}
.formsec_labelbox_location input[type=checkbox]:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
    width: 8px;
    height: 19px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 4px solid #444444;
    border-right: 4px solid #444444;
}
.form_confirms {
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
}
.form_confirmBtn {
    background: #d62714;
    border: none;
    color: #fff;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 24px;
    padding: 23px 0;
    border-radius: 40px;
    cursor: pointer;
    line-height: 1.3;
    box-sizing: border-box;
}
.form_confirmBtn:hover {
    opacity: 0.8;
}
/* 確認画面 */
.confirmsec_text{
    margin-top: 20px;
}
.formsec_boxbody_confirm {
    padding: 30px;
}
.formsec_boxhead .formsec_boxTtl_confirm {
    color: #fff;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 25px 20px 45px;
    width: 100%;
    border-top-left-radius: 10px;
     border-top-right-radius: 10px;
    margin-top: 20px;
}
.confirmrow_ttl {
    color: #56a2eb;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-size: 20px;
    border-bottom: 2px solid #676767;
    padding-bottom: 20px;
    padding-left: 10px;
}
.confirmrow_ttl_top{
    padding-top: 20px;
}
.confirmrow_details {
    padding: 20px 0 0 10px;
}
.confirmrow_item {
    margin-bottom: 26px;
}
.confirmrow_item.confirmrow_border {
    border-bottom: 2px dashed #ededed;
    padding-bottom: 20px;
}
.confirmrow_caption {
    color: #444444;
    /* font-weight: bold; */
    font-size: 18px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    padding-bottom: 20px;
}
.confirmrow_checklist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.confirmrow_checklist li {
    margin-right: 35px;
}
.confirmrow_checklist li img {
    margin-right: 25px;
}
.confirmrow_text {
    font-weight: bold;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    color: #444444;
    line-height: 1.8;
    word-break: break-all;
}
.confirmrow_address {
    border: none;
    display: flex;
    flex-wrap: wrap;
}
.confirmrow_address dt {
    border: none;
    padding: 0;
    line-height: 1.5;
    color: #444444;
    font-weight: bold;
    font-size: 19px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    margin-bottom: 15px;
    width: 26%;
}
.confirmrow_address .postal_address {
    font-size: 19px;
}
.confirmrow_address dd {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 19px;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: bold;
    color: #444444;
    width: 70%;
}
.confirmbtn_sec {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.confirmbtn_sec .confirm_backBtn {
    max-width: 155px;
    width: 100%;
    margin-right: 30px;
}
.confirmbtn_sec .confirm_backBtn:hover {
    opacity: 0.8;
}
.confirm_backBtn .submit_back {
    width: 100%;
    background: #4e4e4e;
    color: #fff;
    font-size: 24px;
    padding: 15px 0;
    line-height: 1.5;
    border-radius: 35px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.confirm_submitBtn {
    width: 60%;
}
@media screen and (max-width: 980px){
    .selectform_list {
        margin: 30px 0;   
    }
    .selectform_list li {
        width: 100%;
    }
    .selectform_list li:first-child {
        margin-bottom: 10px;
    }
    .prouct_checkitem {
        width: 48%;
    }
    .prouct_checkitem label span {
        font-size: 16px;
    }
    .formsec_anytime_btn{
        width: 48%;
    }
    .time_checkitem {
        width: 48%;
    }
}
@media only screen and (max-width: 768px) {
    .esti_noticebnr .page_heading h2 {
        margin: 1.5% 0 0% 14%;
        font-size: 20px;
    }
    .estimate_noticeTtl {
        padding: 5px 0 15px;
        font-size: 16px;
    }
    .noticebox_ttl {
        line-height: 1.3;
        font-size: 15px;
    }
    article .selectform_list li button {
        padding: 15px 32px 15px 0;
        font-size: 16px;
    }
    .form_selectBox {
        padding: 20px 20px 0;
    }
    .selectbox_ttl {
        font-size: 18px;
    }
    article .selectform_list li button::after {
        right: 16px;
        top: 19px;
    }
    .formsec_head .formsec_ttl {
        font-size: 22px;
    }
    .formsec_boxbody {
        padding: 30px 20px;
    }
    .formsec_boxhead span {
        max-width: 70px;
        font-size: 18px;
        padding: 27px 0;
    }
    .formsec_boxhead .formsec_boxTtl {
        padding: 15px 20px;
        font-size: 18px;
        line-height: 1.3;
    }
    .formbox_nextBtn {
        font-size: 18px;
    }
    .prouct_checkitem label span {
        font-size: 14px;
    }
    .prouct_checkitem label span:before {
        height: 25px;
        width: 25px;
    }
    .prouct_checkitem label input[type=checkbox]:checked + span:after {
        top: 16px;
        left: 16px;
        width: 5px;
        height: 13px;
        border-bottom: 3px solid #444444;
        border-right: 3px solid #444444;
    }
    .formsec_labelbox_location span {
        font-size: 16px;
        padding-left: 58px;
    }
    .formsec_labelbox_location input[type=checkbox]:checked + span:after {
        top: 22px;
    }
    .formsec_part {
        justify-content: center;
    }
    .formradio_list li {
        width: 100%;
    }
    .formradio_list li:first-child {
        margin-bottom: 15px;
    }
    .address_postalsec {
        flex-wrap: wrap;
    }
    .address_inputpostal {
        width: 65%;
    }
    .address_postalText {
        width: 100%;
        padding-top: 10px;
        font-size: 14px;
    }
    .address_pref {
        display: flex;
        flex-wrap: wrap;
    }
    .address_postalsec span {
        font-size: 26px;
    }
    .address_pref dt {
        width: 100%;
        font-size: 16px;
    }
    .address_pref dd {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
    }
    .address_pref #city_address, .address_pref #city_location {
        font-size: 16px;
    }
    .address_inputpostal input,
    .address_pref dd input {
        padding: 12px 15px;
        font-size: 16px;
    }
    .form_telephoneDetail input, .form_maileDetail input {
        font-size: 16px;
    }
    .formradio_list li label span {
        font-size: 16px;
    }
    .formlabel_caption {
        font-size: 16px;
        line-height: 1.3;
        padding-bottom: 18px;
    }
    .formlabel_caption_bottom{
        padding-bottom: 0;
    }
    .forminfo_detail input {
        padding: 12px 15px;
        font-size: 16px;
    }
    .formsec_privacybox {
        padding: 20px;
    }
    .privacyText {
        font-size: 16px;
    }
    .formlabel_caption02 {
        font-size: 14px;
    }
    .time_checkitem {
        margin-bottom: 10px;
    }
    .time_checkitem span {
        font-size: 15px;
        padding-left: 35px;
    }
    .time_checkitem label span:before {
        height: 25px;
        width: 25px;
    }
    .time_checkitem label input[type=checkbox]:checked + span:after {
        top: 16px;
        left: 16px;
        width: 5px;
        height: 13px;
        border-bottom: 3px solid #444444;
        border-right: 3px solid #444444;
    }
    .formsec_labelbox span {
        font-size: 18px;
        padding: 20px 20px 20px 63px;
    }
    .form_confirmBtn {
        max-width: 100%;
        font-size: 20px;
        padding: 20px 0;
    }

    /* 確認画面 */
    .confirmrow_ttl {
        font-size: 18px;
    }
    .confirmrow_caption {
        font-size: 16px;
    }
    .confirmrow_text {
        font-size: 16px;
    }
    .confirmrow_address .postal_address {
        font-size: 18px;
        width: 100%;
    }
    .confirmrow_address .postal_address span {
        font-weight: normal;
        font-size: 16px;
    }
    .confirmrow_address dt,
    .confirmrow_address dd {
        font-size: 16px;
        width: 100%;
    }
    .confirmrow_address dt {
        margin-right: 15px;
        margin-bottom: 8px;
    }
    .confirmrow_address dd {
        margin-bottom: 15px;
    }
    .confirmbtn_sec {
        flex-wrap: wrap;
    }
    .confirmbtn_sec .confirm_backBtn {
        max-width: 50%;
        margin: 0 0 20px;
    }
    .confirmrow_checklist li {
        margin-right: 25px;
    }
    .confirmrow_checklist li img {
        margin-right: 15px;
    }
    .confirm_backBtn .submit_back {
        font-size: 18px;
        padding: 12px 0;
    }
    .confirm_submitBtn {
        width: 100%;
    }
}

