﻿/*:::::::::::::::::::::::::
 * ヘッダー
 *::::::::::::::::::::::::*/

/*行政トップの左マージンを打ち消し*/
#pankuzuBlock {
    padding-left: 0px !important;
}

body.active {
    overflow: hidden; /* メニュー展開時に画面スクロールを停止する */
    height: 100vh !important;
}

.active_panel {
    padding-top: 10px !important
}

#floatmenu {
}

    #floatmenu .menuarea {
        max-width: 1100px;
        margin: 0px auto;
        padding-top: 25px;
    }

/***** ヘッダとメニューボタン調整 start *****/
@media screen and (min-width:901px) {
    h1#hd_header {
        margin: 0px !important;
        position: absolute;
        top: 0px;
        left: 0px;
    }
}

@media screen and (min-width:801px) {
    h1#hd_header {
        margin: 0px !important;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    /*img#imgHeader {
        width: 360px;
    }*/
}

@media screen and (max-width:800px) {
    h1#hd_header {
        margin: 0px !important;
        position: absolute;
        top: 0px;
        left: 2px;
    }

    img#imgHeader {
        width: 295px;
    }

    #mainTop {
        margin-top: 20px !important;
    }

    /*右上メニューを消す*/
    .menuinner {
        display: none;
    }
}

@media screen and (max-width:530px) {
    h1#hd_header {
        margin: 0px !important;
        position: absolute;
        top: 0px;
        left: 2px;
    }

    img#imgHeader {
        width: 256px;
    }

    /*右上メニューを消す*/
    .menuinner {
        display: none;
    }
}

@media screen and (max-width:420px) {
    h1#hd_header {
        margin: 0px !important;
        position: absolute;
        top: 0px;
        left: 1px;
    }

    img#imgHeader {
        width: 200px;
    }

    /*右上メニューを消す*/
    .menuinner {
        display: none;
    }
}
/***** ヘッダとメニューボタン調整 end *****/

/***** PCサイズ上メニューボタン start *****/
.btn_Languages {
    padding: 22px 0px 2px 0px !important;
    width: 90px !important;
    height: calc(80px - 26px);
    font-size: 0.9rem;
}
.btn_accessibility {
    padding: 16px 0px 8px 0px !important;
    width: 90px !important;
    height: calc(80px - 26px);
    font-size: 0.9rem;
}
.btn_sagasu {
    padding: 20px 0px 8px 0px !important;
    width: 90px !important;
    height: calc(80px - 30px);
    font-size: 0.9rem;
}
    .btn_Languages span {
        padding: 2px 7px;
        margin: 2px auto 0px auto;
        display: inline-block;
        font-size: 0.9rem;
    }
    .btn_accessibility span {
        padding: 2px 7px;
        margin: 2px auto 0px auto;
        display: inline-block;
        font-size: 0.9rem;
    }
    .btn_sagasu span {
        padding: 2px 7px 0px 7px;
        margin: 2px auto 0px auto;
        display: inline-block;
        font-size: 0.9rem;
    }
.btn_sagasu .hb_icon img {
    width: 28.5px;
}
.btn_Languages .hb_icon img {
    width: 25px;
}
.btn_sagasu .hb_icon img, .btn_Languages .hb_icon img, .btn_rtntop .hb_icon img {
    width: 25px;
}
.btn_accessibility .hb_icon img {
    width: 27px;
}

/*.link_to_mainsitetop {
    border-style: solid;
    border-width: 1px;
}*/
/***** PCサイズ上メニューボタン end *****/

/***** スマホサイズ上メニューボタン start *****/

