@import url(./default_body.css);
@import url(./topFreearea_map.css);

/* 横スクロールバー禁止 */
html, body {
    overflow-x: hidden;
}

/* body */
body
{
 	/* ※背景色・文字色は色別CSSで定義 */
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        position: relative;
        top: 1px;
        left: 1px;
    }

/* telto */
@media screen and (min-width:768px) {
    /* PCではリンクなし */
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
        color: #333333 !important;
    }

    .teltoon {
        display: none !important;
    }

    .teltooff {
        margin-left: 0px !important;
    }
}

@media screen and (max-width:767px) {
    /* スマホではリンクあり */
    a[href^="tel:"] {
    }

    .teltoon {
        margin-left: 0px !important;
    }

    .teltooff {
        display: none !important;
    }
}

h4
{
    font-weight:bold;
    display:inline;
    font-size: 1.3em;
}



/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/
#cont_area {
    margin-left:auto;
    margin-right:auto;
}

.mainBlock {
    max-width: 1160px; 
    margin: 0px auto 0px;
    padding: 0px 0px;
    position: relative;
}

#slide_wrap {/* padding: 0px 0px; */background-color: #F9F7EC;}

#slidArea {
    /* width: 100%; */
    /* margin: 0px auto; */
}


.slide_back {
    /*
    display: flex;
    justify-content: center;
    align-items: center;
*/
    width: 100%;
    }


#search_area {
padding:20px 0px;
}


.siteSearchArea_SP{
    display:none;
}

@media screen and (max-width:767px) {
    .siteSearchArea {
        display: none;
    }
    .siteSearchArea_SP {
        display: block;
    }
}

    /*特集スライド下の背景矢印 （八代市参考）*/
    .arrow {
        padding-top: calc(6vw + 10px); /* 高さに合わせて調節してください。*/
    }

        .arrow::before,
        .arrow::after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 0;
            height: 0;
            border-bottom: 6vw solid #fff; /* 好みで高さ色を変えてください */
        }

        .arrow::before {
            left: 0;
            border-right: 50vw solid transparent;
        }

        .arrow::after {
            right: 0;
            border-left: 50vw solid transparent;
        }


    @media screen and (min-width:768px) {

        #slidArea {
            /* min-height: 430px; */
            /* margin: 0px auto; */
            /* max-width: 100%; */
            /* text-align: center; */
            width: 100%;
            margin: 0px auto;
        }

            #slidArea .bx-wrapper .bx-viewport {
                /*overflow: visible !important;*/ /* 両サイドに前後の画像を表示させる */
                /* max-width: 950px; */ /* スライド画像の幅（表示させる幅） */
                /*margin-left: 50%;*/
            }

                #slidArea .bx-wrapper .bx-viewport li {
                    /*margin-left: -675px !important;*/
                    /* margin-right: 520px !important; */
                }
    }

    section {
        margin: 0px auto;
        padding: 0px 0px 0px;
    }

@media screen and (min-width:768px) {
    .cont_title {
        text-align: center;
        margin: 0px auto 0px auto;
        position: relative;
        display: inline-block;
/*        padding: 0 30%;
*//*        max-width: 1200px;
*/        width: 100%;
    }

    .picup {
        top:-57px;
        position:relative;
    }
}
@media screen and (max-width:768px) {
    .cont_title {
        /* text-align: center; */
        /* position: relative; */
        /* display: inline-block; */
        /* width: 100%; */
    }
}

    .Ichiran {
        text-align: center;
        margin: 20px auto 20px;
        width: 200px;
        font-size: 1em;
        border-radius: 25px;
        padding: 8px 0px;
        height: 45px;
    }


    #kinkyuArea {
        width: 100%;
        margin: 10px 0px;
        padding: 50px 0px;
        z-index: 0;
        position: relative;
    }

    @media screen and (max-width:767px) {

        #slidArea {
            /*min-height: 250px;*/
        }
    }

    #btn_area {
        padding: 20px 0px 40px;
    }

    #sns_area {
        padding: 0px 0px 0px;
    }


    .menuitem02 {
        margin: 15px 30px 0px;
    }


    /* サイト内検索 */
    #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;
    }

    /* サイト内検索ver2.0 */
    .serch #input_form_search_word {
        height: 32px;
    }

    .serch .serchright {
        padding: 5px 0px 0px 0px;
    }


    /*:::::::::::::::::::::::::
 * 特集コンテンツ
 *::::::::::::::::::::::::*/
    @media screen and (min-width:801px) {
        #slidArea img {
            height: 430px;
            width: 1366px;
        }

        #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 (min-width:1024px){
    .bx-wrapper {
        max-width:1366px !important;
    }
}

@media screen and (min-width:760px) and (max-width:1024px) {
    .bx-wrapper {
    }
}

