﻿@import url(./default_body.css);
@import url(./topFreearea_map.css);


/* body */
body {
    /* ※背景色・文字色は色別CSSで定義 */
}

a {
    /* ※文字色は色別CSSで定義 */
    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: 1100px;
    margin: 0px auto 0px;
    padding: 30px 0px;
}

#slidArea {
    width: 100%;
}

#banslider_area {
    width: 100%;
    margin: 0px auto;
    height: 200px;
    padding: 20px 0px;
}




#bankijislider_Topixban {
    padding: 10px 0px;
}



#kinkyuArea {
    width: 100%;
    padding: 10px 0px 0px;
}


#juuyou_bousai_area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    width: 100%;
    padding: 40px 0px 0px;
    flex-wrap: wrap;
    gap: 40px;
}


.jyuuyou_Area {
    max-width: 540px;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}

    .jyuuyou_Area .titleimg {
        padding: 0px;
        text-align: center;
    }

.jyuuyou_info {
    padding: 0px 8px 8px 8px;
    border-radius: 10px;
    max-width: 630px;
    width: 100%;
}

    .jyuuyou_info ul li .koushinDay {
        float: left;
        width: 90px;
    }

    .jyuuyou_info ul li .newTtl {
        float: left;
        max-width: 425px;
        width: 100%;
        padding: 0px 0px 0px 5px;
    }


    .jyuuyou_info ul li {
        padding: 0px;
    }



#btn_area {
    padding: 20px 0px 40px;
}




.search_btn_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 35px;
    padding: 40px 0px;
    max-width: 900px;
    margin: 0px auto;
}

.search_item img{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius:5px;
}


    .search_item img:hover {
        opacity: 0.8;
    }


.bousai_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 520px;
    width: 100%;
    gap: 15px;
}

.btn_item {
    width: 245px;
    height: 76px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

    .btn_item span {
        text-align: center;
        padding: 22px 30px 22px 78px;
        line-height: 80px;
    }

.btn_item02 {
    width: 245px;
    height: 76px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}


    .btn_item02 span {
        text-align: center;
        padding: 22px 0px 22px 75px;
        line-height: 80px;
        font-size: 0.9em;
    }




@media screen and (max-width:767px) {

    #juuyou_bousai_area {
        padding: 20px 0px 0px;
    }

    .btn_item {
        width: 160px;
        height: 80px;
        border-radius: 5px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 0.9em;
        text-align: center;
    }

        .btn_item span {
            text-align: center;
            padding: 0px;
            line-height: 128px;
        }

    .btn_item02 {
        width: 160px;
        height: 80px;
        border-radius: 5px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 0.9em;
        text-align: center;
    }


        .btn_item02 span {
            text-align: center;
            padding: 0px;
            line-height: 128px;
        }



    .bousaiweb {
        background: url("../images/top1/icon_bousaiweb.png") no-repeat center 10px #fff !important;
    }

    .hazard {
        background: url("../images/top1/icon_hazard.png") no-repeat center 5px #ffffff !important;
    }

    .weather {
        background: url("../images/top1/icon_weather5.png") no-repeat center 5px #ffffff !important;
    }

    .touban {
        background: url("../images/top1/icon_touban.png") no-repeat center 5px #ffffff !important;
    }
}



.cont_title {
    text-align: center;
}

#sns_area {
    padding: 40px 0px;
}

.snscont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    padding: 40px 0px 50px;
}


.aboutcont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 70px 0px 30px;
}

.saisin {
    text-align: center;
    padding: 5px;
    width: 100%;
    margin: 20px auto;
}


.kouho_area {
    max-width: 440px;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 25px 0px;
    border: 2px solid #075f9b;
}

    .kouho_area .cont_title {
        border-bottom: #cccccc 2px dotted;
    }

    .kouho_area .kijiTtk {
        max-width: 200px;
        width: 100%;
        padding: 30px 0px 0px;
    }

.kouhou_img {


    float: left;
    width: 220px;
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px 0px 15px;
}


.kouhou_img img {
    width: 180px;
    border:1px solid #cccccc !important;
}

