@charset "UTF-8";
/* CSS Information
============================================
File: knowledge.scss
Site: Okinawa Story
SCSS: pages/about/knowledge/
============================================= */
/* 変数 インポート
========================================== */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* 沖縄まるわかり情報
====================================== */
.c-knowledge-index {
    border: 1px solid #006dba;
}
.c-knowledge-index__heading {
    background-color: #def1fc;
    font-size: 1.6rem;
    color: #004ea2;
    padding: 1.5rem;
    font-weight: bold;
}
@media (min-width: 48em) {
    .c-knowledge-index__heading {
        font-size: 2rem;
        padding: 1.3rem 2rem;
    }
}
.c-knowledge-index__inner {
    padding: 1.5rem;
}
@media (min-width: 48em) {
    .c-knowledge-index__inner {
        padding: 2rem;
    }
}

.c-pagelist {
    margin-bottom: 1rem;
}
@media (min-width: 64.0625em) {
    .c-pagelist {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
}
.c-pagelist:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.c-pagelist dt {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
    .c-pagelist dt {
        font-size: 1.6rem;
    }
}
@media (min-width: 64.0625em) {
    .c-pagelist dt {
        margin-bottom: 0;
        width: 11rem;
    }
}
.c-pagelist dd {
    font-size: 1.2rem;
}
@media (min-width: 48em) {
    .c-pagelist dd {
        font-size: 1.4rem;
    }
}
@media (min-width: 64.0625em) {
    .c-pagelist dd {
        width: calc(100% - 11rem);
    }
}
.c-pagelist span {
    display: inline-block;
    position: relative;
    padding: 0 1rem 0 0;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
    .c-pagelist span {
        margin-bottom: 0;
    }
}
@media (min-width: 64.0625em) {
    .c-pagelist span {
        padding: 0 1.5rem;
    }
}
.c-pagelist span:after {
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    background-color: #dddddd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.c-pagelist span:last-child:after {
    display: none;
}

/* キャプション（隠しタイトル）
====================================== */
.c-table__caption {
    display: block;
    width: 100%;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #006dba;
    text-align: center;
}
@media (min-width: 48em) {
    .c-table__caption {
        display: none;
    }
}

/* .p-three-box
====================================== */
@media (min-width: 48em) {
    .p-three-box {
        display: flex;
        justify-content: space-between;
    }
}
.p-three-box__box {
    border: 1px solid #004ea2;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
    .p-three-box__box {
        padding: 2rem 1.5rem;
        width: 33%;
        margin-bottom: 0;
    }
}
.p-three-box__box:last-child {
    margin-bottom: 0;
}
.p-three-box__lead {
    text-align: center;
    font-size: 1.2rem;
    color: #004ea2;
    font-weight: bold;
}
@media (min-width: 48em) {
    .p-three-box__lead {
        font-size: 1.6rem;
    }
}
.p-three-box__heading {
    text-align: center;
    font-size: 1.6rem;
    color: #004ea2;
    border-bottom: 1px dotted #004ea2;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
@media (min-width: 48em) {
    .p-three-box__heading {
        font-size: 1.8rem;
        padding-bottom: 1.2rem;
        margin-bottom: 1.2rem;
    }
}
.p-three-box__heading i {
    margin-right: 1rem;
}
.p-three-box__heading--large {
    font-size: 2.2rem;
    color: #c8161d;
}
@media (min-width: 48em) {
    .p-three-box__heading--large {
        font-size: 2.6rem;
    }
}
.p-three-box__text {
    font-size: 1.2rem;
}
@media (min-width: 48em) {
    .p-three-box__text {
        font-size: 1.4rem;
    }
}

/* .c-card
====================================== */
.c-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (min-width: 48em) {
    .c-card {
        justify-content: flex-start;
    }
}
.c-card__card {
    border: 1px solid #f0f0f0;
    width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 48em) {
    .c-card__card {
        margin-right: 2%;
        width: 32%;
        margin-bottom: 2%;
    }
}
@media (min-width: 64.0625em) {
    .c-card__card {
        margin-right: 1.6%;
        width: 23.8%;
        margin-bottom: 1.6%;
    }
}
@media (min-width: 48em) {
    .c-card__card:nth-child(3n) {
        margin-right: 0;
    }
}
@media (min-width: 64.0625em) {
    .c-card__card:nth-child(3n) {
        margin-right: 1.6%;
    }
}
@media (min-width: 64.0625em) {
    .c-card__card:nth-child(4n) {
        margin-right: 0;
    }
}
.c-card__heading {
    text-align: center;
    font-size: 1.6rem;
    color: #004ea2;
    padding: 1rem 0.5rem 0.5rem;
    font-weight: bold;
}
@media (min-width: 48em) {
    .c-card__heading {
        font-size: 1.8rem;
        padding: 2rem 0.5rem 0.6rem;
    }
}
.c-card__text {
    font-size: 1.2rem;
    padding: 0 1rem 1rem;
}
@media (min-width: 48em) {
    .c-card__text {
        font-size: 1.4rem;
        padding: 0 1.8rem 1.8rem;
    }
}

/* タブ
====================================== */
.c-tab-area {
    border-bottom: 2px solid #006dba;
    display: flex;
    align-items: flex-end;
}
.c-tab-area__tab {
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    background-color: #dddddd;
    margin-right: 0.5rem;
    border-radius: 0.6rem 0.6rem 0 0;
    font-size: 1.4rem;
    padding: 0 2rem;
    cursor: pointer;
}
@media (min-width: 48em) {
    .c-tab-area__tab {
        height: 4rem;
        line-height: 4rem;
        font-size: 1.8rem;
        padding: 0 5.3rem;
    }
}
.c-tab-area__tab.active {
    height: 4rem;
    line-height: 4rem;
    background-color: #006dba;
    color: #fff;
}
@media (min-width: 48em) {
    .c-tab-area__tab.active {
        height: 5rem;
        line-height: 5rem;
    }
}

.c-tab-content-area__heading {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #006dba;
    font-weight: bold;
}
@media (min-width: 48em) {
    .c-tab-content-area__heading {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}
.c-tab-content-area__content {
    display: none;
}
.c-tab-content-area__content.show {
    display: block;
}
.c-tab-content-area__right {
    text-align: right;
}

/* アンカー位置制御
====================================== */
.p-knowledge-content-anchor {
    position: relative;
    z-index: -1;
    padding-top: 8rem;
    margin-top: -8rem;
    margin-bottom: 0 !important;
}

.os-c-parts-title-sub--type-border-solid2-ocvb-blue {
    padding-bottom: 0.5rem;
}

a.c-parts-text__link:hover,
a.c-parts-text__link:active {
    color: #22bcb8 !important;
}

.os-l-content__main a:hover, .os-l-content__main a:active, .os-l-content__main a:focus {
    color: #22bcb8;
}

.js-tel a {
    text-decoration: underline;
}
/*# sourceMappingURL=knowledge-cmn.css.map */