body {
    width: 100vw;
    padding: 5vw 3vw;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
    display: flex;
    flex-direction: column;
}

.privacy-title {
    font-size: 7vw;
    text-align: center;
    line-height: 20vw;
}

.list-content {
    width: 100%;
    font-size: 4vw;
    color: #999;
    line-height:7vw;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

.list-title {
    font-size: 5vw;
    color: black;
    line-height: 9vw;
}