@media screen and (max-width:767px) {

    .kouho_area {
        padding: 25px 15px;
        width: calc(100% - 30px);
    }

    .kouhou_img {
        float: none;
        text-align: center;
        margin: 20px auto 0px;
        padding: 0px 15px;
        max-width:300px;
    }

    .kouhou_img img{
        float: none !important;
        text-align: center;
        margin: 20px auto 0px;
        padding: 0px 15px;
    }



    .kouho_area .kijiTtk {
        max-width: none;
        width: 100%;
        padding: 0px 10px 0px;
        text-align: center;
    }
}


.sns_btn_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 480px;
    width: 100%;
    border: 2px solid #678a65;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 15px 10px;
}

@media screen and (max-width:767px) {
    .sns_btn_area {
        width: calc(100% - 30px);
    }
}
    .about_btn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
        max-width: 930px;
        width: 100%;
    }

    .sns_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        border-top: 2px dotted #cccccc;
        padding: 20px 0px 10px;
        width:100%;
    }

.sns_item {
    max-width: 120px;
    width: 100%;
    text-align: center;
}

    .sns_item img {
        height: auto;
        width: 53px !important;
        padding: 0px 0px 0px 11px;
    }

.txt_margin{
    margin-bottom:4px !important;

}



.sns_btn_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: baseline;
    padding: 20px 0px 10px;
    width: 100%;
}


    .sns_btn img {
        border-radius: 5px;
        box-shadow: 0px 3px 6px rgba(203, 220, 174, 0.75);
    }

    @media screen and (max-width:767px) {
        .snsbtn_item img {
            width: 180px;
        }


        .snscont {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            padding: 40px 0px 50px;
            padding-top: 40px;
        }

        .navi_item img {
            width: 180px;
        }
    }

    .Blockmenu {
        max-width: 1010px;
        margin: 0px auto 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .menuitem02 {
        margin: 15px 30px 0px;
    }


    .ugoki_menu {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        max-width: 916px;
        width: 100%;
    }

    /*:::::::::::::::::::::::::
 * 特集コンテンツ
 *::::::::::::::::::::::::*/

    #slidArea img {
        width: 100%;
        height: 460px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; /*IE対策*/
    }


    /* サイト内検索 */
    #mainSearch02 {
        margin: 10px auto 15px 15px;
        letter-spacing: -.4em;
        width: 100%;
        max-width: 620px;
        float: left;
    }

    input.searchBox02 {
        height: 35px;
        width: 75%;
        margin: 25px auto;
        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;
    }

    /*:::::::::::::::::::::::::
 * 新着情報
 *::::::::::::::::::::::::*/
    #new_Area {
        width: 100%;
    }



    @media screen and (max-width:767px) {

        #new_Area .conttitle img {
            width: 80%;
        }
    }

    #new_infoarea {
        max-width: 900px;
        width: 100%;
        margin: 0px auto;
        padding: 30px 0px 0px;
    }

    .info {
        padding: 0px;
        margin: 0px 0px 15px 0px;
        width: 100%;
    }


    #newTtlNavi {
        padding: 2px 0px 0px 0px;
        margin: 0px;
    }

    #newTtlTab h3 {
        float: left;
        padding: 16px 59px 15px;
        margin: 0px 4px 0px 0px;
        text-decoration: none;
        font-size: 1.1em;
        cursor: pointer;
        width: 32%;
        text-align: center;
    }


    #newTtlTab .selected {
        padding: 16px 0px 15px;
        margin: 0px 4px 0px 0px;
        cursor: default;
        width: 32%;
        border-radius: 5px;
    }

    .sankakuN {
        position: relative;
    }

        .sankakuN ::after {
            border: 7px solid transparent;
            border-top-color: transparent;
            border-bottom-width: 7px;
            border-top-color: #287EB8;
            border-bottom-width: 0;
            bottom: -7px;
            content: "";
            display: block;
            left: 50%;
            position: absolute;
            width: 0;
        }

    #newTtlTab h3 span {
        padding: 3px 0 3px 5px;
    }

        #newTtlTab h3 span#tab3 {
            background-repeat: no-repeat;
            background-position: 7px center;
        }

    #newTtlTab h3 .rss {
        text-decoration: none;
        padding: 1px 3px;
        font-size: 0.8em;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        margin-left: 5px;
    }

    #newTtlTab h3 a.rss:focus {
        border: dashed #000 1px;
    }

    #newTtlTab span a {
        text-decoration: none;
    }

    #newTtlTab .selected a {
    }

    @media screen and (max-width:980px) {

        #juuyou_bousai_area {
            gap: 10px;
        }


        .bousai_btn {
            margin: 15px auto;
        }

        #newTtlTab .selected {
            width: 32%;
        }

        #newTtlTab h3 {
            width: 32%;
        }
    }



    .listInfo {
        padding: 20px;
        width: 95%;
        margin: 0px auto;
        padding: 20px 20px 0px;
    }

    .info01 {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        max-width: 100%;
        width: 100%;
    }

    .info ul {
        padding: 2px 0px;
    }

        .info ul#important {
            border-bottom: dotted 1px #999999;
        }

    .listInfo ul li {
        line-height: 130%;
        padding: 15px 0px;
    }

        .listInfo ul li.lastKiji {
            border-bottom: dotted 1px #DDDDDD;
        }

    .info p.koushinDay {
        width: auto;
        float: left;
        min-width: 90px;
        text-indent: 1em;
        font-size: 0.9em;
    }

    .info p.eventDate {
        width: auto;
        float: left;
        min-width: 90px;
        text-indent: 1em;
        font-size: 0.9em;
    }

    div.newTtl {
        float: left;
        padding: 0px 15px;
        width: 83%;
    }

        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: 80%; /* 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;
    }

    .infoIchiran {
        padding: 3px 15px 2px 33px;
        float: right;
        margin: 0px 0px 2px;
        font-size: 0.9em;
    }

    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;
    }

    /*:::::::::::::::::::::::::
 * 緊急情報
 *::::::::::::::::::::::::*/

    .kinkyuBlock {
        border: 1px solid #C84C4C;
        padding: 0px;
        box-sizing: border-box;
        margin: 0px 0px 0px;
        width: 100%;
        float: left;
    }


    .kinkyuTtl {
        text-align: center;
        padding: 10px 3px 10px;
        font-weight: bold;
    }

        .kinkyuTtl span {
            color: #ffffff;
            padding-left: 5px;
        }

    .hinan {
        float: left;
        text-align: center;
        padding: 10px 3px 6px 50px;
        background: url("../images/top1/icon_hinan.png") no-repeat 25px center;
    }

    .bousaimap {
        float: left;
        text-align: center;
        padding: 10px 3px 6px 60px;
        background: url("../images/top1/icon_bousai_map.png") no-repeat 30px center;
    }

    .bousaimail {
        float: left;
        text-align: center;
        padding: 10px 3px 6px 60px;
        background: url("../images/top1/icon_bousai_mail.png") no-repeat 30px center;
    }


    #kinkyuInfo {
        float: left;
        max-width: 980px;
        padding: 0px 5px 0px 10px;
    }

    #kinkyuTxt {
        /* ※背景色・文字色は色別CSSで定義 */
        padding: 9px 0px 5px 20px;
        /*border-bottom:dotted 1px #999999;*/
    }


    ul.kinkyuTxt {
        float: left;
        width: 100%;
    }

        ul.kinkyuTxt li {
            line-height: 1.2em;
            padding: 5px 0px 0px 0px;
        }

            ul.kinkyuTxt li p.koshin {
                float: left;
                min-width: 130px;
                /*min-width:70px;*/
                margin-left: 10px;
            }

            ul.kinkyuTxt li div.k_naiyo {
                float: left;
                max-width: 78%;
                margin: 0px 0px 10px 10px;
            }

                ul.kinkyuTxt li div.k_naiyo .k_title {
                    font-weight: bold;
                }

                ul.kinkyuTxt li div.k_naiyo .honbun {
                    margin-left: 0px;
                    word-wrap: break-word;
                    overflow-wrap: break-word;
                    padding: 5px 0px;
                }

            ul.kinkyuTxt li div.saigaittl {
                font-weight: bold;
                font-size: 1.1em;
                line-height: 2em;
                padding: 5px 5px 0px 5px;
            }

            ul.kinkyuTxt li.nodata {
                line-height: 30px;
                padding-left: 10px;
            }

    .kinkyuTxt li div.saigainaiyo {
        padding: 5px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #C1272D;
    }

    h2.top_midashi {
        display: inline;
        font-weight: bold;
    }

    .serch_text {
        text-align: center;
        padding: 20px 0px;
    }

    .serch_text {
        text-align: center;
        padding: 20px 0px;
    }

    .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 15px auto 0px;
        justify-content: space-around;
    }

    .menuitem {
        margin: 10px auto;
        padding: 0px 20px;
    }

    /*:::::::::::::::::::::::::
 * 探すエリア
 *::::::::::::::::::::::::*/


