﻿/*@import url(../GlobalNavigationForSP.css);*/

#headerAreaDef {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    opacity: 1;
    z-index: 10001;
    max-width: 100vw;
}
    #headerAreaDef .uprmenu_btn .comm_toggle-button:hover {
        text-decoration: none !important;
        position: absolute !important;
    }


@media screen and (min-width:801px) {
    #headerAreaDef {
        width: 110px !important;
        height: 100%;
        overflow: hidden;
    }


    
    .headerMenu {
        display: none !important;
    }

    #hd_header img {
        width: 77px;
        padding-left: 10px;
        padding-top: 14px;
        margin-top: 20px;
    }
}

@media screen and (max-width:800px) {
    #headerAreaDef {
        width: 100% !important;
        height: 80px;
    }
        /*#headerAreaDef::before {
            content: '';
            width: 100%;
            display: block;
            position: absolute;
            top: 0px;
            z-index: 10001;
        }*/
}

@media only screen and (min-width:801px) {
    #headerAreaDef_margin {
        width: 0px;
        height: 0px;
        display: none;
    }
}
@media only screen and (max-width:800px) {
    #headerAreaDef_margin {
        width: 100%;
        height: 80px;
        display: block;
        position: relative;
    }
}

/* 左メニュー ボタン */
.leftmenu_btn {
    width: 80px;
    min-height: 65px;
    position: absolute;
    text-align: center;
    font-size: 0.8rem;
    padding: 0px;
}

.leftmenu_btn_link {
    display: block;
}
    .leftmenu_btn_link a:hover {
        text-decoration: none;
    }

/* 左メニュー吹き出し */
.leftmenu_hukidashi {
    text-align: center;
    position: fixed;
    display: none;
}
    .leftmenu_hukidashi .menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
        position: absolute;
        background-color: #ffffff;
        z-index: 10001;
        border-radius: 6px;
    }
        .leftmenu_hukidashi .menu a:focus,
        .leftmenu_hukidashi .menu a:hover {
            text-decoration: underline !important;
        }

        .leftmenu_hukidashi .menu .leftmenu_hukidashi_close {
            position: absolute;
            top: 0px;
            bottom: 0px;
            right: 10px;
            cursor: pointer;
            margin: auto;
            width: 35px;
            height: 35px;
            background: url("../../images/close.png") no-repeat center center;
            text-indent: -9999px;
            border: none;
            text-decoration: none !important;
        }

/* 左メニュー　さがす */
.sagasu .leftmenu_hukidashi .menu .siteSearchArea {
    width: calc(100% - 60px) !important;
}
    .sagasu .leftmenu_hukidashi .menu .siteSearchArea .searchver2-input {
        height: 30px !important;
    }

/* 左メニュー　閲覧補助 */
.ehojo .leftmenu_hukidashi #mainFontSizeSel {
    padding: 0px 5px 0px 5px !important;
    margin: 0px auto !important;
    width: 100%;
}
.ehojo .leftmenu_hukidashi #changeHaikei {
    padding: 0px 10px 0px 10px !important;
    margin: 0px auto !important;
    width: 100%;
}

