﻿/*:::::::::::::::::::::::::
 * ヘッダー
 *::::::::::::::::::::::::*/

#floatmenu {
    z-index: 10002;
    position: relative;
}

#floatmenu .menuarea {
    max-width: 1100px;
    margin: 0px auto;
}

#headerAreaDef {
    width: 100%;
    height: 100%;
}

#header {
    max-width: 1100px;
    margin: 0px auto;
    z-index: 10001;
    position: relative;
}
.btn_accessibility {
    padding: 18px 0px;
}

.btn_kinkyu {
    padding: 17px 0px;
}

/* サイト内検索 */

.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;
}

#headerMenu01 {
    top: 5px;
    float: right;
    z-index: 10005;
}

#headerMenu02 {
    float: right;
    text-align: center;
    margin: 0px 0px;
    padding: 0px;
}

#floatmenu::before {
    content: '';
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    z-index: 10001;
}

.menuinner {
    z-index: 10001;
}

.headerimgarea {
    z-index: 10001;
}

/* Foreign Language */
#foreign a {
    padding: 5px 0px 0px 28px;
    line-height: 22px;
}

.select-box01 select {
    float: left;
    max-width: 180px;
    padding: 2px;
    margin: 7px 0px 0px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url("../images/top1/ya_blue_s.png") right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#F7F7F7 100%);
    background: url("../images/top1/ya_blue_s.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#F7F7F7 100%);
    background-size: 26px, 24px;
}

/* 行政TOPページに戻る */

/* サイト内検索 */
/*#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 {
    z-index: 10001;
    position: relative;
}

#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;
}*/

#naviArea #navi_list .navi_tab div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

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;
        }

    .btn_Languages {
        padding: 11px 0px;
        font-size: 0.9em;
    }

    .btn_accessibility {
        padding: 8px 0px;
        font-size: 0.9em;
    }
}

#headerMenu {
    max-width: 620px;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    z-index: 10001;
    position: relative;
}

    #headerMenu img {
        vertical-align: middle;
    }

#naviArea {
    max-width: 1100px;
    margin: 0px auto 0px;
}

#mainTop {
    z-index: 10001;
    margin: 0px 15px 0px 0px;
    border-radius: 5px;
}

    #mainTop a {
        display: inline-block;
        padding: 6px 0px 6px 32px;
        border-radius: 5px;
        font-size: 1.0em;
    }


.siteSearchArea {
    display: block !important;
}

    .siteSearchArea .searchver2-input {
        width: 195px !important;
    }

.input-group-append {
    padding-top: 3px;
}

.navi_tab {
    position: relative;
}

    .navi_tab::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        height: 3px;
    }

/*h1#hd_header img {
    width: 420px;
}*/

/* PC版: 950px以上 */
@media screen and (min-width: 950px) {
    /* ここにPC用のスタイルを記述 */
    .accessibility_btn {
        display: flex;
    }

    .Languages_btn {
        display: flex;
    }

    .sagasu_btn {
        display: none;
    }

    h1#hd_header {
        margin: 0px;
        float: left;
        z-index: 10001;
        top: 5px;
        padding-top:5px;
        padding-bottom:5px;
    }

    .headerMenu a {
        margin-right: 10px;
    }

    #headerMenu {
        padding-top: 12px;
    }

    .accessibility_btn span {
        padding-top: 4px !important;
        padding-left: 2px !important;
    }

    .Languages_btn span {
        padding-top: 2px !important;
        padding-left: 8px !important;
    }

    .headerTopArea {
        height: 5px;
    }
}

/* タブレット版: 789px〜949px */
@media screen and (min-width: 789px) and (max-width: 949px) {
    /* ここにタブレット用のスタイルを記述 */
    .accessibility_btn {
        display: flex;
    }

    .Languages_btn {
        display: flex;
    }

    .sagasu_btn {
        display: none;
    }

    h1#hd_header {
        margin: 0px;
        float: left;
        z-index: 10001;
        top: 5px;
        padding-top: 5px;
    }

    .headerMenu a {
        margin-right: 20px;
    }

    #headerMenu {
        padding-top: 5px;
    }

    .accessibility_btn span {
        padding-top: 4px !important;
        padding-left: 2px !important;
    }

    .Languages_btn span {
        padding-top: 2px !important;
        padding-left: 8px !important;
    }

    #hd_header_SP {
        display: none;
    }

    .headerTopArea {
        height: 5px;
    }

}

#mainSearch {
    margin-top: 8px;
}

