/*@import url(../GlobalNavigationForSP.css);*/

#headerAreaDef {
    width: 100%;
    /*height:100%;*/
    background-color: var(--background-color, #fff);
    z-index: 999999 !important;
    position: relative;
    border-top: 3px solid #245FB8;
}

.header {
    max-width: 1200px;
    margin: 0px auto;
    height: 90px;
}

.headerMenu {
    position: relative;
    top: 0px;
}

.header-inner {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    height: 90px;
    padding: 0px 0px;
}

#imgHeader {
    padding-top: 10px;
    width: 309px;
}

.menu-ghost {
    margin-right: 8px;
}

@media screen and (max-width:1000px) {
    #imgHeader {
        padding-top: 11px;
    }
}

h1.hd_header {
    margin: 0px auto;
}

@media screen and (max-width:980px) {
    h1.hd_header {
        margin: 0px auto;
    }
}

/* ヘッダメニュー表示調整 */
@media screen and (min-width:1001px) {

    #headerAreaDef::before {
        content: '';
        width: 100%;
        height: 90px;
        display: block;
        position: absolute;
        top: 0px; /* ヘッダ上部のボーダー分の調整 */
        z-index: 10001 !important;
    }

    .header {
        position: relative;
        z-index: 10001;
        background-color: var(--background-color,#fff) !important;
    }
}



/* 未使用↓ */
/* ヘッダーボタンエリア */


@media screen and (max-width:975px) {
    h1 .hd_header {
        font-weight: normal;
        display: inline-block;
        margin-top: 10px;
        margin-left: 20px;
        float: left;
        margin: 0px auto;
        text-align: center;
        position: relative;
        top: 8px;
        left: 0px;
    }

    .head_search {
        top: 80px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        max-width: 450px;
        width: 100%;
        background: #e8ecef;
        padding: 5px 0px;
        display: none;
    }
}


/* Foreign Language メニュー表示 */
/*
.select-box01 {
    float: left;
    width: 190px;
    max-width: 100%;
    margin: 0px 5px 0px 0px;
    font-size: 1.1em;
}

    .select-box01 .dropmenu {
        *zoom: 1;
        list-style-type: none;
        width: 100%;
        padding: 0;
    }

        .select-box01 .dropmenu img {
            padding-top: 5px;
        }

        .select-box01 .dropmenu:before, .dropmenu:after {
            content: "";
            display: table;
        }

        .select-box01 .dropmenu:after {
            clear: both;
        }

        .select-box01 .dropmenu ul {
            border: 1px solid #575757;
        }

        .select-box01 .dropmenu li {
            position: relative;
            width: 100%;
            float: left;
            margin: 0;
            padding: 0px;
            text-align: center;
        }

            .select-box01 .dropmenu li a {
                display: block;
                margin: 0px;
                padding: 3px 10px;
                text-decoration: none;
                min-height: 20px;
            }

            .select-box01 .dropmenu li ul {
                list-style: none;
                position: absolute;
                z-index: 9999;
                top: 100%;
                left: 0;
                margin: 0;
                padding: 0;
            }

                .select-box01 .dropmenu li ul li {
                    width: 100%;
                }

                    .select-box01 .dropmenu li ul li a {
                        padding: 5px 2px;
                        border-top: 1px solid #575757;
                    }

                        .select-box01 .dropmenu li ul li a.topsub {
                            border-top: none !important;
                        }

            .select-box01 .dropmenu li:hover > a.topmenu {
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
            }

            .select-box01 .dropmenu li a.topmenu:hover {
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
            }

        .select-box01 .dropmenu ul img {
            margin-left: 3px;
        }

    .select-box01 #normal li ul {
        left: -1000em;
    }

    .select-box01 #normal li:hover ul,
    .select-box01 #normal ul.focused {
        left: 0em;
    }
*/

.head_btn {
    float: left;
    padding: 3px 20px;
    border-radius: 10px;
    margin: 0px 10px 0px 0px;
}

.Flang {
    float: left;
}

/* サイト内検索 */
#mainSearch {
    margin: 0px 15px 0px 15px;
    float: right;
}

input.searchBox {
    width: 250px;
    margin: 0px auto;
    vertical-align: middle;
}