@media screen and (max-width:760px) {
    .bx-wrapper {
    }
}





    /*:::::::::::::::::::::::::
 * 緊急情報
 *::::::::::::::::::::::::*/

    .kinkyuBlock {
        display: flex;
        flex-direction: row;
        width: 100%;
        border: 1px solid #C1272D;
        padding: 0px;
        box-sizing: border-box;
        margin: 0px auto 0px;
        max-width: none;
        float: none;
    }

    .kinkyu_menu {
        display: flex;
        flex-direction: column;
        padding: 20px 45px;
    }

    .kinkyuTtl img {
        width: 145px;
    }

    .kinkyu_ichiran {
        margin-top: 10px;
        padding: 5px 10px 5px 25px;
        border-radius: 5px;
        text-align: center;
        font-size: 0.9em;
        font-weight: bold;
    }

        .kinkyu_ichiran a {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

    ul.kinkyuTxt {
        width: 100%;
        height: 124px;
        max-height: 124px;
        overflow-y: auto;
        padding: 15px 20px 10px 20px;
        word-break: break-all
    }

        ul.kinkyuTxt li {
            display: flex;
            flex-direction: column;
            line-height: 1.5em;
            letter-spacing: 1.1px;
            padding: 0px 5px 0px 0px;
        }

    .kinkyuTxt li p.koshin {
    }

    .kinkyuTxt li p.koushinDay {
        font-size: 1.0em;
        padding-left: 10px;
    }

    .kinkyuTxt li div.k_naiyo {
        max-width: 100%;
        line-height: 1.5;
        font-size: 1.1em;
    }

    .kinkyuTxt li .k_title a {
        font-weight: bold;
    }

    #kinkyuInfo {
        float: left;
        max-width: 980px;
        padding: 0px 5px 0px 10px;
    }

    #kinkyuTxt {
        display: flex;
        width: 100%;
        align-items: center;
        padding: 0px 10px;
        border: solid 4px #b41616;
    }

    /* 防災ボタン */
    .bousaiBtnArea {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 45px;
        gap: 50px;
    }

    .btnBousai_SP, .btnKyukyu_SP {
        display: none;
    }

    @media screen and (max-width:767px) {

        #kinkyuArea {
            padding: 0px 5px;
        }

        .kinkyuBlock {
            display: flex;
            flex-direction: column;
        }

        .kinkyu_menu {
            padding: 10px 0px;
        }

            .kinkyu_menu .kinkyuTtl {
                text-align: center;
            }

        .kinkyuTtl img {
            width: 120px;
        }

        .kinkyu_ichiran {
            width: 160px;
            align-self: center;
        }

        ul.kinkyuTxt {
            padding: 15px;
            word-wrap: break-word;
            padding-bottom: 10px;
        }

        #kinkyuTxt {
            min-height: 100px;
        }

        .kinkyuTxt li div.k_naiyo {
            font-size: 1.0em;
        }

        .kinkyuTxt li p.koushinDay {
            font-size: 0.9em;
        }

        .bousaiBtnArea {
            margin-top: 10px;
            gap: 0px;
            flex-wrap: nowrap;
        }

        .btnBousai, .btnKyukyu {
            display: none;
        }

        .btnBousai_SP, .btnKyukyu_SP {
            display: block;
        }
    }

    /*使ってない↓*/
    /*#Btn_bousai {
    padding: 6px 0px 6px 0px;
    margin: 8px 0px 0px 0px;
    width: 270px;
    background: url("../images/top1/icon_bousai.png") no-repeat 45px 17px;
}
@media screen and (min-width:1090px) {
    #Btn_bousai {
        width: 270px;
    }
}
@media screen and (min-width:768px) and (max-width:1089px) {
    #Btn_bousai {
        width: 270px;
        margin: 0px 0px 20px 0px;
    }
    .Img_btton
    {
        padding:15px 0px 15px 0px;
        margin-left:10px;
    }
}
@media screen and (max-width:768px) {
    #Btn_bousai {
        width: 100%;
        margin:5px 0px 5px 2px;
    }
    .Img_btton03 {
        width: 270px;
    }
}

    #Btn_bousai .btn_waku{
    margin: 0px 10px 2px 8px;
    border: 1px solid #ffffff;
    padding: 0px 0px 5px 5px;
    }

    #Btn_bousai span {
    padding:0px 0px 0px 89px;
    font-weight:bold;
    }

.bousaiSite {

    padding: 0px;
    vertical-align: middle;
    border-radius: 3px;
    float: right;
    margin: 4px 5px 0px;
    padding:5px 40px 5px 40px;
    font-weight:bold;

}*/


    /*:::::::::::::::::::::::::
 * 探すエリア
 *::::::::::::::::::::::::*/

    #sagasu_Area {
        width: 100%;
        margin: 35px auto 100px;
    }

        #sagasu_Area .cont_title h4 img {
            width: 205px;
        }

        #sagasu_Area .cont_title::before, #sagasu_Area .cont_title::after {
            content: '';
            position: absolute;
            top: 50%;
            display: inline-block;
            width: 30%;
            height: 1px;
        }

        #sagasu_Area .cont_title::before {
            left: 0;
        }

        #sagasu_Area .cont_title::after {
            right: 0;
        }

        #sagasu_Area .serch_text {
            position: absolute;
            top: 125px;
            right: 10px;
            font-size: 1.2em;
            font-weight: bold;
            display: flex;
        }

            #sagasu_Area .serch_text a {
                display: flex;
            }

    /* タブ切り替え */
    #tab {
        margin: 50px auto 0px;
        padding: 0px;
        min-height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.1em;
    }

    #search_Tab {
        display: flex;
        flex-direction: row;
        justify-content: center;
        max-width: 1300px;
        width: 100%;
    }

        #search_Tab .selected {
            padding: 25px 15px 20px;
            margin: 0px 4px 0px 0px;
            cursor: default;
            border-bottom: none;
            position: relative;
            margin-left: 20px;
        }

            #search_Tab .selected::after {
                content: '';
                position: absolute;
                bottom: -4px;
                left: 0;
                width: 100%;
                height: 4px;
            }

        #search_Tab h4 {
            display: flex;
            float: left;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: 340px;
            text-align: center;
            padding: 25px 15px 20px;
            margin: 0px 4px 0px 0px;
            text-decoration: none;
            font-size: 1.3em;
            cursor: pointer;
            font-weight: bold;
            border-bottom: none;
            margin-left: 20px;
        }

    /* ライフイベント */
    #infoSearch1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1200px;
        width: 100%;
        padding: 70px 0px 0px 0px;
        margin: 0px auto;
        border-radius: 0px 0px 10px 10px;
    }

    #life_eventArea {
    }

    #life_event {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        gap: 15px;
    }

        #life_event li {
            padding: 0px 10px;
            width: 170px;
            height: 170px;
            display: flex;
            justify-content: center;
            font-size: 1.3em;
        }

        #life_event a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            font-weight: bold;
            text-align-last: center;
        }

    /* 組織分類 */
    #infoSearch2 {
    }

    .serch02 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 80px;
        gap: 85px;
    }

        .serch02 .btn_sagasu01, .btn_sagasu02 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 330px;
            height: 155px;
            border-radius: 5px;
            box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
        }


        .serch02 .soshiki {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            font-size: 1.3em;
            font-weight: bold;
        }

    /* キーワードで探す */
    #infoSearch3 {
        padding: 40px 0px;
        margin: 0px auto;
        border-radius: 0px 0px 10px 10px;
    }

    .serch {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .serch_box {
        max-width: 450px;
        margin: 0px auto;
        padding: 25px 0px;
    }

    .serch_wrap {
        max-width: 440px;
        margin: 35px auto 35px 0px;
        padding: 15px 30px;
        border-radius: 5px;
    }

    #infoSearch3 .input-group-append {
        margin-left: 10px;
        width: 60px;
        height: 60px;
    }

        #infoSearch3 .input-group-append svg {
            width: 45px;
            height: 45px;
        }

    #infoSearch3 .searchver2-input {
        width: 400px !important;
        height: 50px !important;
    }

    .bootstrap-scope {
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }

    .searchver2-input {
    }

    .bootstrap-scope .input {
        width: calc(100% - 36px);
        min-width: 170px !important;
        height: 100%;
        /* border: solid 1px #000; */
        border-radius: 30px;
    }

    .hide-label[data-v-7eb55c] {
        display: block;
        width: 0;
        height: 0;
        margin: 0;
        overflow: hidden;
    }

    .bootstrap-scope .IZ-select[data-v-7eb55c] {
        height: 100%;
    }

    .serch_wrap {
        max-width: 440px;
        margin: 35px auto 35px 0px;
        padding: 15px 30px;
        border-radius: 5px;
    }

    .serch_btn {
        text-align: center;
        margin: 20px auto 20px;
        width: 340px;
        font-size: 1em;
        border-radius: 50px;
        padding: 15px 0px;
        font-size: 1.1em;
    }

    .keyword_wrap {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        max-width: 900px;
        width: 98%;
        margin: 15px auto;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 5px;
    }

    .keywordtitle {
        margin: 0px 0px auto 0px;
        padding: 15px 30px 15px 30px;
        border-radius: 5px 0px 0px 5px;
        font-size: 1.2em;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

        .keywordtitle span {
            margin: 0px 0px auto 15px;
            padding: 5px 5px 14px 15px;
        }

        .keywordtitle h5 {
            font-weight: bold;
            line-height: 2.5em;
            padding: 0px 0px 10px;
        }

    .keyworditem span {
        padding: 0px 15px;
    }

        .keyworditem span:before {
            font-family: "Font Awesome 5 Free";
            content: "\f0da";
            font-weight: 900;
            padding-right: 5px; /*文字との隙間*/
        }

    .bootstrap-scope .IZ-select .IZ-select__input {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5;
    }

    #infoSearch3 .input-group-append span::after {
        content: "" !important;
        font-weight: 700;
    }

    #infoSearch3 .siteSearchArea .searchver2-input {
        height: 30px !important;
        width: calc(90% - 40px) !important;
        max-width: 440px !important;
    }

    #infoSearch3 .siteSearchArea .searchver2-input {
        width: 275px !important;
    }

    #infoSearch3 .siteSearchArea .bootstrap-scope .IZ-select .IZ-select__input {
        border-radius: 50px;
        border-style: solid;
        border-width: 2px;
    }

    #infoSearch3 .serchleft {
        float: left;
        max-width: 540px;
        width: 100%;
        margin: 5px 15px auto 0px;
    }


    #infoSearch3 .jouhou_search {
        width: 240px;
        border-radius: 5px;
        padding: 5px 0px;
        position: absolute;
        right: 0px;
        top: -85px;
        font-size: 1.1rem;
    }


    #infoSearch3 .benribox02 h4 {
        padding: 0px 0px 0px 0px;
    }

    #infoSearch3 .serchright {
        float: left;
        max-width: 540px;
        width: 100%;
        margin: 0px auto 0px 20px;
        font-weight: bold;
    }


    #infoSearch3 .serach_btn_wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 30px;
        text-align: center;
    }

    .search_item {
        width: 165px;
    }


    @media screen and (max-width:767px) {

        #sagasu_Area {
            margin: 5px auto 25px;
        }

            #sagasu_Area .cont_title img {
                width: 135px;
            }

            #sagasu_Area .cont_title::before, #sagasu_Area .cont_title::after {
                width: 25%;
            }

            #sagasu_Area .cont_title::before {
                left: 15px;
            }

            #sagasu_Area .cont_title::after {
                right: 15px;
            }

            #sagasu_Area .cont_title .serch_text img {
                width: auto;
            }

        #tab {
            margin: 15px auto 0px;
        }

        #search_Tab {
            padding: 0px 5px;
        }

            #search_Tab h4 {
                margin-left: 0px;
                padding: 10px 5px;
                font-size: 0.9em;
            }

                #search_Tab h4.selected {
                    padding: 0px 5px;
                    margin-left: 0px;
                    font-size: 0.9em;
                }

        #infoSearch1 {
            padding-top: 20px;
        }

        #life_event {
            gap: 15px;
            justify-content: center;
        }

            #life_event li {
                max-width: 110px;
                max-height: 110px;
                font-size: 0.9em;
            }

            #life_event .life_05 {
                font-size: 0.78em;
            }

            #life_event .life_01 img {
                width: 40px;
            }

            #life_event .life_02 img {
                width: 30px;
            }

            #life_event .life_03 img {
                width: 50px;
            }

            #life_event .life_04 img {
                width: 60px;
            }

            #life_event .life_05 img {
                width: 35px;
            }

            #life_event .life_06 img {
                width: 40px;
            }

        #infoSearch2 .serch02 {
            margin-top: 25px;
            gap: 20px;
        }

        #infoSearch2 .btn_sagasu01 {
            width: 150px;
            height: 100px;
        }

        #infoSearch2 .btn_sagasu02 {
            width: 150px;
            height: 100px;
        }

        #infoSearch2 .soshiki {
            flex-direction: column;
            font-size: 1.0em;
            gap: 10px;
        }

            #infoSearch2 .soshiki img {
                width: 60px;
            }

        #infoSearch3 {
            padding: 20px 0px;
        }

            #infoSearch3 .input-group-append {
                margin-left: 0px;
            }

            #infoSearch3 .searchver2-input {
                width: 350px !important;
                height: 35px !important;
            }

            #infoSearch3 .serch_box {
                padding: 15px 0px !important;
            }

            #infoSearch3 .input-group-append svg {
                width: 35px;
                height: 35px;
            }

            #infoSearch3 .keyword_wrap {
                margin: 0px 5px;
                flex-direction: column;
                align-items: normal;
                padding: 10px 5px;
            }

            #infoSearch3 .keywordtitle {
                margin: 10px;
                padding: 5px 5px 5px 5px;
                border-radius: 5px;
            }

                #infoSearch3 .keywordtitle span {
                    margin: 0px 0px auto 5px;
                    padding: 5px 5px 14px 5px;
                }


        .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 h5 {
        padding: 0.8rem 0;
        margin-bottom: 0.2rem;
        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;
    }


    .lifeevent_itemwrap {
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        padding: 15px 0px;
        flex-wrap: wrap;
    }

        .lifeevent_itemwrap a {
            text-decoration: none;
        }

    .lifeevent_area {
        padding: 25px 0px 30px;
        margin: 30px auto;
    }

    .life_item {
        width: 125px;
        height: 125px;
        border-radius: 5px;
    }

        .life_item span {
            top: 92px;
            position: relative;
        }

    /*.life01 {
        background-image: url("../images/top1/life01.png");
        background-repeat: no-repeat;
        background-position: 30px 22px;
        text-align: center;
    }

    .life02 {
        background-image: url("../images/top1/life02.png");
        background-repeat: no-repeat;
        background-position: 30px 22px;
        text-align: center;
    }

    .life03 {
        background-image: url("../images/top1/life03.png");
        background-repeat: no-repeat;
        background-position: 38px 22px;
        text-align: center;
    }

    .life04 {
        background-image: url("../images/top1/life04.png");
        background-repeat: no-repeat;
        background-position: 44px 22px;
        text-align: center;
    }

    .life05 {
        background-image: url("../images/top1/life05.png");
        background-repeat: no-repeat;
        background-position: 30px 22px;
        text-align: center;
    }

    .life06 {
        background-image: url("../images/top1/life06.png");
        background-repeat: no-repeat;
        background-position: 40px 22px;
        text-align: center;
    }

    .life07 {
        background-image: url("../images/top1/life07.png");
        background-repeat: no-repeat;
        background-position: 40px 22px;
        text-align: center;
    }

    .life08 {
        background-image: url("../images/top1/life08.png");
        background-repeat: no-repeat;
        background-position: 38px 22px;
        text-align: center;
    }*/



    .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;
        }
    }

    /*:::::::::::::::::::::::::
 * よく見られるページ
 *::::::::::::::::::::::::*/
    #btn_Area {
        padding: 40px 0px 150px 0px;
        position: relative;
    }

        #btn_Area::after {
            content: '';
            position: absolute;
            bottom: 0px;
            height: 100%;
            width: 100vw;
            background-position: center -40px;
            background-size: cover;
            z-index: -1;
            border-radius: 0px 0px 50% 50%;
        }

        #btn_Area .cont_title {
            display: flex;
            justify-content: center;
        }

            #btn_Area .cont_title img {
                width: 335px;
            }

            #btn_Area .cont_title::before, #btn_Area .cont_title::after {
                content: '';
                position: absolute;
                top: 50%;
                display: inline-block;
                width: 30%;
                height: 1px;
                background-color: #4390b7;
            }

            #btn_Area .cont_title::before {
                left: 0;
            }

            #btn_Area .cont_title::after {
                right: 0;
            }

        #btn_Area .btn_area_wrap {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            max-width: 1350px;
            width: 100%;
            column-gap: 35px;
            row-gap: 50px;
            margin: 20px auto 10px auto;
            align-items: center;
            justify-content: center;
        }

        #btn_Area .btn_area_item {
            max-width: 250px;
            min-width: 250px;
            width: 100%;
            height: 85px;
            border-radius: 5px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            cursor: pointer;
        }

        #btn_Area a {
            font-size: 1.3em;
            font-weight: bold;
        }

    .btn_area_img {
        padding: 15px;
    }

    .about_sns_item {
        max-width: 340px;
        width: 100%;
        padding: 15px 0px;
    }

    .SNS_icon_area {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        padding: 5px 0px;
    }

    .SNS_icon {
        width: 63px;
        height: 63px;
        border: 1px solid #2169ac;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

    @media screen and (max-width:768px) {

        #btn_Area {
            padding: 40px 0px;
        }

            #btn_Area .cont_title {
                display: flex;
                justify-content: center;
                padding: 0px;
            }

                #btn_Area .cont_title img {
                    width: 220px;
                }

                #btn_Area .cont_title::before, #btn_Area .cont_title::after {
                    width: 15%;
                }

                #btn_Area .cont_title::before {
                    left: 15px;
                }

                #btn_Area .cont_title::after {
                    right: 15px;
                }

                #btn_Area .cont_title .serch_text img {
                    width: auto;
                }

            #btn_Area .btn_area_wrap {
                column-gap: 5px;
                row-gap: 20px;
            }

            #btn_Area a {
                font-size: 1.0em;
            }

            #btn_Area .btn_area_item {
                max-width: 180px;
                min-width: 180px;
                height: 60px;
            }

        .btn_area_img {
            padding: 5px;
        }
    }

    /*:::::::::::::::::::::::::
 * 新着情報（お知らせエリア）
 *::::::::::::::::::::::::*/
    @media screen and (min-width:1024px) {
        #new_Area_Title {
            width: 100%;
            padding: 0px 0px;
            position: relative;
            background: #F9F7EC 0% 0% no-repeat padding-box;
        }

            #new_Area_Title .cont_title {
                margin: 0px auto;
                display: flex;
                justify-content: center;
                position: relative;
            }

        #new_Area_Sec {
            width: 100%;
            padding: 0px 0px 120px;
            position: relative;
            background: #F9F7EC 0% 0% no-repeat padding-box;
            margin: 0px auto 0px 0px;
        }

        #new_Area {
            width: 1160px;
            padding: 20px 20px;
            position: relative;
            background-color: var(--background-color, #FFFFFF);
            /* min-height: 600px; */
        }

        .d_img {
            display: none;
        }

        #newTtlTab h3 {
            padding: 0px 0px 10px;
        }

        #newTtlTab {
            margin: 0px auto 0px;
            text-decoration: none;
            font-size: 1.2em;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            width: 100%;
            max-width: 980px;
            text-align: center;
        }

            #newTtlTab .selected {
                font-weight: bold;
                margin: 0px auto 0px;
                cursor: default;
                padding: 0px 0px 10px;
            }

        .tab_item {
            width: 100%;
            max-width: 252px;
        }

        #newTtlTab h3 span {
            padding: 3px 0 3px 5px;
            font-size: 1.303em;
            font-weight: bold;
            letter-spacing: 0.04em;
        }

            #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.8em;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            margin-left: 5px;
            font-size: 0.94em;
        }

        #newTtlTab h3 a.rss:focus {
            border: dashed #000 1px;
        }

        #newTtlTab span a {
            text-decoration: none;
        }
    }

    @media screen and (min-width:760px) and (max-width:1024px) {
        #new_Area_Title {
            padding: 0px 0px;
            position: relative;
            background: #F9F7EC 0% 0% no-repeat padding-box;
        }

            #new_Area_Title .cont_title {
                width: 100%;
                margin: 0px auto;
                display: flex;
                justify-content: center;
                position: relative;
            }

        #new_Area_Sec {
            /* min-height: 680px; */
            background-color: #F9F7EC;
            padding: 0px 0px 120px;
        }

        #new_Area {
            padding: 5px 5px;
        }

        .d_img {
            display: none;
        }

        #newTtlTab h3 {
            padding: 0px 0px 10px;
        }

        #newTtlTab {
            margin: 0px 10px 0px;
            text-decoration: none;
            font-size: 0.8em;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            width: 100%;
            max-width: 980px;
            text-align: center;
        }

            #newTtlTab .selected {
                font-weight: bold;
                margin: 0px auto 0px;
                cursor: default;
                padding: 0px 0px 10px;
            }

        .tab_item {
            width: 100%;
            max-width: 30%;
        }

        #newTtlTab h3 span {
            padding: 3px 0 3px 5px;
            font-size: 1.303em;
            font-weight: bold;
            letter-spacing: 0.04em;
        }

            #newTtlTab h3 span#tab3 {
                background-repeat: no-repeat;
                background-position: 7px center;
            }

        #newTtlTab h3 .rss {
            display: none;
        }

        #newTtlTab h3 a.rss:focus {
            border: dashed #000 1px;
        }

        #newTtlTab span a {
            text-decoration: none;
        }
    }

    @media screen and (max-width:760px) {
        #new_Area_Title {
            padding: 0px 0px;
            position: relative;
            background: #F9F7EC 0% 0% no-repeat padding-box;
        }

            #new_Area_Title .cont_title {
                margin: 0px auto;
                width: 100%;
                display: flex;
                justify-content: center;
                position: relative;
            }

        #new_Area_Sec {
            /* min-height: 680px; */
            background-color: #F9F7EC;
            padding: 0px 0px 120px;
        }

        #new_Area {
            padding: 5px 5px;
        }

        .d_img {
            display: none;
        }

        #newTtlTab h3 {
            padding: 0px 0px 10px;
        }

        #newTtlTab {
            margin: 0px 10px 0px;
            text-decoration: none;
            font-size: 0.8em;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            width: 100%;
            max-width: 980px;
            text-align: center;
        }

            #newTtlTab .selected {
                font-weight: bold;
                margin: 0px auto 0px;
                cursor: default;
                padding: 0px 0px 10px;
            }

        .tab_item {
            width: 100%;
            max-width: 30%;
        }

        #newTtlTab h3 span {
            padding: 3px 0 3px 5px;
            font-size: 1.303em;
            font-weight: bold;
            letter-spacing: 0.04em;
        }

            #newTtlTab h3 span#tab3 {
                background-repeat: no-repeat;
                background-position: 7px center;
            }

        #newTtlTab h3 .rss {
            display: none;
        }

        #newTtlTab h3 a.rss:focus {
            border: dashed #000 1px;
        }

        #newTtlTab span a {
            text-decoration: none;
        }
    }


    .sankakuN {
        position: relative;
    }

        .sankakuN ::after {
            border: 7px solid transparent;
            border-top-color: transparent;
            border-bottom-width: 7px;
            border-top-color: transparent;
            border-bottom-width: 7px;
            border-top-color: #C04501;
            border-bottom-width: 0;
            bottom: -10px;
            content: "";
            display: block;
            left: 50%;
            position: absolute;
            width: 0;
        }

        .sankakuN a::after {
            display: none !important;
        }

    #new_Area .fish_left {
        position: absolute;
        left: -135px;
        top: 95px;
    }

        #new_Area .fish_left img {
            width: 400px;
        }

    #new_Area .fish_right {
        position: absolute;
        right: -105px;
        top: 905px;
        z-index: 1;
    }

        #new_Area .fish_right img {
            width: 310px;
        }

    #new_Area .cont_title {
        margin: 0px auto;
        display: flex;
        justify-content: center;
        position: relative;
    }


    .newArea_wrap {
        max-width: 1160px;
        height: 551px;
        border-radius: 5px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        margin: 0px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px;
        gap: 50px;
        z-index: 1;
        position: relative;
    }

    #infoMain1 .listInfo {
        max-width: 980px;
        width: 100%;
        padding-bottom: 30px;
        margin: 0px auto;
        margin-top: 9px;
        border-radius: 0px 0px 10px 10px;
        /* box-shadow: 0px 3px 6px #3FAAD94F; */
        /* padding-left: 20px; */
        padding-top: 30px;
        /* padding-right: 20px; */
    }

    #infoMain1 {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -30px;
        padding-top: 20px;
        margin-bottom: 10px;
    }

        #infoMain1 ul li article {
            display: flex;
        }

        #infoMain1 .koushinDay {
            width: 50px !important;
        }

        /*#infoMain1 div.newTtl {
            padding: 0px 30px;
            font-weight: 500;
            line-height: 1.3;
        }*/

    @media screen and (min-width:1000px) {
        #infoMain1 .listInfo {
            max-width: 980px;
            width: 100%;
            padding-bottom: 30px;
            margin: 0px auto;
            margin-top: 9px;
            border-radius: 0px 0px 10px 10px;
            /* box-shadow: 0px 3px 6px #3FAAD94F; */
            padding-left: 20px;
            padding-top: 30px;
            /* padding-right: 20px; */
        }

        #infoMain1 {
            margin-left: 20px;
            margin-right: 20px;
            margin-top: -30px;
            padding-top: 20px;
            margin-bottom: 10px;
        }

            #infoMain1 ul li article {
                display: flex;
            }

            #infoMain1 .koushinDay {
                width: 80px !important;
            }

            /*#infoMain1 div.newTtl {
                padding: 0px 0px;
                font-weight: 500;
                line-height: 1.3;
            }*/
    }

    @media screen and (min-width:768px) {
        .listInfo {
            max-width: 980px;
            width: 100%;
            padding-bottom: 30px;
            margin: 0px auto;
            margin-top: 9px;
            border-radius: 0px 0px 10px 10px;
            /* box-shadow: 0px 3px 6px #3FAAD94F; */
            padding-left: 20px;
            padding-top: 30px;
            /* padding-right: 20px; */
        }

        #infoMain1 {
            margin-left: 20px;
            margin-right: 20px;
            margin-top: -30px;
            padding-top: 20px;
            margin-bottom: 10px;
        }

            #infoMain1 ul li article {
                display: flex;
            }

            #infoMain1 .koushinDay {
                width: 80px !important;
            }

            /*#infoMain1 div.newTtl {
                padding: 0px 0px;
                font-weight: 500;
                line-height: 1.3;
            }*/
    }


    .info {
        padding: 0px;
        width: 100%;
    }

    #new_Area .listInfo {
        max-height: 560px;
        /*overflow-y: scroll;*/
        margin: 0px 0px 40px 0px;
    }

    .info ul {
        padding: 2px 0px;
    }

    .listInfo ul li {
        line-height: 180%;
        padding: 10px 10px;
    }

    .info p.koushinDay {
        width: auto;
        float: left;
        min-width: 140px;
        text-indent: 1em;
        font-size: 1.0em;
        font-weight: bold;
        white-space: nowrap;
    }

        .info p.koushinDay .yr {
            display: none;
        }

    div.newTtl {
        float: left;
        padding: 0px 15px;
        width: calc(100% - 140px);
        font-size: 1.1em;
        font-weight: bold;
    }

        div.newTtl a {
            font-size: 1em;
        }

    .infoIchiran {
        width: 200px;
        border-radius: 25px;
        padding: 15px;
        text-align: center;
        margin: 40px auto 20px;
    }

        .infoIchiran a {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            font-size: 1.1em;
        }

            .infoIchiran a .fa-angles-right, .Ichiran a .fa-angles-right {
                padding: 0px 0px 0px 20px;
            }

    #newTtlNavi {
        padding: 2px 0px 0px 0px;
        margin: 0px;
    }

    .info01 {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        max-width: 100%;
        width: 100%;
    }

    .info ul#important {
        border-bottom: dotted 1px #999999;
    }

    .listInfo ul li.lastKiji {
        border-bottom: dotted 1px #DDDDDD;
    }

    .info p.eventDate {
        width: auto;
        float: left;
        min-width: 90px;
        text-indent: 1em;
        font-size: 0.9em;
    }

    div.newTtl .topCName {
        font-size: 0.8em;
    }

    /* 本日以降の予定を重複なし表示 */
    .eventDateDating {
        width: auto;
        float: left;
        min-width: 90px;
        text-indent: 0.5em;
        font-size: 0.9em;
    }

    .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.8em;
        }

    .eventDateDating .termTitle {
        font-size: 0.8em !important;
        margin-right: 5px !important;
        padding: 2px 0px 2px 3px !important;
        letter-spacing: 0.2em !important;
    }

    .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.9em;
        white-space: nowrap;
    }

    .info span.termTitle {
        font-size: 0.7em;
        margin-right: 5px;
        padding: 1px 3px;
    }


    .kohoIchiran {
        padding: 3px 2px 2px 10px;
        margin: 10px 0px 2px;
        font-size: 0.9em;
        width: 160px;
        border-radius: 15px;
    }

    span.newdspmark {
        margin-right: 4px;
    }

        span.newdspmark img {
            margin-right: 3px;
        }

    .listInfo p.nodata {
        text-align: center;
        padding: 10px 0px 10px 15px;
    }

    p.nodata {
        text-align: center;
    }

    /*:::::::::::::::::::::::::
 * ピックアップエリア
 *::::::::::::::::::::::::*/
