@charset "UTF-8";


/*============================
tbl-form
============================*/

input,
button {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* tbl スタイル */
.contact__tblwarp {
    align-items: flex-start;
}

.tbl-form {
    width: 48%;
    table-layout: fixed;
}

.tbl-form th {
    position: relative;
    line-height: 40px;
    width: 40%;
    text-align: left;
    padding: 20px 0;
    font-size: 1.5rem;
    white-space: nowrap;
    border-bottom: solid 1px #EDEDED;
}

.tbl-form td {
    width: 60%;
    position: relative;
    line-height: 40px;
    padding: 20px 0;
    border-bottom: solid 1px #EDEDED;
}


.form-must {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    color: #fff;
    background: #B49500;
    border-radius: 3px;
    font-size: 1rem;
    margin-left: 1em;
    vertical-align: middle;
}



/*-- 入力種別 --*/
input::placeholder {
    color: #8E8E8E;
}

textarea::placeholder {
    color: #8E8E8E;
}

.input-text {
    width: 100%;
    height: 40px;
    padding: 0 1em;
    background: #EBEBEB;
    font-size: 1.4rem;
}

.file-label input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 999px;
    height: 999px;
    font-size: 999px;
    opacity: 0;

}

.file-label {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.file-label::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: dashed 3px #191919;
    font-size: 1.6rem;
    background-color: #fff;
    pointer-events: none;
    cursor: pointer;
}

.file-label .file-txt {
    font-weight: bold;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.input-mid {
    width: 49%;
}

.input-small {
    width: 180px;
}

.input-smid {
    width: 250px;
}


.input-select {
    background: #EBEBEB;
    height: 40px;
    border: none;
    width: 100%;
    padding: 0 2em 0 .5em;
    font-size: 1.4rem;
    border-radius: 0;
    position: relative;
    color: #000000;
}

.form__arw {
    position: absolute;
    right: 1em;
    top: 50%;
    font-size: 1.2rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
}


/*-- radioボタン --*/
.input__radio {
    appearance: auto;
    vertical-align: baseline;
}

.radio-btn {
    accent-color: #6077c0;
    inline-size: 2rem;
    block-size: 2rem;
    vertical-align: top;
    margin-right: .5em;
}

.radio-label {
    cursor: pointer;
}

/* .input__radio+.radio-label::before {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #000000;
    left: 0;
    top: 0;
    display: none;
}

.input__radio+.radio-label::after {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #b7282c;
    border: 1px solid #000000;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
    display: none;
}

.input__radio:checked+.radio-label::after {
    opacity: 1;
} */

/* radioボタン ▲ */

.form__area input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 10px;
}


.textarea {
    width: 100%;
    min-height: 100px;
    font-size: 1.4rem;
    padding: .5em 1em;
    border: none;
    background: #EBEBEB;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* submit ボタン */
.input-button {
    width: fit-content;
    min-width: 510px;
    height: 74px;
    margin: 0 auto;
    background: url(../img/cmn/submit_btn.png) no-repeat center center/contain;
    transition: .3s ease-out;
    display: block;
    opacity: 1;
    cursor: pointer;
}

.input-button:hover {
    opacity: 1;
    background: url(../img/cmn/submit_btn_hv.png) no-repeat center center/contain;
}

.form_submit_btn.active .input-button {
    opacity: 1;
    cursor: pointer;
}

.form_submit_btn.active .input-button:hover {
    opacity: .7;
}

/* 個人情報 */
.privacywrap {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.privacy__box {
    padding: 30px 5%;
    background: #fff;
}

.privacy__ttl {
    font-weight: bold;
    margin-bottom: 1em;
}

.privacy__txt {
    font-weight: bold;

}

.privacy__item {
    margin-bottom: 2em;
    ;
}

.privacy__ul {
    margin-bottom: 1em;
    font-weight: bold;
}

.privacy__ul li {
    font-weight: bold;
}

.form__privacy-check {
    width: fit-content;
    margin: 0 auto 30px;
}

.form__privacy-check a {
    color: #A19173;
    border-bottom: solid 1px #A19173;
}

/* comment */
.contact__comment .ttl {
    width: 15%;
}

.contact__comment textarea {
    width: 81%;
}

.maker_car {
    display: none;
}

.トヨタ {
    display: block;
}

@media screen and (max-width:1024px) {


    /* tbl スタイル */
    .tbl-form {
        width: 48%;
    }

    .tbl-form th {
        line-height: 40px;
        width: 40%;
        padding: 20px 0;
        font-size: 1.4rem;
    }

    .tbl-form td {
        width: 60%;
        line-height: 40px;
        padding: 20px 0;
    }


    .form-must {
        margin-left: 1em;
    }



    /*-- 入力種別 --*/

    .input-text {
        height: 40px;
        font-size: 1.4rem;
    }

    .input-select {
        height: 40px;
        padding: 0 2em 0 .5em;
        font-size: 1.4rem;
    }



    /*-- radioボタン --*/


    /* radioボタン ▲ */

    .form__area input[type="checkbox"] {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        margin-right: 10px;
    }


    .textarea {
        min-height: 100px;
        font-size: 1.4rem;
    }

    /* submit ボタン */
    .input-button {
        min-width: 510px;
        height: 74px;
        margin: 0 auto;
        background: url(../img/cmn/submit_btn.png) no-repeat center center/contain;
    }


    /* 個人情報 */


    .form__privacy-check {
        margin: 0 auto 30px;
    }


    /* comment */
    .contact__comment .ttl {
        width: 15%;
    }

    .contact__comment textarea  {
        width: 81%;
    }
}

@media screen and (max-width:767px) {

    /* tbl スタイル */
    .tbl-form {
        width: 100%;
    }

    .tbl-form th {
        display: block;
        line-height: 1.5;
        width: 100%;
        padding: 10px 0;
        border: none;
        font-size: 1.4rem;
    }

    .tbl-form td {
        width: 100%;
        display: block;
        line-height: 40px;
        padding: 10px 0 20px;
    }


    /*-- 入力種別 --*/

    .input-text {
        height: 40px;
        font-size: 1.4rem;
    }

    .input-select {
        height: 40px;
        padding: 0 2em 0 .5em;
        font-size: 1.4rem;
    }



    /*-- radioボタン --*/


    /* radioボタン ▲ */

    .textarea {
        min-height: 150px;
        font-size: 1.4rem;
    }

    /* submit ボタン */
    .input-button {
        min-width: auto;
        width: 100%;
        height: 65px;
        margin: 0 auto;
        background: url(../img/cmn/submit_btn.png) no-repeat center center/contain;
    }


    /* 個人情報 */


    .form__privacy-check {
        margin: 0 auto 30px;
        text-align: center;
    }

    .form__privacy-check .radio-label{
        line-height: 2;
    }
    /* comment */
    .contact__comment .ttl {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact__comment textarea {
        width: 100%;
    }

}

