﻿@import url(./default_body.css);
@import url(./topFreearea_map.css);


/* body */

html, body {
    overflow-x: hidden;
}

body {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/*    a:hover {
        text-decoration: underline;
        position: relative;
        top: 1px;
        left: 1px;
    }
*/

    a:link {
        color: var(--text-color,#194593);
    }

    a:visited {
        color: var(--text-color,#194593);
    }

    a:hover {
        color: var(--text-color,#C70026);
    }


/* telto */
@media screen and (min-width:768px) {
    /* PCではリンクなぁE*/
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }

    .teltoon {
        display: none !important;
    }

    .teltooff {
        margin-left: 0px !important;
    }
}

@media screen and (max-width:767px) {
    /* スマ�Eではリンクあり */
    a[href^="tel:"] {
    }

    .teltoon {
        margin-left: 0px !important;
    }

    .teltooff {
        display: none !important;
    }
}



section {
    margin: 0px auto;
    padding: 0px 0px 0px;
}



/*:::::::::::::::::::::::::
 * メインスライドエリア
 *::::::::::::::::::::::::*/

.slide-area {
    padding: 0px 0px 0px;
}

.slide-area__innner {
    width: 100%;
    margin: 0px auto;
}

.bx-wrapper .bx-pager {
    left: 30px;
}

@media screen and (min-width:768px) {
    .slide-area {
        min-height: 460px;
        margin: 20px auto;
        max-width: 1000px;
        position: relative;
    }

        .slide-area .bx-wrapper .bx-viewport {
            overflow: visible !important; /* 両サイドに前後�E画像を表示させめE*/
            max-width: 1000px; /* スライド画像�E幁E��表示させる幁E��E*/
            margin-left: 50%;
        }

            .slide-area .bx-wrapper .bx-viewport li {
                margin-left: -475px !important;
                margin-right: 520px !important;
            }
}

@media screen and (min-width:801px) {
    .slide-areaimg {
        height: 360px;
        width: 950px;
    }

    .slide-area iframe {
        height: 360px;
    }

    .slide-area video {
        height: 360px;
    }
}

@media screen and (max-width:800px) {
    .slide-area img {
        aspect-ratio: 16 / 9;
    }

    .slide-area iframe {
        aspect-ratio: 16 / 9;
    }

    .slide-area video {
        aspect-ratio: 16 / 9;
    }
}

.swiperArea .swiper:not(.swiper.coverflow) {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0px auto;

    & .swiper-slide {
        height: auto;
    }

    /* picture は自然画像幁E��止まるため、スライド幁E��で拡大する */
    & .swiper-slide > picture {
        display: block;
        width: 100%;
        min-width: 0;
    }

    & .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    @media screen and (min-width:801px) {
        & iframe {
            height: 360px !important;
        }

        & video {
            height: 360px !important;
        }
    }

    @media screen and (max-width:400px) {
        & img {
            aspect-ratio: 400 / 268;
        }

        & iframe {
            aspect-ratio: 16 / 9;
        }

        & video {
            aspect-ratio: 16 / 9;
        }
    }
}



/*:::::::::::::::::::::::::
 * ボタン
 *::::::::::::::::::::::::*/
.info-button {
    display: block;
    width: 160px;
    padding: 4px 0px 8px 8px;
    text-align: center;
    margin-inline: auto;
    border-radius: 50px;
    background-color: var(--background-color,#007BA8);
    color: var(--text-color,#ffffff);
    text-decoration: none;
    fill: #ffffff;
}

    .info-button svg {
        position: relative;
        top: 6px;
    }

.info-button:link {
    color: var(--text-color,#ffffff);
}


    .info-button:visited {
        color: var(--text-color,#ffffff);
    }


    .info-button:hover {
        background-color: var(--background-color,#ffffff);
        color: var(--text-color,#2169AC);
        outline: 2px solid #2169AC;
        fill: #2169AC;
    }





 /*:::::::::::::::::::::::::
 * 新着惁E��/庁E��誌エリア
 *::::::::::::::::::::::::*/

.info-area {
    width: 100%;
    padding: 80px 0px;
}

.info-area__inner {
    max-width: 1100px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
}


@media screen and (max-width:768px) {
    .info-area__inner {
        flex-wrap: wrap;
        padding: 10px;
    }
}

.info-area__newinfo {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

/* 新着タチEjavascriptのイベント用ID*/
#newTtlTab {
    display: flex;
    flex-direction: row;
}

    #newTtlTab h3 {
        padding: 11px 37px 9px;
        margin: 0px 4px 0px 0px;
        text-decoration: none;
        font-size: 1.1rem;
        cursor: pointer;
        border: 1px solid #0083B3;
        border-radius: 10px 10px 0px 0px;
        background-color: var(--background-color,#EFEFEF);
    }

    #newTtlTab .selected {
        font-weight: bold;
        padding: 11px 59px 9px;
        margin: 0px 4px 0px 0px;
        cursor: default;
        border-radius: 10px 10px 0px 0px;
        background-color: var(--background-color,#0F7EAD);
        color: var(--text-color,#ffffff);
    }

#newTtlTab h3 span {
    padding: 3px 0 3px 5px;
}

    #newTtlTab h3 span#tab3 {
        background-repeat: no-repeat;
        background-position: 7px center;
    }

#newTtlTab h3 .rss {
    text-decoration: none;
    padding: 1px 3px;
    font-weight: bold;
    font-size: 0.8rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 5px;
}

#newTtlTab h3 a.rss:focus {
    border: dashed #000 1px;
}

#newTtlTab span a {
    text-decoration: none;
}

    #newTtlTab .selected a {
        color: var(--text-color,#ffffff);
    }


.info-area__listInfo__inner {
    border: 3px solid #0083B3;
    padding: 20px 12px 20px 12px;
}



.info-area__listinfo__list-item {
    min-height: 315px;
    overflow-y: scroll;
    padding: 0px 0px 15px;
}


.info-area__listinfo__list-item li .koushinDay {
    width: auto;
    float: left;
    min-width: 90px;
    text-indent: 1em;
    font-size: 0.9rem;
}




    .info01 {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        max-width: 100%;
        width: 100%;
    }


    

.info ul {
    padding: 2px 0px;
}

    .info ul#important {
        border-bottom: dotted 1px #999999;
    }

.info-area__listinfo__list-item ul li {
    line-height: 180%;
    padding: 10px 5px;
}

    .info-area__listinfo__list-item ul li.lastKiji {
        border-bottom: dotted 1px #DDDDDD;
    }

    .info-area__listinfo__list-item ul li:nth-child(2n+1) {
        background-color: var(--background-color,#F4F5F8);
    }


.info-area__listinfo__list-item--nodata {
    text-align: center;
    padding: 140px 0px 10px 15px;
    align-content: center;
}

.info p.koushinDay {
    width: auto;
    float: left;
    min-width: 90px;
    text-indent: 1em;
    font-size: 0.9rem;
}

.info p.eventDate {
    width: auto;
    float: left;
    min-width: 90px;
    text-indent: 1em;
    font-size: 0.9rem;
}

div.newTtl {
    max-width: 660px;
   
}

/* 本日以降�E予定を重褁E��し表示 */
.newTtlDating {
    float: left;
    padding: 2px 0px 10px 15px;
    width: 98%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
}

    .newTtlDating .topCName {
        font-size: 0.8rem;
    }

.listInfo_noBgImg {
    background-image: none !important;
    background-position: 0px 0px !important;
}

    .listInfo_noBgImg .img img {
        width: 250px;
    }

div.eventTitle {
}

.info span.term {
    font-size: 0.9rem;
    white-space: nowrap;
}

.info span.termTitle {
    font-size: 0.7rem;
    margin-right: 5px;
    padding: 1px 3px;
}

.infoIchiran {
    width: 180px;
    border-radius: 25px;
    padding: 8px;
    text-align: center;
    margin: 10px auto;
    background-color: var(--background-color,#0F7EAD);
}


    .infoIchiran a {
        color: var(--text-color,#ffffff);
    }



/* 庁E��誌エリア */

.info-area__koho-item {
    max-width: 335px;
    width: 100%;
    padding: 0px 0px 10px;
    text-align: center;
    border: 3px solid #0083B3;
    background-color: var(--background-color,#F6F6F6);
}

.info-area__koho-item__title {
    padding:8px 0px;
    text-align:center;
    background-color: var(--background-color,#0083B3);
}

.info-area__koho-item--img img{
    width:170px;
}

.info-area__koho-item__kijititle {
    padding: 0px 0px 15px 0px;
}

.info-area__koho-item__kijititle svg{
    position:relative;
    top:9px;
}



.img img {
    max-width: 170px;
    padding: 20px 0px 0px;
}

@media screen and (max-width:768px) {
    .info-area__koho-item {
        max-width: unset;
    }

}

    /* Youtubeタグ */
    .img .youtubeImage {
        max-width: 250px;
    }

        .img .youtubeImage iframe {
            max-width: 100% !important;
            max-height: 200px !important;
        }


    /* ごみ処琁E��設エリア */
    .shisetu-area {
        padding: 80px 0px;
        background-color: var(--background-color,#E3F5FB);
    }

    .shisetu-area__title {
        text-align: center;
        padding: 0px 0px 30px;
    }

    .shisetu-area__inner {
        max-width: 1100px;
        width: 100%;
        margin-inline: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .shisetu-area__inner__box {
        max-width: 520px;
        width: 100%;
        background-color: var(--background-color,#ffffff);
    }

    .shisetu-area__inner__box__title {
        color: var(--background-color,#2D4E87);
        font-size: 1.4rem;
        padding: 15px;
    }

    .shisetu-area__inner__box__items {
        padding: 5px 0px 0px 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    .shisetu-area__inner__box__items__title {
        background-color: var(--background-color,#2D4E87);
        color: var(--background-color,#ffffff);
        width: 80px;
        padding: 12px 0px;
        font-size: 0.9rem;
        text-align: center;
    }

    .shisetu-area__inner__box__map {
        margin-inline: auto;
        text-align: center;
        padding: 20px 0px;
    }

@media screen and (max-width:768px) {
    .shisetu-area__inner {
        width: calc(100% - 40px);
    }

    .shisetu-area__inner__box__items {
        padding: 5px 0px 0px 10px;
    }

    .shisetu-area__inner__box__items__content {
        font-size: 0.9rem;
        width: 260px;
    }


}
    /*:::::::::::::::::::::::::
 * 枠絁E
 *::::::::::::::::::::::::*/


    .Ichiran {
        text-align: center;
        margin: 20px auto 20px;
        width: 200px;
        font-size: 1rem;
        border-radius: 25px;
        padding: 8px 0px;
        height: 45px;
    }



    @media screen and (max-width:767px) {

        #slidArea {
            /*        min-height: 250px;
*/
        }
    }



    /* サイト�E検索 */
    #mainSearch02 {
        margin: 10px auto 0px 15px;
        letter-spacing: -.4em;
        width: 100%;
        max-width: 620px;
        float: left;
    }

    input.searchBox02 {
        height: 28px;
        width: 85%;
        margin: 1px 1px 0px 0px;
        vertical-align: middle;
        letter-spacing: normal;
        border: solid 1px #7F7F7F;
    }

    input.btnSearch02 {
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
        letter-spacing: normal;
    }


    #mainSearch02 .bootstrap-scope .btn-gray {
        color: #2169AC !important;
        background-color: unset !important;
    }
    /* サイト�E検索ver2.0 */
    .serch #input_form_search_word {
        height: 32px;
    }

    .serch .serchright {
        padding: 5px 0px 0px 0px;
    }


    /*:::::::::::::::::::::::::
 * 特雁E��ンチE��チE
 *::::::::::::::::::::::::*/
    @media screen and (min-width:801px) {
        #slidArea img {
            height: 360px;
            width: 950px;
        }

        #slidArea iframe {
            height: 360px;
        }

        #slidArea video {
            height: 360px;
        }
    }

    @media screen and (max-width:800px) {
        #slidArea img {
            aspect-ratio: 16 / 9;
        }

        #slidArea iframe {
            aspect-ratio: 16 / 9;
        }

        #slidArea video {
            aspect-ratio: 16 / 9;
        }
    }




    @media screen and (max-width:768px) {

        .jouhou_search {
            width: 230px;
            border: 2px solid #2169ac;
            border-radius: 5px;
            padding: 5px 0px;
            position: unset;
            margin: 0px auto;
        }

        .serach_btn_wrap {
            flex-direction: column;
            gap: 30px;
        }

        .serach_item {
            width: 170px;
            margin: 0px auto;
        }
    }

    .serchright a {
        text-decoration: none;
    }



    .keywordtitle {
        margin: 0px;
        padding: 5px 0px 14px 0px;
        font-size: 1.2rem;
        font-weight: bold;
    }


        .keywordtitle h5 {
            padding: 12.8px 0;
            margin-bottom: 3.2px;
            background-image: linear-gradient( 90deg, #CB1187 0 20%, #2169AC 20% );
            background-repeat: no-repeat;
            background-size: 100% 4%;
            background-position: bottom;
            font-weight: bold;
        }

    .keyword_item span {
        padding: 0px 20px;
    }

    @media screen and (max-width:768px) {

        .keywordtitle h5 {
            text-align: center;
        }

        .keyword_item {
            padding: 0px 0px 30px;
        }

            .keyword_item span {
                padding: 0px 6px;
            }
    }

    .keyword a {
        text-decoration: none;
    }


    .benri_btn_wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        text-align: center;
        padding: 20px 0px;
        flex-wrap: wrap;
    }

    .benri_item {
        max-width: 155px;
        width: 100%;
    }

    .benri_item_dot {
        border-right: 3px dotted #ccc;
    }

    @media screen and (max-width:455px) {
        .benri_item_dot {
            display: none;
        }
    }

    @media screen and (max-width:768px) {
        .benri_btn_wrap {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 10px;
            text-align: center;
            padding: 20px 0px;
            flex-wrap: wrap;
        }
    }




    /*:::::::::::::::::::::::::
* 庁E��誁E
*::::::::::::::::::::::::*/




    .kijiTtk {
        float: left;
        margin: 0px;
        padding: 10px 5px 0px 0px;
    }

    .naiyo img {
        float: left;
        vertical-align: middle;
        margin: 5px;
    }

    .naiyo {
        margin: 15px auto;
    }


    /* バナー庁E�� */

    .koukokuban {
        padding: 20px 0px;
        margin: 40px auto;
    }

    .bosyu {
        text-align: right;
        padding: 0px 20px 0px 0px;
    }

    .ban {
        border: 1px solid #cccccc;
    }

    .r_menu {
        margin-bottom: 7px;
    }

        .r_menu .banTitle {
            font-size: 0.9rem;
            height: 24px;
            line-height: 24px;
            text-align: center;
        }

        .r_menu .banImg {
            height: 55px;
            padding: 8px 10px 5px 35px;
            margin: 0px auto;
            text-align: center;
        }

    #textbannerArea {
        margin: 15px auto 25px;
    }

        #textbannerArea ul li {
            float: left;
            padding: 15px 15px 15px 25px;
            margin: 0px 8px;
            border-radius: 5px;
        }


    #oneBanArea {
        margin: 0px auto;
        padding-left: 5px;
    }


    #kanrenban {
        max-width: 100%;
        margin: 0px auto;
    }

    #kanrenbanBox {
        max-width: 100%;
        margin: 0px auto 15px;
        padding: 0px 0px 15px 0px;
    }

    #koukokubanBox {
        max-width: 100%;
        margin: 0px auto 15px;
        padding: 0px 0px 15px 0px;
    }


    #kanrenbanArea {
        margin: 0px;
        padding: 40px 0px;
    }

        #kanrenbanArea h4 span {
            padding: 4px 8px;
            font-weight: bold;
        }

    #bannerArea h4 span {
        border-left: 5px solid #009799;
        padding: 4px 8px;
        font-weight: bold;
        margin-right: 50px;
    }

    ul.bannaiyo {
        padding: 0px 0px 5px 20px;
        margin: 0px;
    }

    #kanrenban div#kanrenbanHeader, #kanrenban div#koukokubanHeader {
        margin: 5px 0px 5px 0px;
        padding: 15px 10px 0px;
    }

    #kanrenbanHeader h4 {
        border-left: 5px solid #006837;
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        font-size: 1.1rem;
    }

    #koukokubanHeader h4 {
        border-left: 5px solid #79c06e;
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        font-size: 1.1rem;
    }


    #kanrenbanHeader p {
        background: url("../images/top1/ya_green.png") no-repeat 0 center;
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        float: right;
    }

    #koukokubanHeader span {
        margin: 0 0 0 10px;
        padding: 0px;
        font-size: 0.9rem;
    }

    #adinfo {
        width: 100%;
        margin: 15px auto;
    }

    #adinfoBox {
        width: 100%;
        margin: 0px auto 15px;
        padding: 0px 0px 15px 0px;
    }

    #banArea {
        margin: 0px;
        padding: 0px;
    }

    ul.bannaiyo {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 5px auto 5px auto;
        justify-content: space-around;
    }

    #adinfo div#addinfoHeader {
        margin: 5px 0px 15px 0px;
        padding: 5px 10px 5px;
    }

    #addinfoHeader h4 {
        /*border-left: 5px solid #ff9700;*/
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        font-size: 1.1rem;
    }

    #addinfoHeader p {
        background: url("../images/top1/ya_green.png") no-repeat 0 center;
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        float: right;
    }

    /* 2016/09/15 アクセシビリチE��対忁E<div><p>ↁEul><li>*/
    p.imgBan,
    li.imgBan {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 10px 5px 5px;
        float: left;
    }

        /* 2016/09/15 アクセシビリチE��対忁E<div><p>ↁEul><li>*/
        p.imgBan img,
        li.imgBan img {
            display: block;
        }

    /* 2016/09/15 アクセシビリチE��対忁E<div><p>ↁEul><li>*/
    p.textBan,
    li.textBan {
        display: inline-block;
        vertical-align: middle;
        margin: 5px;
    }
        /* 2016/09/15 アクセシビリチE��対忁E<div><p>ↁEul><li>*/
        p.textBan span,
        li.textBan span {
            display: table;
            border: solid 1px #CCCCCC;
            width: 188px;
            height: 52px;
            box-sizing: border-box;
            line-height: 1.1em;
            text-align: center;
            overflow: hidden;
        }
            /* 2016/09/15 アクセシビリチE��対忁E<div><p>ↁEul><li>*/
            p.textBan span a,
            li.textBan span a {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                text-decoration: none;
            }

    /* banスライダーのチE��ストバナ�E冁E�E別ウィンドウで開くアイコン画僁E*/
    .textBan .textBan_newWinOpn {
        width: 10px;
        height: 9px;
    }
    /* フローチE��ングバナー */
    div#fBanArea {
        width: 100%;
        font-size: 0.9rem;
        padding: 5px 0px 0px 0px;
        display: none;
        margin-bottom: 10px;
    }

        div#fBanArea div#fBanBox {
            margin: 10px auto;
            position: relative;
        }

    @media screen and (min-width:1201px) {
        div#fBanArea div#fBanBox {
            max-width: 1200px;
        }
    }

    @media screen and (max-width:1200px) {
        div#fBanArea div#fBanBox {
            max-width: 95%;
        }
    }

    @media screen and (max-width:767px) {
        div#fBanArea div#fBanBox {
            max-width: 98%;
        }
    }

    #fAdinfoLink {
        float: left;
        margin-left: 50px;
    }

    .fLinkInfo p {
        float: left;
        font-size: 1.2rem;
        font-weight: bold;
        padding: 0px 0px 0px 10px;
        border-left: 5px solid #006837;
        margin: 0px 0px 0px 10px;
    }

    div#fBanArea.floating {
        position: fixed;
        left: 0;
        bottom: 0;
        /*z-index: 99999;*/
        z-index: 1199;
        margin-bottom: 0px;
    }

    div#floatOff {
        float: left;
        text-align: center;
        margin-right: 5px;
    }

        div#floatOff img {
            cursor: pointer;
        }

    #fBanItem {
        margin: 10px auto 0px;
    }

    @media screen and (min-width:1201px) {
        div#fBanArea div#fBanBox {
            max-width: 1000px;
        }
    }

    @media screen and (max-width:1200px) {
        div#fBanArea div#fBanBox {
            max-width: 95%;
        }
    }

    @media screen and (max-width:767px) {
        div#fBanArea div#fBanBox {
            max-width: 98%;
        }
    }

    /* 2016/09/15 アクセシビリチE��対忁E<div><p>ↁEul><li>*/
    p.imgBanfl,
    li.imgBanfl {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 7px 10px 0px;
    }
        /* 2016/09/15 アクセシビリチE��対忁E<div><p>ↁEul><li>*/
        p.imgBanfl img,
        li.imgBanfl img {
            display: block;
        }

    /* 2016/09/15 アクセシビリチE��対忁E<div><p>ↁEul><li>*/
    p.textBanfl,
    li.textBanfl {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 20px 10px 0px;
    }
        /* 2016/09/15 アクセシビリチE��対忁E<div><p>ↁEul><li>*/
        p.textBanfl span,
        li.textBanfl span {
            display: table;
            border: solid 1px #CCCCCC;
            width: 188px;
            height: 52px;
            box-sizing: border-box;
            line-height: 1.1em;
            text-align: center;
            overflow: hidden;
        }
            /* 2016/09/15 アクセシビリチE��対忁E<div><p>ↁEul><li>*/
            p.textBanfl span a,
            li.textBanfl span a {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                text-decoration: none;
            }


    /*
#fBanArea p.textBan {
    border: solid 1px #CCCCCC;
    width: 188px;
    padding: 13px 0px;
    text-align: center;
    font-size: 0.9rem;
    margin: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}*/



    /*:::::::::::::::::::::::::
 * snsボタン
 *::::::::::::::::::::::::*/
    .snsbutton {
        float: left;
        margin: 25px auto 85px;
    }

        .snsbutton li {
            z-index: 101;
            float: left;
        }

    #snsbutton_twitter {
        margin-right: 15px;
    }

    #snsbutton_facebook {
        margin-right: 10px;
    }

    span.forSR {
        position: absolute;
        left: -1000em;
    }

    .snsmenu {
        max-width: 500px;
        width: 100%;
    }

    /*:::::::::::::::::::::::::
 * Navigation Skip
 *::::::::::::::::::::::::*/
    .Navigation ul {
        margin: 0;
        padding: 0;
    }

    .Navigation li {
        position: absolute;
        text-align: left;
        margin: 0;
        padding: 0;
        display: block;
    }