/* 上メニュー ボタン */
.uprmenu_btn {
    width: 80px;
    min-height: 60px;
    position: absolute;
    text-align: center;
    font-size: 0.8rem;
    padding: 0px;
    top: 0px;
    z-index: 10001;
}
    /* 上メニュー　さがす */
    .uprmenu_btn.sagasu {
        right: 80px;
        padding-top: 18px;
        /*top: 10px;*/
        margin-right: 1px;
        height: calc(80px - 18px);
    }

        .uprmenu_btn.sagasu .comm_toggle-button img {
            width: 28.5px !important;
        }

        .uprmenu_btn.sagasu .comm_toggle-button p {
            padding: 0px 0px;
            border-radius: 3px;
            width: calc(100% - 20px);
            margin: 3px auto 0px auto;
        }

    /* 上メニュー　MENU */
    .uprmenu_btn.menu {
        right: 0px;
        height: 80px;
    }

    .uprmenu_btn .comm_toggle-button {
        display: block;
    }

        .uprmenu_btn .comm_toggle-button,
        .uprmenu_btn .comm_toggle-button a {
            text-decoration: none;
        }

    /* 上メニュー　MENU */
    .uprmenu_btn.menu .comm_toggle-button {
        cursor: pointer;
        /*position: fixed;*/
        position: relative;
        width: 80px;
        height: 80px;
        box-sizing: border-box;
        z-index: 10002;
    }

        .uprmenu_btn.menu .comm_toggle-button span {
            display: inline-block;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: 37px;
            height: 3px;
            transition: all .3s;
        }

            .uprmenu_btn.menu .comm_toggle-button span:nth-of-type(1) {
                top: 20px;
            }

            .uprmenu_btn.menu .comm_toggle-button span:nth-of-type(2) {
                top: 30px;
            }

            .uprmenu_btn.menu .comm_toggle-button span:nth-of-type(3) {
                top: 40px;
            }

        .uprmenu_btn.menu .comm_toggle-button p {
            position: absolute;
            bottom: 8px;
            left: 10px;
            width: calc(100% - 20px);
            font-size: 0.8rem;
            text-align: center;
            letter-spacing: 2px;
            display: block;
            border-radius: 3px;
            padding: 2px 0px;
        }

        .uprmenu_btn.menu .comm_toggle-button.active span:nth-of-type(1) {
            top: 30px;
            transform: rotate(-45deg);
        }

        .uprmenu_btn.menu .comm_toggle-button.active span:nth-of-type(2) {
            opacity: 0;
        }

        .uprmenu_btn.menu .comm_toggle-button.active span:nth-of-type(3) {
            top: 30px;
            transform: rotate(45deg);
        }

        .uprmenu_btn.menu .comm_toggle-button:hover {
            text-decoration: underline;
        }

    /* 上メニュー　さがす */
    .uprmenu_btn.sagasu .comm_toggle-button {
        /*position: fixed;*/
        position: relative;
        width: 80px;
        cursor: pointer;
        z-index: 10002;
    }

/* 上メニュー パネル */
#area_sagasu, #area_menu {
    width: 100%;
    max-width: 100vw;
    top: 80px;
    left: 0px;
    height: calc(100vh - 80px) !important;
    overflow-x: hidden;
    overflow-y: auto;
}

    #area_menu .language_wrap {
        max-width: calc(100% - 20px) !important;
        margin: 10px auto !important;
        border: none !important;
    }

        #area_menu .language_wrap .lang_title {
            width: 100%;
            max-width: 100% !important;
            padding: 5px 0px !important;
            margin: 0px auto !important;
        }

        #area_menu .language_wrap .selectLanguageMenu.opened .dropmenu li ul {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: space-between;
        }

            #area_menu .language_wrap .selectLanguageMenu.opened .dropmenu li ul li {
                white-space: nowrap !important;
                width: auto !important;
                padding: 0px 2px !important;
            }

    #area_menu #acc_title, #area_menu #acc_title2 {
        position: relative !important;
    }

    #area_menu .acc_wrap {
        width: calc(100% - 30px);
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

        #area_menu .acc_wrap .font-size_wrap {
            width: 50%;
            padding-right: 0px;
            padding-left: 0px;
        }

        #area_menu .acc_wrap .haikei_wrap {
            width: 50%;
            padding-right: 0px;
            padding-left: 0px;
        }

    #area_menu .sagasu_wrap {
        max-width: calc(100% - 20px) !important;
        margin: 25px auto 10px auto !important;
        border: none !important;
    }

        #area_menu .sagasu_wrap .sagasulist {
            display: flex;
            flex-wrap: wrap;
            position: relative;
            font-size: 0.9rem;
            align-items: flex-start;
            justify-content: center;
        }

            #area_menu .sagasu_wrap .sagasulist li {
                padding: 8px 10px;
                margin: 5px 8px;
                min-width: 25%;
                border-radius: 4px;
                text-align: center;
                font-size: 1rem;
            }

                #area_menu .sagasu_wrap .sagasulist li a {
                    text-decoration: none;
                }

                    #area_menu .sagasu_wrap .sagasulist li a:hover {
                        text-decoration: underline;
                    }