@media only screen and (min-width:801px) {
    #hd_header img {
        width: 77px;
    }

    #imgHeader {
        display: block !important;
    }

    #imgHeaderSP {
        display: none !important;
    }

    /* 左メニュー ボタン */
    .leftmenu_btn {
        left: 14px;
    }

        .leftmenu_btn.sagasu {
            top: calc(100vh - 310px);
        }

        .leftmenu_btn.langu {
            top: calc(100vh - 245px);
        }

        .leftmenu_btn.ehojo {
            top: calc(100vh - 180px);
        }

    /* 左メニュー吹き出し */
    .leftmenu_hukidashi .menu {
        width: 500px;
        height: 70px;
        top: -65px;
        left: 110px;
        padding: 0px 40px 0px 20px;
    }
        .leftmenu_hukidashi .menu::before {
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: -15px;
            display: block;
            clear: both;
            content: "";
            margin: auto;
            width: 0px;
            height: 0px;
            border-top-style: solid;
            border-top-width: 15px;
            border-top-color: transparent;
            border-right-style: solid;
            border-right-width: 15px;
            border-right-color: #ffffff;
            border-bottom-style: solid;
            border-bottom-width: 15px;
            border-bottom-color: transparent;
            z-index: 9999;
        }

    /* 左メニュー　閲覧補助 */
    .ehojo .leftmenu_hukidashi .menu {
        top: -130px;
        left: 110px;
        height: 130px;
    }
        .ehojo .leftmenu_hukidashi .menu::before {
            position: absolute;
            top: 35px;
            bottom: 0px;
            left: -15px;
            display: block;
            clear: both;
            content: "";
            margin: auto;
            width: 0px;
            height: 0px;
            border-top-style: solid;
            border-top-width: 15px;
            border-top-color: transparent;
            border-right-style: solid;
            border-right-width: 15px;
            border-right-color: #ffffff;
            border-bottom-style: solid;
            border-bottom-width: 15px;
            border-bottom-color: transparent;
            z-index: 9999;
        }
}

@media only screen and (max-width:800px) {
    #imgHeader {
        display: none !important;
    }

    #imgHeaderSP {
        display: block !important;
        position:relative;
    }

    #hd_header {
        z-index: 10001;
        position: relative;
    }

    /* 左メニュー ボタン */
    .leftmenu_btn {
        position: absolute;
        top: 15px;
    }

        .leftmenu_btn.sagasu {
            right: 80px;
        }

        .leftmenu_btn.langu {
            right: 160px;
        }

        .leftmenu_btn.ehojo {
            right: 240px;
        }

    /* 左メニュー吹き出し */
    .leftmenu_hukidashi .menu {
        width: 420px;
        height: 70px;
        top: 15px;
        right: -158px;
        padding: 0px 35px 0px 5px;
    }

        .leftmenu_hukidashi .menu::before {
            position: absolute;
            top: -80px;
            bottom: 0px;
            right: 105px;
            display: block;
            clear: both;
            content: "";
            margin: auto;
            width: 0px;
            height: 0px;
            border-left-style: solid;
            border-left-width: 15px;
            border-left-color: transparent;
            border-right-style: solid;
            border-right-width: 15px;
            border-right-color: transparent;
            border-bottom-style: solid;
            border-bottom-width: 15px;
            border-bottom-color: #ffffff;
            z-index: 9999;
        }

    /* 左メニュー　さがす */
    .sagasu .leftmenu_hukidashi .menu {
        right: -155px;
        width: 300px;
    }
        .sagasu .leftmenu_hukidashi .menu::before {
            right: 100px;
            top: -80px;
        }

    /* 左メニュー　Languages */
    .langu .leftmenu_hukidashi .menu {
        right: -235px;
    }
        .langu .leftmenu_hukidashi .menu::before {
            right: 180px;
        }

    /* 左メニュー　閲覧補助 */
    .ehojo .leftmenu_hukidashi .menu {
        right: -290px;
        width: 260px;
        height: 240px;
    }

        .ehojo .leftmenu_hukidashi .menu::before {
            top: -245px;
            left: -90px;
        }

        .ehojo .leftmenu_hukidashi .menu #mainFontSizeSel {
            border: none !important;
        }
}

@media only screen and (max-width:768px) {
    /* 左メニュー　Languages */
    .langu .leftmenu_hukidashi .menu {
        right: -190px;
        width: 150px;
        height: 260px;
    }

        .langu .leftmenu_hukidashi .menu::before {
            left: 25px;
            top: -270px;
        }


}

/* 上メニュー表示時には左メニュー上のボタンは非表示にする */
@media only screen and (max-width:800px) {
    #globalNavigationForLeftMenu,
    .leftmenu_btn,
    .leftmenu_hukidashi {
        display: none !important;
    }
}


