@charset "utf-8";

#privacy {
    .wrap {
        .contents {
            & > p {
                margin:0 1em;
                &:has( + h2) {
                    margin-bottom:2em;
                }
                &:has( + p) {
                    margin-bottom:.66em;
                }
            }
            h2 {
                font-size:2.0rem;
                border-bottom:1px solid var(--color_txt);
                padding-bottom:.33em;
                margin-bottom:.66em;
            }
        }
    }
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
}

@media screen and (max-width:768px){
    
    #privacy {
        .wrap {
            .contents {
                h2 {
                    font-size:1.8rem;
                }
            }
        }
    }
    
}