@media screen and (min-width:531px) {
    #area_sagasu .area_close div,
    #area_menu .area_close div {
        margin: 0px 0px 5px 10px
    }
}

@media screen and (max-width:530px) {
    #area_sagasu .area_close div,
    #area_menu .area_close div {
        margin: 10px 0px 5px 10px
    }
}

@media only screen and (min-width:801px) {
    .uprmenu_btn,
    #area_sagasu, #area_menu {
        display: none !important;
    }


}

@media only screen and (max-width:800px) {
    .lang_title {
        font-size: 1.2em !important;
    }

    #acc_title2 {
        font-size: 1.2em !important;
    }
}
/***** スマホサイズ上メニューボタン end *****/

#keepSavePage-container {
    display: none;
}

#headerAreaDef {
    width: 100%;
    height: 100%;
}

#header {
    top: 0px;
    position: relative;
}

#hd_header_SP {
    display: none;
    max-width: 153px;
    height: 65px;
    float: left;
    position: relative;
    z-index: 10001;
}

#headerMenu {
    max-width: 300px;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    z-index: 10001;
    position: relative;
    top: -27px;
}

    #headerMenu img {
        vertical-align: middle;
    }

.btn_accessibility {
    padding: 18px 0px 10px 0px;
}

.btn_Languages {
    padding: 18px 0px 10px 0px;
}

.btn_sagasu {
    padding: 18px 0px 10px 0px;
}

.btn_kinkyu {
    padding: 18px 0px 10px 0px;
}

.btn_Languages .hb_icon img,
.btn_accessibility .hb_icon img,
.btn_sagasu .hb_icon img {
    margin-bottom: 4px;
}

/* サイト内検索 */

.main_search_wrapper {
    margin: 0px 4px;
}

#mainSearch {
    font-size: 0.9em;
    margin: 0px 15px 10px 0px;
    float: right;
}

input.searchBox {
    width: 150px;
    height: 24px;
    margin: 0px;
    vertical-align: middle;
}

input.btnSearch {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

#hamburger-menu {
    display: none;
}

/* サイト内検索ver2.0 */
#mainSearch .bootstrap-scope {
    height: 32px;
}

#mainSearch #input_form_search_word {
    width: 215px;
}

h1#hd_header {
    margin: 0px;
    position: relative;
    float: left;
    z-index: 10001;
}

#headerMenu01 {
    top: 0px;
    float: right;
    z-index: 10005;
    max-width: 300px !important;
}

#headerMenu02 {
    float: right;
    text-align: center;
    margin: 0px 0px;
    padding: 0px;
}

/* さがすパネル 検索窓 */
.bootstrap-scope .IZ-select .IZ-select__input {
    border-radius: 50px;
    border: 0px;
}

.bootstrap-scope .btn-gray {
    color: #ffffff !important;
    background-color: unset !important;
    border-color: none !important;
}

.bootstrap-scope .IZ-select__input input {
    font-size: 0.9em !important;
    padding-left: 10px !important;
}

.bootstrap-scope .btn {
    border: 0px solid transparent !important;
}

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

#area_sagasu .search_item .search_btn {
    display: none;
}

.btn_sagasu {
    margin-left: 8px;
}

.btn_sagasu, .btn_accessibility {
    margin-left: 8px;
}



.head_btn_text {
    font-size: 1.045em;
    font-weight: 500;
    margin-top: 8px;
    display: block;
}

.btn_Languages .head_btn_text {
    margin-top: 14px;
}

/* ヘッダメニュー表示調整 */
/*@media screen and (max-width:1000px) {
}*/



/* 音声読み上げ（リードスピーカー） */
#mainOnsei {
    float: left;
    margin: 10px 0px 0px 1px;
    padding: 3px 4px 0px 2px;
    font-size: 0.9em;
}

    #mainOnsei span {
        display: inline-block;
        vertical-align: middle;
        margin-top: 2px;
    }

    #mainOnsei img {
        vertical-align: middle;
    }

