/* プライバシーポリシーページ用CSS */
.privacy-policy {
    padding: 1rem;
    background-color: #fff;
 }
.privacy-policy h2{
    margin-top: 0;
}
