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

.m-intro .image {
    text-align: center;
}

.m-intro .image img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {

    .m-intro-about {
        font-size: 12px;
    }

    .lead {
        font-size: 18px;
    }

    .m-notice-title {
        font-size: 24px;
    }

}</pre></body></html>