@charset "UTF-8";
/************************ Contact Page ************************/
p.notes,span.notes {
    font-size: 16px;
    margin-bottom: 10px;
}
a.pLink {
    text-decoration: underline;
    font-size: 89%;
}
.vertical-item {
    display: block;
}
.mwform-checkbox-field label, 
.mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
}

#contact-form {
    margin-top: 100px;
    margin-bottom: 130px;
}
#contact-form input, #contact-form select, #contact-form textarea {
    border: solid 1px #cccccc;
}
#contact-form input, #contact-form textarea {
    border: solid 1px #cccccc;
    width: 95%;
    height: 30px;
    font-size: 100%;
    font-family : nunito-sans,"Yu Gothic", YuGothic, Arial,"MS PGothic", sans-serif;
    box-sizing: border-box;
}
#contact-form input {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    font-size: 16px;
}
#contact-form input[type="radio"] {
    /* margin-right: 10px; */
    width: auto;
    height: auto;
    margin: 0;
}
#contact-form input[type='radio']:checked {
   background-color: #3294fc;
}

#contact-form input[type="checkbox"] {
    width: auto;
    height: auto;
}
#contact-form input.mail:focus {
    transform: scale(1.2) !important;
}
#contact-form input.newTel {
    width: 30.5%;
}
#contact-form input.zip {
    width: 31.3%;
}
#contact-form input.budget {
    width: 40%;
}

#contact-form textarea {
    width: 100%;
    height: 230px;
    padding: 5px;
    border-color: #dddddd;
    font-size: 14px;
}
#contact-form textarea.bt_textarea {
    height: 130px;
}
#contact-form .error{
    padding-top: 0.5em;
    color: #ff0000;
    line-height: 1.6em;
}
#contact-form span.required {
    background: #ff0000;
    color: #fff;
    line-height: 1;
    padding: 3px 5px 3px;
    border-radius: 5px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact-form textarea + .error {
    padding: 0;
}

#contact-form dl.typesquare_tags {
    width: 100%;
    color: #333;
    font-size: 18px;
    line-height: 160%;
    display: flex;
    border-top: 1px solid #cccccc;
}
#contact-form dt {
    width: 45%;
    font-weight: normal;
    text-align: left;
    padding: 2%;
    box-sizing: border-box;
    background: #efefef;
    display: flex;
    justify-content: space-between;
}
#contact-form dd {
    width: 53%;
    min-height: 30px;
    padding: 2% 0 2% 2%;
    box-sizing: border-box;
}
#contact-form dd.check_span .list {
    margin-bottom: 10px;
}

/* .vertical-item-top {
   display: inline-block;
   margin-right: .5%;
} 
.vertical-item-top:last-child {
   margin-right: 0;
}*/


#buttons {
    clear: both;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 18px;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
}
/* .page-content p {
    letter-spacing: 2px;
    line-height: 2;
} */

#buttons input[type="submit"] {
    background-color: #fff100;
    padding: 16px 24px;
    width: 280px;
    height: auto;
    border: none;
    cursor: pointer;
    margin: 50px 0 0; 
    font-weight: bold;
    outline: none;
}
#buttons input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
    border:none;
}
#buttons input[type="submit"].back {
  display: inline-block;
  background: none;
  padding: 16px 24px;
  width: 200px;
  height: auto;
  border: none;
  cursor: pointer;
  transform: translateX( -50% );
}
#buttons input[type="submit"].back + input[name="submit"] {
  transform: translateX( -50% );
}

.home_btn{
    display: none;
}

/* mw_wp_form_confirm */
.mw_wp_form_confirm span.required,
.mw_wp_form_confirm span.random,
.mw_wp_form_confirm p.notes,
.mw_wp_form_confirm dt .asterisk,
.mw_wp_form_confirm #buttons .privacy{
    display: none;
}
.mw_wp_form_confirm dt,
.mw_wp_form_confirm dd {
    font-size: 16px;
}
.mw_wp_form_confirm #buttons{
    padding-top: 50px;
    border-top: 1px solid #cccccc;
}

.mw_wp_form_confirm .btn_box {
    display: block;
    margin: 0 0 130px;
    position: relative;
}

.mw_wp_form_confirm #buttons input[type="submit"].back {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    background: none;
    transform: translateX( 0 );
    position: absolute;
    top: 0;
    left: 0;
    background: #999;
    padding: 0 2em;
    color: #fff;
}

.mw_wp_form_confirm #buttons input[type="submit"].back:hover {
    background: #000000;
}