.Navigation a {
    padding: 5px;
    display: inline;
    z-index: 1000000;
    text-decoration: none;
    position: absolute;
    max-width: 300px;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
    /zoom:1;
    white-space: nowrap;
}

        .Navigation a:focus,
        .Navigation a:active {
            position: absolute;
            top: 30px;
            left: 250px;
            background: #fff !important;
            border: 2px solid #000;
        }

    img.imgFromText {
        max-height: 126px !important;
        max-width: 90px !important;
    }

    * html img.imgFromText {
        height: 126px !important;
        width: 90px !important;
    }

    /*:::::::::::::::::::::::::
 * フリーエリア用
 *::::::::::::::::::::::::*/
    .freeareaWrap {
        margin: 0px auto;
        padding: 0px;
        width: 99%;
    }

    .freearea {
        padding: 0px;
        margin-top: 0px;
    }

        .freearea.disp_marquee_text {
            background-color: transparent !important;
            margin: 1px auto !important;
        }

    /*:::::::::::::::::::::::::
 * あなたが最近チェチE��したペ�Eジ
 *::::::::::::::::::::::::*/
    div#browsingHistoryArea {
        max-width: 1200px;
        margin: 0px auto 0px;
        padding: 10px 0px;
    }

    div#browsinghisotry_block ul {
        overflow: hidden;
        padding: 0px 10px;
    }

        div#browsinghisotry_block ul li {
            border-top: 1px dotted #cccccc;
            margin-top: -1px;
            padding: 5px 0;
        }

    div#browsinghisotry_block .upddate {
        float: left;
        font-size: 0.9rem;
        min-width: 130px;
        width: auto;
        padding-left: 5px;
    }

    #browsingHistoryTop1 .browsinghistory_header {
        padding: 10px 0px 10px 12px;
    }

    div#browsinghisotry_block .title {
        float: left;
        max-width: 800px;
        text-overflow: ellipsis;
        padding: 0px 5px 0px 10px;
    }

    div#browsinghisotry_block .del {
    }

    #browsinghistory_ttl h2 {
        float: left;
        font-size: 1.1rem;
        font-weight: bold;
        padding-left: 10px;
        border-left: 5px solid #cccccc;
    }

    #browsinghistory_rmv {
        float: right;
        padding-right: 5px;
        font-size: 0.9rem;
    }



    /*:::::::::::::::::::::::::
 * レスポンシブル用
 *::::::::::::::::::::::::*/


    @media screen and (max-width:1100px) {
        /* タブレチE��用のスタイル記述 */
        img {
            max-width: 100%;
            height: auto;
            width /***/: auto;
        }

        #slidArea {
            width: 100%;
            margin: 0px auto;
            float: none;
        }


        .mainBlock {
            margin: 0px auto 0px;
            padding-top: 5px;
        }


        .kinkyuBlock {
            border: 1px solid #C1272D;
            padding: 0px;
            box-sizing: border-box;
            margin: 0px auto 0px;
            max-width: none;
            float: none;
        }


        /* サイト�E検索 */
        #mainSearch02 {
            margin: 10px 10px 0px;
        }

        input.btnSearch02 {
            margin: 0px;
            padding: 0px;
            vertical-align: middle;
        }



        #benri_btn ul li {
            min-width: 150px;
        }

        .boxArea ul li::before {
            padding: 5px 5px;
            line-height: 0em;
        }

        .naiyo ul li {
            margin: 15px 0px;
            float: left;
            min-width: 130px;
        }
    }

    @media screen and (max-width:1000px) {
    }

    @media screen and (max-width:980px) {
        /* タブレチE��用のスタイル記述 */

        ul.kinkyuTxt li p.koshin {
            float: none;
            min-width: 70px;
            margin-left: 10px;
        }

        ul.kinkyuTxt li div.k_naiyo {
            float: left;
            max-width: 100%;
            margin: 0px 0px 10px 10px;
        }
    }

    @media screen and (max-width:767px) {
        /* スマ�Eトフォン用のスタイル記述 */

        .menuitem02 {
            margin: 15px auto 0px;
        }

        #slidArea {
            width: 100%;
            margin: 0px auto;
        }

        #kinkyuArea {
            width: 100%;
            padding: 10px 0px;
        }

        #about_Area {
            width: 100%;
            margin: 0px auto 20px;
        }


        .serchleft {
            float: none;
            max-width: 100%;
            width: auto;
        }

        input.searchBox02 {
            height: 28px;
            width: 71%;
            margin: 1px 1px 0px 0px;
            vertical-align: middle;
            letter-spacing: normal;
            border: solid 1px #7F7F7F;
        }

        .keywordtitle {
            margin: 10px;
            padding: 5px 5px 5px 5px;
        }

            .keywordtitle span {
                margin: 0px 0px auto 5px;
                padding: 5px 5px 14px 5px;
            }

        .benribox02 {
            width: auto;
        }




        #benri_btn {
            margin: 0px 5px;
        }

        .kanrenban {
            margin: 15px auto;
        }

        div.newTtl {
            float: none;
            width: auto;
            padding: 2px 0px;
        }

        #newTtlTab .selected {
            font-weight: bold;
            padding: 11px 8px 9px;
            margin: 0px;
            cursor: default;
        }

        #newTtlTab h3 {
            float: left;
            padding: 11px 8px 9px;
            margin: 0px 4px 0px 4px;
            text-decoration: none;
            font-size: 0.9rem;
            cursor: pointer;
        }

        .info {
            padding: 0px;
            margin: 10px 0px 15px 0px;
        }

            .info p.koushinDay {
                float: none;
                width: 90%;
                font-size: 0.9rem;
                text-indent: 1em;
            }

        .infoIchiran {
            float: none;
        }



        .serchright {
            max-width: 320px;
            width: 100%;
            text-align: center;
            margin: 0px auto;
            float: none;
        }

        #life_event {
            margin: 0px auto 0px auto;
            display: inline-flex;
            flex-direction: row;
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
        }

        .Blockmenu {
            max-width: 1000px;
            margin: 0px auto 0px;
            padding-top: 0px;
            display: flex;
            /* flex-direction: column;*/
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .boxArea {
            margin: 10px 0px 15px 10px;
            padding: 0px;
            float: none;
            width: 96%;
        }

        #kohoArea {
            width: auto !important;
            float: none;
            margin: 10px auto;
            padding: 0px;
        }

        #ugokiArea {
            width: auto !important;
            float: none;
            margin: 0px auto;
            padding: 0px;
        }

        .naiyo {
            margin: 0px auto;
            padding: 0px;
        }


        .kohoIchiran {
            padding: 3px 2px 2px 10px;
            margin: 10px 0px 2px;
            font-size: 0.9rem;
            width: 160px;
            border-radius: 15px;
        }



        .btnArea {
            float: none;
            text-align: center;
        }

            .btnArea img {
                text-align: center;
                margin: 0px auto;
            }

        #kanrenbanBox {
            margin: 0px auto;
        }

        ul.bannaiyo {
            padding: 0px 0px 5px 7px;
            margin: 0px auto;
            width: auto;
        }

        p.imgBan, li.imgBan {
            display: inline-block;
            vertical-align: middle;
            margin: 0px 2px 5px 5px;
            float: left;
        }

        #fBanItem {
            text-align: center;
        }

        .newTtl span.termTitle {
            margin: 0px 0px 0px 15px;
        }

        #ugkTxt {
            margin: 0px auto;
        }

        #mainSearch02 {
            margin: 10px 0px;
        }

            #mainSearch02 .searchBox-gcs {
                width: 100% !important;
            }

        h4 {
            padding: 0px 0px 0px 0px;
        }

        #jyuuyou_Area {
            width: calc(100% - 20px);
            margin: 0px auto;
        }
    }

    @media screen and (max-width:400px) {
        /* スマ�Eトフォン用のスタイル記述 */

    }

    /* パ�Eソナライズ */
    .personalizeBox {
        margin-bottom: 7px;
        text-align: center;
    }

        .personalizeBox .login {
            margin: 10px auto 5px auto;
            text-align: center;
        }

        .personalizeBox ul {
            width: 35%;
            margin: 5px auto;
        }

        .personalizeBox .setsumei {
            padding: 3px 3px 3px 17px;
            background: url("../images/top1/b_01.png") no-repeat 7px center;
            margin: 2px auto;
            text-align: left;
        }

    /* wysiwyg */
    #mainShosai table.__wys_table {
        width: auto;
    }

    .__wys_table td {
        border: solid 1px #000000;
        padding: 3px;
    }

    .__wys_table th {
        background-color: #eeffee;
        border: 1px solid #000000;
        font-weight: bold;
        padding: 3px;
    }


    /*:::::::::::::::::::::::::
 * 翻訳メニュー
 *::::::::::::::::::::::::*/


    #foreignSP {
        display: none;
        width: 96%;
        margin: 5px auto 5px auto;
    }

        #foreignSP .plus {
            background: url("../images/top1/btn_plus.png") 98% center no-repeat #E3F4FF;
            background-size: 25px 25px;
        }

        #foreignSP .minus {
            background: url("../images/top1/btn_minus.png") 98% center no-repeat #E3F4FF;
            background-size: 25px 25px;
        }

            #foreignSP .plus a,
            #foreignSP .minus a {
                display: block;
                height: 100%;
                padding: 15px 10px 15px 20px;
                font-weight: bold;
                text-decoration: none;
                margin: 0px;
            }

        #foreignSP .dspMode {
            display: block !important;
            border: 1px solid #2169AC !important;
            background-color: #2169AC;
        }

    #foreignTitle {
        width: 100%;
        margin: 1px auto;
    }

        #foreignTitle h4 {
            font-size: 1.2rem;
        }

        #foreignTitle a {
            border: 1px solid #2169AC;
            padding: 10px 8px 10px 12px !important;
            color: #2169AC;
            display: block;
            height: 100%;
            font-weight: normal !important;
        }

    #foreignDsp {
        width: 99%;
        margin: 0px auto;
        padding: 2px 0px 6px 0px;
        display: none;
    }

        #foreignDsp ul {
            width: 100%;
            margin: 0px auto;
        }

            #foreignDsp ul li {
                padding: 0px;
                width: 97%;
                margin: 2px 0px 0px 4px !important;
                float: left;
                background: url("../images/top1/ya_b01.png") no-repeat 95% center #ffffff;
                background-size: 10px 13px;
                border: 1px solid #2169AC;
            }

                #foreignDsp ul li a {
                    width: 70%;
                    line-height: 2.4em;
                    display: block;
                    padding: 0px !important;
                    margin-left: 15px !important;
                }

    @media screen and (max-width:767px) {
        #foreignSP {
            display: none;
        }
    }

    .conttitle {
        padding: 20px 0px;
    }

    /*:::::::::::::::::::::::::
 * 記事スライダー
 *::::::::::::::::::::::::*/
    #banSlide {
        width: 100%;
        margin: 40px auto 0px auto;
    }

    #ban_slide_set {
        padding: 0px 0px 0px;
        z-index: -2;
        position: relative;
    }

    /* 記事スライダーの画僁E*/
    #ban_slide_set img {
        margin: 0px auto;
        width: 280px !important;
        height: 200px;
        object-fit: cover;
    }

    #banSlide #ban_slide_set li {
        margin: 0px 15px 20px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 5px;
        padding: 0px 10px 0px 10px;
        height: 360px;
    }

    #ban_slide_set article slick-slide slick-cloned slick-active {
        max-height: 350px;
    }

    #ban_slide_set .slick-dots li {
        box-shadow: unset !important;
        height: unset !important;
        margin: 0px auto !important;
    }

    /* スライダーの前�E次ボタンの位置 */
    #ban_slide_set .slick-prev,
    #ban_slide_set .slick-next {
        top: 95px !important;
    }
    /* 更新日 */
    #ban_slide_set .kiji_koushinDay {
        padding: 10px 0px 0px 0px;
        font-size: 0.9rem;
        width: 280px;
        text-align: right;
    }
    /* タイトル */
    #ban_slide_set .kiji_title {
        margin: 0px auto;
        font-size: 1rem;
        width: 280px;
        padding: 10px 10px;
        overflow: hidden;
    }

    #ban_slide_set .slick-list {
        overflow: hidden;
    }

    /* 概要文 */
    #ban_slide_set .kiji_gaiyou {
        margin: 15px 0px 10px 45px;
        font-size: 0.9rem;
        width: 280px;
    }

    .slick-track {
        margin-bottom: 10px !important;
    }


    /* Youtubeタグ */
    #ban_slide_set .youtubeImage {
        max-width: 280px;
    }

        #ban_slide_set .youtubeImage iframe {
            max-width: 100% !important;
            max-height: 200px !important;
        }

    /*    #ban_slide_set .slick-dotted.slick-slider {
        padding-left: 38px !important;
        padding-right: 38px !important;
        margin-bottom: 2px !important;
    }
*/
    #ban_slide_set .slick-prev {
        width: 50px;
        height: 50px;
        left: 0;
        position: absolute;
        z-index: 9;
    }

        #ban_slide_set .slick-prev:before {
            color: #000;
            content: '';
            width: 30px;
            height: 30px;
            background: #495057;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -15px;
            opacity: 0.4;
        }

        #ban_slide_set .slick-prev:after {
            content: '';
            width: 0;
            height: 0;
            border: solid 5px transparent;
            border-right: solid 8px #ffffff;
            position: absolute;
            top: 50%;
            left: 5px;
            margin-top: -6px;
        }

    #ban_slide_set .slick-next {
        width: 50px;
        height: 50px;
        right: 0;
        position: absolute;
        z-index: 9;
    }

        #ban_slide_set .slick-next:before {
            color: #000;
            content: '';
            width: 30px;
            height: 30px;
            background: #495057;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -15px;
            opacity: 0.4;
        }

        #ban_slide_set .slick-next:after {
            content: '';
            width: 0;
            height: 0;
            border: solid 5px transparent;
            border-left: solid 8px #ffffff;
            position: absolute;
            top: 50%;
            right: 5px;
            margin-top: -6px;
        }



    #ban_slide_set .slick-dots {
        display: block !important;
        bottom: -40px;
        position: absolute;
        height: 33px !important;
        left: 0px;
    }


        #ban_slide_set .slick-dots li button:before {
            font-family: 'slick';
            font-size: 0.625rem;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: '•';
            text-align: center;
            opacity: .28;
            color: #000;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }


        #ban_slide_set .slick-dots li.slick-active button:before {
            opacity: .98;
            color: #00496D;
        }

    /* 真ん中を大きくする */
    /*
#ban_slide_set .slick-slide {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    #ban_slide_set .slick-slide.slick-center {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
*/
    /* 真ん中以外を小さくすめE*/
    /*
#ban_slide_set .slick-slide {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    #ban_slide_set .slick-slide:not(.slick-center) {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
    }
*/


    /*:::::::::::::::::::::::::
 * フォトギャラリー
 *::::::::::::::::::::::::*/
    #photogallery_one {
        margin: 30px auto !important;
    }

        #photogallery_one .slick-slide img {
            height: 230px !important;
            width: 230px !important;
            max-height: unset !important;
            object-fit: cover;
        }

        #photogallery_one .slick-slide {
            margin-right: 30px !important;
        }

        #photogallery_one .slick-dotted.slick-slider {
            margin-bottom: 2px !important;
        }

    /*:::::::::::::::::::::::::
 * Infoスライダー
 *::::::::::::::::::::::::*/
    #banSlide_event {
        width: 100%;
        margin: 0 auto;
        border-radius: 5px;
        padding-top: 20px;
    }

    @media screen and (min-width:1025px) {
        #banSlide_event #ban_slide_set_event li img {
        }
    }
    /* タブレチE��用 */
    @media screen and (max-width:1024px) {
        #banSlide_event #ban_slide_set_event li img {
            width: 100%;
            margin: 0px;
        }
    }
    /* スマ�E用 */
    @media screen and (max-width:767px) {
        #banSlide_event #ban_slide_set_event li img {
            width: 100%;
            margin: 0px;
        }
    }

    @media screen and (max-width:380px) {
        #banSlide_event #ban_slide_set_event li img {
            width: 100%;
            margin: 0px;
            height: auto;
        }
    }

    /* Infoスライダーの画僁E*/
    #ban_slide_set_event img {
        margin: 0px auto;
        width: 320px !important;
        height: 240px;
        object-fit: cover;
        object-position: top;
    }

    #banSlide_event #ban_slide_set_event li {
        margin: 0px 15px;
        box-shadow: 0px 3px 10px rgba(15, 115, 183, 0.3);
        border-radius: 5px;
        padding: 0px 0px 10px 0px;
        height: 365px;
    }

    #ban_slide_set_event article slick-slide slick-cloned slick-active {
        max-height: 350px;
    }
    /* スライダーの前�E次ボタンの位置 */
    #ban_slide_set_event .slick-prev,
    #ban_slide_set_event .slick-next {
        top: 95px !important;
    }
    /* 更新日 */
    #ban_slide_set_event .kiji_koushinDay {
        margin: 15px 0px 0px 25px;
        font-size: 0.9rem;
        width: 280px;
    }
    /* タイトル */
    #ban_slide_set_event .kiji_title {
        margin: 0px auto;
        font-size: 1rem;
        font-weight: bold;
        width: 280px;
        padding: 10px 0px;
        overflow: hidden;
    }

    #ban_slide_set_event .slick-list {
        overflow: hidden;
    }

    /* 概要文 */
    #ban_slide_set_event .kiji_gaiyou {
        margin: 15px 0px 10px 45px;
        font-size: 0.9rem;
        width: 280px;
    }

    #ban_slide_set_event .slick-dotted.slick-slider {
        padding-left: 38px !important;
        padding-right: 38px !important;
        margin-bottom: 2px !important;
    }

    #ban_slide_set_event .slick-prev {
        width: 50px;
        height: 50px;
        left: 0;
        position: absolute;
        z-index: 9;
    }

        #ban_slide_set_event .slick-prev:before {
            color: #000;
            content: '';
            width: 30px;
            height: 30px;
            background: #495057;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -15px;
            opacity: 0.4;
        }

        #ban_slide_set_event .slick-prev:after {
            content: '';
            width: 0;
            height: 0;
            border: solid 5px transparent;
            border-right: solid 8px #ffffff;
            position: absolute;
            top: 50%;
            left: 5px;
            margin-top: -6px;
        }

    #ban_slide_set_event .slick-next {
        width: 50px;
        height: 50px;
        right: 0;
        position: absolute;
        z-index: 9;
    }

        #ban_slide_set_event .slick-next:before {
            color: #000;
            content: '';
            width: 30px;
            height: 30px;
            background: #495057;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -15px;
            opacity: 0.4;
        }

        #ban_slide_set_event .slick-next:after {
            content: '';
            width: 0;
            height: 0;
            border: solid 5px transparent;
            border-left: solid 8px #ffffff;
            position: absolute;
            top: 50%;
            right: 5px;
            margin-top: -6px;
        }


    /*:::::::::::::::::::::::::
 * スライダーボタン
 *::::::::::::::::::::::::*/
    .slick-prev {
        left: 10px !important;
    }

    .slick-next {
        right: 10px !important;
    }
    /*:::::::::::::::::::::::::
 * インタケージ
 *::::::::::::::::::::::::*/
    .slick-dots {
        display: none !important;
    }
    /*:::::::::::::::::::::::::
 * スライダーの再生・停止ボタン
 *::::::::::::::::::::::::*/
    .slick_toggle_wrap {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        position: relative;
        height: 20px
    }

        .slick_toggle_wrap span {
            position: absolute;
            right: 15px;
            bottom: 0px;
            border: solid 1px;
            border-radius: 2px;
            padding: 0px 1px 1px 1px;
            width: 60px;
            height: 20px
        }

    .slick_toggle {
        width: 20px;
        font-size: 0.75rem;
        padding: 1px;
        border: none;
        text-align: center;
        vertical-align: middle;
        display: inline;
        cursor: pointer;
        cursor: hand;
    }

    .slick_toggl .stop {
        display: block;
        width: 20px;
        z-index: 10;
    }

    .slick_toggle .play {
        display: none;
        width: 0px;
        z-index: 0;
    }

    .slick_toggle.paused .stop {
        display: none !important;
        width: 0px !important;
        z-index: 0 !important;
    }

    .slick_toggle.paused .play {
        display: block !important;
        width: 60px !important;
        z-index: 10 !important;
    }


    /*:::::::::::::::::::::::::
 * スクロール&フェードイン
 *::::::::::::::::::::::::*/
    .fadein {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        transition: opacity 800ms ease, transform 800ms ease;
    }

    .fadein--left { transform: translate3d(-50px, 0, 0); }
    .fadein--right { transform: translate3d(50px, 0, 0); }
    .fadein--up { transform: translate3d(0, 50px, 0); }

    .fadein.scrollin {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    @media (prefers-reduced-motion: reduce) {
        .fadein {
            opacity: 1;
            transform: none;
            transition: none;
        }
    }

    /* お天気情報 start */
    #wthHiduke {
        text-align: center;
        font-size: 1rem;
    }

    #contentsWth {
        width: 100%;
        font-size: 0.9rem;
    }

    .wrapWth {
        float: left;
        text-align: center;
        margin: 10px auto;
        height: 80px;
        border: 0px none;
        padding: 0px 5px;
        /*
    width : 44% ;
    width : -webkit-calc(50% - 10px);
    width : calc(50% - 10px);
    */
        width: 14%;
        width: -webkit-calc(14.2% - 10px);
        width: calc(14.2% - 10px);
    }

        .wrapWth .wth span {
            margin-right: 5px;
            font-size: 0.8rem;
        }

    #contentsWth .title {
        font-size: 0.9rem;
    }

    #contentsWth .maxtemp {
        font-size: 0.9rem;
    }

    #contentsWth .mintemp {
        font-size: 0.9rem;
    }
    /* お天気情報 end */

    /* 休日カレンダー枠 */
    .holiday_cal {
        max-width: 400px;
        width: 100%;
        margin: 0px auto;
    }
        /* 休日カレンダー */
        .holiday_cal .cal_disp_title {
            width: 90% !important;
            margin: 0px auto;
        }

        .holiday_cal .cal_disp {
            width: 90% !important;
            margin: 0px auto 5px auto;
        }


    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #test {
        /*設置する親要素ペ�Eジ全体ならbodyなど*/
        position: relative;
        height: 100vh;
        margin: 0;
        padding: 0;
    }

    .testcontents {
        /*サンプルはfixedの確認�Eためにheight持E��してぁE��す、E/
        height: 1000px;
    }

    .cp_snslink06 {
        position: fixed;
        top: 50%;
        left: 0;
        display: block;
        overflow: hidden;
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .cp_snslink06 .cp_link_list {
            -webkit-transform: translateX(-275px);
            transform: translateX(-275px);
            list-style-type: none;
        }

        .cp_snslink06 .cp_link a {
            text-decoration: none;
            color: #009688;
        }

        .cp_snslink06 .cp_link:hover a {
            color: #ffffff;
        }

        .cp_snslink06 .cp_link {
            display: block;
            width: 300px;
            margin: 5px;
            padding: 10px;
            -webkit-transition: all 1s;
            transition: all 1s;
            text-align: right;
            -webkit-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;
            background: #80cbc4;
        }

            .cp_snslink06 .cp_link:hover {
                -webkit-transform: translate(110px, 0);
                transform: translate(110px, 0);
                background: #009688;
            }

            .cp_snslink06 .cp_link i {
                font-size: 1.25rem;
                width: 40px;
                height: 40px;
                margin-left: 10px;
                padding: 10px;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                color: #ffffff;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #009688;
            }

            .cp_snslink06 .cp_link:hover i {
                -webkit-transition: all 1s;
                transition: all 1s;
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
                color: #009688;
                background: #80cbc4;
            }

    #jyuuyou_Area {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        #jyuuyou_Area .titleimg {
            padding: 0px 15px 0px 0px;
        }

    
        .jyuuyou_info ul li {
            padding: 5px 0px;
        }


    /* ガントチャートカレンダー start*/
    .calendar_Area .fullCalendarArea {
        padding: 0px 18px;
    }

    .calendar_Area .fullCalendarArea {
        margin-top: -40px;
        /*padding:0px 12px;*/
    }

    #FullCalendar div.fc-day-grid-container {
        height: auto !important;
        /*overflow-y:scroll;*/
        /*-webkit-overflow-scrolling: touch;*/
        /*overflow-x:hidden;*/
        min-height: 400px;
    }

    #FullCalendar .fc-basic-view .fc-body .fc-row {
        min-height: 400px;
        height: auto !important;
    }

    #FullCalendar div.fc-day-grid-container::-webkit-scrollbar {
        display: block;
    }

    #FullCalendar div.fc-day-grid-container::-webkit-scrollbar {
        width: 15px;
    }

    #FullCalendar div.fc-day-grid-container::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    #FullCalendar div.fc-day-grid-container::-webkit-scrollbar-thumb {
        background: #c1c1c1;
    }

    #FullCalendar .fc-day {
        border-bottom: none;
    }

    /*#FullCalendar div.fc-widget-header{
    padding-right:15px;
    background-color: #DDD;
}*/

    #FullCalendar .fc-body {
        background-color: #FFF;
    }

    /*#FullCalendar .fc-view-container{
    padding:0px 30px;
}*/

    #FullCalendar .fc-prev-button {
        /*position: absolute;
    top: 0px;
    left: 9px;*/
        width: 34px;
        height: 34px;
        /*z-index: 100;*/
        background: rgba(45, 43, 43, 0.8);
        border: none;
        /*opacity: 0.8;*/
        border-radius: 50%;
    }

        #FullCalendar .fc-prev-button span {
            color: #FFFFFF;
        }

    #FullCalendar .fc-icon-left-single-arrow:after {
        left: -25%;
    }

    #FullCalendar .fc-next-button {
        /*position: absolute;
    top: 0px;
    right: 9px;*/
        width: 34px;
        height: 34px;
        /*z-index: 100;*/
        background: rgba(45, 43, 43, 0.8);
        border: none;
        /*opacity: 0.8;*/
        border-radius: 50%;
    }

        #FullCalendar .fc-next-button span {
            color: #FFFFFF;
            margin: 0px -0.2em;
        }

    #FullCalendar .fc-icon-right-single-arrow:after {
        right: -5%;
    }

    /*#FullCalendar .fc-state-default.fc-corner-right,
#FullCalendar .fc-state-default.fc-corner-left{
    border-radius:4px;
}*/

    #FullCalendar .fc-today-button {
        position: absolute;
        top: 1px;
        left: -70px;
        border-radius: 4px;
    }

    #FullCalendar .kiji-info-kikan {
        font-size: 0.85rem;
    }

    .calendarIchiran {
        font-size: 1rem;
        padding: 3px;
        margin: 40px auto 0px;
        text-align: center;
        width: 180px;
    }

    @media all and (-ms-high-contrast: none) {
        /*IE10以丁E/
        #FullCalendar .fc-day-header {
            padding-top: 10px;
        }

        /*#FullCalendar div.fc-widget-header{
    padding-right:17px;
  }*/
    }


    @media screen and (max-width:767px) {
        /* スマ�Eトフォン用のスタイル記述 */

        #FullCalendar .fc-today-button {
            left: 57px;
        }

        #FullCalendar .fc-center {
            position: inherit;
        }
    }

    @media screen and (max-width: 636px) {

        /*.cont_item5 span:after {
        display: none;
    }*/
    }

    /*ガントチャートカレンダー end*/

    /* スライドビューワのnext・prevボタンを表示する場吁E*/
    /*
.layouttype7 .bx-wrapper .bx-controls-direction a {
    top: auto !important;
    padding: 2px 17px !important;
    bottom: 38% !important;
}
    .layouttype7 .bx-wrapper .bx-controls-direction a.bx-prev:hover {
        position: absolute !important;
        top: auto !important;
        right: auto !important;
        left: 10px !important;
    }
    .layouttype7 .bx-wrapper .bx-controls-direction a.bx-next:hover {
        position: absolute !important;
        top: auto !important;
        left: auto !important;
        right: 10px !important;
    }

.layouttype7 .bx-wrapper .bx-controls-direction .bx-prev {
    display: block !important;
    left: 10px !important;
    background: url(../images/bxslider/controls.png) no-repeat 0 -32px !important;
    z-index: 99 !important;
}
.layouttype7 .bx-wrapper .bx-controls-direction .bx-next {
    display: block !important;
    right: 10px !important;
    background: url(../images/bxslider/controls.png) no-repeat -43px -32px !important;
    z-index: 99 !important;
}
*/



    /* 刁E���E記事一覧�E�新着マ�EクおよびポップアチE�E表示付き�E�Estart */

    /* 記事一覧 */
    .oshirase_list {
        max-width: 1100px;
        margin: 0px auto 0px;
        padding: 20px 0px;
    }

        .oshirase_list .ttl {
            float: left;
            padding: 0px 15px;
            width: 76%;
        }

        .oshirase_list .newdspmark {
            margin-right: 4px;
            background-color: #ff0000;
            color: #ffffff;
            font-size: 0.7rem;
            padding: 4px 6px;
        }

            .oshirase_list .newdspmark img {
                margin-right: 3px;
            }

    /* ポップアチE�E表示 */
    .popupfloat {
        width: 270px;
        position: fixed;
        right: 15vw;
        bottom: 15vh;
        z-index: 99999;
        cursor: pointer;
        cursor: hand;
    }

        .popupfloat .wrap {
            width: 100%;
            padding: 8px 10px;
            background-color: #ffffff;
            border: solid 2px #1d92c4;
            border-radius: 5px;
            box-shadow: 1px 1px 3px #666;
            text-align: center;
            margin: 0 auto;
            display: flex;
            /* 上下左右で中央 */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .popupfloat .wrap .content {
                width: 100%;
                max-height: 15vh;
                display: block;
                overflow-y: auto;
                color: #1d92c4;
                font-size: 0.9rem;
            }

    /* 刁E���E記事一覧�E�新着マ�EクおよびポップアチE�E表示付き�E�Eend */


    /*** 背景動画 start ***/
    .movie_bg {
        background-color: #f8f6ee;
        background: url("../images/top1/bg_movie.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* mainvisualを要E��のぞき突E/
    .wrapper_mainvisual {
        aspect-ratio: 16/9 !important;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        /* wrapper以上�E大きさは非表示にする*/
        overflow: hidden;
        position: relative;
    }

    /* 動画の領域*/
    #mainvisual {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        z-index: 2;
        position: relative;
        overflow: hidden;
        /* 動画の領域*/
        margin-top: -24%;
    }

    /* mainvisual冁E��100%表示*/
    iframe#iframe_bgmv {
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto !important;
    }

    #mainvisual:before {
        content: "";
        display: block;
        /* ☁E��示領域の微調整*/
        padding-top: 104.2% !important;
    }

    #menuBg {
        position: absolute;
        width: 100%;
        /* 背景動画のコントロールボタン位置調整 */
        bottom: 23.5%;
    }

    /* 背景動画のコントロールボタンを左へ*/
    div#controlArea {
        position: relative;
        z-index: 999;
        text-align: left;
    }

        div#controlArea a {
            /*color: #333333;*/
            color: #ffffff;
        }

            div#controlArea a.active {
                display: none;
            }

        div#controlArea svg {
            width: 30px;
            margin: 2px 15px 2px 15px;
        }

    /*youtube動画エリア*/
    #mainvisual iframe {
        border-radius: 20px;
    }

    .youtube_area {
        margin-bottom: 70px;
    }

        .youtube_area .cont_title img {
            margin-bottom: 20px;
        }

        /*iframe {
    border-radius: 20px;
}*/

        .youtube_area .Ichiran {
            width: 250px !important;
        }
    /*** 背景動画 end ***/


    figure {
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        border-radius: 5px;
    }

        figure::before {
            position: absolute;
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

        figure:hover::before {
            -webkit-animation: shine .75s;
            animation: shine .75s;
        }

    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }

    @keyframes shine {
        100% {
            left: 125%;
        }
    }

    @media screen and (min-width:768px) {

        /*L-Alert冁E��表示用 start */
        #pcx_detail, .pcx_detail {
            width: 100%;
            border: 1px solid #F5D6D6;
        }

            #pcx_detail th, #pcx_detail td, .pcx_detail th, .pcx_detail td {
                padding: 6px;
            }

            #pcx_detail th, .pcx_detail th {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
                width: 15%;
                text-align: center;
            }

            #pcx_detail td, .pcx_detail td {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
                width: 85%;
            }

        .evacuation_bold {
            font-weight: bold;
        }
        /*L-Alert冁E��表示用 end */

        /* L-Alert冁E��表示用 ver2.1 避難惁E�� start */
        #pcx_evacuation, .pcx_evacuation {
            width: 100%;
            border: 1px solid #F5D6D6;
        }

            #pcx_evacuation th, #pcx_evacuation td, .pcx_evacuation th, .pcx_evacuation td {
                padding: 6px;
            }

            #pcx_evacuation th, .pcx_evacuation th {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
                width: 20%;
                text-align: center;
            }

            #pcx_evacuation td, .pcx_evacuation td {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
                width: 40%;
            }
        /* L-Alert冁E��表示用 ver2.1 避難惁E�� end */
    }

    @media screen and (max-width:767px) {

        /* L-Alert冁E��表示用 start */
        #pcx_detail, .pcx_detail {
            width: 100%;
            border: 1px solid #F5D6D6;
        }

            #pcx_detail th, #pcx_detail td, .pcx_detail th, .pcx_detail td {
                padding: 6px;
            }

            #pcx_detail th, .pcx_detail th {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
            }

            #pcx_detail td, .pcx_detail td {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
            }

        .evacuation_bold {
            font-weight: bold;
        }
        /* L-Alert冁E��表示用 end */


        /* L-Alert冁E��表示用 ver2.1 避難惁E�� start */
        #pcx_evacuation, .pcx_evacuation {
            width: 100%;
            border: 1px solid #F5D6D6;
        }

            #pcx_evacuation th, #pcx_evacuation td, .pcx_evacuation th, .pcx_evacuation td {
                padding: 6px;
            }

            #pcx_evacuation th, .pcx_evacuation th {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
            }

            #pcx_evacuation td, .pcx_evacuation td {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
            }

            #pcx_evacuation tr:first-child td, .pcx_evacuation tr:first-child td {
                border-top: none;
            }
        /* L-Alert冁E��表示用 ver2.1 避難惁E�� end */
    }

    /*:::::::::::::::::::::::::
 * webフォントカラー
 *::::::::::::::::::::::::*/
    .my-green {
        color: #65ab31;
    }

    .my-white {
        color: #ffffff;
    }

    .my-pink {
        color: #CB1187;
    }

    .my-red {
        color: #980C0C;
    }

    .my-blue {
        color: #075B92;
    }

    .my-skyblue {
        color: #5DB1D5;
    }

    /* トップ�Eージのメインスライダーは共通Swiperの外�E余白を使用しなぁE*/
    body .swiperArea {
        margin: 0 !important;
    }

    body .swiperArea::after {
        position: absolute;
        z-index: 4;
        right: 0;
        bottom: -1px;
        left: 0;
        height: min(10.83vw, 148px);
        background: url('../images/top1/slide-bottom-curve.svg') center bottom / 100% 100% no-repeat;
        content: '';
        pointer-events: none;
        transform: scaleY(-1);
    }

