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

/* 利用規約　管理
============================================ */
.p-rule {
    background: url("/res/images/common/bg_awa.svg") top right/50% auto no-repeat;
    max-width: 102.4rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.p-rule__wrap {
    width: 100%;
    border-bottom: solid 0.1rem #ccc;
    padding-bottom: 3rem;
}
.p-rule__head {
    margin-bottom: 3rem;
}
.p-rule__box:not(:last-child) {
    margin-bottom: 3rem;
}
.p-rule__box-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.p-rule__box-block:not(:last-child) {
    margin-bottom: 3rem;
}
.p-rule__box-block > *:not(:last-child) {
    margin-bottom: 2rem;
}
.p-rule__title {
    border-bottom: dashed 0.1rem #ccc;
    color: #026ba3;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.p-rule__item {
    font-size: 1.6rem;
    font-weight: 700;
}
.p-rule__item:before {
    content: "・";
    color: #026ba3;
}
.p-rule__list {
    width: 100%;
}
.p-rule__list-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.p-rule__list-unit:not(:last-child) {
    margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
    .p-rule {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-rule__box-inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .p-rule__title {
        font-size: 2.2rem;
    }
    .p-rule__item {
        font-size: 1.8rem;
    }
}
@media (min-width: 80em) {
    .p-rule__wrap {
        padding-bottom: 4rem;
    }
    .p-rule__box-inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .p-rule__box:not(:last-child) {
        margin-bottom: 4rem;
    }
    .p-rule__box > *:not(:last-child) {
        margin-bottom: 3rem;
    }
    .p-rule__title {
        font-size: 2.4rem;
        margin-bottom: 4rem;
    }
    .p-rule__item {
        font-size: 2rem;
    }
}
/*# sourceMappingURL=rule.css.map */