/* プライバシーポリシー内容 */
.privacyArea {
    flex-basis: 100%;
    justify-content: center;
}
.privacyArea-contents {
    flex-basis: 84%;
}
.privacyContents {
    flex-basis: 100%;
    justify-content: center;
}
.privacyContents-cell {
    margin: 2rem 0;
    line-height: 1.5rem;
}
.cellTitle {
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0;
}

@media screen and (max-width:460px) {
    .privacyArea-contents {
        flex-basis: 100%;
    }
    .privacyContents-cell {
        margin: 0.5rem 0;
    }
    .cellTitle {
        font-size: 16px;
    }
}