/* Kumamoto EMF: important notices and topics */
.kumamoto-topics-section {
    position: relative;
    z-index: 2;
    overflow: visible;
    padding: 40px 0 0;
    margin-bottom: -20px;
    background: var(--background-color, linear-gradient(90deg, #C3F2FE 0%, #DBF8F5 51%, #F3FEEB 100%));
}

.kumamoto-topics-section::before,
.kumamoto-topics-section::after {
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    display: block;
    pointer-events: none;
    content: '';
    background-repeat: repeat-x;
}

.kumamoto-topics-section::before {
    top: 0;
    height: 126px;
    background-image: url('../images/top1/grad-top.png');
    background-position: left top;
}

.kumamoto-topics-section::after {
    bottom: 0;
    height: 104px;
    background-image: url('../images/top1/grad-bottom.png');
    background-position: left bottom;
}

.kumamoto-topics-section > .topics-area {
    position: relative;
    z-index: 1;
    padding-top: 0px;
}

.kumamoto-alert-section {
    position: relative;
    z-index: 3;
    isolation: isolate;
    padding: 40px 0 60px;
    background: var(--background-color, #fff);
}

.kumamoto-alert-section::before {
    position: absolute;
    z-index: 0;
    top: 5px;
    left: max(0px, calc((100% - 1366px) / 2));
    width: 265px;
    height: 279px;
    background: url('../images/top1/circle-left.png') left top / 265px 279px no-repeat;
    content: '';
    pointer-events: none;
}

.kumamoto-alert-section #top_alert_area {
    width: min(1100px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0;
}

.kumamoto-alert-section #top_kinkyu_area,
.kumamoto-alert-section #top_jyuuyou_area {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 5.6px;
    background: var(--background-color, #fff);
    box-shadow: 0 4px 12px rgba(0, 91, 115, .12);
}

.kumamoto-alert-section #top_kinkyu_area:not(:has(.kinkyu_area_wrap)) {
    display: none;
}

.kumamoto-alert-section #top_kinkyu_area + #top_jyuuyou_area {
    margin-top: 16px;
}

.kumamoto-alert-section .kinkyu_area_wrap,
.kumamoto-alert-section .jyuuyou_area {
    display: flex;
    align-items: center;
    min-height: 88px;
    padding: 16px 24px;
}

.kumamoto-alert-section #top_kinkyu_area .cont_title,
.kumamoto-alert-section #top_jyuuyou_area .cont_title {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: 0 32px 0 0;
    border-radius: 0;
    background: transparent;
    color: var(--text-color, #d94a3e);
}

.kumamoto-alert-section #top_kinkyu_area .cont_title h3,
.kumamoto-alert-section #top_jyuuyou_area .cont_title h3 {
    display: flex;
    align-items: center;
    gap: 8.8px;
    margin: 0;
    color: var(--text-color, #d94a3e);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.45;
}

.kumamoto-alert-section #top_kinkyu_area .cont_title h3::before,
.kumamoto-alert-section #top_jyuuyou_area .cont_title h3::before {
    content: '▲';
    font-size: 1.25rem;
}