/* 文字サイズ・背景色変更 */
#changeHaikei, #mainFontSizeSel {
    float: left;
    font-size: 0.9em;
    padding-top: 4px;
    outline: none;
    margin: 10px 0px 0px 10px;
}

    #changeHaikei span, #mainFontSizeSel span {
        display: inline-block;
        vertical-align: middle;
    }

    #changeHaikei a, #mainFontSizeSel a {
        padding-right: 3px;
        vertical-align: middle;
        text-decoration: none;
    }

    #changeHaikei img, #mainFontSizeSel img {
        vertical-align: sub;
    }

/* 行政TOPページに戻る */

#mainTop {
    margin: 0px 0px 0px 0px;
    border: 1px solid #D1D1D1;
    border-radius: 35px;
    transition-duration: 0.3s;
    width: 130px;
    white-space: nowrap;
    float: left;
    margin-left: 40px;
}

    #mainTop:hover {
        background-color: #f7f7f7;
    }

    #mainTop a {
        display: block;
        padding: 1px 17px 1px 17px;
        border-radius: 5px;
        font-size: 0.95rem;
        /*font-weight: 500;*/
        text-decoration: none !important;
    }

        #mainTop a span::before {
            font-family: "Font Awesome 5 Free";
            content: "\f0da";
            font-weight: 900;
            padding-right: 5px;
            color: #FFA799;
        }



/* サイト内検索 */
#mainSearch {
    font-size: 0.9em;
    margin: 0px 0px 0px 10px;
    float: right;
}

input.searchBox {
    width: 150px;
    height: 20px;
    margin: 0px;
    vertical-align: middle;
}

input.btnSearch {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

/* サイト内検索ver2.0 */
#mainSearch .bootstrap-scope {
    height: 32px;
}

#mainSearch #input_form_search_word {
    width: 150px;
}

/*グローバルナビゲーション*/
#GlobalNavigationBlock {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 1px;
}

#naviArea {
    max-width: 1100px;
    margin: 0px auto 0px;
}

div#naviArea ul#navi_list {
    display: table;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    font-size: 1.2em;
}

    div#naviArea ul#navi_list li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 50px;
        font-size: 1em;
        border-right: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-right: 1px dashed #42210B;
    }

        div#naviArea ul#navi_list li:last-child {
            border-right: none;
        }

#naviArea #navi_list .navi_tab div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


div#naviArea ul#navi_list li p {
    font-weight: bold;
    font-size: 0.89em;
}


ul#navi_list a {
    height: 46px;
    width: 100%;
    padding-top: 23px;
}


#navi_tab_551 {
    width: 285px;
}

#navi_tab_552 {
    width: 285px;
}

#navi_tab_553 {
    width: 245px;
}

#navi_tab_554 {
    width: 370px;
}


#navi_tab_551 a {
    background: url(../../images/kosodate/icon_nav_01.svg);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -3px 12px;
    padding-left: 36px;
    background-size: 58px;
}



#navi_tab_552 a {
    background: url(../../images/kosodate/icon_nav_02.svg);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 41px 11px;
    padding-left: 43px;
}

#navi_tab_553 a {
    background: url(../../images/kosodate/icon_nav_03.svg);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 34px 10px;
    padding-left: 63px;
}

#navi_tab_554 a {
    background: url(../../images/kosodate/icon_nav_04.png);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding-left: 36px;
    background-size: 67px;
}






div#popNaviArea ul.g_navi {
    position: absolute;
    max-width: 1366px;
    width: 100%;
    padding-top: 30px;
    margin: 0px auto 0px 0px;
    margin-top: 1px;
}

