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

.lp-jumbotron {
    padding-top: 40px;
}

@media screen and (max-width: 720px) {
    .lp-jumbotron {
        padding-top: 20px;
    }
}

.lp-jumbotron &gt; *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel1 {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 15px;
    padding: 10px;
    background: #41a147;
    color: #ffffff;
    font-size: 16px;
}

.lp-headingLevel1::before {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 8px 0 0;
    background: url("/img/ss/common/bg_icon_contact_001.png") no-repeat center;
    font-size: 0;
    vertical-align: middle;
    content: "";
}
</pre></body></html>