.p-article mark  {
    background:linear-gradient(transparent 60%, #b0e5d3 60%);
    }

.swiper-container.localinfo_swiper {
    width: 100%;
    height: auto !important;
    padding: 0;
    margin-bottom: 10px;

    .swiper-wrapper {
        height: auto !important;
    }

    .swiper-slide  {
        position: relative;
        width: 100%;
        max-width: 640px;
        height: 426px;
        /* height: auto !important; */
        overflow:hidden;
            img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit:cover;
            }
    }

    .slide-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0.2em 0.5em;
        color: #ffffff;
        font-size: 16px;
        background-color: rgba(0,0,0,.5);
        &:empty {
                    display:none;
                }
    }

    .swiper-button-prev {
        width: 30px;
        height: 30px;
        background:url(../images/btn_prev.png)no-repeat transparent;
        background-size: 30px 30px;
        &::after {
            display:none;
        }
    }

    .swiper-button-next {
        width: 30px;
        height: 30px;
        background:url(../images/btn_next.png)no-repeat transparent;
        background-size: 30px 30px;
        &::after {
            display:none;
        }
    }

    .swiper-pagination {
        position: static;
        padding: 12px 0;
    }

}

@media screen and (max-width: 767px) { 
    .swiper-container.localinfo_swiper {
        width: 100%;
        height: auto !important;
        margin: 0 0 10px 0;
        .swiper-slide  {
            position: relative;
            width: 100%;
            height: auto;
            aspect-ratio: 370 / 246;
            overflow:hidden;
                img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit:cover;
                }
        }
        .slide-caption {
            font-size: 11px;
        }
        .swiper-button-prev {
            background-size: 16px 16px;
            width: 16px;
            height: 16px;
        }
        .swiper-button-next {
            background-size: 16px 16px;
            width: 16px;
            height: 16px;
        }
        .swiper-pagination {
            position: static;
            padding: 6px 0;
        }
    }
}


.p-article__contents--free .article-tablearea {
    margin: 45px 0;
}

@media screen and (max-width: 767px) {
    .p-article__contents--free .article-tablearea {
        margin: 30px 0;
    }
}

.p-article__contents--free .article-tablearea-wrapper {
    -webkit-overflow-scrolling: touch;
    margin: 0 0 10px;
    overflow-x: auto
}

.p-article__contents--free .article-tablearea-caption {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.p-article__contents--free table.article-table {
    width: max-content;
    min-width: 100%;
    margin: 0;
    border-collapse: collapse
}

.p-article__contents--free table.article-table td {
    padding: 10px;
    border-right: 2px solid #fff;
    font-size: 15px;
    line-height: 1.3;
    word-break: keep-all;
}

.p-article__contents--free table.article-table td:last-child {
    border-right: none
}

.p-article__contents--free table.article-table th {
    padding: 10px;
    border-right: 2px solid #fff;
    background-color: #cadded;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    word-break: keep-all;
    text-align: left;
}

.p-article__contents--free table.article-table th:last-child {
    border-right: none
}

.p-article__contents--free table.article-table tbody tr:nth-child(odd) {
    background-color: #f0f5f9
}

.p-article__contents--free table.article-table tbody tr:nth-child(2n) {
    background-color: #fafafa
}