div#popNaviArea {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: -1px auto;
    z-index: 99999;
    padding: 0px;
}

    div#popNaviArea li.navi_child {
        width: 22%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 25px;
        padding-left: 26px;
    }

        div#popNaviArea li.navi_child li {
            font-size: 0.9em;
            line-height: 1.5em;
            padding: 2px 2px 0px 15px;
            margin-top: 8px;
        }

        div#popNaviArea li.navi_child a {
            display: table-cell;
            vertical-align: middle;
            font-weight: 500;
        }


            div#popNaviArea li.navi_child a::before {
                font-family: "Font Awesome 5 Free";
                content: "\f0da";
                font-weight: 900;
                padding-right: 5px;
                color: #FFA799;
                font-size: 0.7em;
                margin-left: 10px;
            }


    div #popNaviArea h3.navi_child_name {
        margin: 0px 5px;
        padding: 15px 2px 4px 0px;
        font-size: 1em;
        font-weight: bold;
    }


/* 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: 99;
    text-decoration: none;
    position: absolute;
    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;
}

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

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

    #hd_header_SP {
        display: none;
        width: auto;
    }
}

@media screen and (max-width:790px) {
    .headerMenu {
        max-width: 385px;
    }
}

@media screen and (max-width: 789px) {
    #headerMenu {
        top: 0px;
    }
}

@media screen and (max-width:788px) {
    #headerMenu {
        font-size: 0.8em;
    }

    #headMenu, #naviContainerSP {
        display: none !important;
    }

    #headerMenu01 {
        top: 0px;
    }

    .headerMenu {
        width: fit-content;
        max-width: fit-content;
    }

    #mainSearch {
        margin: 0px;
    }

        #mainSearch .searchver2-input {
            width: fit-content;
        }

        #mainSearch .bootstrap-scope .input {
            display: none;
        }

    #GlobalNavigationBlock {
        display: none;
    }
}

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

    #mainTop {
        display: none;
    }
}

@media screen and (max-width:1070px) {
    #mainTop {
        /*left: -150px;*/
    }

    h1#hd_header {
        padding-left: 20px;
    }
}

@media screen and (max-width:1020px) {
    #mainTop {
        /*left: -110px;*/
    }

    h1#hd_header {
        padding-left: 20px;
    }
}



/* グローバルナビゲーション */
#headMenu {
    display: block;
    position: absolute;
    right: 2px;
    top: 0px;
    width: 55px;
}

.header_bottom {
    margin: 0px auto;
    height: 0px;
    padding: 0px;
    position: unset;
    z-index: 99;
    text-align: center;
}

.SP_search {
    display: block;
    position: absolute;
    right: 58px;
    top: 15px;
    width: 35px;
    font-size: 1.7em;
}

#naviAreaSP {
    padding: 6px;
    background-color: #0f7ead !important;
}

#navi_listSP {
    background: #0f7ead;
}

div#naviAreaSP a {
    display: block;
    color: #ffffff;
    padding: 10px;
    background: url("../../images/top1/ya_sp.png") no-repeat 98% center;
    background-size: 15px 15px;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;
}

div#naviAreaSP ul#navi_listSP li a {
    color: #ffffff;
}

#header_img {
    top: 0px;
}

}

/* ==========================================================================================
 ナビゲーションメニュー（目的から探すエリア）、スマホサイズ用サイト内検索メニュー
========================================================================================== */
#top_mokuteki, #top_searchMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10001;
    margin: 0;
}

.mokuteki_wrap, .searchMenu_wrap {
    padding: 40px 0px 100px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
}

.mokuteki_title, .searchMenu_title {
    font-size: 1.5em;
    color: #ffffff;
    padding: 20px 0px;
    text-align: center;
}

.search_area {
    margin: 0px auto;
}

#top_mokuteki.active, #top_searchMenu.active {
    background-color: #ffffff;
    opacity: .97;
    width: 100%;
}

.top_head_wp, .searchMenu_wp {
    margin: 0px auto 0px auto;
}

    .top_head_wp.active, searchMenu_wp.active {
        height: 100%;
    }

/*top共通*/
.mokuteki_wp-L {
    padding: 0 20px;
}

.mokuteki_wp-R {
    padding: 0 20px;
    margin: 0;
    overflow: hidden;
    text-align: left;
}

.mokuteki_r-con {
    margin: 0 0 .58em 0;
}

.button_container {
    cursor: pointer;
    z-index: 1099;
    background: transparent;
    padding: 0px;
    margin: 0px;
    border: none;
}

    .button_container.active {
    }