/* スマホ版: 788px以下 */
@media screen and (max-width: 788px) {
    /* ここにスマホ用のスタイルを記述 */
    #mainSearch {
        display: none;
    }

    #mainTop {
        display: none;
    }

    .btn_Languages, .btn_sagasu, .btn_kinkyu {
        padding: 8px 0px;
    }

    #hd_header {
        display: none;
    }

    #hd_header_SP {
        display: block;
        float: left;
    }

    #hd_header_SP h1 img {
        padding-top: 5px;
        width: 210px;
        padding-left:5px;
    }

    #floatmenu {
        box-shadow: 0px 3px 6px #00000029;
    }

    .Languages_btn, .sagasu_btn {
        width: 68px;
        border-left: 1px solid #ccc;
        padding: 8px 0px;
    }

    .Languages_btn .hb_icon img {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .accessibility_btn {
        width: 68px;
        border-left: 1px solid #ccc;
        padding: 8px 0px;
    }

    .accessibility_btn img {
        width: 30%;
        padding-bottom: 4px;
    }

    .sagasu_btn img {
        width: 21px;
        padding-top: 2px;
        padding-bottom: 5px;
        padding-right: 2px;
    }

    #naviContainer {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .accessibility_btn, .sagasu_btn, .Languages_btn {
        width: 52px;
        border-left: 1px solid #ccc;
        font-size: 0.9em;
        line-height: 1.2rem;
    }

    .accessibility_btn {
        padding: 8px 0px 6px 0px;
    }

    .accessibility_btn img {
        width: 21px;
    }

    .Languages_btn {
        padding: 5px 0px 7px 0px;
    }

    .Languages_btn img {
        width: 21px;
    }

    .Languages_btn span {
        font-size: 0.90em;
    }

    .sagasu_btn {
        padding: 7px 0px 6px 0px;
    }

    .sagasu_btn img {
        width: 21px;
    }
}


@media screen and (min-width: 768px) {
    /*.selectLanguageMenu.opened .dropmenu li ul {
        width: 100%;
        max-width: calc(100% - 10px);
        list-style: none;
        z-index: 1099;
        margin: 0;
        padding: 0;
        display: flex;
        font-size: 1.2em;
        gap: 20px;
    }*/
}

@media screen and (min-width: 768px) {
    /*.active_panel {
        display: block !important;
        height: auto !important;
        animation: comm_toggle-fade-in 0.6s 0s ease;
        animation-fill-mode: forwards;
        padding: 15px 0px;
        position: absolute !important;
        z-index: 10000;
    }*/
}




div#naviContainer {
    width: 100%;
    padding: 0px 0px;
    font-size: 90%;
}

div#naviArea {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

div#naviArea ul#navi_list {
    display: table;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
}

div#naviArea ul#navi_list li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.1em;
}

div#naviArea ul#navi_list li div {
    vertical-align: middle;
    padding: 3px 10px;
    margin: 2px 5px 2px;
}

div#naviArea a {
    text-decoration: none;
    font-weight: bold;
}

div#naviArea ul#navi_list li p {
    display: inline-block;
    line-height: 45px;
    font-size: 1em;
    letter-spacing: 0.2em;
}

div#popNaviArea div.navi_child, div#popNaviArea li.navi_child {
    width: 22%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 18px;
    padding-left: 15px;
}

div#popNaviArea {
    display: block;
    position: relative;
    max-width: 1100px;
    margin: 0px auto;
    z-index: 99999;
    width: 100%;
}

div#popNaviArea div.g_navi, div#popNaviArea ul.g_navi {
    position: absolute;
    max-width: 1098px;
    padding-top: 10px;
    width: 100%;
}

div#popNaviArea h3.navi_child_name {
    margin: 0px 5px;
    padding: 4px 2px;
    font-size: 0.9em;
    font-weight: bold;
}

div#popNaviArea li.navi_child ul {
    padding: 0px 8px;
    margin-top: -5px;
}

div#popNaviArea div.navi_child li, div#popNaviArea li.navi_child li {
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 0px 2px 0px 8px;
    margin-top: 8px;
    background-image: url(../../images/doubutuaigo/ya_b.gif);
    background-repeat: no-repeat;
    background-position: 1px 0.5em;
}

div#popNaviArea div.navi_child a, div#popNaviArea li.navi_child a {
    display: table-cell;
    vertical-align: middle;
}

div#popNaviArea div.navi_child ul, div#popNaviArea li.navi_child ul {
    padding: 0px 8px;
    margin-top: -5px;
}

/* 閲覧補助 */

@media screen and (min-width: 768px) {
    .acc_wp {
        margin-top: 25px !important;
        margin-bottom: 15px !important;
    }
}

/* ==========================================================================================
 ナビゲーションメニュー（目的から探すエリア）、スマホサイズ用サイト内検索メニュー
========================================================================================== */
#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: .89;
    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: #ffffff;
    }

    #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 {
    position: absolute;
    top: 0px;
    z-index: 100;
    right: 13px;
}

.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;
}

right: 0px;
z-index: 10000;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.45);
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
border-radius: 10px 0px 0px 0px;
}


.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 */

.search_btn {
    display: none;
}

@media screen and (max-width: 768px) {
    #area_sagasu .sagasumenu button span {
        font-size: 1.95em;
    }

    .siteSearchArea .searchver2-input {
        height: 45px !important;
        width: calc(90% - 40px) !important;
        max-width: 500px !important;
    }

    .bootstrap-scope .IZ-select__input input {
        padding-left: 10px !important;
    }

    .input-group-append {
        padding-bottom: 10px;
    }
}