/* 上メニュー ボタン */
.uprmenu_btn {
    width: 80px;
    min-height: 70px;
    position: absolute;
    text-align: center;
    font-size: 0.8rem;
    padding: 0px;
    top: 0px;
}
    /* 上メニュー　さがす */
    .uprmenu_btn.sagasu {
        right: 80px;
        /*padding-top: 10px;*/
        top: 10px;
    }
    /* 上メニュー　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;
        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: 32px;
            }

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

        .uprmenu_btn.menu .comm_toggle-button small {
            position: absolute;
            bottom: 8px;
            width: 100%;
            font-size: 0.8rem;
            text-align: center;
            letter-spacing: 2px;
            display: block;
        }

        .uprmenu_btn.menu .comm_toggle-button.active span:nth-of-type(1) {
            top: 32px;
            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: 32px;
            transform: rotate(45deg);
        }

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

    /* 上メニュー　さがす */
    .uprmenu_btn.sagasu .comm_toggle-button {
        position: fixed;
        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: left;
            margin-bottom:100px;
        }
            #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 only screen and (min-width:801px) {
    .uprmenu_btn,
    #area_sagasu, #area_menu {
        display: none !important;
    }
}


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

        #header img {
            padding-top: 0px;
            margin-left: 1px;
        }

h1#hd_header {
}
    
    @media screen and (min-width:801px) {
        h1#hd_header {
            float: left;
            min-height: 275px; /* 左メニューヘッダの画像と上余白により調整 */
            position: absolute;
            top: 50%;
            transform: translate(0, -90%);
        }
    }

    @media screen and (max-width:800px) {
        h1#hd_header {          
            z-index: 10001 !important;
        }

        /* ブルー背景疑似要素を敷く*/
        #hd_header::before {
            width: 100%;
            height: 80px;
            background-color: #2c749e;
            position: absolute;
            content: '';
        }


        #imgHeaderSP {
            margin-left: 17px !important;
            width: 250px !important;
            padding-top: 8px !important;
        }
    }


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

        #headerAreaDef::before {
            content: '';
            width: 100%;
            height: 99px;
            display: block;
            position: absolute;
            top: 0px; /* ヘッダ上部のボーダー分の調整 */
            z-index: 10001;
        }

        #header {
            position: relative;
            z-index: 10001;
        }
    }

    @media screen and (min-width:801px) {
        #header {
            position: relative;
            z-index: 10001;
            top: 110px; /* 左メニュー用グロナビボタンの下にくるように調整 */
            height: calc(100vh - 110px);
        }
    }

