@charset "UTF-8";
/* CSS Information
============================================
File: news.scss
Site: 沖縄の湧き水アーカイブ
SCSS: pages
Output: news.css
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: 沖縄の湧き水アーカイブ
SCSS: foundation
Output: app.css
============================================= */
/* 共通　管理
============================================ */
.p-breadcrumbs {
    max-width: 104.4rem;
}

/* お知らせ（一覧・詳細）　管理
============================================ */
.p-news {
    max-width: 102.4rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.p-news__wrap {
    width: 100%;
    border-bottom: solid 0.1rem #ccc;
    padding-bottom: 3rem;
}
.p-news__box:not(:last-child) {
    margin-bottom: 2rem;
}
.p-news__textarea {
    border: solid 0.1rem #ededed;
    border-radius: 0.6rem;
    padding: 2rem;
    background-color: #fafafa;
}
.p-news__update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 1.5rem;
}
.p-news__update-item {
    color: #026ba3;
}
@media (min-width: 48em) {
    .p-news {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-news__box:not(:last-child) {
        margin-bottom: 3rem;
    }
}
@media (min-width: 80em) {
    .p-news__wrap {
        padding-bottom: 4rem;
    }
}
/*# sourceMappingURL=news.css.map */