@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-barrier-free {
    border: 1px solid #f0f0f0;
    padding: 1rem;
    margin-bottom: 1.5rem !important;
}
@media (min-width: 540px) {
    .c-barrier-free {
        justify-content: space-between;
        display: flex;
        padding: 2rem;
        margin-bottom: 2rem !important;
    }
}
.c-barrier-free a {
    text-decoration: underline;
}
.c-barrier-free a:hover {
    color: #22bcb8;
}
@media (min-width: 540px) {
    .c-barrier-free__img {
        width: 21.347%;
    }
}
.c-barrier-free__text {
    padding-top: 15px;
}
@media (min-width: 540px) {
    .c-barrier-free__text {
        width: 77%;
        padding-top: 5px;
    }
}
.c-barrier-free__text--title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
@media (min-width: 540px) {
    .c-barrier-free__text--title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}
.c-barrier-free__text--data {
    font-size: 1.2rem;
}
@media (min-width: 540px) {
    .c-barrier-free__text--data {
        font-size: 1.4rem;
    }
}

/* 観光ケアサポーター
====================================== */
.c-supporter {
    margin-top: 1rem;
}
@media (min-width: 540px) {
    .c-supporter {
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
    }
}
.c-supporter a {
    text-decoration: underline;
}
@media (min-width: 540px) {
    .c-supporter__img {
        width: 20.6%;
    }
}
.c-supporter__text {
    font-size: 1.2rem;
    padding-top: 15px;
}
@media (min-width: 540px) {
    .c-supporter__text {
        padding-top: 0;
        width: 77%;
        font-size: 1.6rem;
    }
}

/* table
====================================== */
.c-table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ccdfef;
    margin: 2rem 0;
}
@media (max-width: 48em) {
    .c-table {
        display: block;
    }
}
.c-table a {
    text-decoration: underline;
}
.c-table a:hover {
    color: #22bcb8;
}
.c-table thead {
    background-color: #006dba;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    display: none;
}
@media (min-width: 48em) {
    .c-table thead {
        display: table-header-group;
    }
}
.c-table thead th {
    border-right: 1px solid #ccdfef;
    padding: 1.3rem;
    vertical-align: middle;
    width: 24.7%;
}
.c-table thead th:last-child {
    border-right: none;
    width: auto;
}
.c-table tbody tr {
    display: block;
    border-bottom: 1px solid #ccdfef;
}
@media (min-width: 48em) {
    .c-table tbody tr {
        border-bottom: 1px dashed #ccdfef;
        padding: 0;
        display: table-row;
    }
}
@media (max-width: 48em) {
    .c-table tbody tr:last-child {
        border-bottom: none;
    }
}
.c-table tbody th {
    vertical-align: middle;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
    padding: 0.5rem 1.2rem 0;
    display: block;
}
@media (min-width: 48em) {
    .c-table tbody th {
        background-color: #def1fc;
        border-right: 1px solid #ccdfef;
        display: table-cell;
        padding: 1.2rem 2rem;
        font-size: 1.4rem;
    }
}
.c-table tbody td {
    vertical-align: middle;
    padding: 0.5rem 1.2rem;
    font-size: 1.2rem;
}
@media (min-width: 48em) {
    .c-table tbody td {
        border-right: 1px solid #ccdfef;
        padding: 1.2rem 2rem;
        font-size: 1.4rem;
    }
}
.c-table tbody td:last-child {
    border-right: none;
}
/*# sourceMappingURL=knowledge-7.css.map */