.mokuteki_con_00 {
    padding: 20px 0;
    float: left;
    padding: 0 20px;
    width: 25%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mokuteki_con_01 {
    padding: 55px 20px 0 20px;
}

.mokuteki_con_02 {
    padding: 0 20px;
}

.mokuteki_con_03 {
    float: left;
    padding: 0 20px;
    width: 50%;
    margin: 0px 0px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

.mokuteki_con_04 {
    padding: 20px 0;
    padding: 0px 20px 5px 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.mokuteki_con_05 {
    padding: 20px 0;
    padding: 0 20px;
    margin: 0px auto 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mokuteki_wp {
    padding: 0px 0 0px 0;
    z-index: 1009;
    position: relative;
    min-width: 765px;
    max-width: 1010px;
    margin: 0px auto 0px;
    opacity: 0;
}

.overlay.open .mokuteki_wp {
    -webkit-animation: fadeInDown .5s ease forwards;
    animation: fadeInDown .5s ease forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.mokuteki_wp_title {
    color: #FFF;
    font-size: 125%;
    font-weight: bold;
    margin: 0px auto 0px auto;
    background-repeat: no-repeat;
    padding: 20px 0 20px 0;
    border-bottom: 2px dotted #A1B4BF;
}

.mokuteki_wp_title2 {
    color: #FFF;
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 .5em 0;
    background-repeat: no-repeat;
    padding: 10px 0 0 0;
}

    .mokuteki_wp_title2 a {
        color: #FFF;
        text-decoration: none;
    }


li.moku_haya img {
    margin: 0 5px 0 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.t_icon_list li a {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.mokuteki_tit_icon01 {
    width: 479px;
}

.mokuteki_tit_icon02 {
    background-position: 0 .7em;
}

.mokuteki_tit_icon03 {
    background-position: 0 .4em;
    width: 479px;
}

.mokuteki_tit_icon04 {
    background-position: 0 .7em;
}

.mokuteki_map_kakuku {
    padding: 0 30px 0 0;
}

.mokuteki_con_01 li {
    float: left;
    width: 25%;
    padding: 0;
    padding: 0 5px 0.85em 0;
    background-position: 0 50%;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.t_mokuteki_list li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}

    .t_mokuteki_list li a::before,
    .t_mokuteki_list li a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .t_mokuteki_list li a::before {
        left: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid #FFF;
    }

.mokuteki01 img {
    padding: 0px 5px 0px 0px;
}

.subsite_con {
    margin: 0px auto;
    text-align: center;
    border-bottom: 2px dotted #ffffff;
}

.subsite_waku {
    margin: 0px auto 0px 15px;
    text-align: center;
}

.subsite_link a {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 2.5em;
}

.t_subsite_list {
    padding: 0px;
    margin: 0px auto;
    text-align: center;
}

.text_linkArea {
    margin: 40px auto 0px;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.text_link {
    margin: 20px auto;
    text-align: center;
    display: flex;
    flex-direction: row;
}

    .text_link a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1.2em;
    }

.link {
    padding: 0px 40px 0px 0px;
}

/* リンク概要 */
.t_mokuteki_list li p {
    color: #ffffff;
    font-size: 0.9em;
    margin: 2px 0px 10px 18px;
}

.mokuteki_con_01 li:nth-of-type(4n+1) {
    clear: left;
}

.mokuteki_con_02 li {
    width: 25%;
    float: left;
}

    .mokuteki_con_02 li:nth-of-type(4n+1) {
        clear: left;
    }

.mokuteki_con_03 li {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .mokuteki_con_03 li:nth-of-type(3n+1) {
        clear: left;
    }

.mokuteki_con_04 li {
    font-size: 1em;
}

.mokuteki_link a {
    background-repeat: no-repeat;
}

.faq_link a {
    background-image: url(/images/faq_link.png);
    background-repeat: no-repeat;
}

.t_icon_list .faq_link a {
    padding: 3px 0 3px 1em;
}

.no-scroll {
    overflow: hidden;
}

.overlay {
    background: #0f7ead;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    -o-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    z-index: 1099;
    display: none;
}

    .overlay.open {
        opacity: .95;
        display: block;
        overflow-y: hidden;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        height: 100vh;
    }

        .overlay.open li {
            background-image: none;
            float: left;
            padding: 15px 0px;
            border: 1px solid #fff;
            margin: 10px 15px;
        }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto 10px auto;
        display: inline-block;
        position: relative;
        font-size: 100%;
    }

        .overlay ul li {
            display: block;
            position: relative;
            min-width: 200px;
        }

            .overlay ul li a {
                position: relative;
                text-decoration: none;
                overflow: hidden;
                background-position: 0 .1em;
                background-repeat: no-repeat;
            }

                .overlay ul li a:hover,
                .overlay ul li a:focus {
                    /*background-color: rgba(32, 62, 80, 0.8);*/
                }

li.moku_haya a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.subsite_waku {
    width:;
}

.subsite_link {
    text-align: center;
}

span.moku_txt {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

li.parent.hover .sub {
    width: 650px;
    -webkit-transition: all 500ms 0s ease;
    -o-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    display: block;
    opacity: 100;
    min-height: 100%;
    left: 200px;
    overflow: auto;
    height: 100vh;
}

/* ナビメニュー展開時のスタイル */
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: top;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: top;
    }
}

/* ナビゲーションを閉じるリンク */
#navimenu {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
}

#navimenu_close, #searchMenu_close {
    margin: 8px 0px 0px 8px;
    padding: 0px;
    text-align: left;
}

    #navimenu_close div, #searchMenu_close div {
        padding: 0px;
        text-align: center;
        opacity: 1;
        width: 1em;
    }

    #navimenu_close span, #searchMenu_close span {
        color: #0058af;
        padding: 0px;
        display: block;
        color: #42210b;
    }

    #navimenu_close a, #searchMenu_close a {
        display: block;
        text-decoration: none;
    }

.btn_yokuaru {
    border: 1px solid #ffffff;
    margin: 0px auto;
    text-align: center;
    width: 30%;
}

/* line 8, searchbox.scss */
.search-box {
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #ebebeb;
}

    /* line 14, searchbox.scss */
    .search-box + label .search-icon {
        color: black;
    }

    /* line 15, searchbox.scss */
    .search-box:hover {
        color: white;
        background: #c8c8c8;
        box-shadow: 0 0 0 5px #3d4752;
    }

        /* line 19, searchbox.scss */
        .search-box:hover + label .search-icon {
            color: white;
        }

    /* line 21, searchbox.scss */
    .search-box:focus {
        transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
        border: none;
        outline: none;
        box-shadow: none;
        padding-left: 15px;
        cursor: text;
        width: 300px;
        border-radius: auto;
        background: #ebebeb;
        color: black;
    }

        /* line 31, searchbox.scss */
        .search-box:focus + label .search-icon {
            color: black;
        }

    /* line 33, searchbox.scss */
    .search-box:not(:focus) {
        text-indent: -5000px;
    }

/* line 36, searchbox.scss */
#search-submit {
    position: relative;
    left: -5000px;
}