.Ichiran {
    text-align: center;
    margin: 40px auto 20px;
    width: 200px;
    height: 47px;
    border-radius: 22px;
    font-size: 1.1em;
    line-height: 48px;
    position: relative;
    outline: none;
    overflow: hidden;
}


    .Ichiran::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        transform: skewX(-25deg);
    }

    .Ichiran:hover::before {
        animation: shine 0.7s;
    }

@keyframes shine {
    100% {
        left: 125%;
    }
}

    #sagasu_Area {
        width: 100%;
        margin: 0px auto;
    }

    #sagasuArea {
        padding: 5px 0px;
        margin: 10px auto;
        max-width: 100%;
        box-sizing: border-box;
    }

    .sagasu_waku {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1100px;
        width: 100%;
        padding: 40px 0px;
        gap: 40px;
    }

    @media screen and (max-width:767px) {
        .sagasu_waku {
            gap: 20px;
        }
    }

    .keyword {
        max-width: 500px;
        width: 100%;
        margin: 0px;
        padding: 20px;
        border-radius: 5px 5px 0px 0px;
    }

    @media screen and (max-width:767px) {
        .keyword {
            text-align: center;
        }
    }

    .lifeevent {
        max-width: 500px;
        width: 100%;
        margin: 0px;
        padding: 20px;
        border-radius: 5px 5px 0px 0px;
    }




    a:hover {
        text-decoration: underline;
        position: relative;
        top: 1px;
        left: 1px;
    }



    .lifeevent a:hover {
        text-decoration: none;
    }

    @media screen and (max-width:767px) {
        .lifeevent {
            text-align: center;
        }
    }


    .serch02 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1100px;
        width: 100%;
        padding: 0px;
        gap: 20px;
    }

    .kanrenban {
        padding: 0px 0px 40px;
    }

    #infoSearch1 {
        margin: 0px auto;
    }

    h4 {
        padding: 0px 0px 0px 0px;
    }

    .benribox02 h4 {
        padding: 0px 0px 0px 0px;
    }

    .serchright {
        float: left;
        max-width: 285px;
        width: 100%;
        margin: 0px auto 0px 20px;
        font-weight: bold;
    }


        .serchright a {
            text-decoration: none;
        }



    .keywordtitle {
        margin: 10px auto;
        padding: 10px 0px 20px 0px;
        border-radius: 5px;
        text-align: center;
    }

    .keyworditem {
        padding: 10px 10px 15px;
        border-bottom: 1px solid #ffffff;
        width: 90%;
        margin: 5px auto 15px;
    }

    .keywordtitle span {
        margin: 0px 0px 0px 15px;
        padding: 5px 5px 0px 2px;
        line-height: 2em;
    }


    .keywordtitle h5 {
        font-weight: bold;
        line-height: 2.5em;
        padding: 0px 0px 10px;
    }

    .keyword a {
        text-decoration: none;
    }

    .guide {
        border-radius: 5px;
        padding: 15px 0px;
        margin: 10px auto 0px;
    }

    .guide_title {
        font-size: 1.2em;
        text-align: center;
        letter-spacing: 0.1em;
    }

    .subtitle {
        text-align: center;
        font-size: 0.9em;
        padding: 5px 0px;
    }


    .boxLife {
        margin: 20px 13px;
        text-align: center;
        min-height: 29px;
        width: 132px;
        padding: 89px 0px 0px 0px;
        border: 3px solid #00623D;
    }

    #life_event a {
        text-decoration: none;
        font-size: 0.9em;
    }

    #life_event {
        margin: 20px 0px 0px 0px;
        display: inline-flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
    }

        #life_event li {
            padding: 10px;
        }

    .life_text {
        text-align: end;
    }


    #topics_area {
    }

    .bg_strip {
        padding: 40px 0px;
    }


    .about_btn_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        max-width: 1100px;
        width: 100%;
        gap: 50px;
        padding: 40px 0px;
    }

    .about_btn_item img {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 5px;
    }

