@charset "utf-8";

#privacy {
    .wrap {
        padding-bottom:90px;
        .contents {
            & > p {
                &.body {
                    margin-bottom:2em;
                }
            }
            h2 {
                font-size:2.0rem;
                line-height:1.3;
                margin-bottom:.66em;
                text-indent:-1.5em;
                padding-left:1.5em;
                &:first-letter {
                    font-size:1.5em;
                    color:var(--color_main);
                }
            }
            p {
             &:not(:last-child) {
                 margin-bottom:2em;
             }       
            }
        }
    }
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
}

@media screen and (max-width:768px){
    
#privacy {
    .wrap {
        padding-bottom:60px;
        .contents {
            h2 {
                font-size:1.8rem;
            }
        }
    }
}
    
}