input.btnSearch {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

/* サイト内検索ver2.0 */
.searchver2-input {
    width: 275px !important;
}

.IZ-select__item {
    text-align: left;
}



/* グローバルナビゲーション */


#GlobalNavigationBlock {
    /*display:none;*/
}

div#naviContainer {
    width: 100%;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: var(--background-color,#fff);
    border-bottom: 1px solid #d9d9d9;
}

div#naviArea {
    max-width: 1100px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

    div#naviArea a {
        text-decoration: none;
        font-size: 1.1em;
    }

    div#naviArea ul#navi_list {
        display: table;
        width: 100%;
        text-align: center;
        border-collapse: collapse;
        box-sizing: border-box;
        height: 60px;
    }

        div#naviArea ul#navi_list li {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            height: 38px;
            font-size: 1em;
        }

            div#naviArea ul#navi_list li div {
                vertical-align: middle;
                padding: 8px 0px 8px 0px;
                border-right: 1px solid #fff;
            }

            div#naviArea ul#navi_list li a {
                display: block;
                color: var(--text-color,#43290F);
            }

#navi_list li {
    border-right: 1px solid #d9d9d9;
}

    #navi_list li:last-child {
        border-right: none;
    }


div #naviArea ul#navi_list li img {
    position: relative;
    z-index: 99;
    padding: 0px 0px 0px 0px;
    top: 5px;
    left: -20px;
}

div#naviArea ul#navi_list li p {
    display: inline-block;
    line-height: 30px;
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
}

div#naviArea ul#navi_list li.selected {
    background-color: var(--background-color,#FCE4E4);
}

    div#naviArea ul#navi_list li.selected a {
        color: var(--text-color,#43290F);
    }



/* ホームのボタン */
div#naviArea ul#navi_list li#navi_tab_0 div {
    vertical-align: middle;
}

div#popNaviArea {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: -1px auto;
    z-index: 99999;
    padding: 0px;
}

    div#popNaviArea ul.g_navi {
        position: absolute;
        max-width: 1100px;
        width: 100%;
        padding: 0px 0px 20px 0px;
        margin: 0px auto 0px auto;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        background-color: var(--background-color,#FCE4E4);
    }


div#naviArea ul#navi_list li.now {
    background-color: var(--background-color,#F6F5F4);
}

    div#naviArea ul#navi_list li.now a {
        color: var(--text-color,#42280e);
    }


div#popNaviArea ul#g_navi_0 {
    border: none;
    padding: 0px;
}

div#popNaviArea li.navi_child {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px 18px 15px;
}

div#popNaviArea h3.navi_child_name {
    margin: 0px 5px;
    padding: 30px 2px 5px 0px;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #5188b1;
}

div#popNaviArea li.navi_child ul {
    padding: 0px 13px;
    margin-top: -5px;
}

div#popNaviArea li.navi_child li {
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 4px 2px 4px 8px;
    margin-top: 8px;
    background-image: url("../../images/ya_red.png");
    background-repeat: no-repeat;
    background-position: 1px 0.6em;
}

    div#popNaviArea li.navi_child li.exsistpic {
        background-image: none;
    }

div#popNaviArea li.navi_child img {
    margin-right: 3px;
}

div#popNaviArea li.navi_child a {
    display: table-cell;
    vertical-align: middle;
}

div#popNaviArea li.navi_type_2 {
    width: auto;
    display: block;
}

    div#popNaviArea li.navi_type_2 li {
        display: inline-block;
        width: 23%;
        vertical-align: middle;
    }
/* 親メニュー（大分類） */
div#popNaviArea .parentMenu {
    width: 100%;
    float: left;
    margin: 8px auto;
}

    div#popNaviArea .parentMenu .parentlink {
        margin: 0px 0px 0px 20px;
        float: left;
        font-weight: bold;
    }

    div#popNaviArea .parentMenu .closelink {
        margin: 0px 20px 0px 0px;
        float: right;
    }
/* 親メニュー（中分類） */
div#popNaviArea .navi_child .close {
    display: none;
}

div#popNaviArea .navi_child .childlink {
    background: none;
    padding: 0px 2px 0px 0px;
}

.noChild {
    background: none !important;
}


.SP_search {
    display: none;
}

/*:::::::::::::::::::::::::
 * レスポンシブル用
 *::::::::::::::::::::::::*/