#pickup_Area {
    position: relative;
}


    #pickup_Area::before {
        content: "";
        position: absolute;
        height: 80px;
        width: 100%;
        clip-path: polygon(50% 15%, 0% 100%, 100% 100%);
        background-color: #F1DED1;
        left: 0;
        top: -80px;
    }


.pickup_item {
    padding:40px 0px 0px;

}

#pickup_Area3 .picup_itemtext3 {
    width: 350px;
    height: 56px;
    background-color: var(--background-color,#C04501);
    color: var(--text-color,#FFFFFF);
    font-size: 1.4em;
    display: table-cell;
    vertical-align: middle;
    border-radius: 0 0 10px 10px;
    margin-left: 20px;
}

#pickup_Area3 .picup_itemtext3 a{
    color: #FFFFFF;
}

    @media screen and (min-width:1024px) {
        #pickup_Area_Title_margin {
            min-height: 150px;
            background: #F9F7EC 0% 0% no-repeat padding-box;
        }

        #pickup_Area_Title1 {
            width: 100%;
            padding: 0px 0px;
            position: relative;
            background: #F1DED1 0% 0% no-repeat padding-box;
            margin-top: 0;
            clip-path: polygon(0 100%, 50% 0, 100% 100%);
        }

            #pickup_Area_Title1 .cont_title {
                margin: 0px auto;
                display: flex;
                justify-content: center;
                position: relative;
                margin-top: -100px;
            }

        #pickup_Area_Title2 {
            width: 100%;
            padding: -0px 0px;
            position: relative;
            background: #F1DED1 0% 0% no-repeat padding-box;
        }

            #pickup_Area_Title2 .cont_title {
                margin: -3.9px auto;
                display: flex;
                justify-content: center;
                position: relative;
            }

        #pickup_Area {
            width: 100%;
            min-height: 300px;
            padding: 30px 0px 0px;
            position: relative;
            background: #F1DED1 0% 0% no-repeat padding-box;
            margin: 0px auto;
            text-align: center;
        }

            #pickup_Area ul li {
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                /* height: 80px; */
                font-size: 0.8em;
                padding: 5px 25px 5px 25px;
            }

            #pickup_Area .picup_itemtext {
                width: 260px;
                height: 50px;
                background-color: var(--background-color,#FFFFFF);
                color: var(--text-color,#333333);
                font-size: 1.3em;
                display: table-cell;
                vertical-align: middle;
            }

        #picup_item11 {
            width: 260px;
            height: 180px;
            background: url("../images/top1/pickupitem1.png") no-repeat center center;
        }

        #picup_item12 {
            width: 260px;
            height: 180px;
            background: url("../images/top1/pickupitem2.png") no-repeat center center;
        }

        #picup_item13 {
            width: 260px;
            height: 180px;
            background: url("../images/top1/pickupitem3.png") no-repeat center center;
        }

        #picup_item14 {
            width: 260px;
            height: 180px;
            background: url("../images/top1/pickupitem4.png") no-repeat center center;
        }

        #pickup_Area2_Title_margin {
            min-height: 150px;
            background: #F1DED1 0% 0% no-repeat padding-box;
        }


        #pickup_Area2 {
            width: 100%;
            min-height: 200px;
            padding: 0px 0px;
            position: relative;
            background: #F9F7EC 0% 0% no-repeat padding-box;
            margin: 0px auto;
            text-align: center;
        }

            #pickup_Area2 ul li {
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                font-size: 0.8em;
                padding: 5px 25px 5px 25px;
                margin-top: -100px;
            }

        #picup_item21 {
            width: 248px;
            height: 218px;
            margin-top: -109px;
        }

        #picup_item22 {
            width: 248px;
            height: 218px;
            background: url("../images/top1/calendar.png") no-repeat center center;
            margin-top: -109px;
        }

        #picup_item23 {
            width: 248px;
            height: 218px;
            background: url("../images/top1/faq.png") no-repeat center center;
            margin-top: -109px;
        }

        #pickup_Area3 {
            width: 100%;
            min-height: 450px;
            padding: 0px 0px 20px 0px;
            position: relative;
            background: #F9F7EC 0% 0% no-repeat padding-box;
            margin: 0px auto;
            text-align: center;
        }

            #pickup_Area3 ul li {
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                font-size: 0.8em;
                padding: 5px 25px 5px 25px;
                margin-bottom: 70px;
            }

        #picup_item31 {
            width: 350px;
            height: 189px;
            background: url("../images/top1/undercontent1.png") no-repeat center center;
        }

        #picup_item32 {
            width: 350px;
            height: 189px;
            background: url("../images/top1/undercontent2.png") no-repeat center center;
        }

        #picup_item33 {
            width: 350px;
            height: 189px;
            background: url("../images/top1/undercontent3.png") no-repeat center center;
        }
    }

    @media screen and (min-width:805px) and (max-width:1024px) {
        #pickup_Area3 {
            min-height: 660px;
        }
    }
    @media screen and (min-width:760px) and (max-width:804px) {
        #pickup_Area3 {
            min-height: 900px;
        }
    }

    @media screen and (min-width:760px) and (max-width:1024px) {
        #pickup_Area_Title_margin {
            min-height: 150px;
            background: #F9F7EC 0% 0% no-repeat padding-box;
        }

        #pickup_Area_Title1 {
            width: 100%;
            padding: 0px 0px;
            position: relative;
            background: #F1DED1 0% 0% no-repeat padding-box;
            margin-top: 0;
            clip-path: polygon(0 100%, 50% 0, 100% 100%);
        }

            #pickup_Area_Title1 .cont_title {
                margin: 0px auto;
                display: flex;
                justify-content: center;
                position: relative;
                margin-top: -100px;
            }

        #pickup_Area_Title2 {
            width: 100%;
            padding: -0px 0px;
            position: relative;
            background: #F1DED1 0% 0% no-repeat padding-box;
        }

            #pickup_Area_Title2 .cont_title {
                margin: -4px auto;
                display: flex;
                justify-content: center;
                position: relative;
            }

        #pickup_Area {
            width: 100%;
            min-height: 400px;
            padding: 0px 0px;
            position: relative;
            background: #F1DED1 0% 0% no-repeat padding-box;
            margin: 0px auto;
            text-align: center;
        }

            #pickup_Area ul li {
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                height: 250px;
                font-size: 0.8em;
                padding: 5px 25px 5px 25px;
            }

            #pickup_Area .picup_itemtext {
                width: 260px;
                height: 50px;
                background-color: var(--background-color,#FFFFFF);
                color: var(--text-color,#333333);
                font-size: 1.3em;
                display: table-cell;
                vertical-align: middle;
            }

        #picup_item11 {
            width: 260px;
            height: 180px;
            background: url("../images/top1/pickupitem1.png") no-repeat center center;
        }

        #picup_item12 {
            width: 260px;
            height: 180px;
            background: url("../images/top1/pickupitem2.png") no-repeat center center;
        }

        #picup_item13 {
            width: 260px;
            height: 180px;
            background: url("../images/top1/pickupitem3.png") no-repeat center center;
        }

        #picup_item14 {
            width: 260px;
            height: 180px;
            background: url("../images/top1/pickupitem4.png") no-repeat center center;
        }

        #pickup_Area2_Title_margin {
            min-height: 150px;
            background: #F1DED1 0% 0% no-repeat padding-box;
        }


        #pickup_Area2 {
            width: 100%;
            min-height: 100px;
            padding: 0px 0px;
            position: relative;
            background: #F9F7EC 0% 0% no-repeat padding-box;
            margin: 0px auto;
            text-align: center;
        }

            #pickup_Area2 ul li {
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                font-size: 0.8em;
                margin-top: -100px;
            }

                #pickup_Area2 ul li img {
                    /*width: 80%;*/
                }

        #picup_item21 {
            width: 248px;
            height: 218px;
            margin-top: -109px;
        }

        #picup_item22 {
            width: 248px;
            height: 218px;
            background: url("../images/top1/calendar.png") no-repeat center center;
            margin-top: -109px;
        }

        #picup_item23 {
            width: 248px;
            height: 218px;
            background: url("../images/top1/faq.png") no-repeat center center;
            margin-top: -109px;
        }

        #pickup_Area3 {
            width: 100%;
            padding: 0px 0px;
            position: relative;
            background: #F9F7EC 0% 0% no-repeat padding-box;
            margin: 0px auto;
            text-align: center;
        }

            #pickup_Area3 ul li {
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                font-size: 0.8em;
                padding: 5px 25px 5px 25px;
            }

        #picup_item31 {
            width: 350px;
            height: 189px;
            background: url("../images/top1/undercontent1.png") no-repeat center center;
        }

        #picup_item32 {
            width: 350px;
            height: 189px;
            background: url("../images/top1/undercontent2.png") no-repeat center center;
        }

        #picup_item33 {
            width: 350px;
            height: 189px;
            background: url("../images/top1/undercontent3.png") no-repeat center center;
        }
    }

    @media screen and (max-width:760px) {
        #pickup_Area_Title_margin {
            min-height: 150px;
            background: #F9F7EC 0% 0% no-repeat padding-box;
        }

        #pickup_Area_Title1 {
            /* width: 1366px; */
            height: 100px;
            padding: 30px 0px 0px 0px;
            position: relative;
            background: #F1DED1 0% 0% no-repeat padding-box;
            margin-top: -100px;
            clip-path: polygon(0 66%, 50% 0, 100% 66%);
        }

            #pickup_Area_Title1 .cont_title {
                margin: 0px auto;
                display: flex;
                justify-content: center;
                position: relative;
            }

        #pickup_Area_Title2 {
            /*width: 1366px;*/
            padding: 0px 0px;
            position: relative;
            background: #F1DED1 0% 0% no-repeat padding-box;
            margin-top: -34.3px;
        }

            #pickup_Area_Title2 .cont_title {
                margin: -4px auto;
                display: flex;
                justify-content: center;
                position: relative;
            }

        #pickup_Area {
            /* width: 1366px; */
            min-height: 400px;
            padding: 0px 2px;
            position: relative;
            background: #F1DED1 0% 0% no-repeat padding-box;
            margin: 0px auto;
            text-align: center;
        }

            #pickup_Area ul li {
                display: inline-block;
                /* vertical-align: middle; */
                text-align: center;
                /* height: 80px; */
                font-size: 0.8em;
                padding: 5px 5px 5px 5px;
            }

            #pickup_Area .picup_itemtext {
                width: 170px;
                height: 60px;
                background-color: var(--background-color,#FFFFFF);
                color: var(--text-color,#333333);
                font-size: 1em;
                display: table-cell;
                vertical-align: middle;
            }

        #picup_item11 {
            width: 170px;
            height: 124px;
            background: url("../images/top1/pickupitem1_SP.png") no-repeat center center;
        }

        #picup_item12 {
            width: 170px;
            height: 124px;
            background: url("../images/top1/pickupitem2_SP.png") no-repeat center center;
        }

        #picup_item13 {
            width: 170px;
            height: 124px;
            background: url("../images/top1/pickupitem3_SP.png") no-repeat center center;
        }

        #picup_item14 {
            width: 170px;
            height: 124px;
            background: url("../images/top1/pickupitem4_SP.png") no-repeat center center;
        }

        #pickup_Area2_Title_margin {
            min-height: 80px;
            background: #F1DED1 0% 0% no-repeat padding-box;
        }

        #pickup_Area2 {
            /* width: 1366px; */
            min-height: 100px;
            padding: 0px 0px;
            position: relative;
            background: #F9F7EC 0% 0% no-repeat padding-box;
            margin: 0px auto;
            text-align: center;
        }

            #pickup_Area2 ul li {
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                font-size: 0.8em;
                /* padding: 5px 25px 5px 25px; */
                margin-top: -50px;
            }

        #picup_item21 {
            width: 248px;
            height: 218px;
            margin-top: -109px;
        }

        #picup_item22 {
            width: 248px;
            height: 218px;
            background: url("../images/top1/calendar.png") no-repeat center center;
            margin-top: -109px;
        }

        #picup_item23 {
            width: 248px;
            height: 218px;
            background: url("../images/top1/faq.png") no-repeat center center;
            margin-top: -109px;
        }

        #pickup_Area3 {
            /* width: 1366px; */
            /*min-height: 930px;*/
            padding: 0px 0px 60px;
            position: relative;
            background: #F9F7EC 0% 0% no-repeat padding-box;
            margin: 0px auto;
            text-align: center;
        }

            #pickup_Area3 ul li {
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                font-size: 0.8em;
                padding: 5px 5px 5px 5px;
            }

        #picup_item31 {
            width: 350px;
            height: 189px;
            background: url("../images/top1/undercontent1.png") no-repeat center center;
        }

        #picup_item32 {
            width: 350px;
            height: 189px;
            background: url("../images/top1/undercontent2.png") no-repeat center center;
        }

        #picup_item33 {
            width: 350px;
            height: 189px;
            background: url("../images/top1/undercontent3.png") no-repeat center center;
        }
    }

    @media screen and (max-width:760px) {

        #new_Area {
            /* padding: 0 0 0 0; */
        }

            #new_Area .cont_title {
                display: flex;
                justify-content: center;
                padding: 0px;
            }

                #new_Area .cont_title h3 {
                    width: 210px;
                }

                #new_Area .cont_title::before, #new_Area .cont_title::after {
                    width: 13%;
                }

                #new_Area .cont_title::before {
                    left: 10px;
                }

                #new_Area .cont_title::after {
                    right: 10px;
                }

                #new_Area .cont_title .serch_text img {
                    width: auto;
                }

            #new_Area .fish_left {
                position: absolute;
                left: -120px;
                top: 125px;
            }

                #new_Area .fish_left img {
                    width: 235px;
                }

            #new_Area .fish_right {
                position: absolute;
                right: -70px;
                top: 91%;
            }

                #new_Area .fish_right img {
                    width: 220px;
                }

        .newArea_wrap {
            margin: 0px 5px;
            flex-wrap: wrap;
            padding: 15px;
        }

        #new_Area .listInfo {
            margin: 0px 0px 15px 0px;
        }

            #new_Area .listInfo ul li {
                line-height: normal;
                /* padding: 5px 10px; */
            }

        div.newTtl {
            float: none;
            width: auto;
            padding: 0px;
            font-size: 0.9em;
        }

        .info p.koushinDay {
            float: none;
            width: 90%;
            font-size: 0.75em;
            text-indent: unset;
        }

        .infoIchiran {
            margin: 15px auto 20px;
            padding: 10px;
        }
    }


    /*:::::::::::::::::::::::::
 * aboutエリア（宗像市を知る）
 *::::::::::::::::::::::::*/

    #about_area {
        background-position: center 0px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        min-height: 100%;
        height: auto;
        margin: 40px auto 25px;
        padding: 50px 0px;
    }


        #about_area .cont_title::before, #about_area .cont_title::after {
            content: '';
            position: absolute;
            top: 50%;
            display: inline-block;
            width: 30%;
            height: 1px;
            background-color: #4390b7;
            z-index: -1
        }

        #about_area .cont_title::before {
            left: 0;
        }

        #about_area .cont_title::after {
            right: 0;
        }

        #about_area .cont_title img {
            width: 225px;
        }

        #about_area .munakata_map {
        }

            #about_area .munakata_map img {
                position: absolute;
                top: -85px;
                right: 0px;
            }

        #about_area .cont_title {
            display: flex;
            justify-content: center;
        }

            #about_area .cont_title img {
                position: relative;
                z-index: 1;
            }

    .about_item_area .about_btn_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 85%;
        max-width: 1200px;
        margin: 50px auto 0px;
        justify-content: space-around;
        position: relative;
        z-index: 1;
    }

        .about_item_area .about_btn_wrap .about_btn_item img {
            width: 350px;
        }

    .about_item_area .about_btn_wrap02 {
        width: 100%;
        max-width: 1101px;
        margin: 50px auto;
    }

    .about_btn_wrap02 .about_btn_col_wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .about_btn_ban_SP {
        display: none;
    }


    /*★ひとのうごき */
    .about_ugoki_area {
        max-width: 600px;
        width: 100%;
    }

        .about_ugoki_area .about_ugoki_wrap {
            padding: 10px 15px 20px 15px;
        }

        .about_ugoki_area .ugoki_title {
            text-align: center;
            margin: 0px auto 15px;
            padding: 0px 0px 5px;
        }

            .about_ugoki_area .ugoki_title img {
                width: 195px;
            }

    .ugoki_title h5 {
        margin-bottom: 0;
        color: #0a5083;
        font-size: 24px;
    }

    .ugoki_title span {
        font-size: 1em;
        color: #333;
    }

    .about_ugoki_area .ugoki_naiyo {
        margin-top: 20px;
    }

    #ugkTxt {
        padding: 0px 20px 15px 20px;
        margin: 0px auto;
    }

        #ugkTxt .ugoki_item {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: flex-start;
        }

        #ugkTxt dl {
            text-align: center;
            width: 33%;
            margin: 0;
        }

        #ugkTxt dt {
            position: relative;
            margin-bottom: 60px;
        }

            #ugkTxt dt.pop {
                background: url("../images/top1/Product-Icons.png") no-repeat center center;
                height: 50px;
                background-size: 50px;
            }

            #ugkTxt dt.setai {
                background: url("../images/top1/home.png") no-repeat center center;
                height: 50px;
                background-size: 50px;
            }

            #ugkTxt dt.birth {
                background: url("../images/top1/Layer.png") no-repeat center center;
                height: 50px;
                background-size: 50px;
            }

            #ugkTxt dt span {
                font-size: 1.3em;
                position: absolute;
                bottom: -30px;
                left: 0;
                right: 0;
                font-weight: bold;
                color: #0a5083;
            }

        #ugkTxt .birth span {
            font-size: 1.2em;
            bottom: -53px;
        }

        #ugkTxt dd {
            margin: 0;
        }

            #ugkTxt dd .nval {
                color: #0a5083;
                font-size: 2.1em;
                margin-right: 5px;
            }

            #ugkTxt dd .nunit {
                color: #0a5083;
                font-size: 1.2em;
                align-self: flex-end;
                margin-bottom: 8px;
            }

        #ugkTxt .ugoki_item dd.pop,
        #ugkTxt .ugoki_item dd.setai,
        #ugkTxt .ugoki_item dd.birth {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: baseline;
        }

    .Ichiran_ugoki {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 285px;
        border-radius: 5px;
        padding: 15px;
        text-align: center;
        margin: 0px auto 5px;
        font-size: 1em;
    }

    /*電子市役所・手続きナビ*/
    .about_btn_wrap03 {
        max-width: 1100px;
        margin: 50px auto;
    }

        .about_btn_wrap03 .navi_title {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 90px;
            margin-bottom: 20px;
        }

    .navi_title img {
        max-width: 405px;
        width: 100%;
        height: auto;
    }

    .about_btn_wrap03 .btn_item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 10px auto;
        max-width: 920px;
        row-gap: 30px;
        column-gap: 20px;
        padding: 15px;
        font-size: 1.2em;
        letter-spacing: 1.4px;
    }

    .btn_item span {
        width: calc(33.333% - 14px);
        position: relative;
    }

    .btn_item a {
        display: flex;
        align-items: center;
        width: 100%;
        font-weight: bold;
        position: relative;
    }

    /* 矢印アイコンの追加 */
    .btn_item .fa-circle-chevron-right {
        margin-right: 10px;
        text-decoration: none;
    }

    @media screen and (max-width:760px) {

        #about_area {
        }

            #about_area .cont_title {
                display: flex;
                justify-content: center;
                padding: 0px;
            }

                #about_area .cont_title h3 {
                    width: 170px;
                }

                #about_area .cont_title::before, #about_area .cont_title::after {
                    width: 20%;
                }

                #about_area .cont_title::before {
                    left: 20px;
                }

                #about_area .cont_title::after {
                    right: 20px;
                }

            #about_area .munakata_map img {
                width: 250px;
                top: 125px;
                right: 0%;
                z-index: -1;
            }


        .about_item_area .about_btn_wrap {
            margin-top: 150px;
        }

        .about_item_area .about_btn_wrap02 {
            margin: 15px auto;
        }

        .about_btn_event img {
            max-width: 313px;
            width: 313px;
        }

        .about_btn_ban {
            display: none;
        }

        .about_btn_ban_SP {
            display: block;
        }

        .about_ugoki_area {
            width: 95%;
            margin: 0 auto;
            border-radius: 5px;
        }

            .about_ugoki_area .about_ugoki_wrap {
                padding: 10px 5px 15px;
            }

        .ugoki_title {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px dotted #ccc;
        }

            .ugoki_title h5 {
                margin: 0 0 5px;
                font-size: 18px;
            }

            .ugoki_title img {
                width: 140px;
                max-width: 45%;
            }

            .ugoki_title span {
                font-size: 0.8em;
                display: block;
            }

        .about_ugoki_area .ugoki_naiyo {
            margin-top: 10px;
        }

        #ugkTxt {
            margin: 0 auto;
            padding: 0 5px;
        }

            #ugkTxt .ugoki_item {
                flex-direction: row;
                justify-content: space-between;
                align-items: flex-start;
            }

            #ugkTxt dl {
                width: 32%;
                margin: 0;
            }

            #ugkTxt dt {
                margin-bottom: 35px;
            }

                #ugkTxt dt.pop,
                #ugkTxt dt.setai,
                #ugkTxt dt.birth {
                    background-size: 30px;
                    height: 35px;
                }

                #ugkTxt dt span {
                    font-size: 0.8em;
                    bottom: -20px;
                }

            #ugkTxt .birth span {
                font-size: 0.75em;
                bottom: -30px;
                line-height: 1.2;
            }

            #ugkTxt dd .nval {
                font-size: 1.2em;
            }

            #ugkTxt dd .nunit {
                font-size: 0.8em;
                margin-bottom: 2px;
            }

        .Ichiran_ugoki {
            width: 70%;
            max-width: 220px;
            padding: 8px;
            margin: 15px auto 5px;
            border-radius: 5px;
        }

        .about_btn_wrap03 {
            margin: 25px auto 0px;
            width: 95%;
        }

        .btn_item span {
            width: 100%;
        }

        .about_btn_wrap03 .navi_title {
            margin-bottom: 0px;
            height: 60px;
        }

        .navi_title img {
            width: 325px;
        }

        .about_btn_wrap03 .btn_item {
            margin: 0px auto;
            row-gap: 15px;
            column-gap: 0px;
            padding: 15px;
            font-size: 1.0em;
        }
    }



    /*:::::::::::::::::::::::::
* 広報エリア
*::::::::::::::::::::::::*/

    /* 広報誌start */
    #kouhou_area {
    }

        #kouhou_area .kouhou_title {
            position: relative;
            max-width: 1200px;
            width: 100%;
            margin: 15px auto;
            display: flex;
            justify-content: center;
        }

            #kouhou_area .kouhou_title::before, #kouhou_area .kouhou_title::after {
                content: '';
                position: absolute;
                top: 50%;
                display: inline-block;
                width: 30%;
                height: 1px;
                background-color: #4390b7;
            }

            #kouhou_area .kouhou_title::before {
                left: 0;
            }

            #kouhou_area .kouhou_title::after {
                right: 0;
            }

            #kouhou_area .kouhou_title img {
                width: 180px;
            }

    .kouhou_cont_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        max-width: 1200px;
        width: 100%;
        margin: 100px auto;
        gap: 30px;
    }

    .kouhou_wrap {
        max-width: 540px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .kouhou_cont {
        width: 100%;
    }

        .kouhou_cont .cont_title {
            display: flex;
            justify-content: center;
            margin: 15px auto;
        }

            .kouhou_cont .cont_title img {
                width: 178px;
            }

    .kouhou_item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

        .kouhou_item .img {
            background-color: #FFF;
            text-align: center;
            padding: 5px
        }

            .kouhou_item .img img {
                border: none;
                max-width: 175px;
                width: 100%;
                object-fit: cover;
                object-position: top;
            }

        .kouhou_item .kijiTtk {
            margin: 0px auto;
            max-width: 180px;
            margin-top: 10px;
        }

        .kouhou_item span {
            font-size: 1.0em;
        }

        .kouhou_item svg {
            font-size: 1.1em;
        }

    /* Youtubeタグ */
    .img .youtubeImage {
        max-width: 250px;
    }

    .img img {
        width: 128px;
    }

    .img .youtubeImage iframe {
        max-width: 100% !important;
        max-height: 200px !important;
    }

    .naiyo img {
        float: left;
        vertical-align: middle;
        margin: 5px;
    }

    .naiyo {
        margin: 15px auto;
    }
    /* Youtubeタグ */

    .saishin {
        width: 160px;
        text-align: center;
        border: 1px solid #075b92;
    }

    .kouhou_cont .Ichiran {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 220px;
        border-radius: 25px;
        padding: 15px;
        text-align: center;
        margin: 40px auto;
        font-size: 1.1em;
    }


    /* 広報誌end */

    /* インスタスライド */

    .title_insta {
        text-align: center;
    }

    .insta_area {
        padding: 0px !important;
        margin: 30px auto 0px;
    }

    .kouhou_cont_wrap .insta_wrap {
        max-width: 540px;
        width: 100%;
    }

    .insta_wrap .cont_title {
        display: flex;
        justify-content: center;
        margin: 15px auto;
    }

        .insta_wrap .cont_title img {
            width: 300px;
        }


    #insta_area .Ichiran {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 220px;
        border-radius: 25px;
        padding: 15px;
        text-align: center;
        margin: 40px auto;
        font-size: 1.1em;
    }

    /* インスタスライド */


    @media screen and (max-width:760px) {

        #kouhou_area {
        }

            #kouhou_area .kouhou_title {
                display: flex;
                justify-content: center;
                padding: 0px;
            }

                #kouhou_area .kouhou_title h3 {
                    width: 160px;
                }

                #kouhou_area .kouhou_title::before, #kouhou_area .kouhou_title::after {
                    width: 13%;
                }

                #kouhou_area .kouhou_title::before {
                    left: 10px;
                }

                #kouhou_area .kouhou_title::after {
                    right: 10px;
                }

        .kouhou_cont_wrap {
            margin: 25px auto;
            width: 95%
        }

        .kouhou_wrap {
            margin-bottom: 20px;
        }

        .kouhou_item .img {
            width: 160px;
        }

        .kouhou_item .kijiTtk {
            max-width: 120px;
            font-size: 0.8em;
        }

        .insta_wrap .cont_title {
            padding: 0px;
            width: 230px;
        }

        .title_insta img {
            width: 320px;
        }
    }

    /*:::::::::::::::::::::::::
* バナーエリア
*::::::::::::::::::::::::*/

    #kanrenbanArea .cont_title {
        display: flex;
        justify-content: center;
        padding: 20px 0px;
    }

        #kanrenbanArea .cont_title img {
            width: 160px;
        }

    .bosyu {
        position: absolute;
        right: 0;
    }

        .bosyu a {
            font-size: 1.1em;
            text-decoration: none;
            font-weight: bold;
            display: flex;
            align-items: center;
        }

            .bosyu a i {
                margin-right: 5px;
            }

    #bankijislider_Bunruisiteban .slick-dots {
        display: block !important;
        bottom: -40px;
    }

        #bankijislider_Bunruisiteban .slick-dots li button:before {
            font-family: 'slick';
            font-size: 10px;
            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;
        }

        #bankijislider_Bunruisiteban .slick-dots li.slick-active button:before {
            opacity: 0.7;
        }

    .slick-prev, .slick-next {
        z-index: 5;
    }

    .koukokuban {
        padding: 20px 0px 30px 0px;
    }

        .koukokuban .textBan {
            width: 160px;
            height: 50px;
        }

    @media screen and (max-width:768px) {

        #kanrenbanArea {
            padding: 20px 0px 10px;
        }

            #kanrenbanArea .cont_title {
                padding: 5px 0px;
            }

            #kanrenbanArea .koukokuban .cont_title {
                display: block;
                padding: 5px 0px;
            }

        .koukokuban {
            margin: 10px auto !important;
        }

        .bosyu {
            justify-items: center;
            position: relative;
            padding: 10px 0px;
        }
    }


    /*:::::::::::::::::::::::::
 * ★テキストボタン
 *::::::::::::::::::::::::*/
    .text_btn {
        border: 1px solid #4AB1BC;
        font-weight: bold;
        padding: 10px;
        margin: 8px 0px 0px;
    }

        .text_btn a {
            text-decoration: none;
            padding: 0px 0px 0px 70px;
        }




    /*:::::::::::::::::::::::::
*町政情報  
*::::::::::::::::::::::::*/


    .boxArea {
        margin: 30px 0px 15px 10px;
        padding: 0px;
        float: left;
        width: 23%;
    }

        .boxArea .waku {
            box-sizing: border-box;
            padding: 0px;
            margin: 0 auto;
            min-height: 267px;
        }

    .boxArea02 {
        margin: 30px 0px 15px 10px;
        padding: 0px;
        float: left;
        width: 320px;
    }

        .boxArea02 .waku {
            border: 1px solid #cccccc;
            box-sizing: border-box;
            padding: 0px;
            margin: 0 auto;
            min-height: 230px;
        }


    .naiyo ul {
        margin: 15px 0px;
    }


    .boxArea ul li::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0da";
        font-weight: bold;
        left: 5px;
        color: #555555;
        margin: 0px 0px 0px 10px;
        padding: 10px 5px;
        line-height: 2em;
    }


    #mymenu_area {
        min-height: 100px;
    }

    #mymenutitile {
        font-weight: bold;
        padding: 15px 0px 0px 15px;
        text-align: center;
        font-size: 1.2em;
    }

        #mymenutitile h3 span {
            border-left: 5px solid #ffffff;
            padding: 0px 8px;
            font-weight: bold;
        }

    .mymenu {
        margin: 15px;
        padding: 9px 0px 7px 15px;
        text-align: center;
    }

    /* バナー広告 */

    .koukokuban {
        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.9em;
            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.1em;
    }

    #koukokubanHeader h4 {
        border-left: 5px solid #79c06e;
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        font-size: 1.1em;
    }


    #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.9em;
    }

    #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.1em;
    }

    #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 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.imgBan,
    li.imgBan {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 10px 5px 5px;
        float: left;
    }

        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
        p.imgBan img,
        li.imgBan img {
            display: block;
        }

    /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.textBan,
    li.textBan {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 10px 5px 5px;
    }
        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
        p.textBan span,
        li.textBan span {
            display: table;
            border: solid 1px #CCCCCC;
            width: 260px;
            height: 90px;
            box-sizing: border-box;
            line-height: 1.1em;
            text-align: center;
            overflow: hidden;
        }
            /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
            p.textBan span a,
            li.textBan span a {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                text-decoration: none;
            }

    /* banスライダーのテキストバナー内の別ウィンドウで開くアイコン画像 */
    .textBan .textBan_newWinOpn {
        width: 10px;
        height: 9px;
    }
    /* フローティングバナー */
    div#fBanArea {
        width: 100%;
        font-size: 0.9em;
        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.2em;
        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 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.imgBanfl,
    li.imgBanfl {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 7px 10px 0px;
    }
        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
        p.imgBanfl img,
        li.imgBanfl img {
            display: block;
        }

    /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.textBanfl,
    li.textBanfl {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 20px 10px 0px;
    }
        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><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 アクセシビリティ対応 <div><p>→<ul><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.9em;
    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: 999;
        text-decoration: none;
        position: absolute;
        max-width: 300px;
        left: -1000em;
        top: 0;
        font-weight: bold;
        text-align: center;
        font-size: 125%;
        /zoom:1;
    }

        .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;
        }

    /*:::::::::::::::::::::::::
 * あなたが最近チェックしたページ
 *::::::::::::::::::::::::*/
    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.9em;
        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.1em;
        font-weight: bold;
        padding-left: 10px;
        border-left: 5px solid #cccccc;
    }

    #browsinghistory_rmv {
        float: right;
        padding-right: 5px;
        font-size: 0.9em;
    }



    /*:::::::::::::::::::::::::
 * レスポンシブル用
 *::::::::::::::::::::::::*/


    @media screen and (max-width:1100px) {
        /* タブレット用のスタイル記述 */
        img {
            /* max-width: 100%; */
            height: auto;
            width /***/: auto;
        }

        #slidArea {
            width: 100%;
            margin: 0px auto;
            float: none;
        }


        .mainBlock {
            margin: 0px auto 0px;
            padding-top: 5px;
        }


        /* サイト内検索 */
        #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) {*/
    /* タブレット用のスタイル記述 */

    /*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) {
        /* スマートフォン用のスタイル記述 */

        .menuitem02 {
            margin: 15px auto 0px;
        }

        #slidArea {
            width: 100%;
            margin: 0px auto;
        }

        #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;
        }

        .benribox02 {
            width: auto;
        }

        #benri_btn {
            margin: 0px 5px;
        }

        .kanrenban {
            margin: 15px auto;
        }

        #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.9em;
            cursor: pointer;
            width: 100%;
        }

        .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.9em;
            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;
        }

        #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) {
        /* スマートフォン用のスタイル記述 */

    }

    /* パーソナライズ */
    .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.2em;
        }

        #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: block;
        }
    }

    .conttitle {
        padding: 20px 0px;
    }

    /*:::::::::::::::::::::::::
 * 記事スライダー
 *::::::::::::::::::::::::*/
    #banSlide {
        width: 100%;
        margin: 40px auto 0px auto;
    }

    #ban_slide_set {
        padding: 0px 0px 0px;
        z-index: -2;
        position: relative;
    }

    @media screen and (min-width:1025px) {
        #banSlide #ban_slide_set li img {
        }
    }
    /* タブレット用 */
    @media screen and (max-width:1024px) {
        #banSlide #ban_slide_set li img {
            width: 100%;
            margin: 0px;
        }
    }
    /* スマホ用 */
    @media screen and (max-width:767px) {
        #banSlide #ban_slide_set li img {
            width: 100%;
            margin: 0px;
        }
    }

    @media screen and (max-width:380px) {
        #banSlide #ban_slide_set li img {
            width: 100%;
            margin: 0px;
            height: auto;
        }
    }

    /* 記事スライダーの画像 */
    #ban_slide_set img {
        margin: 0px auto;
        width: 280px !important;
        height: 200px;
        object-fit: cover;
        border: 1px solid #ccc !important;
    }

    #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;
    }

    /* スライダーの前・次ボタンの位置 */
    #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.9em;
        width: 280px;
        text-align: right;
    }
    /* タイトル */
    #ban_slide_set .kiji_title {
        margin: 0px auto;
        font-size: 1em;
        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.9em;
        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: 10px;
            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);
    }
