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

#sec_spe01 .txt{
    font-size: 16px;
    line-height:160%;
    color: #231815;
    max-width: 840px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 105px;
    margin-bottom: 60px;
}

#sec_spe01 .div_contact{
    max-width: 840px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#sec_spe01 .div_contact table{
    width: 100%;
}

#sec_spe01 .div_contact table tr td{
    padding: 1em;
    vertical-align: middle;
}

#sec_spe01 .div_contact table tr td:first-child{
    font-size: 16px;
    font-weight: bold;
    color: #231815;
    width: 180px;
}

#sec_spe01 .div_contact table tr td input{
    width: 100%;
    border: 1px solid #DCDDDD;
    padding: 1em;
}

#sec_spe01 .div_contact table tr td textarea{
    width: 100%;
    height: 320px;
    border: 1px solid #DCDDDD;
    resize:none;
    padding: 10px 15px;
}
#sec_spe01 .div_btn2{
    margin-top: 65px;
    margin-bottom: 100px;
}

#sec_spe01 .div_btn2 button{
    font-size: 18px;
    text-decoration: none;
    background-color: #4B4B4B;
    color: #fff;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/contact/con_arrow.png);
    background-repeat: no-repeat;
    background-position: center right 7.5%;
    border: 0;
    transition: all .4s ease;
    transition-property: all;
}

#sec_spe01 .div_btn2 button:hover {
    opacity: 0.8;
}
#sec_spe01 .div_btn2 button:disabled{
    opacity: .2;
    cursor: not-allowed;
}

.req{
    color: #f00;
    float: right;
}

#agree{
    margin: 30px auto;
    text-align: center;
}
#agree input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin: 0 .5em 0 0;
    cursor: pointer;
}
#agree label{
    cursor: pointer;
}
#agree a{
    text-decoration: underline;
    color: #40B7EE;
}
/*========================================================
policy page
=========================================================*/
#policy #sec_spe01 .title01 {
    margin-top: 120px;
    font-size: 38px;
    line-height: 175%;
    letter-spacing: 0.6px;
    color: #009fe8;
    text-align: center;
    position: relative;
    width: 100%;
}
#policy #sec_spe01 .title01_sub {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #009fe8;
    margin-top: 10px;
}
#policy #sec_spe01 .title01::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #009fe8;
    position: absolute;
    bottom: 15px;
    left: 0;
}
#policy .policy-wrap{
    margin: 80px auto;
}
#policy .policy-wrap dl{
    margin-top: 30px;
}
#policy .policy-wrap dl dt{
    margin: 0 auto .5em;
    font-size: 20px;
    font-weight: bold;
    color: #009fe8;
}

#policy .policy-wrap p,
#policy .policy-wrap dl dd{
    line-height: 200%;
}
#policy .policy-wrap dl dd ul li{
    list-style-type: disc;
    list-style-position: inside;
}
/* end policy */
@media screen and (max-width:960px) {
    #sec_spe01 .div_contact table tr td:first-child{
        padding-right: 10px;
    }
}
@media screen and (max-width:767px) {

    #sec_spe01 .txt {
        font-size: 2.086vw;
        margin-top: 13.690vw;
        margin-bottom: 7.823vw;
    }
    #sec_spe01 .div_contact table tr td:first-child {
        font-size: 2.086vw;
        width: 23.468vw;
        padding-top: 3.911vw;
        /* padding-right: 0; */
    }
    #sec_spe01 .div_contact table tr td {
        padding-top: 2.999vw;
        padding-bottom: 2.999vw;
    }
    #sec_spe01 .div_btn2 {
        margin-top: 8.475vw;
        margin-bottom: 13.038vw;
    }
    #sec_spe01 .div_btn2 button {
        font-size: 2.347vw;
        max-width: 52.151vw;
        height: 13.038vw;
    }
}

@media screen and (max-width:580px) {
    #sec_spe01 .txt {
        font-size: 14px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    #sec_spe01 .div_contact table tr td:first-child {
        font-size: 16px;
        width: 100%;
        padding-top: 0;
        line-height: 120%;
        padding-bottom: 10px;
    }
    #sec_spe01 .div_contact table tr td {
        padding-top: 0;
        padding-bottom: 20px;
        width: 100%;
        float: left;
    }
    #sec_spe01 .div_contact table tr td input {
        height: 35px;
    }
    #sec_spe01 .div_contact table tr td textarea {
        height: 135px;
    }
    #sec_spe01 .div_btn2 {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    #sec_spe01 .div_btn2 button {
        font-size: 16px;
        max-width: 300px;
        height: 60px;
    }
}