@media screen and (max-width:1190px) {
    h1 .hd_header {
        line-height: 1em;
        float: left;
    }

    #headerMenu {
    }

    .header_bottom img {
        display: none;
        height: 0px;
    }
}

@media screen and (max-width:975px) {
    h1.hd_header {
        float: none;
        top: 7px;
        left: 0px;
    }
}

@media screen and (min-width:975px) {
    #headMenu, #naviContainerSP {
        display: none !important;
    }
}

@media screen and (max-width:1080px) {
    #hd_header img {
        margin-left: 10px;
        max-width: 400px;
    }
}

@media screen and (max-width:1000px) {
    .headerMenu {
        display: none;
    }
}

/* スマホ用 */
@media screen and (max-width:1000px) {
    .header {
        min-height: 60px;
        margin: 0px auto;
        text-align: center;
        height: 67px;
    }

        .header img {
            max-width: 200px;
        }

    #headMenu img {
        width: 50px;
    }

    #navimenu {
        display: none !important;
    }

    .Navigation, #naviContainer, .headerMenu, .headerMenu02 {
        display: none;
    }

    .btn_bar {
        display: none !important;
    }

    #keepSavePage-container {
        display: none !important;
    }

    /* グローバルナビゲーション */
    #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;
    }
}

@media screen and (max-width:767px) {
    #header {
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

    #imgHeader {
        position: relative;
        left: -11px !important;
        top: -2px !important;
    }

    .gikai-pickup-area {
        margin-bottom: 30px;
    }
    
}

@media screen and (max-width:599px) {
    #header img {
        margin-left: 5px;
        max-width: 100%;
    }

    .search_item img {
        max-width: 150px;
        width: 100%;
    }
}

.siteSearchArea .searchver2-input {
    height: 35px;
    max-width: 315px;
}

/* サブサイトハンバーガーメニュー内行政トップボタン*/
.topLink {
    display: none;
}



/* コムヘッダー色変更部分をこのあたりに書く*/

.overlay_acc, #accessibility, #areabtm_acc {
    background-color: var(--background-color,#F6EBD2) !important;
}