*/
    /* 真ん中以外を小さくする */
    /*
#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 {
        }
    }
    /* タブレット用 */
    @media screen and (max-width:1024px) {
        #banSlide_event #ban_slide_set_event li img {
            width: 100%;
            margin: 0px;
        }
    }
    /* スマホ用 */
    @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スライダーの画像 */
    #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;
    }
    /* スライダーの前・次ボタンの位置 */
    #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.9em;
        width: 280px;
    }
    /* タイトル */
    #ban_slide_set_event .kiji_title {
        margin: 0px auto;
        font-size: 1em;
        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.9em;
        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;
            align-content: center;
        }

    .slick_toggle {
        width: 20px;
        font-size: 12px;
        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: translate(0, 50px);
        transition: all 1500ms;
    }

        .fadein.scrollin {
            opacity: 1;
            transform: translate(0, 0);
        }

    /* お天気情報 start */
    #wthHiduke {
        text-align: center;
        font-size: 1em;
    }

    #contentsWth {
        width: 100%;
        font-size: 0.9em;
    }

    .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.8em;
        }

    #contentsWth .title {
        font-size: 0.9em;
    }

    #contentsWth .maxtemp {
        font-size: 0.9em;
    }

    #contentsWth .mintemp {
        font-size: 0.9em;
    }
    /* お天気情報 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 {
        /*設置する親要素ページ全体ならbodyなど*/
        position: relative;
        height: 100vh;
        margin: 0;
        padding: 0;
    }

    .testcontents {
        /*サンプルはfixedの確認のためにheight指定しています。*/
        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: 20px;
                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 {
        padding: 8px;
        border-radius: 10px;
        max-width: 630px;
        width: 100%;
    }

        .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.85em;
    }

    .calendarIchiran {
        font-size: 1em;
        padding: 3px;
        margin: 40px auto 0px;
        text-align: center;
        width: 180px;
    }

    @media all and (-ms-high-contrast: none) {
        /*IE10以上*/
        #FullCalendar .fc-day-header {
            padding-top: 10px;
        }

        /*#FullCalendar div.fc-widget-header{
    padding-right:17px;
  }*/
    }


    @media screen and (max-width:767px) {
        /* スマートフォン用のスタイル記述 */

        #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ボタンを表示する場合 */
    /*
.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;
}
*/



    /* 分類の記事一覧（新着マークおよびポップアップ表示付き） start */

    /* 記事一覧 */
    .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.7em;
            padding: 4px 6px;
        }

            .oshirase_list .newdspmark img {
                margin-right: 3px;
            }

    /* ポップアップ表示 */
    .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;
            }

    /* 分類の記事一覧（新着マークおよびポップアップ表示付き） end */


    /*** 背景動画 start ***/
    .movie_bg {
        background-color: #f8f6ee;
        background: url("../images/top1/bg_movie.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* mainvisualを覆うのぞき窓*/
    .wrapper_mainvisual {
        aspect-ratio: 16/9 !important;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        /* wrapper以上の大きさは非表示にする*/
        overflow: hidden;
        position: relative;
    }

    /* 動画の領域*/
    #mainvisual {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        z-index: 2;
        position: relative;
        overflow: hidden;
        /* 動画の領域*/
        margin-top: -24%;
    }

    /* mainvisual内で100%表示*/
    iframe#iframe_bgmv {
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto !important;
    }

    #mainvisual:before {
        content: "";
        display: block;
        /* ★表示領域の微調整*/
        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内容表示用 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内容表示用 end */

        /* L-Alert内容表示用 ver2.1 避難情報 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内容表示用 ver2.1 避難情報 end */
    }

    @media screen and (max-width:767px) {

        /* L-Alert内容表示用 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内容表示用 end */


        /* L-Alert内容表示用 ver2.1 避難情報 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内容表示用 ver2.1 避難情報 end */
    }

    /* トップページフリーエリア start */
    .freeareaTop1, .freeareaTop2, .freeareaTop3 {
        max-width: 1100px;
        width: 100%;
        margin: 2px auto;
    }

    h2.title {
        padding: 7px 0 4px 20px;
        margin: 15px 0px;
        border-bottom: 5px solid #004482;
        border-right: 1px solid #004482;
        font-size: 1.4rem;
        font-weight: bold;
    }

    h3.title {
        padding: 0.8rem 0 0.4rem 0.9rem;
        margin-bottom: 1.5rem;
        background-image: linear-gradient(90deg, #E5066E 0 20%, #9F9F9F 20%);
        background-repeat: no-repeat;
        background-size: 100% 6%;
        background-position: bottom;
        font-size: 1.3rem;
        font-weight: bold;
    }

    h4.title {
        padding: 3px 0 3px 12px;
        margin: 15px 0px;
        border-left: 6px solid #004482;
        font-size: 1.1rem;
    }
    /* トップページフリーエリア end */


    /* 新着情報下 関連テキストバナーエリア */
    #kanrenban_text {
        position: relative;
        z-index: 0;
    }

        #kanrenban_text .kanrenban {
            max-width: 950px;
            width: 100%;
            margin: 0px auto;
            padding: 20px 0px;
        }

        #kanrenban_text .bannaiyo {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 0;
            padding: 0;
            list-style: none;
            column-gap: 50px;
            row-gap: 25px;
        }

        #kanrenban_text .textBan {
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            width: 250px;
            height: 80px;
        }

        #kanrenban_text .imgBan {
            margin: 5px;
        }

        #kanrenban_text .bannaiyo a {
            text-decoration: none;
            align-content: center;
            display: block;
            height: 100%;
            width: 100%;
            line-height: 1.5em;
        }

        #kanrenban_text .textBan a {
            padding: 15px;
        }

        #kanrenban_text .bannaiyo .textBan a:before {
            font-family: "Font Awesome 5 Free";
            content: "\f138";
            font-weight: 900;
            padding-right: 5px;
            margin-right: 10px;
            color: #e5066e;
        }

    /* 新着情報下 関連テキストバナーエリア end */




