@charset "utf-8";
/* CSS Document */
/**Blog設置用 050,03番号ここから**/
#tel_form .title_wrap {
    display: block;
    width: 100%;
    text-align: center;
}
#tel_form .tel_midashi {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #003ca6;
    background: #003ca6;
    border-radius: 100px;
    box-shadow: none;
    padding: 10px;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    width: 300px;
}
#tel_form .tel_midashi:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #003ca6 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#tel_form p.tel_number {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 900;
    margin: 10px auto 0;
    line-height: 1;
    z-index: 10;
    text-shadow: 2px 2px 0 #fff, 2px 2px 0 #fff;
    text-align: center;
    width: 100%;
}
#tel_form p.tel_time {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 2px auto 0;
    text-shadow: 2px 2px 0 #fff, 2px 2px 0 #fff;
    text-align: center;
    width: 100%;
}
@media print, screen and (min-width:1600px) {
    #tel_form p.tel_number {
        font-size: 36px;
    }
    #tel_form p.tel_time {
        font-size: 18px;
    }
}
/**Blog設置用 050,03番号ここまで**/
#rough_e_form {
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    width: 100%;
    /*background: #f0f8ff;*/
    display: inline-block;
    padding-bottom: 0;
    margin: 0;
}
#rough_e_form .container-fluid {
    margin: 0 0 0;
    padding: 0 10px;
    transform: translateY(0);
    width: 100%;
}
#rough_e_form option {
    text-align: left;
}
@media print, screen and (min-width:994px) {
    #rough_e_form .container-fluid {
        margin: 0 0 -80px;
        transform: translateY(-65px);
    }
}
.panel_wrap p.form_inp {
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.panel_wrap h3:nth-child(1) {
    text-align: center;
}
figure.first, figure.second {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    display: block;
}
/*「必須」エラーメッセージ*/
#rough_e_form .wpcf7-not-valid-tip {
    font-weight: 700 !important;
    font-size: 12px;
    /*position: absolute;
    left: -200px;*/
    text-align: right;
}
/*「送信」メッセージ*/
#rough_e_form .wpcf7-response-output {
    margin: 0 auto 0;
    width: 100%;
}
@media print, screen and (min-width:576px) {
    #rough_e_form .wpcf7-not-valid-tip {
        left: -285px;
    }
}
@media print, screen and (min-width:768px) {
    #rough_e_form .wpcf7-not-valid-tip {
        left: -320px;
    }
    #rough_e_form .wpcf7-response-output {
        /* margin: -30px auto 0;
        width: 70%; */
    }
}
@media print, screen and (min-width:992px) {
    #rough_e_form .wpcf7-not-valid-tip {
        left: -420px;
    }
}
@media print, screen and (min-width:1000px) {
    #rough_e_form .wpcf7-not-valid-tip {
        left: -160px;
    }
}
@media print, screen and (min-width: 1200px) {
    #rough_e_form .wpcf7-not-valid-tip {
        left: -230px;
    }
}
@media print, screen and (min-width: 1400px) {
    #rough_e_form .wpcf7-not-valid-tip {
        left: -270px;
    }
}
#rough_e_form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #e00000;
    background: #e00000;
    color: #fff;
}
#rough_e_form .wpcf7 form.sent .wpcf7-response-output {
    display: none;
    border-color: #00ff0a;
    background: #009406;
    color: #fff;
}