.area_close {
    text-align: left;
    width: 100%;
    margin: 0px auto;
}
    .area_close div {
        padding: 0px 15px;
        margin: 0px auto;
        width: calc(100% - 30px);
    }


    .hd_header_link_sp {
        display: inline-block;
    }

    /* 未使用↓ */
    /* ヘッダーボタンエリア */
    #headerMenu01 {
        float: right;
    }

    #headerBtn {
        margin: 0px 0px;
    }

        #headerBtn ul li {
            float: left;
            margin: 0px 0px 0px 8px;
            padding: 5px 17px;
            font-size: 0.9em;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }

    .head_search {
        position: absolute;
        right: 0px;
        top: 0px;
        background: #5DB1D5;
        padding: 0px;
        border-radius: 5px;
    }

        .head_search .siteSearchArea {
            padding: 0px !important;
            margin: 4px auto !important;
            display: none;
        }

            .head_search .siteSearchArea .searchver2-input {
            }


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

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

    /* オープニングページに戻る */
    #mainTop {
        float: left;
        margin-right: 4px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

        #mainTop a {
            text-decoration: none;
            display: block;
            padding: 3px 5px 3px 6px;
        }


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

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

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

    div#mainOnsei img {
        vertical-align: middle;
    }


    /*未使用↑ */
    .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: 1px 0px 0px 0px;
    }

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

            div#naviArea ul#navi_list li {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                height: 50px;
                font-size: 1em;
                width: 17%;
            }

                div#naviArea ul#navi_list li div {
                    vertical-align: middle;
                    padding: 5px 0px 1px 0px;
                    border-right: 1px solid #fff;
                }

                div#naviArea ul#navi_list li a {
                    display: block;
                }

                div#naviArea ul#navi_list li img {
                    display: block;
                    position: relative;
                    margin: 0px auto;
                    z-index: 99;
                    padding: 0px 0px 0px 0px;
                }

                div#naviArea ul#navi_list li p {
                    display: inline-block;
                    line-height: 30px;
                }


                /* ホームのボタン */
                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-top: 0px;
            margin: 0px auto 0px auto;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        }

        div#popNaviArea ul#g_navi_0 {
            border: none;
            padding: 0px;
        }

        div#popNaviArea li.navi_child {
            width: 23%;
            display: inline-block;
            vertical-align: top;
            padding-bottom: 18px;
            padding-left: 15px;
        }

        div#popNaviArea h3.navi_child_name {
            margin: 0px 5px;
            padding: 30px 2px 4px 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.8em;
            line-height: 1.3em;
            padding: 0px 2px 0px 8px;
            margin-top: 8px;
            background-image: url("../../images/ya_red.png");
            background-repeat: no-repeat;
            background-position: 1px 0.5em;
        }

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

        div#naviArea {
            position: relative;
            max-width: 700px;
            margin: 0px auto;
            overflow: hidden;
            padding: 0px 0px 0px 0px;
            width: 100%;
            top: 0px;
            font-size: 0.9em;
        }
    }

    @media screen and (min-width:975px) {
        #headMenu, #naviContainerSP {
            display: none !important;
        }
    }


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

    /* スマホ用 */
    @media screen and (max-width:975px) {
        #header {
            margin: 0px auto;
            text-align: center;
        }


        #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:800px) {
        #header {
            text-align: left;
            padding: 0px 0px 0px 0px;
        }
    }

    @media screen and (max-width:767px) {
        #header {
            text-align: left;
            padding: 0px 0px 0px 0px;
        }
    }

    @media screen and (max-width:599px) {
        #header img {
            margin-left: 5px;
            max-width: 100%;
        }

        .search_item img {
            max-width: 150px;
            width: 100%;
        }


    }
    @media screen and (max-width:440px) {
        #header img {
            margin-left: 3px;
            max-width: 200px !important;
        }
        .uprmenu_btn.menu,
        .uprmenu_btn.menu .comm_toggle-button {
            width: 60px !important;
        }
        .uprmenu_btn.sagasu {
            width: 60px !important;
            right: 60px !important;
        }
        .uprmenu_btn.sagasu .comm_toggle-button {
            width: 60px !important;
        }
        
        .search_item img {
            max-width: 150px;
            width: 100%;
        }
    }

    /* サブサイトハンバーガーメニュー内行政トップボタン*/
    .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 {
        min-width: initial !important;
        min-height: 23px;
        margin: 25px 0px 0px 15px;
    }

        .linkToOpeningWrap .linklabel {
            /*width: 160px;*/
            padding: 3px 0px;
            margin: 0px auto;
            border-style: solid;
            border-width: 1px;
            border-radius: 5px;
        }

    @media screen and (max-width:975px) {
        .linkToOpeningWrap {
            min-width: initial !important;
            margin: 2px 5px !important;
            padding: 0px !important;
            font-size: 0.8rem;
        }
    }

    @media screen and (minx-width:801px) {
        .linkToOpeningWrap {
            min-width: initial !important;
            margin: 2px 5px !important;
            padding: 0px !important;
            font-size: 0.8rem;
            position: absolute !important;
            top: 285px !important;
            left: 1px !important;
            width: 100px !important;
            padding: 0px !important;
            margin: 0px !important;
        }

            .linkToOpeningWrap .linklabel {
                width: 105px !important;
            }
    }
    @media screen and (max-width:800px) {
        .linkToOpeningWrap {
            min-width: initial !important;
            margin: 2px 5px !important;
            padding: 0px !important;
            font-size: 0.8rem;
            position: absolute !important;
            top: 46px !important;
            right: 170px !important;
            width: 100px !important;
        }
            .linkToOpeningWrap .linklabel {
                width: 120px !important;
            }
    }

    .linkToOpeningWrap {
        display: none; /* 未使用 */
    }

    #area_kinkyu {
        display: none !important;
    }