﻿@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: 30px 0px;
        position: absolute !important;
        z-index: 9999;
    }
}

.comm_toggle-panel {
    display: none;
    width: 100%;
    height: 0px;
}


@keyframes comm_toggle-fade-in {
    0% {
        transform: translateY(-50vh);
    }

    100% {
        transform: translateY(0);
    }
}
/* ヘッダーボタン */
.btn_kinkyu, .btn_rtntop,
.btn_accessibility, .btn_sagasu, .btn_Languages {
    width: 80px;
    padding: 5px 0px;
    color: var(--text-color,#fff);
    fill: #ffffff;
}
    .btn_rtntop .hb_icon {
        padding-top: 5px;
        padding-bottom: 5px;
    }


    .btn_accessibility:hover {
        color: var(--text-color,#005C7D);
        background-color: var(--background-color,#BDD9E3);
        border-radius: 5px;
        fill: var(--text-color,#007BA8);
    }
    .btn_sagasu:hover {
        color: var(--text-color,#005C7D);
        background-color: var(--background-color,#BDD9E3);
        border-radius: 5px;
        fill: var(--text-color,#007BA8);
       
    }
    .btn_Languages:hover {
        color: var(--text-color,#005C7D);
        background-color: var(--background-color,#BDD9E3);
        border-radius: 5px;
        fill: var(--text-color,#007BA8);
    }




@-webkit-keyframes hd_blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes hd_blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hd_blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.overlay_acc, #accessibility, #areabtm_acc {
    background-color: var(--background-color,#007BA8);
}



/* Languages */
.languages_close {
    margin: 5px 0px 0px 30px;
    padding: 0px;
    text-align: left;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 1003;
    color: var(--text-color,#007BA8);
}

    .languages_close a {
        color: var(--text-color,#007BA8);
        fill: var(--text-color,#007BA8);
    }

    .languages_close span {
    }

#area_languages {
    width: 100%;
    margin: 0px auto;
    display: none;
    background-color: var(--background-color,#007BA8);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}


@media screen and (max-width:767px) {
    #area_languages {
        display: none !important;
    }
}

/* 閲覧補助 */
#accessibility {
    position: relative;
    z-index: 10000;
    margin: 0;
    width: 100%;
    display: none;
}

    #accessibility .acce_head_wp {
        position: relative;
        min-width: 765px;
        margin: 0px auto 30px auto;
        height: 100%;
    }

    #accessibility .acc_wp {
        padding: 60px 0px 10px;
        z-index: 10000;
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        opacity: 0;
        min-height: 70px;
        margin: 0px auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        background-color: var(--background-color,#ffffff);
        border: 4px solid #dcd6d2;
    }

#acc_title {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 0px;
    background-color: var(--background-color,#ebf6f7);
    color: var(--text-color,#007BA8);
}

#accessibility .overlay_acc {
    top: 0;
    right: 0;
    opacity: .99;
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
    bottom: 0;
    z-index: 10000;
    padding: 0px;
}

    #accessibility .overlay_acc li {
        background-image: none;
        float: left;
        padding: 12px;
    }

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

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

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

                #accessibility .overlay_acc ul li a:hover,
                #accessibility .overlay_acc ul li a:focus {
                }

    #accessibility .overlay_acc .acc_wp {
        opacity: 1;
    }

#accmenu_close {
    margin: 10px 0px 0px 30px;
    padding: 0px;
    text-align: left;
    position: relative;
}

    #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: var(--text-color,#005C7D);
    }

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

    #accessibility .accmenu a {
        text-decoration: none;
    }

    #accessibility .accmenu span {
        font-size: 1.2em;
    }

@media screen and (max-width:767px) {
    #area_languages {
        display: none !important;
    }
}

@media screen and (max-width:975px) {
    #accessibility .accmenu {
        display: none;
    }
}

/* 文字サイズ・背景色変更 */
#mainFontSizeSel {
    margin: 5px auto;
    padding: 0px 60px;
    outline: medium none;
    text-align: center;
}

#changeHaikei {
    margin: 5px 0px 0px 20px;
    padding: 0px 60px;
    outline: medium none;
    float: left;
}

    #changeHaikei span, #mainFontSizeSel span {
        display: inline-block;
        font-size: 1.2em;
        padding: 0px 10px;
    }

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

    #changeHaikei img, #mainFontSizeSel img {
        padding: 0px 0px;
        border: 1px solid #ccc;
    }

#easyJapaneseDispArea {
    margin: 5px auto;
    padding: 0px 60px;
    outline: medium none;
    text-align: center;
}

#easyJapaneseDispArea span {
    display: inline-block;
    font-size: 1.4em;
    padding: 0px 10px;
}

#easyJapaneseDispArea a {
    vertical-align: middle;
}

#easyJapaneseDispArea img {
    padding: 0px 0px;
}



