﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.GNavi h2 {
    display: none;
}

.GNavi .MenuListDiv {
    background: #F3E295;
    margin: 0px auto 30px;
}

.GNavi ul {
    display: flex;
    width: 1100px;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0px auto;
    padding: 0px;
    list-style: outside none;
    position: relative;
}

.GNavi ul li.layer0 {
    width: calc(100% / 5);
    background: url(../../../Images/nav_line.png) no-repeat left center;
}

.GNavi ul li.layer0:last-child {
    background-image: url(../../../Images/nav_line.png),url(../../../Images/nav_line.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
}

.GNavi ul li.layer0 .Title {
    font-size: 140%;
    padding: 15px 0px;
    font-weight: 400;
}

.GNavi ul li.layer0 .Title:hover {
    background: linear-gradient(90deg, transparent 0%, transparent 2%, rgba(255,255,255,0.3) 2%, rgba(255,255,255,0.3) 100%);
}

.GNavi .GNaviFrame {
    display: none;
    background: rgba(255,255,255,0.98);
    position: absolute;
    width: 1100px;
    z-index: 10000;
    left: 0px;
}

.GNavi .GNaviFrame ul {
    list-style: outside none;
    padding: 20px;
    margin: 0px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.GNavi .GNaviFrame .layer1 {
    width: calc((100% - 30px )/4);
    display: flex;
    align-items: center;
    margin: 0px 10px 10px 0px;
}

.GNavi .GNaviFrame .layer1:nth-child(4n) {
    margin: 0px 0px 10px 0px;
}

.GNavi .GNaviFrame .layer1 a {
    padding: 10px 20px;
    background: url(../../../Images/icon_001_25.png) no-repeat 5px 13px;
    text-align: left;
}

.GNavi .GNaviFrame .layer1 a:hover {
    text-decoration: underline;
}


/* 探す */
#search_Navi_toggleMenu {
    background: url(../../../Images/nav_search_open.png) no-repeat center center;
    width: 80px;
    height: 70px;
    display: flex;
    position: fixed;
    top: 10px;
    right: 10px;
    align-items: flex-end;
    justify-content: center;
    border-radius: 7px;
    z-index: 10000;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}


/* == 展開時 == */
.search_Navi {
    background: #FEF1E2;
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.search_Navi h2 {
    background: #F6B091;
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
    color: #000;
    font-size: 160%;
    font-weight: bold;
}

.sn_block {
    width: 1100px;
    margin: 0px auto;
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sn_block_section1,
.sn_block_section2 {
    width: calc((100% - 30px) / 2 );
}

/* 検索 */
.SiteSearch .search_txt {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0px auto 20px;
}

.SiteSearch #keywords {
    background-color: #fff !important;
    background-image: url("https://www.google.com/cse/static/images/1x/ja/branding.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 5px;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;
    min-height: 33px;
    width: calc(100% - 80px);
}

.SiteSearch .SubmitBtn {
    margin: 0px;
    padding: 0px 15px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    background: #F6B091;
    min-height: 45px;
    width: 80px;
}


/* 注目キーワード */
.infomation_keyword_list h3 {
    background: #CDECF4;
    text-align: center;
    color: #222;
    font-size: 120%;
    margin: 0px auto 10px;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.infomation_keyword_list .keyword_list {
    display: flex;
    flex-wrap: wrap;
    list-style: outside none;
    margin: 0px;
    padding: 0px;
}

.infomation_keyword_list .keyword_list li {
    margin: 0px 15px 10px 0px;
}


/* 項目から探す */
.category_search ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
    align-items: center;
}

.category_search ul li {
    width: calc((100% - 20px) /2);
    text-align: center;
    border-radius: 5px;
    margin: 0px 0px 20px 0px;
}

.category_search ul li a {
    background-color: rgb(243,226,149,1);
    display: flex;
    padding: 0px 0px 10px 0px;
    min-height: 85px;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    font-size: 115%;
    font-weight: bold;
    border-radius: 5px;
}

.category_search .contents_1 a {
    background-image: url(../../../Images/infomation_001.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}

.category_search .contents_2 a {
    background-image: url(../../../Images/infomation_002.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}

.category_search .contents_3 a {
    background-image: url(../../../Images/infomation_003.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}

.category_search .contents_4 a {
    background-image: url(../../../Images/infomation_004.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-color: rgb(250 238 112) !important;
}


/* お役立ちリンク */
.sn_block_section3 .useful_links {
    width: 1100px;
    padding: 40px 0px;
}

.sn_block_section3 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    color: #000;
    width: 100%;
}

.sn_block_section3 h3::before, .sn_block_section3 h3::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #F16022;
}

.sn_block_section3 h3::before {
    margin: 0px 20px 2px 0px;
    border-radius: 3px 0px 0px 3px;
}

.sn_block_section3 h3::after {
    margin: 0px 0px 2px 20px;
    border-radius: 0px 3px 3px 0px;
}

.sn_block_section3 .useful_links ul {
    list-style: outside none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.sn_block_section3 .useful_links ul li {
    width: calc((100% - 60px) / 7);
}

.sn_block_section3 .useful_links ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
    padding: 0px 0px 15px 0px;
    background-color: #fff;
    border-radius: 5px;
    min-height: 95px;
    text-align: center;
    text-decoration: none;
}

.sn_block_section3 .useful_links ul .u_link_02 a,
.sn_block_section3 .useful_links ul .u_link_06 a,
.sn_block_section3 .useful_links ul .u_link_07 a {
    padding: 0px 0px 5px 0px;
    min-height: 105px;
}

.sn_block_section3 .useful_links ul li a span {
    display: block;
    width: 100%;
}

.sn_block_section3 .useful_links .u_link_01 a {
    background-image: url(../../../Images/u_link_001.png);
    background-repeat: no-repeat;
    background-position: center 15px;
}

.sn_block_section3 .useful_links .u_link_02 a {
    background-image: url(../../../Images/u_link_002.png);
    background-repeat: no-repeat;
    background-position: center 15px;
}

.sn_block_section3 .useful_links .u_link_03 a {
    background-image: url(../../../Images/u_link_003.png);
    background-repeat: no-repeat;
    background-position: center 15px;
}

.sn_block_section3 .useful_links .u_link_04 a {
    background-image: url(../../../Images/u_link_004.png);
    background-repeat: no-repeat;
    background-position: center 15px;
}

.sn_block_section3 .useful_links .u_link_05 a {
    background-image: url(../../../Images/u_link_005.png);
    background-repeat: no-repeat;
    background-position: center 15px;
}

.sn_block_section3 .useful_links .u_link_06 a {
    background-image: url(../../../Images/u_link_006.png);
    background-repeat: no-repeat;
    background-position: center 15px;
}

.sn_block_section3 .useful_links .u_link_07 a {
    background-image: url(../../../Images/u_link_007.png);
    background-repeat: no-repeat;
    background-position: center 15px;
}


/* == テキスト装飾 == */
.GNavi ul li.layer0 a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.GNavi ul li.layer0 a:hover {
    text-decoration: none;
}

/* アクション */
.sn_toggle_button  {
    background: url(../../../Images/nav_search_close.png) no-repeat center center !important;
}

.search_Navi  {
    display: none;
}

nav .sn_toggle {
    display: block;
}


/* 閉じる */
.Close_Menu {
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    font-size: 120%;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}

/* active */
#search_Navi_toggleMenu,
.sn_block_section2 a,
.sn_block_section3 a {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

#search_Navi_toggleMenu:hover,
.sn_block_section2 a:hover,
.sn_block_section3 a:hover {
    opacity: 0.7;
}

/* ブラウザ閲覧時非表示 */
#GNavi_toggleMenu,
#htool_toggleMenu,
.htool,
.GNavi .Close_Menu,
.sn_block_section4 {
    display: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.GNavi .GNaviFrame {
    display: none;
}


/* gnavi */
#search_Navi_toggleMenu {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 115px;
    height: 55px;
    background-image: url(../../../Images/icon_sp_001.png),url(../../../Images/nav_sp_line.png);
    background-repeat: no-repeat;
    background-position: center 5px,right center;
    background-color: #F3E295;
    border-top: 2px solid #EF4D0B;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 10000;
    padding: 0px 0px 5px 0px;
    font-size: 85%;
    font-weight: bold;
}

#GNavi_toggleMenu {
    position: fixed;
    left: 115px;
    bottom: 0px;
    width: 115px;
    height: 55px;
    background-image: url(../../../Images/icon_sp_002.png),url(../../../Images/nav_sp_line.png);
    background-repeat: no-repeat;
    background-position: center 5px,right center;
    background-color: #F3E295;
    border-top: 2px solid #EF4D0B;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 10000;
    padding: 0px 0px 5px 0px;
    font-size: 85%;
    font-weight: bold;
}

#htool_toggleMenu {
    background-image: url(../../../Images/nav_support_open.png);
    width: 70px;
    height: 61px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: 100%;
    z-index: 9998;
}

.search_Navi,
.GNavi {
    display: none;
}

.sn_toggle,
.ht_toggle {
    display: block;
}

.search_Navi, .GNavi {
    position: fixed;
    background: #FEF1E2;
    height: calc(100% - 62px );
    top: 0px;
    overflow-y: scroll;
    padding: 0px 0px 90px 0px;
    z-index: 9999;
}

.search_Navi h2, .GNavi h2 {
    background: #F6B091;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    color: #000;
    font-size: 120%;
    font-weight: bold;
}

.sn_block {
    width: 290px;
    margin: 0px auto;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sn_block_section1,
.sn_block_section2 {
    width: 100%;
    margin: 0px 0px 15px 0px;
}

/* 検索 */
.SiteSearch .search_txt {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0px auto 15px;
}

.SiteSearch #keywords {
    background-color: #fff !important;
    background-image: url("https://www.google.com/cse/static/images/1x/ja/branding.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 5px;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;
    min-height: 33px;
    width: calc(100% - 80px);
}

.SiteSearch .SubmitBtn {
    margin: 0px;
    padding: 0px 15px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    background: #F6B091;
    min-height: 45px;
    width: 80px;
}


/* 注目キーワード */
.infomation_keyword_list h3 {
    background: #CDECF4;
    text-align: center;
    color: #222;
    font-size: 110%;
    margin: 0px auto 10px;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.infomation_keyword_list .keyword_list {
    display: flex;
    flex-wrap: wrap;
    list-style: outside none;
    margin: 0px;
    padding: 0px;
}

.infomation_keyword_list .keyword_list li {
    margin: 0px 15px 10px 0px;
}


/* 項目から探す */
.category_search ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
    align-items: center;
}

.category_search ul li {
    width: calc((100% - 20px) /2);
    text-align: center;
    border-radius: 5px;
    margin: 0px 0px 20px 0px;
}

.category_search ul li a {
    background-color: rgb(243,226,149,1);
    display: flex;
    padding: 0px 10px 10px 10px;
    min-height: 95px;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    font-size: 90%;
    font-weight: bold;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center 10px;
}

.category_search .contents_1 a {
    background-image: url(../../../Images/infomation_001.png);
}

.category_search .contents_2 a {
    background-image: url(../../../Images/infomation_002.png);
}

.category_search .contents_3 a {
    background-image: url(../../../Images/infomation_003.png);
    padding: 0px 10px 20px 10px;
    min-height: 85px;
}

.category_search .contents_4 a {
    background-image: url(../../../Images/infomation_004.png);
    background-color: rgb(250 238 112) !important;
    padding: 0px 10px 20px 10px;
    min-height: 85px;
}


/* お役立ちリンク */
.sn_block_section3 .useful_links {
    width: 290px;
}

.sn_block_section3 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 110%;
    text-align: center;
    font-weight: bold;
    color: #000;
    width: 100%;
}

.sn_block_section3 h3::before, .sn_block_section3 h3::after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #F16022;
}

.sn_block_section3 h3::before {
    margin: 0px 20px 2px 0px;
    border-radius: 3px 0px 0px 3px;
}

.sn_block_section3 h3::after {
    margin: 0px 0px 2px 20px;
    border-radius: 0px 3px 3px 0px;
}

.sn_block_section3 .useful_links ul {
    list-style: outside none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.sn_block_section3 .useful_links ul li {
    width: calc((100% - 15px) / 2);
    margin: 0px 0px 15px 0px;
}

.sn_block_section3 .useful_links ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
    padding: 0px 0px 10px 0px;
    background-color: #fff;
    border-radius: 5px;
    min-height: 75px;
    text-align: center;
    text-decoration: none;
    font-size: 90%;
    background-repeat: no-repeat;
    background-position: center 15px;
}

.sn_block_section3 .useful_links ul .u_link_02 a,
.sn_block_section3 .useful_links ul .u_link_06 a,
.sn_block_section3 .useful_links ul .u_link_07 a {
}

.sn_block_section3 .useful_links ul li a span {
}

.sn_block_section3 .useful_links .u_link_01 a {
    background-image: url(../../../Images/u_link_001.png);
}

.sn_block_section3 .useful_links .u_link_02 a {
    background-image: url(../../../Images/u_link_002.png);
}

.sn_block_section3 .useful_links .u_link_03 a {
    background-image: url(../../../Images/u_link_003.png);
}

.sn_block_section3 .useful_links .u_link_04 a {
    background-image: url(../../../Images/u_link_004.png);
}

.sn_block_section3 .useful_links .u_link_05 a {
    background-image: url(../../../Images/u_link_005.png);
}

.sn_block_section3 .useful_links .u_link_06 a {
    background-image: url(../../../Images/u_link_006.png);
}

.sn_block_section3 .useful_links .u_link_07 a {
    background-image: url(../../../Images/u_link_007.png);
}


.GNavi .MenuListDiv {
    padding: 15px;
}

.GNavi .nav_list {
    list-style: outside none;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.GNavi .nav_list li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.GNavi .nav_list li a {
    border: 2px solid #F8CAB6;
    background: #fff;
    border-radius: 7px;
    padding: 15px;
}


/* == テキスト装飾 == */
.GNavi ul li.layer0 a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.GNavi ul li.layer0 a:hover {
    text-decoration: none;
}

.GNavi .nav_list li .Title {
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 15px 5px;
    text-align: left;
    padding: 15px 15px 15px 65px;
}

.GNavi .Title:has(+ #Gmenu1005) {
    background-image: url(../../../Images/gnav_icon_001.png);
}

.GNavi .Title:has(+ #Gmenu21711) {
    background-image: url(../../../Images/gnav_icon_002.png);
}

.GNavi .Title:has(+ #Gmenu21629) {
    background-image: url(../../../Images/gnav_icon_003.png);
}

.GNavi .Title:has(+ #Gmenu1008) {
    background-image: url(../../../Images/gnav_icon_004.png);
}

.GNavi .Title:has(+ #Gmenu1009) {
    background-image: url(../../../Images/gnav_icon_005.png);
}


/* ==  補助機能== */
.htool {
    padding: 0px;
}

.htool h2 {
    background: #F6B091;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: 120%;
    font-weight: bold;
}

.htool h3 {
    font-size: 105%;
    font-weight: bold;
    color: #000;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.htool ul {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    list-style: none;
}

.htool li {
    border: 1px solid #ccc;
    margin: 0px 5px 0px 0px;
}

.htool li a {
    padding: 5px 15px;
    display: block;
    text-decoration: none;
    background: #fff;
}

.htool .gn_sptool_01 {
    margin: 0px 0px 15px 0px;
}

.gn_sptool_03 li {
    border: 1px solid #F2C922;
    margin: 0px 5px 0px 0px;
}

.gn_sptool_03 li:last-child {
    margin: 0px;
}

.gn_sptool_03 li a {
    display: block;
    padding: 4px 10px;
    cursor: pointer;
}

.gn_sptool_03 li .sc_black {
    background: #000000;
    color: #FFFFFF;
}

.gn_sptool_03 li .sc_blue {
    background: #224DA0;
    color: #FFFFFF;
}

.gn_sptool_03 li .sc_white {
    background: #FFFFFF;
}


/* アクション */
.sn_toggle_button {
    background-image: url(../../../Images/sn_toggle_button_close.png) !important;
    background-size: 18px;
    background-position: center 9px !important;
    background-color: #F6B091 !important;
}

.search_Navi  {
    display: none;
}

nav .sn_toggle {
    display: block;
}


/* 閉じる */
.Close_Menu {
    display: none;
}
}