/* line 40, searchbox.scss */
.search-icon {
    position: relative;
    left: -30px;
    color: white;
    cursor: pointer;
}

/* ナビメニュー展開時のスタイル */
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: top;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: top;
    }
}

/* ナビゲーションを閉じるリンク */
/*#accmenu {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

#accmenu_close {
    margin: 10px 0px 0px 30px;
    padding: 0px;
    text-align: left;
    position: absolute;
    top: 0px;
    z-index: 100;
    right: 13px;
}

    #accmenu_close div {
        padding: 0px;
        text-align: center;
        opacity: 1;
    }

    #accmenu_close span {
        padding: 0px;
        display: block;
    }

    #accmenu_close a {
        display: block;
        text-decoration: none;
        color: #fff;
    }

.accmenu {
    text-align: center;
    margin: 0px auto;
    float: left;
}

    .accmenu a {
        text-decoration: none;
    }

    .accmenu span {
        font-size: 1.2em;
    }*/

.btn_bar {
    width: 45px;
    height: 166px;
    position: fixed;
    top: 160px;
}

#slideBottomSiteSearchSP {
    display: none;
    width: 96%;
    margin: 10px auto 2px auto;
}

    #slideBottomSiteSearchSP .siteSearchArea {
        padding-bottom: 0px !important;
    }

#slideBottomSiteSearchSP {
    display: block;
}