@media print, screen and (min-width:994px) {
    #rough_e_form .wpcf7 form.invalid .wpcf7-response-output {
        width: 100%;
    }
    #rough_e_form .wpcf7 form.sent .wpcf7-response-output {
        width: 100%;
    }
}
#rough_e_form .container-fluid > ul.row {
    justify-content: center;
    margin: 15px auto 0;
    width: 100%;
}
#rough_e_form .container-fluid > ul.row > li {
    padding: 20px 10px;
    width: 100%;
}
@media print, screen and (min-width:994px) {
    #rough_e_form .container-fluid > ul.row > li {
        /* padding: 20px; */
    }
}
#rough_e_form .container-fluid > ul.row > li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}
@media print, screen and (min-width:994px) {
    #rough_e_form .container-fluid > ul.row > li:nth-child(1) {
        width: 60%;
        float: left;
    }
}
#rough_e_form .container-fluid > ul.row > li:nth-child(1) h3 {
    display: block;
    border: 4px solid #000;
    background: #fff700;
    padding: 6px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    border-radius: 6px;
    margin: 0 auto;
    width: 100%;
    transform: translateY(-30px);
}
@media print, screen and (min-width:994px) {
    #rough_e_form .container-fluid > ul.row > li:nth-child(1) h3 {
        font-size: 20px;
    }
}
#rough_e_form .container-fluid > ul.row > li:nth-child(1) > .panel_wrap p {
    font-size: 15px;
    font-weight: 700;
    /*margin: -1em auto 0;*/
    text-align: center;
}
#rough_e_form .container-fluid > ul.row > li:nth-child(1) > .panel_wrap > p {
    margin: -20px auto 20px;
}
#rough_e_form .container-fluid > ul.row > li:nth-child(1) > .panel_wrap p i {
    font-size: 130%
}
@media print, screen and (min-width:768px) {
    #rough_e_form .container-fluid > ul.row > li:nth-child(1) > p {
        font-size: 18px;
    }
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
@media print, screen and (min-width:994px) {
    #rough_e_form .container-fluid > ul.row > li:nth-child(2) {
        padding-top: 0;
        /* padding-bottom: 0; */
        width: 40%;
        float: right;
    }
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) .tit_wrap {
    display: block;
    width: 100%;
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) h3 {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #003ca6;
    background: #003ca6;
    border-radius: 100px;
    box-shadow: none;
    padding: 10px;
    margin: 0 auto 15px;
    position: relative;
    width: auto;
}
@media print, screen and (min-width:1200px) {
    #rough_e_form .container-fluid > ul.row > li:nth-child(2) h3 {
        width: 90%;
    }
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) h3:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #003ca6 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:nth-child(2) p.info {
    font-size: 14px;
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) p.tel_num {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    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;
}
@media print, screen and (min-width:1600px) {
    #rough_e_form .container-fluid > ul.row > li:nth-child(2) p.tel_num {
        font-size: 24px;
        background-size: 42px;
        padding-left: 48px;
    }
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) ul.row {
    width: 100%;
    justify-content: center;
    margin: 0;
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) ul.row > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) ul.row > li > p {
    margin: 0 auto 10px;
    z-index: 10;
    white-space: wrap;
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) .und_wrap {
    transform: translateY(-20px);
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) figure {
    width: 100%;
    margin: 0 auto;
}
@media print, screen and (min-width:768px) {
    #rough_e_form .container-fluid > ul.row > li:nth-child(2) figure {}
    #rough_e_form .container-fluid > ul.row > li:nth-child(2) ul.row > li > p {
        white-space: nowrap;
    }
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) figure img {
    width: 100%;
    margin: 0 auto;
    opacity: 0.55;
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) a.think {
    border: 2px solid #000;
    background: #000;
    color: #EBB740;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 5px;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
}
@media print, screen and (min-width:768px) {
    #rough_e_form .container-fluid > ul.row > li:nth-child(2) a.think {}
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) a.think:hover {
    background: #fff;
    color: #000;
}
#rough_e_form .container-fluid > ul.row > li .panel_wrap {
    box-shadow: 1px 1px 3px #999999, -1px -1px 6px #9999997a;
    border-radius: 10px;
    background: #fff;
    padding: 20px 10px;
}
@media print, screen and (min-width:994px) {
    #rough_e_form .container-fluid > ul.row > li .panel_wrap {
        padding: 20px;
    }
}
#rough_e_form .container-fluid > ul.row > li:nth-child(1) .panel_wrap {
    border: 3px solid #000;
    padding: 0 15px 20px;
    width: 100%;
}
@media print, screen and (min-width:994px) {
    #rough_e_form .container-fluid > ul.row > li:nth-child(1) .panel_wrap {
        width: 75%;
        margin-right: 15px;
    }
}
#rough_e_form .container-fluid > ul.row > li:nth-child(2) .panel_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #243CA6;
    padding: 15px;
    width: 100%;
}
@media print, screen and (min-width:994px) {
    #rough_e_form .container-fluid > ul.row > li:nth-child(2) .panel_wrap {
        border: 3px solid #243CA6;
        padding: 20px;
        /*height: 80%;*/
        width: 85%;
    }
}
/*--------------------------------------------------プログレスバー(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;
}
#form_wrap figure img {
    margin: 0 auto;
    width: 100%;
}
@media print, screen and (min-width:540px) {
    #form_wrap figure img {
        width: 250px;
    }
}
/*-----------------------------------表示切り替え*/
#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; */
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#form_wrap ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
#form_wrap ul li {
    background: #fcfcfc;
    /*margin: 0 auto 5px;*/
    /*padding: 0 0 5px;*/
    padding: 0 0 5px 40px;
}
/*#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: 15px;*/
    }
    #form_wrap ul li {
        margin: 0 calc(100% - 100%) 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-end;
    align-items: center;
    flex-grow: 1;
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    padding: 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: 15px;
        margin-bottom: 0;
        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 2px;
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
#form_wrap ul li label span.required {
    border: 1px solid #ff006a;
    padding: 0 2px;
    font-size: 12px;
    color: #ff006a;
}
@media print, screen and (min-width:768px) {
    #form_wrap ul li label span {
        font-size: 14px;
    }
    #form_wrap ul li label span.required {
        font-size: 14px;
    }
}
#form_wrap ul li select, #form_wrap ul li input {
    width: 50%;
    /*float: left;*/
    text-align: left;
}
#form_wrap ul li select {
    font-size: 15px;
    padding: 3px 10px;
    width: 50%;
    border-radius: 0;
    /*float: left;*/
}
/*-------------------------------------ダミーボタン*/
.next_out {
    opacity: 0;
    display: none;
}
.next_out.active {
    display: block;
    border: 2px solid #000000;
    background: #c1bdbd;
    color: #ffffff;
    padding: 5px 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: 0;
    display: none;
}
.next_btn.active {
    display: block;
    border: 2px solid #E91E63;
    background: #fff;
    color: #E91E63;
    padding: 5px 0;
    transition: all 0.3s;
    width: 100%;
    margin: 5px auto 15px;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    text-align: center;
    /*height: 30px;
    line-height: 30px;*/
}
.next_btn.active p, .next_btn.active i {
    font-size: 18px;
}
.next_btn.active:hover {
    cursor: pointer;
    background: #e91e6338;
    color: #E91E63;
}
.submit_btn {
    padding: 15px 0 0;
    display: block;
}
@media print, screen and (min-width:768px) {
    .next_btn.active {
        margin: 0 auto 0;
    }
    .next_btn, .next_out, .next_btn.active, .next_out.active {
        width: 70%;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.back_btn {
    display: block;
    border: 2px solid #E91E63;
    background: #fff;
    color: #E91E63;
    transition: all 0.3s;
    width: 100%;
    margin: 5px auto 15px;
    text-align: center;
    padding: 5px 0;
    /*height: 30px;
    line-height: 30px;*/
}
.back_btn p {
    font-size: 16px;
}
.back_btn:hover {
    cursor: pointer;
    background: #e91e6338;
    color: #E91E63;
}
@media print, screen and (min-width:768px) {
    .back_btn {
        margin: 0 auto 15px;
        width: 70%;
    }
}
#form_wrap input.wpcf7-submit {
    display: block;
    border: 2px solid #E91E63;
    border-radius: 0;
    background: #E91E63;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    transition: all 0.3s;
    width: 100%;
    margin: 0 auto 15px;
}
#form_wrap input.wpcf7-submit:hover {
    cursor: pointer;
    background: #e91e6338;
    color: #E91E63;
}
@media print, screen and (min-width:768px) {
    #form_wrap input.wpcf7-submit {
        margin: 0 auto;
    }
    #form_wrap input.wpcf7-submit {
        width: 70%;
    }
}
a.busi_link {
    display: block;
    border: 2px solid #003ca6;
    background: #003ca6;
    color: #e4ff00;
    margin-top: 10px;
    padding: 5px;
    font-size: 1.3em;
    text-decoration: none;
    width: 100%;
}
a.busi_link:hover {
    background: #e4ff00;
    color: #003ca6;
}