.privacy-content h2{
    margin-bottom: 50px;
}
.intro_txt{
    margin-bottom: 50px;
}
.privacy_box{
    border: 5px solid var(--site-primary);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 100px;
}
.privacy_box li{
    margin-bottom: 40px;
}
.privacy_box li:last-child{
    margin-bottom: 0;
}
.privacy_box li h3{
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid var(--site-primary);
    margin-bottom: 20px;
}
.privacy_box li h3 span{
    font-size: 28px;
}
.annotation_txt{
    margin-top: 10px;
    font-size: 14px;
}
.privacy_box li a{
    color: var(--site-primary);
    border-bottom: 1px solid var(--site-primary);
}

@media only screen and (max-width: 960px) {
    .privacy_box{
        padding: 20px;
    }
    .privacy_box li h3{
        text-indent: -2.2em;
        padding-left: 2.2em;
        padding-bottom: 5px;
    }
    .privacy_box li{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 568px) {
    .privacy-content h2{
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .intro_txt{
        margin-bottom: 30px;
        word-break: break-all;
    }
    .privacy_box {
        margin-bottom: 40px;
    }
    .privacy_box li h3{
        font-size: 20px;
    }
    .privacy_box li a{
        word-wrap:break-word;
    }
}