@charset "UTF-8";
/* CSS Information
============================================
File: feature.scss
Site: Okinawa Story
SCSS: feature/detail
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* 特集　エリア管理
====================================== */
.p-feature {
    width: 100%;
}

/* 特集　業者制作静的ページ エリア管理
====================================== */
.p-feature-static {
    width: 100%;
    margin-bottom: 2rem;
}
.p-feature-static__legacy-press {
    width: 100%;
    max-width: 102.4rem;
    margin: 0 auto;
}
.p-feature-static__renewal-press {
    width: 100%;
    max-width: 128rem;
    margin: 0 auto;
}
@media (min-width: 30em) {
    .p-feature-static {
        margin-bottom: 3rem;
    }
}

/* 特集　ステータス管理
====================================== */
.p-feature-status {
    width: 100%;
}
.p-feature-status__wrap {
    width: calc(100% - 2rem);
    max-width: 128rem;
    margin: 0 auto;
}
/*# sourceMappingURL=feature.css.map */