.headerMenu {
    text-align: center;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 10001;
    font-size: 0.9em;
    align-items: center;
    justify-content: flex-end;
    top:10px;
    right:0px;
}

    .headerMenu img {
        vertical-align: middle;
    }

    .headerMenu a {
        margin-right: 0px;
        text-decoration: none;
    }

        .headerMenu a:hover {
            top: 0px;
            left: 0px;
        }

figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

    figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 9999;
        display: block;
        content: '';
        width: 50%;
        height: 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%;
    }
}




/* さがす */
.overlay {
    background-color: var(--background-color, rgba(0,123,168,0.95));
}

#top_mokuteki {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10001;
    margin: 0;
}

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

.mokuteki_wrap {
    padding: 0px;
    display: flex;
    flex-direction: column;
    max-width: 970px;
    width: 100%;
    margin: 0px auto;
}

    .mokuteki_wrap .mokuteki_title {
        font-size: 1.8em;
        padding: 60px 0px 0px;
        text-align: center;
        color: var(--text-color,#ffffff);
    }



        .mokuteki_wrap .mokuteki_menu .sagasulist {
        margin: 0px;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

        /* 先頭に表示するサイト内検索 */
        .mokuteki_wrap .mokuteki_menu .sagasulist li:first-child {
            width: 100%;
            padding: 0px;
            margin: 5px auto;
        }
        /* 先頭に表示するサイト内検索以外（分類メニュー） */
        .mokuteki_wrap .mokuteki_menu .sagasulist li:not(:first-child) {
            width: 230px;
            padding: 0px 5px 20px;
            border-radius: 5px;
            background-color: var(--background-color,#ffffff);
        }

.sagasu_li_101:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    color: #00608d;
    left: -60px;
    top: 25px;
}


.sagasu_li_102:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    color: #00608d;
    left: -60px;
    top: 25px;
}


.sagasu_li_103:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    color: #00608d;
    left: -60px;
    top: 25px;
}

.sagasu_li_104:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    color: #00608d;
    left: -60px;
    top: 25px;
}

.sagasu_li_105:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    color: #00608d;
    left: -60px;
    top: 25px;
}

.sagasu_li_106:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    color: #00608d;
    left: -60px;
    top: 25px;
}

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

    .sagasu_li_101:before {
        content: '';
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        color: #00608d;
        left: 5px;
        top: 40px;
    }


    .sagasu_li_102:before {
        content: '';
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        color: #00608d;
        left: 5px;
        top: 40px;
    }


    .sagasu_li_103:before {
        content: '';
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        color: #00608d;
        left: 5px;
        top: 40px;
    }

    .sagasu_li_104:before {
        content: '';
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        color: #00608d;
        left: 5px;
        top: 40px;
    }

    .sagasu_li_105:before {
        content: '';
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        color: #00608d;
        left: 5px;
        top: 40px;
    }

    .sagasu_li_106:before {
        content: '';
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007BA8'%3E%3Cpath d='m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        color: #00608d;
        left: 5px;
        top: 40px;
    }


}


    .bootstrap-scope .IZ-select .IZ-select__input {
        border-radius: 50px;
        border: 0px;
    }

    .bootstrap-scope .btn-gray {
        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;
    }

.mokuteki_btn_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 0px 0px 15px;
}

    .mokuteli_btn {
        width: 180px;
        padding: 15px 5px;
        border-radius: 10px;
        background-color: var(--background-color,#ffffff);
        border: 3px solid #a1d8e6;
    }

    .mokuteki_btn_area a {
        text-align: center;
    }

    .mokuteki_title01 {
        border-bottom: 1px dotted #ffffff;
        font-size: 1.3em;
        margin: 30px 0px 0px;
        padding: 0px 0px 0px 30px;
    }

    .life_eventArea {
        margin: 12px auto;
        text-align: center;
        max-width: 800px;
    }

    .bunrui_Area {
        margin: 20px auto 0px;
        text-align: center;
        max-width: 850px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .bunrui_item {
        width: 150px;
        padding: 15px 5px;
        border-radius: 5px;
    }

    .search_area {
        margin: 0px auto;
    }


    #top_mokuteki.active, #top_searchMenu.active {
        background-color: #ffffff;
        opacity: .93;
        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: 9999;
        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: 10001;
        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 {
        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: 9999;
        display: none;
    }

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


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


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

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

    #life_mokuteki li img {
        height: 45px;
        position: relative;
        left: -3px;
    }

    .life_text {
        text-align: center;
        position: relative;
        top: -14px;
    }

    .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: 9px 0px 0px 8px;
        padding: 0px;
        position: absolute;
        right: 40px;
    }

        #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;
            fill: var(--text-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;
    }

    .change_title {
        padding: 15px 0px 25px;
        text-align: center;
        font-weight: bold;
        color: var(--text-color,#007BA8);
    }

    /* ナビメニュー展開時のスタイル */
    @-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;
        }
    }


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

    /* 災害情報メッセージ */
    .saigai_mode_msgdisp {
        font-size: 0.9em;
        color: #FF0000;
        background: #FFFFFF;
        padding: 0px 0px 0px 8px;
        position: absolute;
        z-index: 10001;
        margin-top: 3px;
    }
