@charset "utf-8";
/* =========================================================
 contact
========================================================= */

.contact {
    text-align: left; 
}

.contact .inner {
    margin-top: 20px;
}

.contact .text {
    font-weight: 300;
    font-size: 22px;
    line-height: 42px;
}

.contact .text a {
    padding-bottom: 3px;
    color: #0096ff;
    border-bottom: solid 1px #0096ff;
}

.contact .h1 {
    width: 100%;
    max-width: 1100px;
    color: #00aabe;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.contact .h1 span {
    margin-top: 5px;
    color: #969696; 
    font-weight: 300;
    font-size: 40px;
    display: block;
}


.contact .caution {
    margin-top: 30px;
    font-weight: 300;
    font-size: 18px;
    color: #ff0000;
}

/* dl.contact_form dt{
    margin-top: 30px;
    margin-bottom: 10px;
    color: #151313;
    font-weight: 300;
    font-size: 20px;
}

dl.contact_form dt caution,
.check_agree caution {
    margin-left: 5px;
    color: #ff0000;
}

dl.contact_form input,
dl.contact_form textarea {
    width: 100%;
    height: 70px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.1); 
    border: solid 1px #b4b4b4;
    color: #000;
    font-weight: 400;
    font-size: 22px;
    box-sizing: border-box;
}

dl.contact_form textarea {
    min-height: 240px;
    padding: 20px;
    resize: vertical;
}

dl.contact_form input:placeholder-shown,
dl.contact_form textarea:placeholder-shown {
    background: rgb(255, 255, 255);
}

dl.contact_form input:focus,
dl.contact_form textarea:focus {
    background: #FFFFFF;
    caret-color: #000000;
} */

.check_agree {
    /* margin-top: 60px;
    font-weight: 300;
    font-size: 22px; */
    display: flex;
    align-items: center;
}

/* .check_agree input[type=checkbox] {
    transform: scale(2);
    margin: 0 10px 0 0;
} */

.send_btn {
    margin-top: 60px;
    text-align: center;
}

/* .send_btn .send {
    width: 360px;
    height: 60px;
    background: #0000fd;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 100px;
}
.send_btn .send:hover {
    background: #3dc7f5;
    color: #fff;
}

.send_btn .send:disabled {
    background: #575757;
    color: #fff;
    cursor: not-allowed;
} */

.err_mes {
    font-weight: 300;
    text-align: left;
    color: #ff0000;
    font-size: 18px;
}

@media screen and (max-width: 576px) {
    .contact {
        margin-top: 50px;
    }
    .contact .inner {
        margin-top: 15px;
    }
    .contact .text {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: normal;
    }
    .contact .caution {
        margin-top: 20px;
        font-size: 11px;
    }
    dl.contact_form dt{
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 11px;
    }
    dl.contact_form input,
    dl.contact_form textarea {
        height: 35px;
        padding: 0 10px;
        font-size: 15px;
        box-sizing: border-box;
    }
    dl.contact_form textarea {
        min-height: 120px;
        padding: 10px;
    }
    .check_agree {
        margin-top: 25px;
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    .check_agree input[type=checkbox] {
        transform: scale(1);
    }    
    .send_btn {
        width: 100%;
        margin-top: 25px;
    }
    .send_btn .send {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }
    .err_mes {
        font-size: 10px;
    }
}




/* =========================================================
 main/thanks
========================================================= */

.thanks {
    text-align: left;
}

.thanks .text {
    font-weight: 300;
    font-size: 22px;
    line-height: 42px;
}

.send_icon {
    width: 180px;
    margin-bottom: 75px;
}
.thanks h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
    .thanks {
        margin-top: -5px;
        padding: 5px 50px 0; 
        flex-direction: column;
        align-items: center;
    }
    .thanks section {
        width: 100%;
        max-width: 1000px;
        padding: 40px 0;
        border-radius: 10px;
    }
    .thanks .text {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: normal;
    }
    .send_icon {
        width: 90px;
        margin-bottom: 40px;
    }
    .thanks h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}



/* =========================================================
 main/contact error
========================================================= */
.contact_err h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.back_btn {
    margin-top: 60px;
    text-align: center;
}

.back_btn .back {
    width: 360px;
    height: 60px;
    background: #0000fd;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 180px;
}

.back_btn .back:hover
.back_btn .back:disabled {
    background: #3dc7f5;
    color: #fff;
}



input, button, textarea{
	font: inherit;
	color: #333;
}