@charset "UTF-8";
/* CSS Document */

/* ---------- COMMON ---------- */
.contact_form dl dt{
    font-weight: 400;
    margin-bottom: 5px;
}

.required{
    color: #b91919;
}

input[type="text"],
input[type="name"],
input[type="tel"],
input[type="email"],
textarea{
    border: solid 1px #cccccc;
    padding: 10px;
    border-radius: 0;
}

input[type="submit"]{
    background-color: #ffffff;
    border: solid 1px #0076be;
    border-radius: 0;
    color: #0076be;
}

input[type="submit"]:hover{
    background-color: #0076be;
    color: #ffffff;
}

.contact_info{
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    width: 21.5em;
}

.contact_info a{
    color: #323232 !important;
}

.wpcf7-spinner{
    display: none;
}

/* ---------- Mobile / Tablet ---------- */
@media(max-width:1030px){
    .message span{
        font-size: 0.857em;
    }
}

/* ---------- Mobile ---------- */
@media(max-width:737px) {
    .message{
        margin-bottom: 30px;
    }

    .contact_form dl{
        margin-bottom: 15px;
    }

    .required{
        font-size: 0.857em;
    }

    input[type="text"],
    input[type="name"],
    input[type="tel"],
    input[type="email"]{
        width: 250px;
    }

    textarea{
        height: 200px;
        width: calc(100% - 20px);
    }

    .buttons{
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    input[type="submit"]{
        padding-top: 16px;
        padding-bottom: 16px;
        width: 180px;
    }
}

/* ---------- Portlate ---------- */
@media(max-width:567px) {}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {
    .contact_form dl{
        margin-bottom: 20px;
    }

    input[type="text"],
    input[type="name"],
    input[type="tel"],
    input[type="email"],
    textarea{
        width: calc(100% - 20px);
    }

    textarea{
        height: 260px;
    }

    .buttons{
        padding-top: 20px;
        padding-right: 20px;
        text-align: right;
    }
}

/* ---------- Tablet ---------- */
@media(max-width:1030px) and (min-width: 737px){
    .message{
        margin-bottom: 45px;
    }

    .contact_form{
        margin-left: auto;
        margin-right: auto;
        width: 500px;
    }

    .buttons{
        margin-bottom: 40px;
    }

    input[type="submit"]{
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
    }
}

/* ---------- PC ---------- */
@media(min-width:1031px){
    .message,
    section{
        margin-left: auto;
        margin-right: auto;
        width: 600px;
    }

    .message{
        margin-bottom: 35px;
    }

    .message span{
        font-size: 0.875em;
    }

    .required{
        font-size: 0.875em;
    }

    .buttons{
        margin-bottom: 60px;
    }

    input[type="submit"]{
        padding-top: 20px;
        padding-bottom: 20px;
        width: 200px;
    }

    .contact_info li{
        margin-bottom: 2px;
    }
}