@charset "UTF-8";
/* CSS Information
============================================
File: notice.scss
Site: SPM CLOUD SOLUTION PRODUCT
SCSS: pages
Output: /pages/notice.css
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: SPM CLOUD SOLUTION PRODUCT
SCSS: foundation
Output: app.css
============================================= */
/* リリースノート
========================================== */
.p-release-note {
    width: 100%;
    padding: 1.5rem;
    border: solid 0.1rem #ddd;
    border-radius: 1rem;
}
.p-release-note__time {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.p-release-note__title {
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
}
.p-release-note__disc {
    font-size: 1.2rem;
    color: #444;
    padding-top: 1.5rem;
}
@media (min-width: 37.5em) {
    .p-release-note {
        border-radius: 2rem;
    }
}
@media (min-width: 64.0625em) {
    .p-release-note {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 3rem;
    }
    .p-release-note__time {
        width: 12rem;
    }
    .p-release-note__content {
        width: calc(100% - 12rem);
    }
    .p-release-note__title {
        font-size: 1.6rem;
    }
    .p-release-note__disc {
        font-size: 1.4rem;
        padding-top: 2rem;
    }
}
/*# sourceMappingURL=notice.css.map */