.kumamoto-alert-section #top_jyuuyou_area .cont_title span {
    position: static;
    padding: 0;
}

.kumamoto-alert-section .kinkyuTxt,
.kumamoto-alert-section .jyuuyou_info,
.kumamoto-alert-section .jyuuyou_info ul {
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.kumamoto-alert-section .kinkyuTxt li,
.kumamoto-alert-section .jyuuyou_info li {
    margin: 0;
    padding: 0;
}

.kumamoto-alert-section .koshin,
.kumamoto-alert-section .koushinDay {
    display: inline-block;
    margin: 0 20px 0 0;
    color: var(--text-color, #6b7880);
    font-size: .875rem;
}

.kumamoto-alert-section .k_naiyo,
.kumamoto-alert-section .newTtl {
    display: inline;
    color: var(--text-color, #20343b);
    font-size: 1rem;
    line-height: 1.7;
}

.kumamoto-alert-section #jyuuyou_nodata {
    margin: 0;
    color: var(--text-color, #52656c);
    padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.kumamoto-topics-section .topics-area,
.kumamoto-topics-section .topics_bg {
    position: relative;
    width: 100%;
    margin: 0;
    background: transparent;
}


.kumamoto-topics-section .topics_bg::after {
    position: absolute;
    z-index: 0;
    right: -29px;
    bottom: 0;
    display: block;
    width: 334px;
    height: 381px;
    background: url('../images/top1/circle-right.png') right bottom / contain no-repeat;
    content: '';
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .kumamoto-topics-section .topics_bg::after {
        right: -79px;
        bottom: -4.5rem;
        width: 167px;
        height: 191px;
    }
}

.kumamoto-topics-section .topics-area .info-title {
    width: min(1100px, calc(100% - 32px));
    max-width: none;
    margin: 0 auto 26.4px;
}

.kumamoto-topics-section .topics-area .info-title h2 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: fit-content;
    align-items: flex-end;
    gap: 8px;
    height: 86px;
    margin: 0 0 0 auto;
    right: -110px;
    bottom: 30px;
    white-space: nowrap;
}

@media screen and (max-width: 1480px) {
    .kumamoto-topics-section .topics-area .info-title h2 { right: 0; }
}

/* 1200px前後では見出しをコンテンツ領域の右端から50px内側へ寄せる。 */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .kumamoto-topics-section .topics-area .info-title h2 { right: 50px; }
}

.kumamoto-topics-section .topics-area .info-title h2 img {
    display: block;
    flex: 0 0 auto;
}

.kumamoto-topics-section .topics-area .info-title .topics-title-ja {
    width: 152px;
    height: 30px;
    position: relative;
  top: -34px;
}

.kumamoto-topics-section .topics-area .info-title .topics-title-en {
    width: 249px;
    height: 86px;
}

@media screen and (max-width: 767px) {
    .kumamoto-topics-section .topics-area .info-title h2 {
        flex-direction: column-reverse;
        align-items: center;
        gap: 24px;
        height: auto;
        right: 0;
        bottom: -2px;
    }

    .kumamoto-topics-section .topics-area .info-title .topics-title-ja {
        width: 115px;
        height: auto;
    }

    .kumamoto-topics-section .topics-area .info-title .topics-title-en {
        width: 176px;
        height: auto;
        position: relative;
        top: -18px;
    }
}

.kumamoto-topics-section #banSlide,
.kumamoto-topics-section #ban_slide_set {
    position: relative;
    z-index: 1;
    max-width:1100px;
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.kumamoto-topics-section #ban_slide_set > ul {
    margin: 0;
    padding: 0 52px;
}

.kumamoto-topics-section #ban_slide_set .slick-slide {
    box-sizing: border-box;
    margin: 0 10px;
}

