


/*** visual ***/
#visual{
    width: 100vw;
    height: 100vh;
    position: relative;
}
#visual{
    width: 100%;
    background: url("../images/contact/top_img.jpg") no-repeat center;
    background-size: cover;
    //background-position: -60px 0;
}

#visual .pagetitle{
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#visual .pagetitle .f_en{
    font-size: 48px;
}


#visual .pagetitle .f_en02{
    font-size: 22px!important;
}



@media (max-width: 768px) {
    #visual{
        width: 100vw;
        height: 50vh;
        position: relative;
    }
    #visual{
        width: 100%;
        
            background: url("../images/contact/kv_contact.jpg") no-repeat center;
        background-size: cover;
    }

    #visual .pagetitle{
        position: absolute;
        text-align: center;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #visual .pagetitle .f_en{
        font-size: 48px;
    }


    #visual .pagetitle .f_en02{
        font-size: 22px!important;
    }
}


/*** top_method **/
#top_method{
    padding-top: 160px;
    padding-bottom: 160px;
}

@media (max-width: 768px) {
    #top_method{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}



#page_contact .main_text .text02{
    font-size: 1.00rem;
}

#page_contact .error{
    color: red;
}

#page_contact .required{
    color: #2e6c9b;
}

input[type="text"] {
    padding: 8px 5px;
    border: 1px solid #d7d7d7;
    width: 500px;
}

input[type="tel"], input[type="email"] {
    padding: 8px 5px;
    border: 1px solid #d7d7d7;
    width: 500px;
}

textarea{
    padding: 8px 5px;
    border: 1px solid #d7d7d7;
    width: 500px;
}



.submit{
    padding-top: 30px;
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

button[type="submit"], input[type="submit"]{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 90%;
    height: 50px;
    /*background-color: #FFFFFF;*/
    border: 1px solid #000000;
    color: #000000;
    //font-size: 1.13rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    position: relative;
    -webkit-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
    cursor: pointer;
    background: #fff;
}


@media (max-width: 768px) {


    input[type="text"] {
        padding: 8px 5px;
        border: 1px solid #d7d7d7;
        width: 100%;
    }

    input[type="tel"], input[type="email"] {
        padding: 8px 5px;
        border: 1px solid #d7d7d7;
        width: 100%;
    }

    textarea{
        padding: 8px 5px;
        border: 1px solid #d7d7d7;
        width: 100%;
    }

    .submit{
        padding-top: 30px;
        width: 100%;
        margin: 0 auto;
    }
    #page_contact .table_style01 th {
        width: 100%;
        padding: 20px 20px 0 0px;
        display: block;
        text-align: left;
        font-size: 1em;
    }

    #page_contact .table_style01 td {
        width: 100%;
        //padding: 0px 0px 20px 20px;
        display: block;
    }


}
