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

@media screen {
    html {
        height: 100%;
        width: 100%;
        font-size: 62.5%
    }

    @media screen and (max-width: 768px) {
        html {
            font-size: 58.5%
        }
    }

    ul li a {
        font-size: 100%
    }
}

@media print {
    html {
        font-size: 66%;
    }

    #header_tel_number {
        font-size: 100% !important;
    }

    .table_basic .print_font,
    div .print_font {
        font-size: 90% !important;
    }
}</pre></body></html>