.kumamoto-topics-section #banSlide #ban_slide_set li.article {
    box-sizing: border-box;
    height: 356px;
    margin: 0 0 16px;
    padding: 0 0 14.4px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--background-color, #fff);
    box-shadow: 0 3.2px 12px rgba(0, 91, 115, .16);
}

.kumamoto-topics-section #ban_slide_set li.article img {
    display: block;
    width: 100% !important;
    height: 211px;
    margin: 0;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.kumamoto-topics-section #ban_slide_set .kiji_koushinDay {
    width: auto;
    margin: 12px 16px 5.6px;
    padding: 0;
    color: #647980;
    font-size: .8125rem;
    line-height: 1.2;
    text-align: left;
}

.kumamoto-topics-section #ban_slide_set .kiji_title {
    width: auto;
    height: 3.5em;
    margin: 0 16px;
    padding: 0;
    overflow: hidden;
    color: #173e4b;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.75;
}

.kumamoto-topics-section #ban_slide_set .slick-prev,
.kumamoto-topics-section #ban_slide_set .slick-next {
    top: 42% !important;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}

.kumamoto-topics-section #ban_slide_set .slick-prev { left: 0; }
.kumamoto-topics-section #ban_slide_set .slick-next { right: 0; }

.kumamoto-topics-section #ban_slide_set .slick-prev::before,
.kumamoto-topics-section #ban_slide_set .slick-next::before {
    display: block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--background-color, #0099c2) !important;
    background-image: none !important;
    color: transparent !important;
    font-size: 0;
    opacity: 1;
}

.kumamoto-topics-section #ban_slide_set .slick-prev::before { content: ''; }
.kumamoto-topics-section #ban_slide_set .slick-next::before { content: ''; }

.kumamoto-topics-section #ban_slide_set .slick-prev::after,
.kumamoto-topics-section #ban_slide_set .slick-next::after {
    position: absolute;
    top: 11.2px;
    left: 11.2px;
    width: 18px;
    height: 18px;
    border: 0 !important;
    content: '';
    background: var(--background-color, #fff);
    -webkit-mask: url('../images/top1/footer/footer-link-arrow.svg') center / contain no-repeat;
    mask: url('../images/top1/footer/footer-link-arrow.svg') center / contain no-repeat;
}

.kumamoto-topics-section #ban_slide_set .slick-prev::after { transform: rotate(180deg); }

.kumamoto-topics-section #ban_slide_set .slick-dots {
    position: static !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: auto !important;
    height: 16px !important;
    margin: 16px 0 0;
    padding: 0 !important;
}

.kumamoto-topics-section #ban_slide_set .slick-dots li {
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 3.2px !important;
    padding: 0;
    border-radius: 50%;
    background: #bde4ed !important;
    box-shadow: none !important;
}

.kumamoto-topics-section #ban_slide_set .slick-dots li button {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
.kumamoto-topics-section #ban_slide_set .slick-dots li button::before { display: none !important; }
.kumamoto-topics-section #ban_slide_set .slick-dots li.slick-active {
    width: 24px !important;
    border-radius: 16px;
    background: var(--background-color, #0099c2) !important;
}

.kumamoto-topics-section .slick_toggle_wrap {
    position: absolute;
    right: 52px !important;
    bottom: -2.560px;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.kumamoto-topics-section .slick_toggle {
    display: grid !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center;
    border: 1px solid var(--text-color, #0099c2) !important;
    border-radius: 50% !important;
    background: var(--background-color, #fff) !important;
    color: var(--text-color, #0099c2) !important;
    font-size: 0 !important;
    cursor: pointer;
}

.kumamoto-topics-section .slick_toggle span {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

.kumamoto-topics-section .slick_toggle .stop,
.kumamoto-topics-section .slick_toggle.paused .play { display: block !important; }
.kumamoto-topics-section .slick_toggle .play,
.kumamoto-topics-section .slick_toggle.paused .stop { display: none !important; }
.kumamoto-topics-section .slick_toggle .stop::before { content: 'Ⅱ'; font-size: .95rem; font-weight: 700; }
.kumamoto-topics-section .slick_toggle .play::before { content: '▶'; font-size: .75rem; }

.kumamoto-topics-section .mottomirubutton {
    width: 168px;
    margin: 52px auto 0;
    padding: 0;
    border-radius: 32px;
    background: var(--background-color, #0099c2);
    text-align: center;
}

.kumamoto-topics-section .mottomirubutton a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6px;
    padding: 12px 24px;
    color: var(--text-color, #fff);
    font-weight: 700;
    text-decoration: none;
}

.kumamoto-topics-section .mottomirubutton .more-link-arrow {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}
.kumamoto-topics-section .mottomirubutton:hover { background: var(--background-color, #007d9e); }

/* トピチE��ス記事スライダー�E�root5の既存仕槁E*/
.kumamoto-topics-section #ban_slide_set > ul {
    padding: 0;
}

.kumamoto-topics-section #ban_slide_set .slick-slide {
    margin: 0 14px;
}

.kumamoto-topics-section #banSlide #ban_slide_set li.article {
    width: 240px;
    height: 360px;
    margin: 0 0 10px;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.kumamoto-topics-section #ban_slide_set li.article img {
    width: 240px !important;
    height: 240px;
    border-radius: 10px 10px 0 0;
}

.kumamoto-topics-section #ban_slide_set .kiji_koushinDay {
    width: 200px;
    margin: 0;
    padding: 10px 0 0;
    font-size: 0.9rem;
    text-align: right;
}

.kumamoto-topics-section #ban_slide_set .kiji_title {
    width: 240px;
    height: 79px;
    margin: 0 auto;
    padding: 10px;
    overflow: auto;
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
}

.kumamoto-topics-section #ban_slide_set .slick-prev,
.kumamoto-topics-section #ban_slide_set .slick-next {
    top: 160px !important;
    width: 50px;
    height: 50px;
    transform: none;
}

.kumamoto-topics-section #ban_slide_set .slick-prev::before,
.kumamoto-topics-section #ban_slide_set .slick-next::before {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
    background-color: transparent !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: .4;
}

.kumamoto-topics-section #ban_slide_set .slick-prev::before {
    left: 0;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    background-image: url('../images/top1/topics/slider-arrow-prev.svg') !important;
    opacity: 1;
}

.kumamoto-topics-section #ban_slide_set .slick-next::before {
    right: 0;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    background-image: url('../images/top1/topics/slider-arrow-next.svg') !important;
    opacity: 1;
}

.kumamoto-topics-section #ban_slide_set .slick-prev::after,
.kumamoto-topics-section #ban_slide_set .slick-next::after {
    display: none;
}

/* Figmaの矢印アセチE��をSlickの実�Eタンとして表示する */
.kumamoto-topics-section #ban_slide_set button.slick-prev,
.kumamoto-topics-section #ban_slide_set button.slick-next {
    display: block !important;
    position: absolute;
    z-index: 20;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.kumamoto-topics-section #ban_slide_set button.slick-prev { left: -30px !important; }
.kumamoto-topics-section #ban_slide_set button.slick-next { right: -30px !important; }

.kumamoto-topics-section #ban_slide_set button.slick-prev::before,
.kumamoto-topics-section #ban_slide_set button.slick-next::before { display: none; }

.kumamoto-topics-section #ban_slide_set button.slick-prev img,
.kumamoto-topics-section #ban_slide_set button.slick-next img {
    display: block;
    width: 35px !important;
    height: 35px;
    margin: 0;
}

/* Figmaでは同一の左向きアイコンが�E置されてぁE��ため、右側だけ反転して外向きにする、E*/
.kumamoto-topics-section #ban_slide_set button.slick-next img {
    transform: rotate(180deg);
}

.kumamoto-topics-section #ban_slide_set .slick-dots {
    position: absolute !important;
    bottom: -40px;
    left: 0;
    display: block !important;
    width: 100% !important;
    height: 33px !important;
    margin: 0;
    padding: 0;
}

.kumamoto-topics-section #ban_slide_set .slick-dots li {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 5px !important;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
}

.kumamoto-topics-section #ban_slide_set .slick-dots li button {
    width: 20px !important;
    height: 20px !important;
    padding: 5px !important;
    background: transparent !important;
}

.kumamoto-topics-section #ban_slide_set .slick-dots li button::before {
    display: block !important;
    width: 20px;
    height: 20px;
    color: #000;
    content: '•';
    font-family: 'slick';
    font-size: 0.625rem;
    line-height: 20px;
    opacity: .28;
}

.kumamoto-topics-section #ban_slide_set .slick-dots li.slick-active {
    width: 20px !important;
    border-radius: 0;
    background: transparent !important;
}

.kumamoto-topics-section #ban_slide_set .slick-dots li.slick-active button::before {
    color: #d77619;
    opacity: .98;
}