.btn_bar a:hover {
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
}

/* フロートヘッダー用 */
.headFixed_margin {
    height: 278px;
}

/* サブサイトハンバーガーメニュー内行政トップボタン*/
.topLink {
    display: none;
}

/* やさしいブラウザ start */
#yasashii {
    margin: 5px 0px 0px 30px;
    border: solid 1px #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
    background-image: url("../../images/icon_yasashii.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 0px 90px 0px 5px;
    font-size: 1.2em;
    height: 30px;
    line-height: 30px;
    background-color: #0000FF;
    color: white;
}

    #yasashii a {
        text-decoration: none;
        color: white;
    }

#browser {
    color: aqua;
}

    #browser a {
        color: aqua;
    }
/* やさしいブラウザ end */

/* オープニングへ */
.linkToOpeningWrap {
    display: none; /* 未使用 */
    padding: 0px !important;
    min-width: initial !important;
    margin: 0px 0px 0px 10px !important;
}

/* ランダム画像表示 start */
.randomImageDisp {
    width: fit-content;
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    .randomImageDisp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .randomImageDisp {
        display: none !important;
    }
}

.randomImageDisp ul {
    width: fit-content;
    display: inline-block;
}

.randomImageDisp li {
    width: fit-content;
    display: none;
}

    .randomImageDisp li.disp {
        display: inline-block !important;
    }
/* ランダム画像表示 end */


@media screen and (max-width: 1000px) {
    #imgHeader {
        /*width: 300px;*/
    }

    #mainTop {
        /*left: 0px;*/
    }

    div#naviArea ul#navi_list li p {
        font-size: 0.8em;
    }

    #navi_tab_551 a {
        background-position: 14px 15px;
        padding-left: 36px;
        background-size: 46px;
    }

    #navi_tab_552 a {
        background-position: 50px 16px;
        background-size: 36px;
    }

    #navi_tab_553 a {
        background-size: 53px;
        background-position: 30px 14px;
        padding-left: 52px;
    }

    #navi_tab_554 a {
        background-position: 10px 8px;
        padding-left: 34px;
        background-size: 53px;
    }
}


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

    #navi_tab_552 {
        width: 230px;
    }

        #navi_tab_552 a {
            background-position: 17px 16px;
            padding-left: 32px;
        }

    #navi_tab_553 {
        width: 230px;
    }
}

@media screen and (max-width: 950px) {
    #mainTop {
        margin-left: 20px;
    }

    #area_languages .language_wrap {
        max-width: 700px !important;
    }
}
@media screen and (max-width: 900px) {
    #navi_tab_554 a {
        background-position: 8px 12px;
        padding-left: 33px;
        background-size: 47px;
    }

    #imgHeader {
        width: 360px;
    }

    #GlobalNavigationBlock {
        margin-top: 0px !important;
    }

}
@media screen and (max-width: 850px) {
    #navi_tab_554 a {
        background-position: 8px 12px;
        padding-left: 33px;
        background-size: 47px;
    }

    #headerAreaDef {
        height: 0px;
    }

    #imgHeader {
        width: 295px;
    }

    .btn_sagasu, .btn_accessibility {
        margin-left: 1px !important;
    }

    #GlobalNavigationBlock {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 800px) {
    #headerMenu {
        display: none;
    }
    #GlobalNavigationBlock {
        display: none;
    }
    #floatmenu .menuarea {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    h1#hd_header {
        padding-left: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
        min-height: 56px;
    }
}


.btn_bar {
    width: 40px;
    height: 150px;
    position: fixed;
    top: 217px;
    right: 0px;
    z-index: 10000;
    border-radius: 5px 0px 0px 5px;
    transition-duration: 0.3s;
    background-color: #fff !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
    background: url("../../images/kosodate/icon_soudan.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center 12px;
    border-top: 1px solid #ED828B;
    border-left: 1px solid #ED828B;
    border-bottom: 1px solid #ED828B;
    transition-duration:0.3s;
}

    

    .btn_bar a {
        writing-mode: vertical-rl;
        color: #333 !important;
        text-decoration: none;
        display: block;
        letter-spacing: 0.28em;
        padding-left: 11px;
        padding-top: 44px;
        font-size: 0.9em;
    }