#pickup_item2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
}
    #pickup_item2 li {
        flex: 1;
    }
@media screen and (min-width:761px) {
    #pickup_item2 {
        max-width: 900px;
    }
}
@media screen and (max-width:760px) {
    #pickup_item2 {
        max-width: 450px;
    }
}

/* 申請書検索　準備中 */
@media screen and (min-width:761px) {

    .pre_shinseisho {
        position: relative;
        width: 100%;
        max-width: 248px;
        height: auto;
        aspect-ratio: 248 / 218;
        background: url(../images/top1/shinseisho.png) no-repeat center;
        background-size: contain;
        margin: 0px auto;
        cursor: pointer;
    }

        .pre_shinseisho:hover, .pre_shinseisho:active {
            background: url(../images/top1/pre_shinseisho.png) no-repeat;
            background-size: contain;
            margin: 0px auto;
        }
}
@media screen and (max-width:760px) {

    .pre_shinseisho {
        position: relative;
        width: 100%;
        max-width: 120px;
        height: auto;
        aspect-ratio: 120 / 106;
        background: url(../images/top1/shinseisho.png) no-repeat center;
        background-size: contain;
        margin: 0px auto;
        cursor: pointer;
    }

        .pre_shinseisho:hover, .pre_shinseisho:active {
            background: url(../images/top1/pre_shinseisho.png) no-repeat;
            background-size: contain;
            margin: 0px auto;
        }
}

/* カレンダー　準備中 */
@media screen and (min-width:761px) {
    .pre_calendar {
        position: relative;
        width: 100%;
        max-width: 248px;
        height: auto;
        aspect-ratio: 248 / 218;
        background: url(../images/top1/calendar.png) no-repeat center;
        background-size: contain;
        margin: 0px auto;
        cursor: pointer;
    }

        .pre_calendar:hover, .pre_calendar:active {
            background: url(../images/top1/pre_calendar.png) no-repeat;
            background-size: contain;
            margin: 0px auto;
        }
}
@media screen and (max-width:760px) {
    .pre_calendar {
        position: relative;
        width: 100%;
        max-width: 120px;
        height: auto;
        aspect-ratio: 120 / 106;
        background: url(../images/top1/calendar.png) no-repeat center;
        background-size: contain;
        margin: 0px auto;
        cursor: pointer;
    }

        .pre_calendar:hover, .pre_calendar:active {
            background: url(../images/top1/pre_calendar.png) no-repeat;
            background-size: contain;
            margin: 0px auto;
        }
}

/* 新着RSSを非表示にする */
#newTtlTab h3 .rss {
    display: none !important;
}
