@media (min-width: 599px) {

    /*pcのみ横幅*/
    .t-content-very-small {
        width: 800px;
    }
}


/***フォーム***/
.inquiry_p {
    margin-top: 60px;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 50px;
}

.inquiry_p_gray {
    font-size: 14px;
    line-height: 23px;
    color: #888;
    font-weight: 500;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 70px;
    padding-left: 50px;
}

#formFrame {
    width: 700px !important;
    margin: 0 auto;
    display: block;
}

/*フォームsp*/
@media (max-width: 600px) {
    .inquiry_p {
        margin-top: auto;
        font-size: 16px;
        line-height: 27px;
        padding-left: 0;
    }

    .inquiry_p_gray {
        padding-bottom: 30px;
        margin-bottom: 40px;
        padding-left: 0;
    }

    #formFrame {
        width: 100% !important;
    }
}





/***サンクスページ***/
.inquiry_link_top {
    margin: 50px auto;
    display: block;
    width: 200px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    transition: all 0.5s;
}

.inquiry_link_top:hover {
    background: #fff;
    color: #333;
}




/***プライバシーポリシー***/
.privacy_wrap {
    padding-top: 50px;
}

.privacy_wrap h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.privacy_wrap p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}

.privacy_wrap a {
    display: block;
    color: #0d77d9;
    text-decoration: underline;
}

.privacy_wrap a:hover {
    text-decoration: none;
}