.btn_kinkyu, .btn_rtntop, .btn_accessibility, .btn_sagasu, .btn_Languages {
    color: var(--text-color,#245FB8);
    fill: #245FB8;
    background-color: var(--background-color,#F2F7FF);
    border-radius: 0px !important;
}


    .btn_accessibility:hover {
        color: var(--text-color,#43290F);
        background-color: var(--background-color,#E0E7F3);
        fill: var(--text-color,#43290F);
    }

    .btn_Languages:hover {
        color: var(--text-color,#245FB8);
        fill: var(--text-color,#245FB8);
        background-color: var(--background-color,#E0E7F3);
    }

    .btn_sagasu:hover {
        color: var(--text-color,#245FB8);
        fill: var(--text-color,#245FB8);
        background-color: var(--background-color,#E0E7F3);
    }


.btn_kinkyu div, .btn_rtntop div, .btn_accessibility div, .btn_sagasu div, .btn_Languages div {
    color: var(--text-color,#333);
}


/* コムヘッダー色変更部分*/


#area_languages {
    width: 100%;
    margin: 0px auto;
    display: none;
    background-color: var(--background-color, #E0E7F3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.overlay {
    background-color: var(--background-color, rgba(211, 219, 242, 0.95));
}

.mokuteli_btn {
    width: 180px;
    padding: 15px 5px;
    border-radius: 10px;
    background-color: var(--background-color,#ffffff);
    border: 3px solid #E1758B;
}

#navimenu_close span, #searchMenu_close span {
    color: #0058af;
    color: #ffffff;
    fill: var(--text-color,#43290F);
}

.mokuteki_wrap .mokuteki_title {
    font-size: 1.8em;
    text-align: center;
    color: var(--text-color,#43290F);
}

.siteSearchArea .svg-inline--fa.fa-w-16 {
    color: #43290F;
    padding: 0px;
}

.mokuteli_btn svg {
    fill: #E1758B !important;
}

/* コムヘッダー色変更部分*/



#acc_title {
    background-color: var(--background-color,#fce4e4);
    color: var(--text-color,#43290F);
}

.change_title {
    color: var(--text-color,#43290F);
}

#accmenu_close {
    color: var(--text-color,#43290F) !important;
    fill: var(--text-color,#43290F) !important;
}

.lang_title {
    background-color: var(--background-color,#f2f7ff);
    color: var(--text-color,#43290F);
}

ul.sub-menu li {
    background-image: url("../../images/arrow_circle_right-pink.svg") !important;
}

.languages_close a {
    color: var(--text-color,#43290F) !important;
    fill: var(--text-color,#43290F) !important;
}


@media screen and (max-width:1100px) {

    .sagasu_li_101::before, .sagasu_li_102::before, .sagasu_li_103::before, .sagasu_li_104::before, .sagasu_li_105::before, .sagasu_li_106::before {
        content: '';
        display: inline-block;
        width: 1.4rem;
        height: 1.4em;
        /* アイコン＆色(fill)ここで指定*/
        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='%23E1758B'%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;
        left: 0;
        top: 28px;
    }
}

/* 検索メニュー調整*/

.mokuteki_btn_area a {
    display: block;
    width: 250px;
    height: 80px;
    padding: 15px 5px;
    border-radius: 10px;
    background-color: var(--background-color,#ffffff);
    border: 3px solid #E1758B;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color,#333);
    font-weight: bold;
    transition-duration: 0.3s;
}

    .mokuteki_btn_area a:hover {
        border: 3px solid #FB8053
    }

/* ヘッダーメニュー調整 */
.acc_wp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.yasashii_wp {
    width: 120px;
    border: 1px solid var(--text-color,#245FB8);
    background-color: var(--background-color,#F2F7FF);
    font-size: 0.9rem;
    text-align: center;
    position: relative;
    padding: 3px;
}

    .yasashii_wp:hover {
        background-color: var(--background-color,#E0E7F3);
        border-radius: 10px;
    }

.easyJapaneseButtonArea {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .easyJapaneseButtonArea a {
        color: var(--text-color,#333333);
    }

.easyJapaneseButton,
.easyJapaneseResetButton {
    width: 120px;
    border: 1px solid var(--text-color,#245FB8);
    background-color: var(--background-color,#F2F7FF);
    font-size: 0.9rem;
    text-align: center;
    padding: 3px;
}

    .easyJapaneseButton:hover,
    .easyJapaneseResetButton:hover {
        background-color: var(--background-color,#E0E7F3);
        border-radius: 10px;
    }

.easyJapaneseVoiceReadingButton {
    position: absolute;
    top: 85px;
    right: 110px;
}

.easyJapaneseVoiceReadingButton {
    display: none;
}

.change_title {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    padding: 15px 0px 18px;
}

    .change_title:before,
    .change_title:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: #666;
    }

    .change_title:before {
        margin-right: 1rem;
    }

    .change_title:after {
        margin-left: 1rem;
    }

.change_haikei {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    padding: 15px 0px 18px;
    color: var(--text-color,#43290F);
}

.haikei_wrap {
    position: relative;
    /* padding: 0px 0px 18px; */
    top: -1px;
}

.change_haikei:before,
.change_haikei:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.change_haikei:before {
    margin-right: 1rem;
}

.change_haikei:after {
    margin-left: 1rem;
}

.change_haikei-item-wrap {
    padding: 10px 0px 0px 0px;
}

.link_maintop_area {
    display: inline-block;
    padding-right: 20px;
}

a.link_maintop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ccc;
    background-color: var(--background-color,#F1F1F1);
    color: var(--text-color,#333333);
}

.link_maintop:hover {
    background-color: var(--background-color,#F5F5F5);
}

/* 矢印アイコン */
.icon-top::before {
    content: "‹";
    color: #245FB8;
    font-size: 16px;
}

.btn_Languages {
    margin-right: 10px;
}

.btn_sagasu div {
    position: relative;
    top: -3px;
}

.btn_Languages div {
    position: relative;
    top: -1px;
}


/* ヘッダーメニュー調整 ここまで */

@media screen and (max-width: 1200px) {
    .header-inner {
        flex-direction: column;
    }

    .header {
        height: 200px;
        margin: 0 auto;
    }
    h1.hd_header {
        margin-top: 3px;
    }
}


@media screen and (max-width: 1000px) {
    .header {
        min-height: 60px;
        margin: 0px auto;
        text-align: center;
        height: 50px;
        padding-left: 0px;
    }
}

/* ヘッダーメニュー展開背景透過度 */
#top_mokuteki.active, #top_searchMenu.active {
    opacity: .98;
}
