html {
    scroll-padding-top: 140px;
}

@media screen and (max-width: 550px) {
    html {
        scroll-padding-top: 70px;
    }
}

.static-information-contents {
    background-color: white;
    padding: 20px 16px;
    border-radius: 8px;
}

.static-information-contents + .static-information-contents {
    margin-top: 24px;
}

.static-information-update-date {
    font-style: normal;
    font-weight: normal;
    font-size: var(--mtg-caption-s);
    color: var(--mtg-grey-2);
    margin-bottom: 8px;
}

.static-information-sub-title {
    font-style: normal;
    font-weight: var(--mtg-body-strong-w);
    font-size: var(--mtg-body-strong-s);
}

.static-main-contents a {
    font-size: 14px;
}