figure {
    width: 280px;
    height: 156px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

    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 (max-width:767px) {
        .about_btn_wrap {
            gap: 25px;
            padding: 20px 0px;
        }
    }



    #banSlide {
        margin: 20px auto;
    }

#ban_slide_set {
    margin:0px auto;
    max-width:1200px;
}

#banSlide #ban_slide_set li img {
    object-fit: cover;
    height: 190px;
    width: 260px;
}

    /*:::::::::::::::::::::::::
 * ★テキストボタン
 *::::::::::::::::::::::::*/
    .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;
        }




    /*:::::::::::::::::::::::::
* ★ひとのうごき 
*::::::::::::::::::::::::*/

    .ugoki_menu .title02 {
        border-bottom: 2px dotted #cccccc;
        text-align: center;
    }

        .ugoki_menu .title02 span {
            text-align: center;
        }


    .title02 h5 {
        font-weight: bold;
        font-size: 1.3em;
        padding: 10px 0px 10px 10px;
        text-align: center;
    }

        .title02 h5 span {
            border-left: 5px solid #DDB600;
            padding: 4px 8px;
        }


    #ugkTxt {
        line-height: 2em;
        font-size: 1em;
        padding: 10px 20px 10px 20px;
        margin: 0px auto;
    }

    .ugoki_item {
        display: flex;
        flex-direction: row;
        gap: 95px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #ugkTxt span {
        font-size: 0.8em;
    }

    #ugkLink {
        background: none;
        text-align: right;
        padding: 3px 15px 2px 33px;
    }

    #ugkTxt dl {
        padding: 0px 15px;
    }

        #ugkTxt dl dt {
            /*clear: left;*/
            float: left;
            padding: 0 0px 0px 16px;
            width: 5em;
        }

        #ugkTxt dl dd {
            float: left;
            padding: 0px 20px 0px 0px;
        }

    #ugkTxt .pop {
        background: url("../images/top1/icon_jinko.png") no-repeat center center;
        width: 125px;
        height: 110px;
        padding: 8px 0px 0px;
        text-align: center;
    }

    #ugkTxt .man {
        background: url("../images/top1/icon_man.png") no-repeat center center;
        width: 125px;
        height: 110px;
        padding: 8px 0px 0px;
        text-align: center;
    }

    #ugkTxt .wman {
        background: url("../images/top1/icon_women.png") no-repeat center center;
        width: 125px;
        height: 110px;
        padding: 8px 0px 0px;
        text-align: center;
    }

    #ugkTxt .setai {
        background: url("../images/top1/icon_setai.png") no-repeat center center;
        width: 139px;
        height: 110px;
        padding: 8px 0px 0px;
        text-align: center;
    }

    .value {
        position: relative;
        top: 97px;
        font-weight: 600;
        font-size: 138%;
        letter-spacing: 0.08em;
        padding: 5px;
        border-radius: 20px;
    }

    /*:::::::::::::::::::::::::
* 広報誌 
*::::::::::::::::::::::::*/

    #kohoArea {
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        width: 23%;
    }

        #kohoArea .waku {
            border: 1px solid #cccccc;
            box-sizing: border-box;
            padding: 0px;
            margin: 0 auto;
        }

    #titlekoho {
        font-size: 1.2em;
        margin: 0px 0px 0px;
        padding: 7px 0px 3px 15px;
    }

    #kouho .naiyo {
        padding-top: 15px;
    }


    #r_menu3 .img {
        float: left;
        width: 125px;
        margin-right: 10px;
        border: solid 1px #CCCCCC;
        text-align: center;
    }

    .img {
        float: left;
        vertical-align: middle;
        padding: 5px;
    }

    .kijiTtk {
        float: left;
        max-width: 100px;
        margin: 0px;
        padding: 10px 5px 0px 0px;
    }

    .naiyo img {
        float: left;
        vertical-align: middle;
        margin: 5px;
    }

    .naiyo {
        margin: 15px auto;
    }

    /*:::::::::::::::::::::::::
*町政情報  
*::::::::::::::::::::::::*/


    .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;
    }

    /* バナー広告 */


    .koukoku_info {
        text-align: center;
    }

    .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: 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: 35px 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;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 5px;
    }

        /* 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: 5px;
    }
        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
        p.textBan span,
        li.textBan span {
            display: table;
            border: solid 1px #CCCCCC;
            width: 188px;
            height: 52px;
            box-sizing: border-box;
            line-height: 1.1em;
            text-align: center;
            overflow: hidden;
        }
            /* 2016/09/15 アクセシビリティ対応 <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;
    }

    /*:::::::::::::::::::::::::
 * フリーエリア用
 *::::::::::::::::::::::::*/
    .freearea {
        padding: 10px;
        margin-top: 30px;
    }

