.privacy-policy {
    padding: 24px 0;
}

.privacy-policy-box {
    padding-bottom: 24px;
}

.privacy-policy-box ol {
    padding: 8px 0 8px 32px;
    list-style: auto;
}

.privacy-policy-box ul li {
    font-size: 14px;
}

.privacy-policy-box ol li {
    font-size: 14px;
}

.privacy-policy-box h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.privacy-policy h2 {
    padding: 1rem 2rem;
    border-left: 4px solid #ad2929;
    margin-bottom: 24px;
    font-size: 26px;
}

.privacy-policy p {
    font-size: 14px;
    line-height: 24px;
    color: #484848;
}

table {
    border-collapse: collapse;
    margin: 40px auto;
    padding: 0;
    width: 650px;
    table-layout: fixed;
    color: #484848;
}

table tr {
    background-color: #fff;
    border-bottom: 1px solid #bbb;
    color: #484848;
}

table tr:last-child {
    border-bottom: none
}

table td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #bbb;
    color: #484848;
}

table td:last-child {
    border: none;
}

.txt {
    text-align: left;
}

.price {
    text-align: left;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
        width: 100%
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
       padding-bottom: 3.2vw; 
    }
    table td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .8em;
        text-align: right;
        position: relative;
        padding: .625em;
        border-right: none;
    }
    table td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
    }
    table td:last-child {
        border-bottom: 0;
    }
    .txt {
        background-color: #eeeeee;
    }
    table tr span {
        font-size: 3.2vw;
    }
    table td {
        font-size: 3.2vw;
    }
}

@media screen and (max-width: 960px) {
    .wrapper {
        width: 85vw;
    }
}

@media screen and (max-width: 680px) {
    .privacy-policy {
        padding: 3.8vw 0;
    }
    .privacy-policy p {
        font-size: 3.97vw;
        line-height: 6.8vw;
    }
    .privacy-policy-box h3 {
        font-size: 4.8vw;
        padding-bottom: 3.2vw;
    }
    .privacy-policy-box ol li,
    .privacy-policy-box ul li  {
        font-size: 3.97vw;
        line-height: 6.8vw;
    }
}