.kumamoto-topics-section .slick_toggle_wrap {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 20px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.kumamoto-topics-section .slick_toggle {
    display: inline !important;
    width: 20px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 1px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: 0.75rem !important;
    text-align: center;
}

.kumamoto-topics-section .slick_toggle span {
    position: absolute !important;
    right: 15px !important;
    bottom: 0 !important;
    width: 60px !important;
    height: 20px !important;
    padding: 0 1px 1px !important;
    border: 1px solid !important;
    border-radius: 2px !important;
    font-size: 0.75rem !important;
    line-height: normal !important;
}

.kumamoto-topics-section .slick_toggle .stop { display: block !important; }
.kumamoto-topics-section .slick_toggle .play { display: none !important; }
.kumamoto-topics-section .slick_toggle.paused .stop { display: none !important; }
.kumamoto-topics-section .slick_toggle.paused .play { display: block !important; }
.kumamoto-topics-section .slick_toggle .stop::before,
.kumamoto-topics-section .slick_toggle .play::before { content: none; }

.kumamoto-topics-section .mottomirubutton {
    width: 160px;
    margin: 10px auto;
    padding: 5px;
    border: 3px solid #fec082;
    border-radius: 50px;
    background-color: #fff;
    background-image: url('../images/index/icon_btn_arrow.png');
    background-position: 123px 14px;
    background-repeat: no-repeat;
    background-size: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
    transition-duration: .2s;
}

.kumamoto-topics-section .mottomirubutton a {
    display: block;
    padding: 0;
    color: #402306;
    font-weight: 500;
}

.kumamoto-topics-section .mottomirubutton p {
    margin: 0;
    text-align: center;
}

.kumamoto-topics-section .mottomirubutton .more-link-arrow { display: none; }
.kumamoto-topics-section .mottomirubutton:hover {
    background-color: #fff;
    background-image: url('../images/index/icon_btn_arrow.png');
    background-position: 130px 14px;
}

/* トピチE��ス操作部�E�Figma仕槁E*/
.kumamoto-topics-section .slick_toggle {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 15px !important;
    bottom: auto !important;
    left: auto !important;
    width: 75px !important;
    height: 23px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    border: 1px solid var(--text-color, #0099c2) !important;
    border-radius: 0 !important;
    background: var(--background-color, #fff) !important;
    font-size: 0 !important;
}

.kumamoto-topics-section .slick_toggle::after {
    content: '■STOP';
    display: block;
    padding-top: 2px;
    color: var(--text-color, #0099c2);
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: center;
}

.kumamoto-topics-section .slick_toggle.paused {
    background: var(--background-color, #fff) !important;
}

.kumamoto-topics-section .slick_toggle.paused::after {
    content: '▶START';
}

.kumamoto-topics-section #ban_slide_set .slick-dots li,
.kumamoto-topics-section #ban_slide_set .slick-dots li.slick-active {
    width: 11px !important;
    height: 11px !important;
    margin: 0 5px !important;
}

.kumamoto-topics-section #ban_slide_set .slick-dots li button::before,
.kumamoto-topics-section #ban_slide_set .slick-dots li.slick-active button::before {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #b3b3b3;
    color: transparent;
    content: '';
    opacity: 1;
}

.kumamoto-topics-section #ban_slide_set .slick-dots li.slick-active button::before {
    background: var(--background-color, #0099c2);
}

.kumamoto-topics-section #banSlide #ban_slide_set li.article {
    box-shadow: 0 5px 6px rgba(0, 169, 157, .2);
}

.kumamoto-topics-section #ban_slide_set .kiji_koushinDay {
    color: var(--text-color, #333);
    font-weight: 700;
}

.kumamoto-topics-section #ban_slide_set .kiji_title {
    color: var(--text-color, #07477c);
    font-weight: 700;
}

.kumamoto-topics-section .mottomirubutton {
    box-sizing: border-box;
    width: 154px;
    height: 42px;
    margin: 30px auto;
    padding: 0;
    border: 0;
    border-radius: 50px;
    background: var(--background-color, #0099c2);
    box-shadow: none;
}

.kumamoto-topics-section .mottomirubutton a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6px;
    height: 100%;
    padding: 0;
    color: var(--text-color, #fff);
    font-size: 1rem;
    font-weight: 700;
}

.kumamoto-topics-section .mottomirubutton p { margin: 0; }
.kumamoto-topics-section .mottomirubutton a > img {
    display: block;
    width: 11px;
    height: 11px;
    margin: 0;
}
.kumamoto-topics-section .mottomirubutton:hover { background: var(--background-color, #007d9e); }

/* おしらせ�E�新着惁E��・イベントカレンダー�E�：Figma仕槁E*/
.kumamoto-notice-section {
    padding: 156px 24px 120px !important;
    background: var(--background-color, #fff);
}

.kumamoto-notice-section .info-area__inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 !important;
}

.kumamoto-notice-section .info-area__newinfo,
.kumamoto-notice-section .info-area__koho-item {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.kumamoto-notice-section .kumamoto-notice-section__heading {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-bottom: 26px;
    border-bottom: 2px solid var(--text-color, #0084b2);
}

.kumamoto-notice-section .kumamoto-notice-section__heading h2 {
    margin: 0;
    color: var(--text-color, #0084b2);
    font-family: 'A P-OTF Soft Gothic StdN', 'A-OTF Soft Gothic StdN', sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .04em;
}

.kumamoto-notice-section .kumamoto-notice-section__heading h2 img {
    display: block;
    width: auto;
    height: 30px;
}

.kumamoto-notice-section .kumamoto-notice-section__heading h2 a {
    color: inherit;
    text-decoration: none;
}

.kumamoto-notice-section .kumamoto-notice-section__heading .rss {
    position: absolute;
    top: 24px;
    left: calc(50% + 76px);
    display: block;
    padding: 1.6px 12.8px;
    color: var(--text-color, #fff);
    background: var(--background-color, #0099c2);
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.kumamoto-notice-section #infoMain2,
.kumamoto-notice-section #infoMain3,
.kumamoto-notice-section #infoMain4 { display: none !important; }

.kumamoto-notice-section #infoMain1 {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item {
    width: 100% !important;
    height: 260px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: auto !important;
    border: 0 !important;
}

.kumamoto-notice-section #infoMain1 {
    height: auto !important;
    overflow: visible !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.kumamoto-notice-section .info-area__listinfo__list-item li {
    min-height: 63px;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--background-color, #f3f3f3);
}

.kumamoto-notice-section .info-area__listinfo__list-item li:nth-child(even) { background: var(--background-color, #fff); }

.kumamoto-notice-section .info-area__listinfo__list-item article {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 63px;
    padding: 0 12px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.kumamoto-notice-section .info-area__listinfo__list-item .koushinDay {
    flex: 0 0 108px;
    width: 108px !important;
    margin: 0 !important;
    color: var(--text-color, #000);
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25;
}

.kumamoto-notice-section .info-area__listinfo__list-item .newTtl,
.kumamoto-notice-section .info-area__listinfo__list-item .newTtlDating {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    color: var(--text-color, #07477c);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kumamoto-notice-section .info-area__listinfo__list-item a {
    color: var(--text-color, #000);
    text-decoration: none;
}

.kumamoto-notice-section .info-area__listinfo__list-item a:hover { text-decoration: underline; }

.kumamoto-notice-section .info-area__listinfo__list-item article > .newTtl a:hover,
.kumamoto-notice-section .info-area__listinfo__list-item article > .newTtlDating a:hover {
    color: var(--text-color, #c70026) !important;
}

.kumamoto-notice-section .info-area__btn_wrap {
    width: 154px;
    height: 42px;
    margin: 26px auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50px;
    background: var(--background-color, #0099c2);
}

.kumamoto-notice-section .info-area__btn_wrap .info-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.2px;
    height: 100%;
    padding: 0 !important;
    border: 0 !important;
    outline: 0;
    color: var(--text-color, #fff) !important;
    background: transparent !important;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.kumamoto-notice-section .info-area__btn_wrap .info-button,
.kumamoto-notice-section .info-area__btn_wrap .info-button::before,
.kumamoto-notice-section .info-area__btn_wrap .info-button::after {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.kumamoto-notice-section .info-area__btn_wrap .info-button img {
    display: block;
    width: 11px;
    height: 11px;
}

.kumamoto-notice-section .info-area__btn_wrap .info-button:hover { background: var(--background-color, #007d9e) !important; }

@media screen and (max-width: 767px) {
    .kumamoto-notice-section { padding: 72px 16px 64px !important; }
    .kumamoto-notice-section .info-area__inner { grid-template-columns: 1fr; gap: 56px; }
}

/* おしらせ�E�既存情報エリアの裁E��を解除してFigmaレイアウトへ固宁E*/
.kumamoto-notice-section {
    position: relative;
    min-height: 700px;
    padding-top: 64px !important;
    overflow: hidden;
}

.kumamoto-notice-section::after {
    position: absolute;
    z-index: 0;
    display: block;
    width: 143px;
    height: 143px;
    background: url('../images/top1/circle-left2.png') left bottom / 143px 143px no-repeat;
    content: '';
    pointer-events: none;
}

.kumamoto-notice-section::before { display: none; }
.kumamoto-notice-section::after { bottom: 0; left: 0; }

.kumamoto-notice-section__hero,
.kumamoto-notice-section .info-area__inner { position: relative; z-index: 1; }

.kumamoto-notice-section__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 30px;
    line-height: 1;
}

.kumamoto-notice-section__hero-en {
    display: block;
    width: 249px;
    height: 115px;
}

.kumamoto-notice-section__hero-ja {
    display: block;
    width: 132px;
    height: 66px;
    position: relative;
    top: 10px;
    left: 50px;
}

.kumamoto-notice-section .info-area__inner {
    position: relative;
    grid-template-columns: minmax(0, 530px) !important;
    justify-content: center;
    gap: 0 !important;
    margin-bottom: 50px;
}

/*
 * Slick の variableWidth をタブレット以下で解除する設定に合わせる。
 * 既存の260px固定カード指定をここで上書きし、カード途中の表示と横溢れを防ぐ。
 */
.kumamoto-notice-section .info-area__newinfo,
.kumamoto-notice-section .info-area__koho-item,
.kumamoto-notice-section #infoMain1 {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.kumamoto-notice-section .kumamoto-notice-section__heading {
    height: 70px;
    margin: 0 0 26px !important;
    padding: 0 !important;
    background: transparent !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item {
    height: 257px !important;
    border: 0 !important;
    background: transparent !important;
    scrollbar-color: #b9b9b9 #f3f3f3;
    scrollbar-width: auto;
}

.kumamoto-notice-section .info-area__listinfo__list-item::-webkit-scrollbar { width: 20px; }
.kumamoto-notice-section .info-area__listinfo__list-item::-webkit-scrollbar-track { background: #f3f3f3; }
.kumamoto-notice-section .info-area__listinfo__list-item::-webkit-scrollbar-thumb { background: #b9b9b9; }

.kumamoto-notice-section .info-area__listinfo__list-item li,
.kumamoto-notice-section .info-area__listinfo__list-item li:nth-child(even) {
    height: 63px;
    min-height: 63px;
}

.kumamoto-notice-section .info-area__listinfo__list-item article {
    gap: 20px;
    padding: 0 12px;
}

.kumamoto-notice-section .info-area__listinfo__list-item .koushinDay .yr,
.kumamoto-notice-section .info-area__listinfo__list-item .koushinDay .mh,
.kumamoto-notice-section .info-area__listinfo__list-item .koushinDay .dy {
    display: inline !important;
}

.kumamoto-notice-section .info-area__btn_wrap {
    display: block;
    width: 154px;
    height: 42px;
    margin: 24px auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50px;
    background: var(--background-color, #0099c2);
    box-shadow: 0 4.8px 5.6px rgba(0, 0, 0, .18);
}

.kumamoto-notice-section .info-area__btn_wrap .info-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    color: var(--text-color, #fff) !important;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

/* 新着情報の各部寸法 */
.kumamoto-notice-section .info-area__newinfo,
.kumamoto-notice-section #infoMain1 {
    display: flex !important;
    flex-direction: column;
    width: min(530px, 100%) !important;
}

.kumamoto-notice-section .info-area__newinfo > .kumamoto-notice-section__heading {
    flex: 0 0 70px;
}

.kumamoto-notice-section #infoMain1 > .info-area__listinfo__list-item {
    flex: 0 0 257px;
}

.kumamoto-notice-section .info-area__btn_wrap {
    flex: 0 0 42px;
}

/* 日付�E固定カラム、記事タイトルは残り幁E��折り返す、E*/
.kumamoto-notice-section .info-area__listinfo__list-item article {
    flex-wrap: nowrap !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item .koushinDay {
    display: block !important;
    flex: 0 0 108px !important;
    width: 108px !important;
    min-width: 108px !important;
    white-space: nowrap !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item .koushinDay time {
    white-space: nowrap !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item .newTtl,
.kumamoto-notice-section .info-area__listinfo__list-item .newTtlDating {
    display: -webkit-box;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.45;
    text-overflow: clip;
    white-space: normal !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item article > .clear {
    display: none;
}

/* Figma: 重要なお知らせとトピチE��スの背景・カードレイアウチE*/


.kumamoto-alert-section #top_alert_area {
    position: relative;
   
}

.kumamoto-alert-section #top_jyuuyou_area {
    overflow: visible;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: 0 4px 4px #cde3e9;
}

.kumamoto-alert-section .jyuuyou_area {
    display: flex;
    align-items: stretch;
    min-height: 82px;
    padding: 20px 36px;
}

.kumamoto-alert-section #top_jyuuyou_area .cont_title {
    display: flex;
    flex: 0 0 235px;
    align-items: center;
    margin: 0;
    color: var(--text-color, #b6000d);
}

.kumamoto-alert-section #top_jyuuyou_area .cont_title h3 {
    gap: 13px;
    color: var(--text-color, #b6000d);
    font-size: 1.375rem;
}

.kumamoto-alert-section #top_jyuuyou_area .cont_title h3::before {
    display: none;
}

.kumamoto-alert-section .important-notice__icon {
    display: block;
    width: 35px;
    height: 31px;
}


.kumamoto-alert-section #top_jyuuyou_area .jyuuyou_info ul {
    margin-left:10px;
   
}

.kumamoto-alert-section #top_jyuuyou_area .jyuuyou_info li {
    height: auto !important;
    min-height: 40px;
    list-style: none;
     margin-top: 10px;
  margin-bottom: 10px;
}

.kumamoto-alert-section #top_jyuuyou_area .jyuuyou_info article {
    height: auto !important;
    min-height: 41px;
}

.kumamoto-alert-section #top_jyuuyou_area .jyuuyou_info article {
    display: grid;
    /* 日付列は内容に必要な幅を確保し、タイトル列に残り幅を割り当てる。 */
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    column-gap: 24px;
}

.kumamoto-alert-section #top_jyuuyou_area .koushinDay,
.kumamoto-alert-section #top_jyuuyou_area .newTtl {
    display: block;
    margin: 0;
    color: var(--text-color, #07477c);
    font-weight: 700;
}

.kumamoto-alert-section #top_jyuuyou_area .koushinDay {
    font-size: 1rem;
    white-space: nowrap;
}

.kumamoto-alert-section #top_jyuuyou_area .newTtl {
    min-width: 0;
    font-size: 1.125rem;
    line-height: 1.45;
}

.kumamoto-topics-section .topics-area .info-title {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.kumamoto-topics-section #banSlide,
.kumamoto-topics-section #ban_slide_set {
    max-width: 1100px;
}

.kumamoto-topics-section #ban_slide_set .slick-slide {
    /* Figma: card 260px + card閁E0px�E�左右吁E0px�E�E*/
    width: 260px !important;
    margin: 0 20px 0 0;
}

.kumamoto-topics-section #banSlide #ban_slide_set li.article {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    width: 260px !important;
    max-width: 260px !important;
    min-width: 0;
    height: 340px;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: var(--background-color, #fff);
    background-clip: border-box;
    /* Figma: X=0 / Y=5 / Blur=6 / #00a99d 20% */
    box-shadow: 0 5px 6px rgba(0, 169, 157, .2);
}

.kumamoto-topics-section #ban_slide_set li.article img {
    flex: 0 0 221px;
    box-sizing: border-box;
    max-width: 230px;
    width: 230px !important;
    height: 221px;
    margin: 21px auto 0;
    border-radius: 0;
    object-fit: cover;
}

.kumamoto-topics-section #ban_slide_set .kiji_koushinDay {
    width: auto;
    margin: 10px 19px 0;
    padding: 0;
    color: var(--text-color, #333);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left !important;
}

.kumamoto-topics-section #ban_slide_set .kiji_title {
    width: auto;
    min-width: 0;
    height: auto;
    margin: 7px 19px 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--text-color, #07477c);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left !important;
    overflow-wrap: anywhere;
}

.kumamoto-topics-section #ban_slide_set button.slick-prev,
.kumamoto-topics-section #ban_slide_set button.slick-next {
    top: 145px !important;
    width: 35px;
    height: 35px;
}

.kumamoto-topics-section #ban_slide_set button.slick-prev { left: -50px !important; }
.kumamoto-topics-section #ban_slide_set button.slick-next { right: -50px !important; }

.kumamoto-topics-section #ban_slide_set button.slick-prev img,
.kumamoto-topics-section #ban_slide_set button.slick-next img {
    width: 35px !important;
    height: 35px;
}

@media (max-width: 767px) {
    .kumamoto-topics-section {
        padding-bottom: 56px;
    }

    .kumamoto-alert-section #top_alert_area {
        margin: 0 auto -30px;
    }

    .kumamoto-alert-section .jyuuyou_area,
    .kumamoto-alert-section #top_jyuuyou_area .jyuuyou_info article {
        display: block;
        min-height: 0;
    }

    .kumamoto-alert-section #top_jyuuyou_area .cont_title {
        display: block;
        flex: none;
    }

    .kumamoto-alert-section .jyuuyou_area {
        padding: 16px 20px;
    }

    .kumamoto-alert-section #top_jyuuyou_area .cont_title {
        margin-bottom: 10px;
    }

    .kumamoto-alert-section #top_jyuuyou_area .newTtl {
        margin-top: 4px;
        font-size: 1rem;
    }

    .kumamoto-topics-section #banSlide,
    .kumamoto-topics-section #ban_slide_set {
        width: calc(100% - 64px);
    }

    .kumamoto-topics-section #ban_slide_set button.slick-prev { left: -2.80px !important; }
    .kumamoto-topics-section #ban_slide_set button.slick-next { right: -2.80px !important; }
}

@media screen and (max-width: 767px) {
    .kumamoto-notice-section {
        min-height: 0;
        padding-top: 56px !important;
        margin-bottom: 70px;
    }
    .kumamoto-notice-section__hero { margin-bottom: 20px; }
    .kumamoto-notice-section__hero-en { width: 187px; height: 86px; }
    .kumamoto-notice-section__hero-ja { width: 99px; height: 50px; }
    .kumamoto-notice-section .info-area__inner {
        grid-template-columns: minmax(0, 1fr) !important;
        justify-items: center;
    }
    .kumamoto-notice-section .info-area__newinfo { margin-inline: auto !important; }
    .kumamoto-notice-section .info-area__inner::after { display: none; }

    .kumamoto-notice-section > .info-area__btn_wrap {
        margin: 0 auto 0 !important;
    }
}

@media (max-width: 767px) {
    .kumamoto-topics-section { padding: 24px 0 48px; }
    .kumamoto-topics-section #top_alert_area { margin-bottom: 40px; }
    .kumamoto-topics-section .kinkyu_area_wrap,
    .kumamoto-topics-section .jyuuyou_area { display: block; padding: 16px; }
    .kumamoto-topics-section #top_kinkyu_area .cont_title,
    .kumamoto-topics-section #top_jyuuyou_area .cont_title { margin: 0 0 9.6px; }
    .kumamoto-topics-section .koshin,
    .kumamoto-topics-section .koushinDay { display: block; margin-bottom: 4px; }
    .kumamoto-topics-section .topics-area .info-title small { font-size: 2.25rem; }
    .kumamoto-topics-section #ban_slide_set > ul { padding: 0; }
    .kumamoto-topics-section #ban_slide_set .slick-slide { margin: 0; }
    .kumamoto-topics-section #banSlide #ban_slide_set li.article { height: 328px; }
    .kumamoto-topics-section #ban_slide_set li.article img { height: 184px; }
    .kumamoto-topics-section .slick_toggle_wrap { right: 40px; }
}

/*
 * お知らせ一覧の旧レイアウトをこ�Eセクション冁E��のみ無効化する、E
 * イベント�Eには従来 float 持E��が残ってぁE��ため、新着惁E��と同じ
 * 「日付固定＋タイトル可変」�E Flex レイアウトにそろえる、E
 */
.kumamoto-notice-section .info-area__listinfo__list-item article {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    height: 63px !important;
    margin: 0 !important;
    padding: 0 12px !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item article > .koushinDay {
    float: none !important;
    position: static !important;
    display: block !important;
    flex: 0 0 134px !important;
    width: 134px !important;
    min-width: 134px !important;
    max-width: 134px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: var(--text-color, #111) !important;
    font-size: .875rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item article > .newTtl,
.kumamoto-notice-section .info-area__listinfo__list-item article > .newTtlDating {
    float: none !important;
    position: static !important;
    display: -webkit-box !important;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: 2.9em !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: var(--text-color, #111) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item article > .newTtl a,
.kumamoto-notice-section .info-area__listinfo__list-item article > .newTtlDating a {
    display: block !important;
    color: var(--text-color, #07477c) !important;
    font: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
}

.kumamoto-notice-section .info-area__listinfo__list-item article > .clear {
    display: none !important;
}

/* 「もっとみる」�E通：わずかな色変化と矢印の右移勁E*/
.kumamoto-topics-section .mottomirubutton,
.kumamoto-notice-section .info-area__btn_wrap .info-button {
    transition: background-color .2s ease;
}

.kumamoto-topics-section .mottomirubutton a > img,
.kumamoto-notice-section .info-area__btn_wrap .info-button img {
    transition: transform .2s ease;
}

.kumamoto-topics-section .mottomirubutton:hover a > img,
.kumamoto-notice-section .info-area__btn_wrap .info-button:hover img {
    transform: translateX(3px);
}

/* 新着惁E��「もっとみる」に継承される�E送Ehover 枠線を無効化する、E*/
.kumamoto-notice-section .info-area__btn_wrap .info-button:hover {
    border: 0 !important;
    outline: 0 !important;
    color: var(--text-color, #fff) !important;
}

/* 廁E��E��の受け入れ／環墁E��習�E施設見学 */
.kumamoto-feature-areas {
    position: relative;
    overflow: hidden;
    background: var(--background-color, linear-gradient(90deg, #F3FEEB 0%, #DBF8F5 49%, #C3F2FE 100%));
}

.kumamoto-feature-areas::before,
.kumamoto-feature-areas::after {
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    display: block;
    height: 116px;
    background-image: url('../images/top1/grad-top.png');
    background-repeat: repeat-x;
    background-position: right top;
    content: '';
    pointer-events: none;
    transform: scaleX(-1);
}

.kumamoto-feature-areas::before { top: 0; }

.kumamoto-feature-section {
    position: relative;
    z-index: 1;
    overflow: visible;
    background: transparent;
}

.kumamoto-feature-section__inner {
    position: relative;
    z-index: 1;
    width: min(1100px, calc(100% - 32px));
    min-height: 506px;
    margin: 0 auto;
}

.kumamoto-feature-section__photo {
    position: absolute;
    z-index: 0;
    display: block;
    width: 810px;
    height: auto;
    object-fit: cover;
}

.kumamoto-feature-section__panel {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    width: 592px;
    min-height: 386px;
    background: var(--background-color, #fff);
}

.kumamoto-feature-section__panel h2,
.kumamoto-feature-section__panel p {
    margin: 0;
    font-weight: 700;
}

.kumamoto-feature-section__panel h2 {
    font-size: 2.0625rem;
    line-height: 1.25;
}

.kumamoto-feature-section__panel p {
    color: var(--text-color, #000);
    font-size: 1.125rem;
    line-height: 1.85;
    letter-spacing: .02em;
}

.kumamoto-feature-section--waste {
    padding: 0 0 78px;
}

.kumamoto-feature-section--waste .kumamoto-feature-section__photo {
    top: 0;
    right: -94px;
    height: 506px;
}

.kumamoto-feature-section--waste .kumamoto-feature-section__panel {
    top: 58px;
    left: 0;
    padding: 77px 48px 70px;
}

.kumamoto-feature-section--waste .kumamoto-feature-section__panel h2 {
    color: var(--text-color, #0099c2);
    text-align: center;
}

.kumamoto-feature-section--waste .kumamoto-feature-section__panel p {
    margin-top: 46px;
}

.kumamoto-feature-section__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.2px;
    box-sizing: border-box;
    width: 154px;
    height: 42px;
    margin: 46px auto 0;
    border-radius: 50px;
    background: var(--background-color, #0099c2);
    color: var(--text-color, #fff) !important;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease;
}

.kumamoto-feature-section__more:hover { background: var(--background-color, #007d9e); }
.kumamoto-feature-section__more span {
    display: block;
    line-height: 1.4;
    white-space: nowrap;
}
.kumamoto-feature-section__more img {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    transition: transform .2s ease;
}
.kumamoto-feature-section__more:hover img { transform: translateX(3px); }

.kumamoto-feature-section--learning {
    z-index: auto;
    padding: 0 0 96px;
}

.kumamoto-feature-section--learning::after {
    position: absolute;
    z-index: 0;
    top: -140px;
    right: -85px;
    display: block;
    width: 313px;
    height: 330px;
    background: url('../images/top1/circle-right2.png') right top / 313px 330px no-repeat;
    content: '';
    pointer-events: none;
}

.kumamoto-feature-section--learning .kumamoto-feature-section__photo {
    top: 0;
    left: -92px;
    height: 507px;
}

.kumamoto-feature-section--learning .kumamoto-feature-section__panel {
    top: 65px;
    right: 0;
    width: 592px;
    padding: 80px 50px 64px 72px;
}

.kumamoto-feature-section--learning .kumamoto-feature-section__panel h2 { color: var(--text-color, #00a69a); }
.kumamoto-feature-section--learning .kumamoto-feature-section__panel p { margin-top: 27px; }

.kumamoto-feature-section__actions {
    display: flex;
    gap: 18px;
    margin: 30px 0 0 -26px;
}

.kumamoto-feature-section__action {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    width: 240px;
    min-height: 90px;
    padding: 11px 12px 14px;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    text-decoration: none;
    transition: filter .2s ease;
}

.kumamoto-feature-section__action:hover { filter: brightness(.92); }
.kumamoto-feature-section__action--tour { background: var(--background-color, #00a99d); }
.kumamoto-feature-section__action--event { background: var(--background-color, #0099c2); }
.kumamoto-feature-section__action span {
    display: block;
    margin-top: 8px;
    color: var(--text-color, #fff) !important;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}
.kumamoto-feature-section__action img {
    display: block;
    width: auto;
    max-width: 44px;
    height: 44px;
    max-height: 44px;
    flex: 0 0 auto;
    order: -1;
}

/* Figma: 44px枠冁E��実佁E4ÁE1pxで配置されてぁE��ため、縦横を個別に持E��する、E*/
.kumamoto-feature-section__action--tour img {
    margin-top: 4px;
	width: 44px;
	height: 31px;
	max-width: none;
	max-height: none;
}

/* Figma上�E実体サイズ・位置�E�紁E7ÁE6px、左101px�E�丁E1px�E�、E*/
.kumamoto-feature-section__action--event img {
	width: 37px;
	height: 36px;
	max-width: none;
	max-height: none;
}

/* 水質検査／エコアくまもとだより */
.kumamoto-resource-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 504px;
}

.kumamoto-resource-section__item {
    box-sizing: border-box;
    display: flex;
    min-width: 0;
    min-height: 504px;
}

.kumamoto-resource-section__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
}

.kumamoto-resource-section__item--water {
    padding: 85px 106px 79px 167px;
    color: var(--text-color, #fff);
    background: var(--background-color, linear-gradient(114.227deg, #0084b2 0%, #00a69b 100%));
}

.kumamoto-resource-section__item--letter {
    padding: 103px 132px 79px 141px;
    color: var(--text-color, #0099c2);
    background: var(--background-color, linear-gradient(180deg, #f3feeb 0%, #dbf8f5 49%, #cff5f9 74%, #c3f2fe 100%));
}

.kumamoto-resource-section__item--water .kumamoto-resource-section__content { gap: 22px; }
.kumamoto-resource-section__item--letter .kumamoto-resource-section__content { gap: 24px; }

.kumamoto-resource-section__water-icon {
    display: block;
    width: 133px;
    height: 111px;
    flex: 0 0 111px;
}

.kumamoto-resource-section__letter-icon {
    display: block;
    width: 117px;
    height: 87px;
    flex: 0 0 87px;
}

.kumamoto-resource-section__item h2,
.kumamoto-resource-section__item p {
    margin: 0;
    font-weight: 700;
}

.kumamoto-resource-section__item h2 {
    font-size: 2.0625rem;
    line-height: normal;
    white-space: nowrap;
}

.kumamoto-resource-section__item p {
    width: 410px;
    max-width: 100%;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: .1em;
}

.kumamoto-resource-section__button {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    min-height: 56px;
    margin-top: auto;
    padding: 10px 36px 10px 16px;
    border-radius: 50px;
    color: var(--text-color, #fff) !important;
    background: var(--background-color, #0099c2);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: filter .2s ease;
}

.kumamoto-resource-section__button:hover { filter: brightness(.92); }

.kumamoto-resource-section__button span {
    display: block;
    min-width: 0;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.kumamoto-resource-section__button img {
    position: absolute;
    top: 50%;
    left: 193px;
    display: block;
    width: 16px;
    height: 16px;
    transition: transform .2s ease;
    transform: translateY(-50%);
}

.kumamoto-resource-section__button:hover img { transform: translate(3px, -50%); }

.kumamoto-resource-section__item--water .kumamoto-resource-section__button {
    color: var(--text-color, #00a99d) !important;
    background: var(--background-color, #fff);
}

@media screen and (max-width: 767px) {
    .kumamoto-resource-section { grid-template-columns: 1fr; }

    .kumamoto-resource-section__item,
    .kumamoto-resource-section__item--water,
    .kumamoto-resource-section__item--letter {
        min-height: 0;
        padding: 56px 24px;
    }


    .kumamoto-resource-section__item h2 { font-size: 1.625rem; }
    .kumamoto-resource-section__item p { font-size: 1rem; line-height: 1.7; }
    .kumamoto-resource-section__button { margin-top: 32px; }
}

@media screen and (max-width: 767px) {
    .kumamoto-notice-section::after { display: none; }
    .kumamoto-feature-areas {
        margin-top: -80px;
    }
    .kumamoto-feature-section { padding: 0 0 0px; }
    .kumamoto-feature-areas::before,
    .kumamoto-feature-areas::after { transform: none; }
    .kumamoto-feature-areas::after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 143px;
        height: 143px;
        background: url('../images/top1/circle-left2.png') left top / 143px 143px no-repeat;
    }
    .kumamoto-feature-section--learning::after { top: -120px; right: -120px; }
    .kumamoto-feature-section__inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 0;
    }
    .kumamoto-feature-section__photo,
    .kumamoto-feature-section--waste .kumamoto-feature-section__photo,
    .kumamoto-feature-section--learning .kumamoto-feature-section__photo {
        position: relative;
        top: -50px;
        right: auto;
        left: auto;
        width: 100%;
        height: auto;
        flex: 0 0 auto;
        order: 2;
    }
    .kumamoto-feature-section__panel,
    .kumamoto-feature-section--waste .kumamoto-feature-section__panel,
    .kumamoto-feature-section--learning .kumamoto-feature-section__panel {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: calc(100% - 32px);
        min-height: 0;
        flex: 0 0 auto;
        order: 1;
        margin: 0 auto;
        padding: 40px 24px;
    }
    .kumamoto-feature-section--waste .kumamoto-feature-section__panel { margin-top: 80px; }
    .kumamoto-feature-section__panel h2 { font-size: 1.4375rem; text-align: center !important; }
    .kumamoto-feature-section__panel p { margin-top: 24px !important; font-size: 1rem; line-height: 1.75; letter-spacing: 0; }
    .kumamoto-feature-section__panel p br { display: none; }
    .kumamoto-feature-section__more { margin-top: 30px; }
    .kumamoto-feature-section__actions { flex-direction: column; align-items: center; gap: 12px; margin-left: 0; }
    .kumamoto-feature-section--learning { padding-bottom: 0; }
    .kumamoto-feature-section--learning .kumamoto-feature-section__photo { margin-bottom: -50px; }
}

@media screen and (max-width: 767px) {
    .kumamoto-notice-section .info-area__listinfo__list-item article {
        height: auto !important;
        min-height: 63px !important;
    }

    .kumamoto-notice-section .info-area__listinfo__list-item article > .koushinDay {
        flex-basis: 136px !important;
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        font-size: .75rem !important;
    }
}

/* ホバー時はフィルターを重ねず、背景色のコントラストだけを変化させる。 */
.kumamoto-feature-section__action,
.kumamoto-resource-section__button {
    transition: background-color .2s ease;
}

.kumamoto-feature-section__action:hover,
.kumamoto-resource-section__button:hover {
    filter: none;
}

.kumamoto-feature-section__action--tour:hover { background-color: var(--background-color, #008d84); }
.kumamoto-feature-section__action--event:hover,
.kumamoto-resource-section__item--letter .kumamoto-resource-section__button:hover { background-color: var(--background-color, #007d9e); }
.kumamoto-resource-section__item--water .kumamoto-resource-section__button:hover { background-color: var(--background-color, #e8f5f3); }

/* 関連バナー */
#adinfo {
    width: 100%;
    margin: 15px auto;
    padding-bottom: 50px;
}

.kumamoto-related-banner-section {
    position: relative;
    min-height: 414px;
    overflow: hidden;
    background: url('../images/top1/related-banner-bg.jpg') center 62% / cover no-repeat;
}

.kumamoto-related-banner-section::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    background: rgba(44, 170, 173, .3);
    content: '';
    pointer-events: none;
}

.kumamoto-related-banner-section__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1100px);
    padding-top: 50px;
}

.kumamoto-related-banner-section h2 {
    margin: 0;
    text-align: center;
}

.kumamoto-related-banner-section h2 img {
    display: block;
    width: 155px;
    height: 37px;
    margin: 0 auto;
}

.kumamoto-related-banner-section ul.bannaiyo {
    display: grid;
    grid-template-columns: repeat(4, 230px);
    gap: 19px 25px;
    width: fit-content;
    margin: 51px auto 0;
    padding: 0;
    list-style: none;
}

.kumamoto-related-banner-section ul.bannaiyo > li,
.kumamoto-related-banner-section ul.bannaiyo p.imgBan,
.kumamoto-related-banner-section ul.bannaiyo li.imgBan {
    width: 230px;
    height: 80px;
    margin: 0 !important;
    padding: 0;
}

.kumamoto-related-banner-section ul.bannaiyo img {
    display: block;
    width: 230px;
    height: 80px;
    object-fit: cover;
}

.kumamoto-related-banner-section ul.bannaiyo a {
    display: block;
    transition: opacity .2s ease;
}

.kumamoto-related-banner-section ul.bannaiyo a:hover { opacity: .8; }

@media screen and (max-width: 1000px) {
    .kumamoto-related-banner-section__inner { width: min(100% - 32px, 740px); }
    .kumamoto-related-banner-section ul.bannaiyo { grid-template-columns: repeat(3, 230px); }
}

@media screen and (max-width: 767px) {
    .kumamoto-related-banner-section { min-height: 0; }
    .kumamoto-related-banner-section__inner { padding: 40px 0 48px; }
    .kumamoto-related-banner-section h2 img { width: 134px; height: 32px; }
    .kumamoto-related-banner-section ul.bannaiyo {
        grid-template-columns: minmax(0, 1fr);
        width: min(100%, 230px);
        margin-top: 32px;
    }
    .kumamoto-related-banner-section ul.bannaiyo > li,
    .kumamoto-related-banner-section ul.bannaiyo p.imgBan,
    .kumamoto-related-banner-section ul.bannaiyo li.imgBan,
    .kumamoto-related-banner-section ul.bannaiyo img { width: 100%; height: auto; aspect-ratio: 23 / 8; }
}

/* 背景色変更モードでは、写真・グラデーションなどの装飾だけを止める。
   文字色・面色は各コンポーネントの var(--text-color / --background-color) が担当する。 */
:root[data-theme="B"] .kumamoto-topics-section::before,
:root[data-theme="B"] .kumamoto-topics-section::after,
:root[data-theme="B"] .kumamoto-topics-section .topics_bg::after,
:root[data-theme="B"] .kumamoto-alert-section::before,
:root[data-theme="B"] .kumamoto-notice-section::after,
:root[data-theme="B"] .kumamoto-feature-areas::before,
:root[data-theme="B"] .kumamoto-feature-areas::after,
:root[data-theme="B"] .kumamoto-feature-section--learning::after,
:root[data-theme="B"] .kumamoto-related-banner-section::before,
:root[data-theme="K"] .kumamoto-topics-section::before,
:root[data-theme="K"] .kumamoto-topics-section::after,
:root[data-theme="K"] .kumamoto-topics-section .topics_bg::after,
:root[data-theme="K"] .kumamoto-alert-section::before,
:root[data-theme="K"] .kumamoto-notice-section::after,
:root[data-theme="K"] .kumamoto-feature-areas::before,
:root[data-theme="K"] .kumamoto-feature-areas::after,
:root[data-theme="K"] .kumamoto-feature-section--learning::after,
:root[data-theme="K"] .kumamoto-related-banner-section::before {
    display: none !important;
}

:root[data-theme="B"] .kumamoto-related-banner-section,
:root[data-theme="K"] .kumamoto-related-banner-section {
    background: var(--background-color, #fff) !important;
    border-bottom: 1px solid var(--text-color, #ffff00) !important;
}

/* SVG見出しと操作要素の可読性は、対象を限定して補う。 */
:root[data-theme="B"] body .swiperArea::after,
:root[data-theme="K"] body .swiperArea::after {
    display: none;
}

:root[data-theme="B"] .kumamoto-topics-section .topics-area .info-title h2,
:root[data-theme="K"] .kumamoto-topics-section .topics-area .info-title h2 {
    background-color: var(--background-color-for-image, #fff) !important;
}

:root[data-theme="B"] .kumamoto-alert-section #top_kinkyu_area,
:root[data-theme="B"] .kumamoto-alert-section #top_jyuuyou_area,
:root[data-theme="K"] .kumamoto-alert-section #top_kinkyu_area,
:root[data-theme="K"] .kumamoto-alert-section #top_jyuuyou_area {
    border-color: var(--text-color, #ffff00) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

:root[data-theme="B"] .kumamoto-topics-section .mottomirubutton,
:root[data-theme="B"] .kumamoto-notice-section .info-area__btn_wrap,
:root[data-theme="B"] .kumamoto-feature-section__more,
:root[data-theme="B"] .kumamoto-feature-section__action,
:root[data-theme="B"] .kumamoto-resource-section__button,
:root[data-theme="K"] .kumamoto-topics-section .mottomirubutton,
:root[data-theme="K"] .kumamoto-notice-section .info-area__btn_wrap,
:root[data-theme="K"] .kumamoto-feature-section__more,
:root[data-theme="K"] .kumamoto-feature-section__action,
:root[data-theme="K"] .kumamoto-resource-section__button {
    border: 2px solid var(--text-color, #ffff00) !important;
    box-shadow: none !important;
}

/* Topics slider: responsive overrides must remain last to supersede desktop card sizing. */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .kumamoto-topics-section .topics-area .info-title h2 { right: 50px; }
}

@media screen and (min-width: 900px) and (max-width: 1099px) {
    .kumamoto-topics-section #banSlide,
    .kumamoto-topics-section #ban_slide_set {
        width: 840px;
        min-width: 820px;
        max-width: 820px;
    }

    .kumamoto-topics-section #ban_slide_set .slick-list { overflow: hidden; }

    .kumamoto-topics-section #ban_slide_set .slick-slide {
        width: 260px !important;
        margin: 0 10px !important;
    }

    .kumamoto-topics-section #banSlide #ban_slide_set li.article {
        width: 260px !important;
        max-width: 260px !important;
    }

    .kumamoto-topics-section #ban_slide_set button.slick-prev { left: -44px !important; }
    .kumamoto-topics-section #ban_slide_set button.slick-next { right: -44px !important; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
    .kumamoto-topics-section #banSlide,
    .kumamoto-topics-section #ban_slide_set {
        width: 560px;
        min-width: 540px;
        max-width: 540px;
    }

    .kumamoto-topics-section #ban_slide_set .slick-list { overflow: hidden; }

    .kumamoto-topics-section #ban_slide_set .slick-slide {
        width: 260px !important;
        margin: 0 10px !important;
    }

    .kumamoto-topics-section #banSlide #ban_slide_set li.article {
        width: 260px !important;
        max-width: 260px !important;
    }

    .kumamoto-topics-section #ban_slide_set button.slick-prev { left: -44px !important; }
    .kumamoto-topics-section #ban_slide_set button.slick-next { right: -44px !important; }
}

@media screen and (max-width: 767px) {
    .kumamoto-topics-section .topics-area .info-title h2 {
        margin-right: auto;
        margin-left: auto;
        right: auto;
    }

    .kumamoto-topics-section #banSlide,
    .kumamoto-topics-section #ban_slide_set {
        width: 250px;
        min-width: 270px;
        max-width: 270px;
    }

    .kumamoto-topics-section #ban_slide_set .slick-list { overflow: hidden; }

    .kumamoto-topics-section #ban_slide_set .slick-slide {
        width: 260px !important;
        margin: 0 10px !important;
    }

    .kumamoto-topics-section #banSlide #ban_slide_set li.article {
        width: 260px !important;
        max-width: 260px !important;
    }

    /* カード外枠に対する画像の余白は通常表示と共通にする。 */
    .kumamoto-topics-section #banSlide #ban_slide_set li.article img {
        width: 230px !important;
        max-width: 230px !important;
        height: 184px;
        margin: 21px auto 0 !important;
    }

    .kumamoto-topics-section #ban_slide_set .slick-dots {
        position: absolute !important;
        bottom: -29px;
        left: 0;
        display: block !important;
        width: 60% !important;
        height: 33px !important;
        margin: 0;
        padding: 0;
    }

    .kumamoto-topics-section #ban_slide_set button.slick-prev { left: -46px !important; }
    .kumamoto-topics-section #ban_slide_set button.slick-next { right: -36px !important; }
}

/* トピックス背景を重要なお知らせへ重ねる */
:root {
    --topics-alert-overlap: 200px;
}

.kumamoto-alert-section {
    background: linear-gradient(
        to bottom,
        var(--background-color, #fff) 0,
        var(--background-color, #fff) calc(100% - var(--topics-alert-overlap)),
        transparent calc(100% - var(--topics-alert-overlap)),
        transparent 100%
    );
}

.kumamoto-topics-section {
    margin-top: calc(var(--topics-alert-overlap) * -1);
    padding-top: calc(40px + var(--topics-alert-overlap));
}

@media screen and (max-width: 767px) {
    .kumamoto-topics-section {
        padding-top: calc(24px + var(--topics-alert-overlap));
    }
}

/* 廃棄物エリアの背景をお知らせ下部へ重ねる */
@media screen and (min-width: 768px) {
    :root {
        --feature-notice-overlap: 120px;
    }

    .kumamoto-notice-section {
        z-index: 3;
        background: linear-gradient(
            to bottom,
            var(--background-color, #fff) 0,
            var(--background-color, #fff) calc(100% - var(--feature-notice-overlap)),
            transparent calc(100% - var(--feature-notice-overlap)),
            transparent 100%
        );
    }

    .kumamoto-feature-areas {
        z-index: 0;
        margin-top: calc(var(--feature-notice-overlap) * -1);
        padding-top: var(--feature-notice-overlap);
    }
}

/* おしらせ：更新Figma（左：見出し・操作／右：記事一覧） */
@media screen and (min-width: 1001px) {
    .kumamoto-notice-section {
        display: grid;
        grid-template-columns: 236px 620px;
        grid-template-areas:
            "hero list"
            "button list";
        grid-template-rows: 130px auto;
        column-gap: 78px;
        align-items: center;
        justify-content: center;
        min-height: 0;
        padding: 110px 24px 210px !important;
    }

    .kumamoto-notice-section__hero {
        position: relative;
        grid-area: hero;
        align-items: flex-start;
        width: 236px;
        height: 120px;
        margin: 0;
    }

    .kumamoto-notice-section__hero-en {
        width: 235px;
        height: auto;
        position: relative;
        top: 3px;
        left: -2px;
    }

    .kumamoto-notice-section__hero-ja {
        width: 127px;
        height: 29px;
        margin-top: 21px;
    }

    .kumamoto-notice-section__hero .rss {
        position: absolute;
        top: 102px;
        left: 200px;
        display: block;
        width: 48px;
        padding: 1.6px 0;
        color: var(--text-color, #fff);
        background: var(--background-color, #0099c2);
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
    }

    .kumamoto-notice-section .info-area__inner {
        grid-area: list;
        display: block !important;
        width: 620px;
        margin: 0;
    }

    .kumamoto-notice-section .info-area__newinfo,
    .kumamoto-notice-section #infoMain1 {
        display: block !important;
        width: 620px !important;
    }

    .kumamoto-notice-section > .info-area__btn_wrap {
        grid-area: button;
        align-self: start;
        }

    .kumamoto-notice-section .info-area__listinfo__list-item {
        height: 315px !important;
    }

    .kumamoto-notice-section .info-area__listinfo__list-item article {
        gap: 24px !important;
    }

    .kumamoto-notice-section .info-area__listinfo__list-item article > .koushinDay {
        flex: 0 0 134px !important;
        width: 110px !important;
        min-width: 110px !important;
        max-width: 110px !important;
        font-size: 0.875rem !important;
        font-weight: 500 !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .kumamoto-notice-section .info-area__listinfo__list-item article > .newTtl,
    .kumamoto-notice-section .info-area__listinfo__list-item article > .newTtlDating {
        display: -webkit-box !important;
        max-height: 2.9em !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        overflow: hidden !important;
        text-overflow: clip !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }
}

/* おしらせ：タブレット幅では見出しと記事一覧を縦配置にする */
@media screen and (min-width: 768px) and (max-width: 1000px) {
    .kumamoto-notice-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 0;
        padding: 80px 24px 120px !important;
    }

    .kumamoto-notice-section__hero {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 249px;
        margin: 0 0 32px;
    }

    .kumamoto-notice-section__hero-en {
        width: 187px;
        height: auto;
        position: relative;
        top: 3px;
    }

    .kumamoto-notice-section__hero-ja {
        position: static;
        top: auto;
        left: auto;
        width: 127px;
        height: 29px;
        margin-top: 21px;
    }

    .kumamoto-notice-section__hero .rss {
        position: absolute;
        top: 82px;
        left: 200px;
        display: block;
        width: 48px;
        padding: 1.6px 0;
        color: var(--text-color, #fff);
        background: var(--background-color, #0099c2);
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
    }

    .kumamoto-notice-section .info-area__inner,
    .kumamoto-notice-section .info-area__newinfo,
    .kumamoto-notice-section #infoMain1 {
        display: block !important;
        width: min(100%, 620px) !important;
        margin: 0 auto;
    }

    .kumamoto-notice-section .info-area__listinfo__list-item {
        height: 260px !important;
    }

    .kumamoto-notice-section > .info-area__btn_wrap {
        width: 154px;
        height: 42px;
        margin: 26px auto 0 !important;
    }
}

/* 1000px以下は、見出し → 記事一覧 → もっとみる の順で縦配置 */
@media screen and (max-width: 1000px) {
    .kumamoto-notice-section {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .kumamoto-notice-section__hero {
        order: 1;
    }

    .kumamoto-notice-section .info-area__inner {
        order: 2;
    }

    .kumamoto-notice-section > .info-area__btn_wrap {
        order: 3;
        flex: 0 0 auto;
        width: 154px;
        height: 42px;
        margin: 26px auto 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .kumamoto-notice-section__hero {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 249px;
        margin-bottom: 32px;
    }

    .kumamoto-notice-section__hero-en {
        width: 187px;
        height: auto;
        position: relative;
        top: -15px;
    }

    .kumamoto-notice-section__hero-ja {
        position: static;
        width: 99px;
        height: auto;
        margin: 0;
    }

    .kumamoto-notice-section__hero .rss {
        display: none;
    }

    .kumamoto-notice-section__hero .info-area__btn_wrap {
        margin: 28px auto 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .kumamoto-alert-section::before {
        width: 145px;
        height: 153px;
        background-size: 145px 153px;
    }

    .kumamoto-alert-section #top_jyuuyou_area .cont_title h3 {
        justify-content: center;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .kumamoto-alert-section .jyuuyou_area {
        padding: 16px 10px;
    }

    .kumamoto-alert-section #top_jyuuyou_area .cont_title {
        margin-bottom: 20px;
    }

    .kumamoto-alert-section .important-notice__icon {
        width: 30px;
        height: auto;
    }

    .kumamoto-alert-section #top_jyuuyou_area .koushinDay,
    .kumamoto-alert-section #top_jyuuyou_area .newTtl {
        font-weight: 500;
        text-align: left;
    }
}

/* おしらせ：スマホでは日付を記事タイトルの上段に表示 */
@media screen and (max-width: 767px) {
    .kumamoto-notice-section .info-area__listinfo__list-item {
        height: 348px !important;
    }

    .kumamoto-notice-section .info-area__listinfo__list-item li {
        height: auto !important;
        min-height: 87px !important;
    }

    .kumamoto-notice-section .info-area__listinfo__list-item article {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center;
        gap: 4px !important;
        min-height: 87px !important;
        padding: 10px 20px !important;
    }

    .kumamoto-notice-section .info-area__listinfo__list-item article > .koushinDay {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        text-align: left !important;
        text-indent: 0 !important;
        text-overflow: clip !important;
        white-space: nowrap !important;
    }

    .kumamoto-notice-section .info-area__listinfo__list-item article > .newTtl,
    .kumamoto-notice-section .info-area__listinfo__list-item article > .newTtlDating {
        align-self: stretch;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        max-height: 2.9em !important;
    }

    .kumamoto-notice-section .info-area__listinfo__list-item article > .newTtl .termTitle,
    .kumamoto-notice-section .info-area__listinfo__list-item article > .newTtlDating .termTitle {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-indent: 0 !important;
    }
}

/* モバイルのトピックス操作部：STOP 行の下でページャーを一列に収める。 */
@media screen and (max-width: 767px) {
    .kumamoto-topics-section .slick_toggle_wrap {
        position: relative !important;
        right: auto !important;
        bottom: -20px !important;
        width: 100% !important;
        height: 32px !important;
        margin: 0 !important;
    }

    .kumamoto-topics-section .slick_toggle {
        top: 0 !important;
        right: 15px !important;
    }

    .kumamoto-topics-section #ban_slide_set .slick-dots {
        position: static !important;
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        height: 12px !important;
        margin: 6px 0 0;
        padding: 0 !important;
        overflow: hidden;
    }

    .kumamoto-topics-section #ban_slide_set .slick-dots li,
    .kumamoto-topics-section #ban_slide_set .slick-dots li.slick-active {
        flex: 0 0 11px;
        width: 11px !important;
        min-width: 11px;
        max-width: 11px;
        height: 11px !important;
        margin: 0 2px !important;
        border-radius: 50% !important;
    }

    .kumamoto-topics-section #ban_slide_set .slick-dots li button,
    .kumamoto-topics-section #ban_slide_set .slick-dots li button::before,
    .kumamoto-topics-section #ban_slide_set .slick-dots li.slick-active button::before {
        width: 11px !important;
        height: 11px !important;
        border-radius: 50% !important;
    }

    .kumamoto-topics-section #ban_slide_set .slick-dots li button {
        padding: 0 !important;
    }
}

/* 文字サイズ拡大時は、固定高や省略で本文を切り詰めない。 */
html[data-fontsize="fontSizeB"] .kumamoto-topics-section #banSlide #ban_slide_set li.article {
    height: auto !important;
    min-height: 340px;
    overflow: visible;
}

html[data-fontsize="fontSizeB"] .kumamoto-topics-section #ban_slide_set .kiji_title {
    display: block;
    max-height: none;
    margin-bottom: 16px;
    overflow: visible;
    -webkit-line-clamp: unset;
}

html[data-fontsize="fontSizeB"] .kumamoto-topics-section #ban_slide_set .slick-list,
html[data-fontsize="fontSizeB"] .kumamoto-topics-section #ban_slide_set .slick-track {
    height: auto !important;
}

html[data-fontsize="fontSizeB"] .kumamoto-notice-section,
html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item {
    height: auto !important;
    overflow: visible !important;
}

html[data-fontsize="fontSizeB"] .kumamoto-notice-section #infoMain1 > .info-area__listinfo__list-item {
    flex-basis: auto;
}

html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item li,
html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item li:nth-child(even),
html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item article {
    height: auto !important;
    min-height: 63px !important;
}

html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item article > .koushinDay {
    overflow: visible !important;
    text-overflow: clip !important;
}

html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item article > .newTtl,
html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item article > .newTtlDating {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
}

@media screen and (min-width: 768px) {
    html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item article {
        flex-flow: row wrap !important;
        align-items: flex-start !important;
        gap: 8px !important;
        padding: 12px !important;
    }

    html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item article > .koushinDay {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item article > .newTtl,
    html[data-fontsize="fontSizeB"] .kumamoto-notice-section .info-area__listinfo__list-item article > .newTtlDating {
        flex: 1 1 100% !important;
    }
}

html[data-fontsize="fontSizeB"] .kumamoto-feature-section__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 154px;
    min-width: 154px;
    min-height: 56px;
    height: auto;
    padding: 10px 18px;
}

html[data-fontsize="fontSizeB"] .kumamoto-feature-section__more span,
html[data-fontsize="fontSizeB"] .kumamoto-feature-section__more img {
    position: static;
}

html[data-fontsize="fontSizeB"] .kumamoto-feature-section__more span {
    line-height: 1.4;
}

html[data-fontsize="fontSizeB"] .kumamoto-feature-section__more img {
    flex: 0 0 10px;
}

html[data-fontsize="fontSizeB"] .kumamoto-alert-section #top_jyuuyou_area .cont_title {
    flex: 0 0 270px;
}

html[data-fontsize="fontSizeB"] .kumamoto-resource-section__button {
    height: auto;
    min-height: 56px;
    padding: 10px 36px 10px 16px;
}

html[data-fontsize="fontSizeB"] .kumamoto-resource-section__button span {
    white-space: normal;
    text-align: center;
}

/* 文字拡大時のトピックス・スライド操作ボタン */
html[data-fontsize="fontSizeB"] .kumamoto-topics-section .slick_toggle,
html[data-fontsize="fontSizeB"] .kumamoto-topics-section .slick_toggle.paused {
    height: 28px !important;
}

