@charset "UTF-8";
@media screen and (max-width: 749px) and (min-width: 0px) {
    /*Section Contact----------------------------*/
    .section_wrap{
    margin: 0 auto;
    padding: 10vw 0;
    width: 96%;
}

    .section_title {
        margin-bottom: 10vw;
    }
    .privacy_text {
        font-size: 4vw;
        color: #8c8c8c;
        margin-bottom: 0;
        line-height: 1.3;
    }
    .section_wrap h3 {
        font-size: 4vw;
        color: #535353;
        margin-bottom: 5vw;
    }
    .privacy_remarks {
        margin-left: auto;
        text-align: right;
        margin-bottom: 10vw
    }
    .privacy_table {
        table-layout: fixed;
        width: 100%;
        font-size: 3vw;
        margin-bottom: 10vw;
    }
    .privacy_table th {
        text-align: center;
        background-color: #eee;
        padding: 1vw;
    }
    .privacy_table td {
        padding: 1vw;
        color: #8c8c8c;
    }
    .privacy_table tr td:last-child {
    }
    .pdf_link {
        color: #b33c39;
        display: inline !important;
    }
}