.freeareaTop1 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}

.freeareaTop3 {
}

/*記事タイトル*/

h2.title
{
    padding: 7px 0 4px 20px;
    margin: 15px 0px;
    border-bottom: 5px solid #0F7EAD;
    border-top: 1px solid #0F7EAD;
    border-left: 1px solid #0F7EAD;
    border-right: 5px solid #0F7EAD;
    font-size: 1.2em;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    font-weight: bold;
  
}

/*段落見出しタイトル*/
h3.title {
    padding: 6px 0 3px 20px;
    margin: 15px 0px;
    border-bottom: 1px solid #0F7EAD;
    border-right: 1px solid #0F7EAD;
    border-top: 1px solid #0F7EAD;
    border-left: 6px solid #0F7EAD;
    font-size: 1.1em;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

h4.title {
    padding: 3px 0 3px 12px;
    margin: 15px 0px;
    border-left: 6px solid #00829A;
    font-size: 1em;
}

    /*:::::::::::::::::::::::::
 * あなたが最近チェックしたページ
 *::::::::::::::::::::::::*/
    div#browsingHistoryArea {
        max-width: 1200px;
        margin: 15px auto 10px;
    }

    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: 20px;
        }


        .kinkyuBlock {
            border: 1px solid #C1272D;
            padding: 0px;
            box-sizing: border-box;
            margin: 0px auto 0px;
            max-width: none;
            float: none;
        }


        /* サイト内検索 */
        #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;
        }

        .ugoki_item {
            display: flex;
            flex-direction: row;
            gap: 50px;
            flex-wrap: wrap;
            justify-content: center;
        }
    }

    @media screen and (max-width:767px) {
        /* スマートフォン用のスタイル記述 */


        #slidArea img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            font-family: 'object-fit: cover;'; /*IE対策*/
        }

        .menuitem02 {
            margin: 15px auto 0px;
        }

        #slidArea {
            width: 100%;
            margin: 0px auto;
        }

        #kinkyuArea {
            width: 100%;
            padding: 10px 0px;
        }

        #about_Area {
            width: 100%;
            margin: 0px auto 20px;
        }

        .kinkyu_menu {
            float: left;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .kinkyuTtl {
            float: none;
            text-align: center;
            border-bottom: 1px solid #fff;
            font-size: 1.2em;
        }


            .kinkyuTtl span {
                display: none;
            }


        .hinan {
            float: none;
            text-align: left;
            padding: 10px 0px 10px 50px;
            background: url("../images/top1/icon_hinan.png") no-repeat 20px center;
            border-bottom: 1px dotted #ffffff;
        }

        .bousaimail {
            float: none;
            text-align: left;
            padding: 10px 0px 10px 50px;
            background: url("../images/top1/icon_bousai_mail.png") no-repeat 20px center;
        }

        .bousaimap {
            float: none;
            text-align: left;
            padding: 10px 0px 10px 50px;
            background: url("../images/top1/icon_bousai_map.png") no-repeat 20px center;
            border-bottom: 1px dotted #ffffff;
        }

        .bousaiSite {
            padding: 0px;
            vertical-align: middle;
            border-radius: 3px;
            float: none;
            margin: 4px auto 5px;
            padding: 10px 40px 10px 40px;
            font-weight: bold;
            width: 70%;
            text-align: center;
        }

        .serchleft {
            float: none;
            max-width: 100%;
            width: auto;
        }

        input.searchBox02 {
            height: 28px;
            width: 71%;
            margin: 1px 1px 0px 0px;
            vertical-align: middle;
            letter-spacing: normal;
            border: solid 1px #7F7F7F;
        }

        .keywordtitle {
            margin: 10px;
            padding: 5px 5px 5px 5px;
        }

            .keywordtitle span {
                margin: 0px 0px auto 5px;
                padding: 5px 5px 14px 5px;
            }

        .benribox02 {
            width: auto;
        }




        #benri_btn {
            margin: 0px 5px;
        }

        .kanrenban {
            margin: 15px auto;
        }

        div.newTtl {
            float: none;
            width: auto;
            padding: 2px 5px;
        }

        #newTtlTab .selected {
            font-weight: bold;
            padding: 11px 8px 9px;
            margin: 0px;
            cursor: default;
        }

        #newTtlTab h3 {
            float: left;
            padding: 11px 4px 9px;
            margin: 0px 2px 0px 2px;
            text-decoration: none;
            font-size: 0.9em;
            cursor: pointer;
        }

        .info {
            padding: 0px;
            margin: 10px 0px 15px 0px;
        }

            .info p.koushinDay {
                float: none;
                width: 90%;
                font-size: 0.9em;
                text-indent: 1em;
            }

        .infoIchiran {
            float: none;
        }



        .serchright {
            max-width: 320px;
            width: 100%;
            text-align: center;
            margin: 0px auto;
            float: none;
        }

        #life_event {
            margin: 0px auto 0px auto;
            display: inline-flex;
            flex-direction: row;
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
        }

        .Blockmenu {
            max-width: 1000px;
            margin: 0px auto 0px;
            padding-top: 0px;
            display: flex;
            /* flex-direction: column;*/
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .boxArea {
            margin: 10px 0px 15px 10px;
            padding: 0px;
            float: none;
            width: 96%;
        }

        #kohoArea {
            width: auto !important;
            float: none;
            margin: 10px auto;
            padding: 0px;
        }

        #ugokiArea {
            width: auto !important;
            float: none;
            margin: 0px auto;
            padding: 0px;
        }

        .naiyo {
            margin: 0px auto;
            padding: 0px;
        }

        .infoIchiran {
            padding: 3px 2px 2px 33px;
            float: right;
            margin: 10px 0px 2px;
            font-size: 0.9em;
        }

        .btnArea {
            float: none;
            text-align: center;
        }

            .btnArea img {
                text-align: center;
                margin: 0px auto;
            }

        #kanrenbanBox {
            margin: 0px auto;
        }

        ul.bannaiyo {
            padding: 25px 0px 5px 7px;
            margin: 0px auto;
            width: auto;
        }

        p.imgBan, li.imgBan {
            display: inline-block;
            vertical-align: middle;
            margin: 10px 2px 5px 5px;
            float: left;
        }

        #fBanItem {
            text-align: center;
        }

        .newTtl span.termTitle {
            margin: 0px 0px 0px 15px;
        }

        #ugkTxt {
            margin: 0px auto;
        }

        #mainSearch02 {
            margin: 10px 0px;
        }

            #mainSearch02 .searchBox-gcs {
                width: 100% !important;
            }

        h4 {
            padding: 0px 0px 0px 0px;
        }

        #jyuuyou_Area {
            width: calc(100% - 20px);
            margin: 0px auto;
        }
    }

    @media screen and (max-width:400px) {
        /* スマートフォン用のスタイル記述 */

    }

    /* パーソナライズ */
    .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: 100%;
        margin: 0px auto;
    }

        #foreignSP .plus {
            background: url("../images/top1/btn_plus.png") 98% center no-repeat #eaf4fc;
            background-size: 25px 25px;
        }

        #foreignSP .minus {
            background: url("../images/top1/btn_minus.png") 98% center no-repeat #eaf4fc;
            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;
                text-align: center;
            }

        #foreignSP .dspMode {
            display: block !important;
            border: 1px solid #eaf4fc !important;
            background-color: #eaf4fc;
        }

    #foreignTitle {
        width: 100%;
        margin: 1px auto;
    }

        #foreignTitle h4 {
            font-size: 0.9em;
        }

        #foreignTitle a {
            border: 0px solid #0656B5;
            padding: 10px 8px 10px 12px !important;
            color: #0656B5;
            display: block;
            height: 100%;
            font-weight: normal !important;
        }

    #foreignDsp {
        width: 100%;
        margin: 0px auto;
        padding: 6px 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 #ccc;
            }

                #foreignDsp ul li a {
                    width: 70%;
                    line-height: 2.4em;
                    display: block;
                    padding: 0px !important;
                    margin-left: 15px !important;
                    font-size: 0.9em;
                }

    @media screen and (max-width:767px) {
        #foreignSP {
            display: block;
        }
    }

    .conttitle {
        padding: 20px 0px;
    }


    /*:::::::::::::::::::::::::
 * 記事スライダー
 *::::::::::::::::::::::::*/

    @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;
            height: auto;
        }
    }
    /* スマホ用 */
    @media screen and (max-width:767px) {
        #banSlide #ban_slide_set li img {
            width: 100%;
            margin: 0px;
            height: auto;
        }

        .slick-dots {
            margin: 0 auto !important;
            width: 80% !important;
        }
    }

    @media screen and (max-width:380px) {
        #banSlide #ban_slide_set li img {
            width: 100%;
            margin: 0px;
            height: auto;
        }
    }

    /* 記事スライダーの画像 */
    #ban_slide_set img {
        width: 280px;
        margin: 0px auto 15px;
    }

    .slick-initialized .slick-slide {
        display: block;
        margin: 0px 15px;
    }


    #topics_area .slick-slide {
        width: 260px;
        margin: 0px 10px !important;
        border: 0px solid #ccc;
        border-radius: 10px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        height: 335px;
        padding: 0px 0px 0px 0px;
    }

    /* スライダーの前・次ボタンの位置 */
    #ban_slide_set .slick-prev,
    #ban_slide_set .slick-next {
        top: 170px !important;
    }
    /* 更新日 */
    #ban_slide_set .kiji_koushinDay {
        margin: 15px 0px 5px;
        font-size: 0.9em;
        padding: 0px 0px 0px 15px;
    }

    /* タイトル */
    #ban_slide_set .kiji_title {
        margin: 0px 0px;
        padding: 0px 15px 0px 15px;
    }

    /* 概要文 */
    #ban_slide_set .kiji_gaiyou {
        margin: 15px 0px 10px 45px;
        font-size: 0.9em;
        width: 280px;
    }

    #ban_slide_set .slick-dotted.slick-slider {
        padding-left: 40px !important;
        padding-right: 40px !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;
    }
    /* スライダーのボタン等非表示 */
    .slick-prev, .slick-next, .slick-dots {
        display: none !important;
    }

    #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;
    }


    .slick-dots li button::before {
        color: #333 !important;
    }


    #bankijislider_Topixban .slick-dots {
        position: unset !important;
        display: block;
        width: 80% !important;
        padding: 10px 0px 0px !important;
        margin: 0 auto !important;
        list-style: none;
        text-align: center;
    }


    #ban_slide_set .slick-dots {
        position: unset !important;
        display: block;
        width: 80% !important;
        padding: 20px 0px 0px !important;
        margin: 0 auto !important;
        list-style: none;
        text-align: center;
    }

    /* スマホ用 */
    @media screen and (max-width:767px) {

        #ban_slide_set .slick-prev,
        #ban_slide_set .slick-next {
            display: none !important;
        }
    }


    /*:::::::::::::::::::::::::
 * スクロール&フェードイン
 *::::::::::::::::::::::::*/
    .fadein {
        opacity: 0;
        transform: translate(0, 50px);
        transition: all 1500ms;
    }

        .fadein.scrollin {
            opacity: 1;
            transform: translate(0, 0);
        }


    /* 休日カレンダー枠 */
    .holiday_cal {
        width: 400px;
        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;
            }


    /* L-Alert内容表示用 start */
    @media screen and (min-width:768px) {

        #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-right: 1px solid #DA5054;
                border-top: 1px solid #DA5054;
                background-color: #FCF2F2;
                width: 15%;
                text-align: center;
            }

            #pcx_detail tr:first-child th, .pcx_detail tr:first-child th {
                border-top: none;
            }

            #pcx_detail td, .pcx_detail td {
                border-top: 1px solid #DA5054;
                width: 85%;
            }

            #pcx_detail tr:first-child td, .pcx_detail tr:first-child td {
                border-top: none;
            }
    }

    @media screen and (max-width:767px) {

        #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-right: 1px solid #DA5054;
                border-top: 1px solid #DA5054;
                background-color: #FCF2F2;
            }

            #pcx_detail tr:first-child th, .pcx_detail tr:first-child th {
                border-top: none;
            }

            #pcx_detail td, .pcx_detail td {
                border-top: 1px solid #DA5054;
            }

            #pcx_detail tr:first-child td, .pcx_detail tr:first-child td {
                border-top: none;
            }
    }
    /* L-Alert内容表示用 end */

    /* 記事スライダーの前後ボタンは未使用 */
    .slick-prev, .slick-next {
        display: none !important;
    }
