@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
============================================= */
/* table
====================================== */
.c-table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ccdfef;
    margin: 1rem 0;
}
@media (max-width: 48em) {
    .c-table {
        display: block;
    }
}
.c-table a {
    text-decoration: underline;
}
.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;
}
.c-table thead th:last-child {
    border-right: none;
}
.c-table thead .c-table__th--area {
    width: 17%;
}
.c-table thead .c-table__th--area2 {
    width: 40%;
}
.c-table thead .c-table__th--area3 {
    width: 12%;
}
.c-table thead .c-table__th--area4 {
    width: 28%;
}
.c-table thead .c-table__th--name {
    width: 31.43%;
}
.c-table thead .c-table__th--name2 {
    width: 22%;
}
.c-table thead .c-table__th--address {
    width: 38.7%;
}
.c-table thead .c-table__th--address2 {
    width: 25.7%;
}
.c-table tbody {
    border-bottom: 1px solid #ccdfef;
    display: block;
}
@media (min-width: 48em) {
    .c-table tbody {
        display: table-row-group;
    }
}
.c-table tbody tr {
    display: block;
    border-bottom: 1px solid #ccdfef;
}
@media (min-width: 48em) {
    .c-table tbody tr {
        display: table-row;
        border-bottom: none;
    }
}
@media (max-width: 48em) {
    .c-table tbody tr:last-child {
        border-bottom: none;
    }
}
.c-table tbody th {
    vertical-align: middle;
    text-align: left;
    background-color: #def1fc;
    padding: 1.2rem;
}
@media (min-width: 48em) {
    .c-table tbody th {
        border-right: 1px solid #ccdfef;
        text-align: center;
        padding: 0;
    }
}
.c-table tbody td {
    vertical-align: middle;
    padding: 0.5rem 1.2rem 0;
    display: block;
}
@media (min-width: 48em) {
    .c-table tbody td {
        border-bottom: 1px dashed #ccdfef;
        border-right: 1px solid #ccdfef;
        padding: 0;
        display: table-cell;
    }
}
.c-table tbody td:last-child {
    border-right: none;
    border-bottom: none;
    padding-bottom: 0.5rem;
}
@media (min-width: 48em) {
    .c-table tbody td:last-child {
        border-bottom: 1px dashed #ccdfef;
        padding-bottom: 0;
    }
}
.c-table tbody .c-table__th--area {
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #004ea2;
}
@media (min-width: 48em) {
    .c-table tbody .c-table__th--area {
        display: table-cell;
        font-size: 1.4rem;
    }
}
.c-table tbody td {
    font-size: 1.2rem;
}
@media (min-width: 48em) {
    .c-table tbody td {
        font-size: 1.4rem;
        padding: 1.1rem 1rem;
    }
}
@media (min-width: 64.0625em) {
    .c-table tbody td {
        padding: 1.1rem 2rem;
    }
}
@media (min-width: 48em) {
    .c-table tbody .c-table__td--tel {
        text-align: center;
    }
}
/*# sourceMappingURL=knowledge-5.css.map */