<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Legal Styles
------------------------------------------------------------------------------------------ */

/* --- Smart Phone */
@media screen and (max-width: 767px) {
    .HeadGroup &gt; .HeadElement.Top .Head__PageTitle {
        margin-top: 0;
    }
    .Lead {
        font-size: 0.9rem;
    }
}

/* --- PC */
@media print, screen and (min-width: 768px) {
    .Section__Article p {
        margin-top: 15px;
    }
    .Section__Article p.Lead {
        margin-top: 0;
    }
}</pre></body></html>