@charset "utf-8";
/* CSS Document */
/* ========================================
フォーム
==========================================*/
#rough_e_form {
    padding: 80px 15px;
}
#rough_e_form .container-fluid ul.row {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
#rough_e_form .container-fluid ul.row li .panel_wrap {
    box-shadow: 1px 1px 3px #999999, -1px -1px 6px #999999;
    border-radius: 10px;
    padding: 20px 10px;
}
#rough_e_form .container-fluid ul.row li.quick_and_easy_quote {
    margin: 0 0 30px 0;
}
#rough_e_form .container-fluid ul.row li.quick_and_easy_quote .panel_wrap {
    position: relative;
    width: 100%;
    background: #fff;
    border: 3px solid #000;
    padding: 0 40px 20px 40px;
    height: fit-content;
}
#rough_e_form .container-fluid ul.row li.quick_and_easy_quote .panel_wrap input {
    width: 100%;
    padding: 5px 10px;
}
@media print, screen and (min-width:768px) {
    #rough_e_form .container-fluid ul.row li.quick_and_easy_quote {}
}
@media print, screen and (min-width:992px) {
    #rough_e_form .container-fluid ul.row li.quick_and_easy_quote {
        width: 55%;
        margin: 0;
    }
    #rough_e_form .container-fluid ul.row li.quick_and_easy_quote .panel_wrap {
        margin: 0 0 0 auto;
    }
    #rough_e_form .container-fluid ul.row li.quick_and_easy_quote .panel_wrap input {
        width: 50%;
        padding: 5px 10px;
    }
}
#rough_e_form .container-fluid ul.row li.quick_and_easy_quote h3 {
    display: block;
    border: 4px solid #000;
    background: #ed5d17;
    padding: 15px 0 10px 0;
    color: #000 !important;
    font-size: 18px;
    font-weight: 900;
    border-radius: 6px;
    margin: 0 auto;
    width: 100%;
    transform: translateY(-30px);
    text-shadow: none;
    line-height: 1.3;
}
@media print, screen and (min-width:768px) {}
@media print, screen and (min-width:994px) {
    #rough_e_form .container-fluid ul.row {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 0 auto;
        width: 100%;
        max-width: 1000px;
    }
    #rough_e_form .container-fluid ul.row li.quick_and_easy_quote > p {
        font-size: 18px;
    }
    #rough_e_form .container-fluid ul.row li.quick_and_easy_quote h3 {
        font-size: 20px;
    }
    #rough_e_form .container-fluid ul.row li.quick_and_easy_quote #form_wrap #wpcf7-f10621-p10719-o1 {
        margin: 0 0 0 0;
    }
}
#rough_e_form .container-fluid ul.row li.quick_and_easy_quote > .panel_wrap p {
    font-size: 15px;
    font-weight: 700;
    margin: -25px auto 5px;
    color: #000 !important;
}
#rough_e_form .container-fluid ul.row li.quick_and_easy_quote > .panel_wrap p i {
    font-size: 130%
}
/*#rough_e_form .container-fluid > ul.row > li.quick_and_easy_quote h3 {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #009e52;
    background: #009e52;
    border-radius: 100px;
    box-shadow: none;
    padding: 10px;
    margin: 0 auto 15px;
    position: relative;
    width: auto;
}*/
#form_wrap {
    margin: 20px 0 0 0;
}
/*-- ////////////////////////////////////////////////////////////////// --*/
#rough_e_form .container-fluid ul.row li.telephone_inquiry .panel_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 3px solid var(--color01);
    padding: 15px;
    width: 100%;
    text-align: center;
}
#rough_e_form .container-fluid ul.row li.telephone_inquiry h3 {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #fff !important;
    border: 1px solid #009e52;
    background: #009e52;
    border-radius: 100px;
    box-shadow: none;
    padding: 10px 30px;
    margin: 0 auto 15px;
    position: relative;
    width: auto;
}
#rough_e_form .container-fluid ul.row li.telephone_inquiry h3:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #009e52 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*=================================================================================================*/
#rough_e_form .container-fluid ul.row li.telephone_inquiry .panel_wrap ul li:first-child p {
    margin: 0 auto 20px;
    text-align: center;
    color: #000 !important;
}
#rough_e_form .container-fluid ul.row li.telephone_inquiry .panel_wrap ul li:first-child p.tel_num {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    background: url(https://www.valtecrental.jp/img/common_img/icon_free_d.png) 0 center no-repeat;
    background-size: 36px;
    padding-left: 45px;
    z-index: 10;
    margin: 15px auto 0;
    text-shadow: 2px 2px 0 #fff, 2px 2px 0 #fff;
}
/*=================================================================================================*/
#rough_e_form .container-fluid ul.row li.telephone_inquiry .panel_wrap ul li:last-child figure {
    text-align: center;
}
#rough_e_form .container-fluid ul.row li.telephone_inquiry .panel_wrap ul li:last-child figure img {
    width: 100%;
    height: auto;
    opacity: 0.6;
    max-width: 350px;
}
/*=================================================================================================*/
@media print, screen and (min-width: 992px) {
    #rough_e_form .container-fluid ul.row li.telephone_inquiry {
        width: 45%;
        margin: 30px 0 0 0;
    }
    #rough_e_form .container-fluid ul.row li.telephone_inquiry ul.row li:first-child {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        z-index: 1;
        width: 100%;
        padding: 15px;
    }
    #rough_e_form .container-fluid ul.row li.telephone_inquiry ul.row li:last-child {
        position: absolute;
        z-index: -1;
        right: 18px;
    }
    #rough_e_form .container-fluid ul.row li.telephone_inquiry .panel_wrap ul li:first-child p {
        font-size: 0.9em;
        text-align: left;
        margin: 0;
    }
    #rough_e_form .container-fluid ul.row li.telephone_inquiry .panel_wrap ul li:first-child p.tel_num {
        margin: 15px 0;
    }
    #rough_e_form .container-fluid ul.row li.telephone_inquiry .panel_wrap ul li:last-child figure img {
        max-width: 180px;
    }
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
#rough_e_form .container-fluid ul.row li.telephone_inquiry a.think {
    border: 2px solid var(--black);
    background: var(--black);
    color: var(--color02);
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 5px;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) a.think:hover {
    background: var(--white);
    color: var(--black);
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) a.busi_link {
    display: block;
    border: 2px solid #009e52;
    background: #009e52;
    color: #e4ff00;
    margin-top: 10px;
    padding: 5px;
    font-size: 1.2em;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s;
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) a.busi_link:hover {
    background: #e4ff00;
    color: #009e52;
}
/*--------------------------------------------------プログレスバー(step2)*/
.wpcf7 form.init #form_wrap img.st03 {
    display: none;
}
.wpcf7 form.init #form_wrap img.st02 {
    display: block;
}
.wpcf7 form.failed #form_wrap img.st03 {
    display: none;
}
.wpcf7 form.failed #form_wrap img.st02 {
    display: block;
}
.wpcf7 form.spam #form_wrap img.st03 {
    display: none;
}
.wpcf7 form.spam #form_wrap img.st02 {
    display: block;
}
.wpcf7 form.invalid #form_wrap img.st03 {
    display: none;
}
.wpcf7 form.invalid #form_wrap img.st02 {
    display: block;
}
.wpcf7 form #form_wrap img.st03 {
    display: none;
}
.wpcf7 form #form_wrap img.st02 {
    display: block;
}
/*-------------------------------------------------プログレスバー(step3)*/
.wpcf7 form.sent #form_wrap img.st02 {
    display: none;
}
.wpcf7 form.sent #form_wrap img.st03 {
    display: block;
}
/*--------------------------------------------------*/
#form_wrap br {
    display: none;
}
#form_wrap #first_sect, #form_wrap #second_sect {
    margin: 0 auto;
}
#form_wrap label input, #form_wrap label select, #form_wrap input, #form_wrap select {
    background: var(--color06);
    padding: 3px 10px;
    border-radius: 0;
    border: 2px solid #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    width: 100%;
}
#form_wrap input::placeholder {
    color: #999999;
    font-weight: normal;
}
#form_wrap figure {
    width: 100%;
    /*padding: 5px 10px 15px;*/
    text-align: center;
    margin: 40px 0;
}
#form_wrap figure img {
    margin: 0 auto;
    width: 100%;
}
@media print, screen and (min-width:540px) {
    #form_wrap figure img {
        width: 250px;
    }
}
#second_sect {
    display: none;
}
/*.next_btn.active:hover {
    cursor: pointer;
    background: #e91e6338;
    color: #E91E63;
}*/
@media print, screen and (min-width: 768px) {
    .next_btn, .next_out, .next_btn.active, .next_out.active {
        width: 70%;
    }
}
@media print, screen and (min-width: 768px) {}
.next_btn {
    display: block;
    border: 2px solid #fec705;
    border-radius: 6px;
    background: #fec705;
    color: #000;
    padding: 10px;
    transition: all 0.3s;
    width: 70%;
    margin: 30px auto;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
/*-----------------------------------表示切り替え*/
#form_wrap #first_sect {
    opacity: 0;
    display: none;
    /*margin-bottom: 30px;*/
}
/*#form_wrap #second_sect {
    opacity: 0;
    display: none;
}*/
#form_wrap #first_sect.active, #form_wrap #second_sect.active {
    display: block;
    animation-name: fadeIn;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    height: auto;
    min-height: unset;
}
@media print, screen and (min-width:768px) {
    #form_wrap #first_sect {
        margin-bottom: 0;
    }
    #form_wrap #first_sect.active {
        /* height: 350px; */
    }
}
@media print, screen and (min-width:768px) {
    #form_wrap #second_sect.active {
        /*height: 350px;*/
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#form_wrap ul li {
    background: #fcfcfc;
    margin: 30px 0;
    padding: 0;
}
#form_wrap ul li::after {
    clear: both;
    content: "";
    display: block;
    height: 10px;
}
#form_wrap .wpcf7-form-control-wrap {
    width: 100%;
}
#form_wrap #first_sect .wpcf7-form-control-wrap {}
#form_wrap #second_sect .wpcf7-form-control-wrap {}
@media print, screen and (min-width:768px) {
    #form_wrap ul {
        /*padding: 0 20px;*/
        margin-bottom: 5px;
    }
    #form_wrap ul li {
        /*margin: 0 calc(100% - 85%) 8px 0;*/
    }
    #form_wrap .wpcf7-form-control-wrap {
        width: 70%;
    }
    #form_wrap #first_sect .wpcf7-form-control-wrap {}
    #form_wrap #second_sect .wpcf7-form-control-wrap {}
}
#form_wrap ul li label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
    padding: 0;
}
#form_wrap #first_sect ul {
    margin: 0 0 25px 0;
}
#form_wrap #first_sect ul li {
    margin: 0;
}
#form_wrap #first_sect ul li label {
    margin-bottom: 5px;
    /*width: 30%;
    float: left;*/
}
#form_wrap #second_sect ul li label {
    margin-bottom: 5px;
    width: 40%;
    float: left;
}
@media print, screen and (min-width:768px) {
    #form_wrap #first_sect ul li label {
        font-size: 14px;
        margin-bottom: 5px;
        width: 30%;
        float: left;
    }
    #form_wrap #second_sect ul li label {
        font-size: 15px;
        margin-bottom: 0;
        width: 40%;
        float: left;
    }
}
#form_wrap ul li label span {
    border: 1px solid #999;
    padding: 0 5px;
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
#form_wrap ul li label span.required {
    border: 1px solid #ff006a;
    padding: 0 5px;
    font-size: 12px;
    color: #ff006a;
    font-weight: 900;
}
@media print, screen and (min-width:768px) {
    #form_wrap ul li label span {
        font-size: 12px;
    }
    #form_wrap ul li label span.required {
        font-size: 12px;
    }
}
#form_wrap ul li select, #form_wrap ul li input {
    width: 50%;
    float: right;
    text-align: left;
}
#form_wrap ul li select {
    font-size: 15px;
    padding: 3px 10px;
    width: 100%;
    border-radius: 0;
    float: left;
}
@media print, screen and (min-width:992px) {
    #form_wrap ul li select {
        font-size: 15px;
        padding: 3px 10px;
        width: 50%;
        border-radius: 0;
        float: right;
    }
}
@media print, screen and (min-width:1200px) {
    #form_wrap ul li select {
        font-size: 15px;
        padding: 3px 10px;
        border-radius: 0;
        float: inline-end;
    }
    #rough_e_form .container-fluid ul.row li:nth-child(2) .panel_wrap input {
        width: 50%;
        padding: 5px 10px;
        float: inline-end;
    }
}
/*-------------------------------------ダミーボタン*/
.next_out {
    opacity: 0;
    display: none;
}
.next_out.active {
    display: block;
    border: 2px solid #000000;
    background: #c1bdbd;
    color: #ffffff;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.next_out.active p, .next_out.active i {
    font-size: 18px;
}
/*-------------------------------------見積ボタン*/
.next_btn {
    opacity: 1;
    display: inline;
    display: block;
    border: 2px solid #fec705;
    border-radius: 6px;
    background: #fec705;
    color: #000;
    padding: 10px 0;
    transition: all 0.3s;
    width: 70%;
    margin: 30px auto 30px;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    text-align: center;
    cursor: pointer;
    font-weight: 900;
}
.next_btn:hover /*.active*/ {
    border: 2px solid #fec705;
    background: #fff;
    color: #ed5d17;
}
.next_btn /*.active*/ p, .next_btn /*.active*/ i {
    font-size: 18px;
    color: #000 !important;
    vertical-align: middle;
    transition: all 0.3s;
}
.next_btn /*.active*/ i {
    margin: 0 0 2px 0;
}
.next_btn /*.active*/ :hover {
    cursor: pointer;
    background: #fff;
    color: #ed5d17;
}
.next_btn /*.active*/ :hover p, .next_btn:hover /*.active*/ i {
    font-size: 18px;
    color: #ed5d17 !important;
    vertical-align: middle;
}
.submit_btn {
    padding: 15px 0 0;
    display: block;
}
@media print, screen and (min-width:768px) {}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.back_btn {
    display: block;
    border: 2px solid #fec705;
    border-radius: 6px;
    background: #fff;
    color: #fec705;
    transition: all 0.3s;
    width: 70%;
    margin: 30px auto 15px;
    text-align: center;
    padding: 10px 0;
    line-height: 30px;
}
.back_btn p {
    font-size: 16px;
}
.back_btn:hover {
    cursor: pointer;
    background: #fec7054f;
    color: #ed5d17;
}
@media print, screen and (min-width:768px) {
    .back_btn {
        margin: 0 auto 15px;
        /*width: 70%;*/
    }
}
#form_wrap input.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
}
#form_wrap input.wpcf7-submit {
    display: block;
    border: 2px solid #ed5d17;
    border-radius: 6px;
    background: #ed5d17;
    color: #fff;
    font-size: 18px;
    padding: 15px !important;
    transition: all 0.3s;
    width: 70% !important;
    margin: 20px auto 15px;
}
#form_wrap input.wpcf7-submit:hover {
    cursor: pointer;
    background: #fff;
    color: #ed5d17;
}
@media print, screen and (min-width:768px) {
    #form_wrap input.wpcf7-submit {
        margin: 0 auto;
    }
    #form_wrap input.wpcf7-submit {
        width: 70%;
    }
}
#form-error-message {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    margin-bottom: 0 !important;
}
#rough_e_form .wpcf7-not-valid-tip {
    font-weight: 700 !important;
    font-size: 12px;
}
@media print, screen and (min-width: 768px) {
    #rough_e_form .wpcf7-not-valid-tip {
        position: absolute;
        bottom: -5px;
        left: 20px;
        text-align: left;
        z-index: 100;
        width: 300px;
    }
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 1em;
}
.target_area {
    position: relative;
    font-size: clamp(0.5em, 1.1rem + 0.52vw, 1.3rem) !important;
    text-align: left;
    padding: 0 0 0 15px;
}
.target_area::before {
    position: absolute;
    left: 0;
    content: "※";
}
#mot_hikari_inquiry .tit_hikari {
    background: #ed5d17;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #333, 1px 1px 2px #333;
    margin: 10px auto 30px;
    padding: 15px 15px;
    line-height: 1.3em;
    width: 100%;
    max-width: 600px;
}
#mot_hikari_inquiry span {
    color: #ed5d17;
    font-size: 140%;
    font-weight: 900;
}