.mw_wp_form_confirm #buttons input[type="submit"].back + input[name="submit"] {
    margin: 0 auto;
    transform: translateX( 0 );
}
.mw_wp_form_confirm #buttons input[type="submit"].back + input[name="submit"]:hover {
    background: #000000;
}

#contact-form select.period {
    width: 40%;
    font-size: 16px;
    min-height: 30px;
    padding: 1% 0 1% 1%;
}




/* mw_wp_form_complete */
.mw_wp_form_complete {
    margin: 100px 50px 0;
}
.mw_wp_form_complete p {
    line-height: 2.5;
    font-size: 16px;
    margin-bottom: 100px;
}

.mw_wp_form_complete + .home_btn {
    margin: 50px auto 130px;
    width: 200px;
}

.mw_wp_form_complete + .home_btn a{
    padding: 15px 20px;
    font-size: 16px;
}

.mw_wp_form_complete + .home_btn a:hover{
    color: #ffffff;
    background: #000000;
}
@media screen and (max-width: 1000px) {
    #contact-form {
        padding: 0 1em;
    }
}
@media screen and (max-width: 768px) {
    p.notes,span.notes {
        font-size: 85%;
    }
    #contact-form {
        margin-top: 13.333vw;
        margin-bottom: 13.333vw;
        padding: 0 4.5333vw;
        box-sizing: border-box;
    }
    #contact-form input.mail:focus {
        transform: scale(1) !important;
    }
    #contact-form input.newTel {
        width: 30%;
    }
    /* #contact-form dl dt, #contact-form dl dd {
        float: none;
        margin: 0 0 20px 0;
    } */
    #contact-form dl.typesquare_tags {
        width: 100%;
        flex-direction: column;
        font-size: 4.2666vw;
    }
    #contact-form dt {
        width: 100%;
        padding: 2%;
    }
    #contact-form dd {
        width: 100%;
        padding: 2% 0;
    }

    .vertical-item,
    .vertical-item-top {
        display: block;
    }
    .vertical-item + .vertical-item,
    .vertical-item-top + .vertical-item-top {
        margin-top: 5px;
    }

    #buttons input[type="submit"] {
        background-color: #fff100;
        padding: 16px 24px;
        width: 200px;
        height: auto;
        border: none;
        cursor: pointer;
    }
    #contact-form input[type="submit"] {
        font-size: 100%;
        height: 60px;
        margin: 6.333vw 0 10.333vw; 
    }


    #contact-form span.required {
        height: 4vw;
    }


    #buttons {
        clear: both;
        width: 100%;
        text-align: center;
        color: #333;
        font-size: 4.2666vw;
    }
    
    .mw_wp_form_input .step_wrap li.step1 div.icon,
    .mw_wp_form_confirm .step_wrap li.step2 div.icon,
    .mw_wp_form_complete .step_wrap li.step2 div.icon {
        background: #000;
    }

    #contact-form select.period {
        width: 50%;
        font-size: 85%;
    }

    /* mw_wp_form_confirm */
    /* .mw_wp_form_confirm #contact-form dl dt{ margin: 0 0 10px 0; }
    .mw_wp_form_confirm #contact-form dl dd{ margin: 0 0 30px 0; } */

    .mw_wp_form_confirm dd.check_span .list{
        margin-bottom: 0.5em;
    }

    .mw_wp_form_confirm .btn_box {
        margin: 0 0 13.333vw;
        display: flex;
        flex-direction: column;
    }

    .mw_wp_form_confirm #buttons input[type="submit"].back {
        /* background: #cccccc; */
        width: 230px;
        margin: 0 auto 10px;
        position: relative;
    }

    .mw_wp_form_confirm #buttons input[type="submit"].back + input[name="submit"] {
        background-color: #fff100;
        padding: 16px 24px;
        width: 280px;
        height: auto;
        border: none;
        cursor: pointer;
        margin: 0 auto;
        font-weight: bold;
        font-size: 16px;
    }

    /* mw_wp_form_complete */
    .mw_wp_form_complete {
        margin: 0;
        padding: 0 3.333vw;
    }
    .mw_wp_form_complete p {
        line-height: 1.8;
        margin-bottom: 13.3333vw;
    }
    .mw_wp_form_complete .bt_contant {
        text-align: right;
    }

    .mw_wp_form_complete + .home_btn {
        display: block;
        margin: 50px auto 13.333vw;
        box-sizing: border-box;
        width: 200px;
        height: auto;
        border: none;
        cursor: pointer;
    }

    .mw_wp_form_complete + .home_btn a {
        display: block;
        background-color: #fff100;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
}
