@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Roboto:300,400,500,700&display=swap&subset=japanese");



/* :root {
    font-size: 62.5%;
} */

/*-------------------------------------------------
共通
-------------------------------------------------*/
.inner {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}

.flex {
    display: flex;
}


/*-------------------------------------------------
header
-------------------------------------------------*/
#header {
    width: 100%;
}

#header_kaso {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: 15; */
    z-index: 9999;
}

#header_kaso .header_In {
    padding: 15px 0;
}

#header_kaso #logo {
    display: block;
    max-width: 215px;
    width: 40%;
    padding: 0 0 0 0;
    box-sizing: border-box;
    transition: .3s;
    margin-left: 1%;
}

#header_kaso #logo a {
    display: block;
}

#header_kaso .mainGnav {
    justify-content: center;
}

#header_kaso .mainGnav a {
    font-size: 13px;
    /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体" , YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;

    /* letter-spacing: 0.4px; */
    font-feature-settings: "palt";
}

#header_kaso .mainGnav>li {
    /* margin-left: 20px; */
    margin-left: 15px;
    margin-bottom: 15px;
}

#header_kaso .mainGnav>li.Gnav01,
#header_kaso .mainGnav>li.Gnav02,
#header_kaso .mainGnav>li.Gnav03,
#header_kaso .mainGnav>li.Gnav09 {
    margin-right: 10px;
}

.header_In {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #fff;
    transition: .3s;
    /* z-index: 2; */
    z-index: 9999;
}

#logo {
    display: block;
    max-width: 305px;
    width: 20%;
    padding: 0 0 0 1%;
    box-sizing: border-box;
    transition: .3s;
}

/* main Gnav */
#nav_Main {
    position: absolute;
    top: 50%;
    left: 51%;
    /* max-width: 960px; */
    max-width: 1200px;
    width: 100%;
    transform: translate(-50%, -50%);
    /* z-index: 2; */
    z-index: 9999;
}

#nav_Main.tophead {
    /* left: 50%; */
    left: 0;
}

.mainGnav {
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    transition: 0.3s;
}

.mainGnav>li {
    position: relative;
    margin-left: 20px;
    transition: 0.3s;
}

.mainGnav>li.Gnav01,
.mainGnav>li.Gnav02,
.mainGnav>li.Gnav03,
.mainGnav>li.Gnav09 {
    margin-right: 15px;
}

.mainGnav>li.Gnav01::after,
.mainGnav>li.Gnav02::after,
.mainGnav>li.Gnav03::after,
.mainGnav>li.Gnav09::after {
    display: block;
    content: '';
    position: absolute;
    top: 68%;
    right: -13px;
    width: 8px;
    height: 8px;
    border-top: 6px solid #222;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    transform: translateY(-50%);
}

.mainGnav a {
    display: block;
    position: relative;
    padding: 22px 0 0px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    line-height: 1.7;
}

.mainGnav a::after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    margin-top: 3px;
    opacity: 0;
    transition: .3s;
}

.mainGnav a:hover::after {
    background-color: #f18d00;
    opacity: 1;
}

/*現在地*/
/* #top .mainGnav li.Gnav00 a::after,
#company .mainGnav li.Gnav01 a::after,
#compliance .mainGnav li.Gnav09 a::after,
#renewables .mainGnav li.Gnav02 a::after,
#electricity .mainGnav li.Gnav03 a::after,
#news .mainGnav li.Gnav04 a::after,
#recruit .mainGnav li.Gnav05 a::after,
#contact_list .mainGnav li.Gnav06 a::after,
#pamphlet .mainGnav li.Gnav07 a::after,
#contact_list .mainGnav li.Gnav08 a::after {
    background-color: #f18d00;
    opacity: 1;
} */


#top .mainGnav li.Gnav00 a::after,
#company .mainGnav li.Gnav01 a::after,
#compliance .mainGnav li.Gnav09 a::after,
#renewables .mainGnav li.Gnav02 a::after,
#electricity .mainGnav li.Gnav03 a::after,
#news .mainGnav li.Gnav04 a::after,
#recruit .mainGnav li.Gnav05 a::after,
#contact_list .mainGnav li.Gnav06 a::after {
    background-color: #f18d00;
    opacity: 1;
}

.hover_menu {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: absolute;
    left: 50%;
    max-width: 960px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: .3s;
    transform: translateX(-50%);
    overflow: hidden;
    opacity: 0;
    /* z-index: 2; */
    z-index: 9999;
}

.hover_menu.hover {
    opacity: 1;
    transition: .3s;
    transition-delay: 0.5s;
}

.hover_menu::before {
    display: block;
    content: '';
    position: absolute;
    top: -20px;
    width: 20px;
    height: 20px;
    border-bottom: 20px solid pink;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

/* 個別設定 */
#mainGnav01.hover_menu::before {
    left: 17.5%;
}

.hover_menu h2 {
    display: block;
    position: relative;
    width: 40%;
}

#mainGnav01 h2 {
    /* background-color: #3773bd; */
    background-color: #bedbf2;
}

#mainGnav02 h2 {
    background-color: #37bd58;
}

#mainGnav03 h2 {
    /* background-color: #d46979; */
    background-color: #3773bd;
}

#mainGnav09 h2 {
    /* background-color: #3773bd; */
    background-color: #bedbf2;
}

#mainGnav01 h2 a,
#mainGnav02 h2 a,
#mainGnav03 h2 a,
#mainGnav09 h2 a {
    display: block;
}

#mainGnav01 h2,
#mainGnav02 h2,
#mainGnav03 h2,
#mainGnav09 h2 {
    transition: 0.3s;
    cursor: pointer;
}

#mainGnav01 h2:hover {
    /* background-color: #649adb; */
    background-color: #a9c4da;
}

#mainGnav02 h2:hover {
    background-color: #53cc71;
}

#mainGnav03 h2:hover {
    /* background-color: #e68695; */
    background-color: #649adb;
}

#mainGnav09 h2:hover {
    /* background-color: #649adb; */
    background-color: #a9c4da;
}


.hover_menu h2 span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.15em;
    font-feature-settings: 'palt';
    text-align: center;
    transform: translate(-50%, -50%);
}

#mainGnav01.hover_menu h2 span,
#mainGnav09.hover_menu h2 span {
    color: #333;
}

.hoverNav {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /* z-index: 3; */
    z-index: 9999;
    width: 60%;
    padding: 40px 50px 30px 50px;
    background-color: #fff;
    box-sizing: border-box;
}

.hoverNav li {
    width: 45%;
    margin: 0 6% 20px 0;
}

.hoverNav li:nth-child(even) {
    margin-right: 0;
}

.hoverNav li:last-of-type {
    margin-right: 0;
}

.hoverNav li:nth-last-child(-n+1) {
    /*margin-bottom: 0;*/
}

.hoverNav a {
    display: block;
    position: relative;
    color: #222;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.hoverNav a {
    display: block;
}

.hoverNav a span::after {
    /*display: block;*/
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    margin-top: 5px;
    opacity: 0;
    transition: .3s;
}

#mainGnav01 .hoverNav a:hover span::after {
    background-color: #3773bd;
    opacity: 1;
    width: 100%;
}

#mainGnav02 .hoverNav a:hover span::after {
    background-color: #37bd58;
    opacity: 1;
    width: 100%;
}

#mainGnav03 .hoverNav a:hover span::after {
    background-color: #d46979;
    opacity: 1;
    width: 100%;
}

#mainGnav09 .hoverNav a:hover span::after {
    background-color: #3773bd;
    opacity: 1;
    width: 100%;
}


.hover_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    transition: .3s;
    opacity: 0;
    /* z-index: 1; */
    z-index: 8888;
}

.hover_bg.hover {
    opacity: 1;
    transition: .3s;
}

/*-------------------------------------------------
ヘッダーが上部に固定担ったとき
-------------------------------------------------*/
#header.pos {
    position: fixed;
    top: 0;
    left: 0;
}

#header.pos #nav_Main {
    left: 51%;
}

#header.pos .header_In {
    padding: 15px 0;
}

#header.pos #logo {
    display: block;
    max-width: 220px;
    width: 20%;
    padding: 0 0 0 1%;
    box-sizing: border-box;
    transition: .3s;
}

#header.pos .mainGnav {
    justify-content: center;
}

#header.pos .mainGnav a {
    font-size: 13px;
}

#header.pos .mainGnav>li {
    margin-left: 20px;
}

#header.pos .mainGnav>li.Gnav01,
#header.pos .mainGnav>li.Gnav02,
#header.pos .mainGnav>li.Gnav03,
#header.pos .mainGnav>li.Gnav09 {
    margin-right: 10px;
}


/* humberger_Line */
.humberger_Line {
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    display: flex;
    top: 10px;
    right: 10px;
    /* z-index: 15; */
    z-index: 9999;
}

.humberger_Line .splogo {
    display: none;
}

.humberger_Line .wrap {
    display: flex;
    align-items: center;
}

.humberger_Line .wrap img {
    max-width: 100%;
    box-sizing: border-box;
}

.humberger_Line .wrap a {
    display: inline-block;
    max-width: 99px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.humberger_Line .wrap a.pc-only-link {
    display: block;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    margin: 0 20px 0 0;
}

/* コンプライアンスホバー処理 */
/* #mainGnav09.hover_menu {
    opacity: 1!important;
    display: flex!important;
} */

.humberger_Line .wrap .mouse-over-link {
    position: relative;
}

.humberger_Line .wrap .mouse-over-link .fade-element {
    /* display: flex; */
    display: none;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    max-width: 960px;
    padding-top: 30px;
    position: absolute;
    /* top: 30px; */
    left: -38vw;
    z-index: 8888;
    opacity: 0;
    /* opacity: 0!important; */
    transition: opacity 0.5s ease-in-out;
}

.humberger_Line .wrap .mouse-over-link .fade-element h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #bedbf2;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.humberger_Line .wrap .mouse-over-link .fade-element h2:hover {
    background-color: #a9c4da;
}

.humberger_Line .wrap .mouse-over-link .fade-element h2 a {
    max-width: initial;
    transition: 0.3s;
}

.humberger_Line .wrap .mouse-over-link .fade-element h2 span {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    /* color: #fff; */
    color: #333;
}

.humberger_Line .wrap .mouse-over-link .fade-element .hoverNav {
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 40px 50px 30px 50px;
    width: 60%;
    z-index: 8888;
}

.humberger_Line .wrap .mouse-over-link .fade-element .hoverNav li {
    width: 45%;
    margin: 0 6% 20px 0;
}

.humberger_Line .wrap .mouse-over-link .fade-element .hoverNav li:last-of-type {
    margin-right: 0;
}

.humberger_Line .wrap .mouse-over-link .fade-element .hoverNav li a {
    display: block;
    max-width: initial;
    color: #222;
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    transition: .3s;
}

.humberger_Line .wrap .mouse-over-link .fade-element .hoverNav li a:hover {
    opacity: 0.7;
}

.humberger_Line .wrap .mouse-over-link:hover .fade-element {
    display: flex;
    opacity: 1;
    animation: fade 0.3s linear 0s;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}


/* .humberger_Line .wrap .mouse-over-link .fade-element::before {
    content: "";
    display: none;
    width: 102vw;
    height: 103vh;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: -3vw;
    left: -24vw;
    z-index: -1;
}

.humberger_Line .wrap .mouse-over-link:hover .fade-element::before {
    display: block;
} */

/* display:none;からdisplay:blockにフェード表示 */
@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.sp_menu,
.sp_menu_kaso {
    display: block;
    position: relative;
    right: 10px;
    width: 36px;
    height: 26px;
    cursor: pointer;
    margin-left: 20px;
}

.sp_menu span {
    display: block;
    position: absolute;
    left: 50%;
    width: 36px;
    height: 4px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    transition: .3s;
    transform: translateX(-50%);
}

.sp_menu_kaso span {
    display: block;
    position: absolute;
    left: 50%;
    width: 36px;
    height: 4px;
    margin: 0 auto;
    background-color: #000;
    border-radius: 50px;
    transition: .3s;
    transform: translateX(-50%);
}

.sp_menu span:nth-child(1),
.sp_menu_kaso span:nth-child(1) {
    top: 0;
}

.sp_menu span:nth-child(2),
.sp_menu_kaso span:nth-child(2) {
    top: 11px;
}

.sp_menu span:nth-child(3),
.sp_menu_kaso span:nth-child(3) {
    top: 22px;
}

.sp_menu.active span:nth-child(1),
.sp_menu_kaso.active span:nth-child(1) {
    top: 10px;
    transform: translateX(-50%) rotate(45deg);
    background-color: #000;
}

.sp_menu.active span:nth-child(2),
.sp_menu_kaso.active span:nth-child(2) {
    opacity: 0;
}

.sp_menu.active span:nth-child(3),
.sp_menu_kaso.active span:nth-child(3) {
    top: 10px;
    transform: translateX(-50%) rotate(-45deg);
    background-color: #000;
}

.humberger_Line img {
    width: 100%;
    /* border: 2px solid #c9b079; */
    border-radius: 5px;
    border: 2px solid #3079ed;
}

#humberger_Menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: .3s;
    /* z-index: 13; */
    z-index: 9998;
    /* z-index: 9999; */
    opacity: 0;
    visibility: hidden;
}

#humberger_Menu.show {
    transition: .3s;
    opacity: 1;
    visibility: visible;
}

.nav_humberger {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 960px;
    width: 90%;
    transform: translate(-50%, -38%);
}

.humbergerGnav {
    display: flex;
    flex-wrap: wrap;
}

.humbergerGnav>li {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #fff;
}

.humbergerGnav>li.pdfarea {
    display: flex;
    justify-content: flex-start;
}

.humbergerGnav>li.pdfarea a {
    width: 100px;
    margin-right: 15px;
}

.humbergerGnav>li.pdfarea img {
    max-width: 100%;
    /* border: 2px solid #c9b079; */
    border: 2px solid #3079ed;
    border-radius: 5px;
}

/* .humbergerGnav>li:nth-child(5), */
.humbergerGnav>li:nth-child(6),
.humbergerGnav>li:nth-child(7),
.humbergerGnav>li:nth-child(8),
.humbergerGnav>li:nth-child(9) {
    background: none;
    width: auto;
    margin-right: 40px;
    margin-bottom: 10px;
}

/* .humbergerGnav>li:nth-child(5) {
    margin-right: 55px;
} */

.humbergerGnav>li:nth-child(1),
.humbergerGnav>li:nth-child(9) {
    background: none;
}

.humbergerGnav>li>div {
    width: 33%;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
}


.humbergerGnav>li>div a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.humbergerGnav>li>a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.humbergerGnav>li>ul {
    flex-wrap: wrap;
    width: 67%;
    box-sizing: border-box;
    padding: 20px 0 0;
}

.humbergerGnav>li>ul li {
    margin-left: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.humbergerGnav>li>ul a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px !important;
}

/* 個別設定↓ */

/* 企業案内 */
.humbergerGnav>li.com {
    border: 2px solid #3773bd;
}

.humbergerGnav>li.com>div {
    /* background: #3773bd; */
    background: #bedbf2;
    padding: 10px 0 10px 20px;
    color: #fff;
}

.humbergerGnav>li.com>div a {
    color: #333;
}

.humbergerGnav>li.com>div a.icon_tri:before {
    border-left: solid 6px #333;
}


/* 提供サービス */
.humbergerGnav>li.han {
    /* border: 2px solid #d46979; */
    border: 2px solid #3773bd;
}

.humbergerGnav>li.han>div {
    background: #3773bd;
    /* background: #d46979; */
    padding: 10px 0 10px 20px;
    color: #fff;
}

/* 再生エネルギー */
.humbergerGnav>li.ene {
    border: 2px solid #37bd58;
}

.humbergerGnav>li.ene>div {
    background: #37bd58;
    padding: 10px 0 10px 20px;
    color: #fff;
}

/* コンプライアンス */
.humbergerGnav>li.compla {
    border: 2px solid #3773bd;
}

.humbergerGnav>li.compla>div {
    background: #bedbf2;
    /* background: #3773bd; */
    padding: 10px 0 10px 20px;
    color: #fff;
}


.humbergerGnav>li.compla>div a {
    color: #333;
}

.humbergerGnav>li.compla>div a.icon_tri:before {
    border-left: solid 6px #333;
}


.icon_tri {
    position: relative;
    display: block;
    padding-right: 17px;
}

.icon_tri:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #fff;
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -6px;
}

.humbergerGnav a {
    position: relative;
}

.humbergerGnav a::after {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -6px;
    opacity: 0;
    transition: .3s;
    z-index: 0;
}

.humbergerGnav div a:hover::after {
    background-color: #fff;
    opacity: 1;
}

.humbergerGnav a:hover::after {
    background-color: #edb32f;
    opacity: 1;
}

.humbergerGnav .com ul li a:hover::after {
    background-color: #2c8fce;
    opacity: 1;
}

.humbergerGnav .ene ul li a:hover::after {
    background-color: #36cb47;
    opacity: 1;
}

.humbergerGnav .han ul li a:hover::after {
    background-color: #ef7185;
    opacity: 1;
}

.humbergerGnav .compla ul li a:hover::after {
    background-color: #3773bd;
    opacity: 1;
}

.search {
    width: 100%;
    padding: 20px 0;
    display: none;
    background: #fff;
    position: fixed;
    left: 0;
    top: 113px;
}

.search.kasonone {
    top: 75px;
}

.search .gsc-control-cse {
    width: 200px;
    max-width: 90%;
    margin: 0 auto;
}

.search_btn,
.search_close {
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
}

.search_btn .icon,
.search_close .icon {
    max-width: 100%;
    max-height: 100%;
    color: #a7a7a7;
    transition: 0.3s;
}

.search_btn:hover .icon,
.search_close:hover .icon {
    color: #727272;
}

.search_close {
    position: absolute;
    right: 0px;
    top: 10px;
}

.gsc-search-button-v2 {}

table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}

.gsib_a {
    padding: 3px 9px 3px 9px !important;
}

.gsc-search-button {
    margin-left: 0 !important;
}

.gsc-search-button-v2 {
    margin-top: 0 !important;
}

.gsc-input {
    width: 150px !important;
}

.gsc-control-cse {
    padding: 0 1em 0 !important;
    margin-top: 3px !important;
}

.gcse-search.spOny {
    display: none !important;
}

.gsst_a {
    margin: 0 !important;
}

/*-------------------------------------------------
ヘッダーが上部に固定担ったとき
-------------------------------------------------*/
.sp_menu span.pos,
.sp_menu_kaso span.pos {
    background-color: #222;
    transition: .3s;
}

.sp_menu.active span.pos,
.sp_menu_kaso.active span.pos {
    background-color: #000;
}

/* sub Gnav */
#top #nav_Sub {
    width: 100%;
    background-color: #c7e0f5;
}

#company #nav_Sub {
    width: 100%;
    background-color: #c7e0f5;
}

#service #nav_Sub {
    width: 100%;
    background-color: #1f73bc;
}

#service #nav_Sub a {
    color: #fff;
}

#electricity #nav_Sub {
    width: 100%;
    background-color: #ffe3ec;
}

#n-plan #nav_Sub {
    width: 100%;
    background-color: #ffe3ec;
}

#recruit #nav_Sub {
    width: 100%;
    background-color: #ffe3ec;
}

#contact_list #nav_Sub {
    width: 100%;
    background-color: #ffe3ec;
}

#pamphlet #nav_Sub {
    width: 100%;
    background-color: #ffe3ec;
}

#electricity_contact #nav_Sub {
    width: 100%;
    background-color: #ffe3ec;
}

#electricity_inquiry #nav_Sub {
    width: 100%;
    background-color: #ffe3ec;
}

#electricity_inquiry_hv #nav_Sub {
    width: 100%;
    background-color: #ffe3ec;
}

#contact_inquiry #nav_Sub {
    width: 100%;
    background-color: #ffe3ec;
}

#increase #nav_Sub {
    width: 100%;
    background-color: #ffe3ec;
}

#renewables #nav_Sub {
    width: 100%;
    background-color: #c6e2bd;
}

.subGnav {
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    width: 90%;
    padding: 12px 0;
    margin: 0 auto;
}

.subGnav a {
    display: block;
    position: relative;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}

#header img {
    width: 100%;
}

#header_kaso img {
    width: 100%;
}


.sp {
    display: none;
}


/* main */
#main {
    display: block;
    width: 100%;
    padding: 0px 0 50px;
    margin: 73px auto 0;
    transition: 1.1s;
    transition-delay: 0s;
}

#main img {
    max-width: 100%;
}

#renewables #main {
    margin: 111px auto 0;
}

#company #main {
    margin: 111px auto 0;
}

#n-plan #main {
    margin: 111px auto 0;
}

#electricity_contact #main {
    margin: 111px auto 0;
}

#electricity #main {
    margin: 111px auto 0;
}

#contact_inquiry #main {
    margin: 111px auto 0;
}


/*ページが表示された時に表示されるモーダル*/
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}

.popup.is-show {
    opacity: 1;
    visibility: visible;
}

.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    padding: 30px;
    background-color: #fff;
    z-index: 2;
    text-align: center;
}

.popup-inner a {
    border: 1px solid #1869a3;
    background: #1869a3;
    display: block;
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s;
    font-weight: bold;
    position: relative;
}

.popup-inner a span:after {
    color: #fff;
    content: "＞";
    position: absolute;
    right: 10px;
    font-size: 11px;
    top: 8px;
}

.popup-inner a:hover {
    border: 1px solid #1869a3;
    color: #1869a3;
    background: #fff;
}

.popup-inner a:hover span:after {
    color: #1869a3;
}

.popup-inner img {
    width: 100%;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.close-btn i {
    font-size: 20px;
    color: #333;
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    cursor: pointer;
}

/* パンくず */
#bread_List {
    width: 960px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 15px 0 7px;
    background-color: #fff;
    box-sizing: border-box;
}

#bread_List a {
    font-size: 13px;
    transition: 0.3s;
    display: inline-block;
    color: #3b62ac;
}

#bread_List a {}

#bread_List a::after {
    content: '>';
    display: inline-block;
    padding: 0 5px 0 15px;
    color: #000;
}

#bread_List a:last-of-type {
    text-decoration: none;
    color: #333;
}

#bread_List a:last-of-type::after {
    content: none;
}

#bread_List a:hover {
    text-decoration: underline;
}


#contact_list #bread_List a:nth-child(2) {
    display: none;
}

.news_area ul li a.nolink {
    pointer-events: none;
    background-image: none;
}

/* --------------------
	 pagetop
--------------------*/
div#pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99999;
    width: 50px;
    /*filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;*/
    display: none;
}

div#pagetop img {
    max-width: 100%;
}


/* headerナビ調整_20240319 */
.header_In {
    padding: 20px 0 0px;
}

#nav_Main.tophead {
    left: 0 !important;
}

#nav_Main {
    position: relative;
    transform: none;
    right: 0;
    left: 0;
    top: 0;
    margin: 10px auto 0;
}

.mainGnav {
    margin-left: 0;
}

.mainGnav a {
    padding: 10px 0 0px;
}

.mainGnav>li.Gnav01::after,
.mainGnav>li.Gnav02::after,
.mainGnav>li.Gnav03::after,
.mainGnav>li.Gnav09::after {
    top: 60%;
}

.search {
    top: 160px;
}

#header.pos .mainGnav,
#header_kaso .mainGnav {
    margin-left: 0;
    justify-content: center;
}

#header.pos .header_In,
#header_kaso .header_In {
    padding: 15px 0 0;
}

#main {
    margin: 120px auto 0;
}

#renewables #main {
    margin: 160px auto 0;
}

#company #main {
    margin: 160px auto 0;
}

#n-plan #main {
    margin: 160px auto 0;
}

#electricity_contact #main {
    margin: 160px auto 0;
}

#electricity #main {
    margin: 160px auto 0;
}

#contact_inquiry #main {
    margin: 160px auto 0;
}




/*---------------------------
PC
---------------------------*/

@media screen and (max-width: 1500px) {
    .mainGnav {
        justify-content: center;
        margin-left: 20px;
    }

    #header.pos .mainGnav,
    #header_kaso .mainGnav {
        justify-content: center;
        margin-left: 0px;
    }
}

/* @media screen and (max-width: 1750px) {
    .header_In {
        padding: 20px 0 0px;
    }

    #nav_Main.tophead {
        left: 0 !important;
    }

    #nav_Main {
        position: relative;
        transform: none;
        right: 0;
        left: 0;
        top: 0;
        margin: 10px auto 0;
    }

    .mainGnav {
        margin-left: 0;
    }

    .mainGnav a {
        padding: 10px 0 0px;
    }

    .mainGnav>li.Gnav01::after,
    .mainGnav>li.Gnav02::after,
    .mainGnav>li.Gnav03::after,
    .mainGnav>li.Gnav09::after {
        top: 60%;
    }

    .search {
        top: 160px;
    }

    #header.pos .mainGnav,
    #header_kaso .mainGnav {
        margin-left: 0;
        justify-content: center;
    }

    #header.pos .header_In,
    #header_kaso .header_In {
        padding: 15px 0 0;
    }

    #main {
        margin: 120px auto 0;
    }

    #renewables #main {
        margin: 160px auto 0;
    }

    #company #main {
        margin: 160px auto 0;
    }

    #n-plan #main {
        margin: 160px auto 0;
    }

    #electricity_contact #main {
        margin: 160px auto 0;
    }

    #electricity #main {
        margin: 160px auto 0;
    }

    #contact_inquiry #main {
        margin: 160px auto 0;
    }
} */

@media screen and (max-width:1180px) {
    .humberger_Line .wrap .mouse-over-link .fade-element {
        left: -33vw;
    }
}

/* headerナビ調整_20240319 */
@media screen and (max-width:1024px) {
    #header_kaso .mainGnav a {
        font-size: 12px;
    }

    #header_kaso .mainGnav>li.Gnav01,
    #header_kaso .mainGnav>li.Gnav02,
    #header_kaso .mainGnav>li.Gnav03,
    #header_kaso .mainGnav>li.Gnav09 {
        margin-right: 5px;
    }

    #header_kaso .mainGnav>li {
        margin-left: 8px;
    }

    #header_kaso #logo {
        max-width: 150px;
    }

    .humberger_Line .wrap a.pc-only-link {
        font-size: 12px;
        margin: 0 10px 0 0;
    }


}


/*---------------------------
PC・TABのみ
---------------------------*/

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

    #header,
    #header_kaso {
        display: none;
    }

    .humberger_Line {
        justify-content: space-between;
        width: 100%;
        top: 0;
        right: 0;
        padding: 15px 0;
        background: rgba(255, 255, 255, 0.85);
    }

    .humberger_Line .wrap {
        margin-right: 15px;
    }

    .humberger_Line .splogo {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }

    .humberger_Line a {}

    .humberger_Line img {
        border: none;
        max-width: 100%;
        width: inherit;
    }

    .humberger_Line .wrap img {
        border: 2px solid #c9b079;
    }

    #main {
        margin: 80px auto 0;
    }

    #footer .fnav_area ul li {
        font-size: 10px;
    }
}




/*---------------------------
Tab横
---------------------------*/

@media screen and (max-width: 1025px) {
    #header {
        display: none;
    }

}


/*---------------------------
Tab
---------------------------*/

@media screen and (max-width: 960px) {
    #header {
        display: none;
    }

    .humberger_Line .wrap .mouse-over-link .fade-element {
        width: 100vw;
        max-width: 90vw;
        left: -22vw;
    }

    #main {
        margin: 120px auto 0;
    }

    #renewables #main {
        margin: 80px auto 0;
    }

    #company #main {
        margin: 80px auto 0;
    }

    #n-plan #main {
        margin: 80px auto 0;
    }

    #electricity_contact #main {
        margin: 80px auto 0;
    }

    #electricity #main {
        margin: 80px auto 0;
    }

    #contact_inquiry #main {
        margin: 80px auto 0;
    }
}




/*---------------------------
sp
---------------------------*/

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

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    div#___gcse_0 {
        display: none;
    }

    #nav_Sub {
        display: none;
    }

    /* main Gnav */
    #header {
        display: none;
    }

    #header_kaso {
        display: none;
    }

    .search_btn .icon,
    .search_close .icon {
        width: 40px;
        height: 40px;
    }

    .humberger_Line .splogo {
        display: block;
    }


    .sp_menu span,
    .sp_menu_kaso span {
        background-color: #404040;
        transition: .3s;
    }

    .sp_menu span.pos,
    .sp_menu_kaso span.pos {
        background-color: #404040;
        transition: .3s;
    }

    .sp_menu.active span,
    .sp_menu_kaso.active span {
        background-color: #fff;
    }

    .humberger_Line>a {
        /* display: none;*/
        max-width: 80px;
    }

    .humberger_Line {
        width: 100%;
        padding: 20px 2%;
        background: rgba(255, 255, 255, 0.85);
        top: 0px;
        right: inherit;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .humberger_Line .splogo {
        width: 80%;
        /* max-width: 280px; */
        max-width: 150px;
        margin-left: 0px;
        margin-right: 0;
    }

    .humberger_Line .wrap a {
        display: none;
    }

    .humberger_Line .wrap {
        width: 20%;
        display: flex;
        justify-content: flex-end;
    }

    .humberger_Line .wrap a.pc-only-link {
        display: none;
    }

    .humberger_Line .splogo img {
        border: none;
    }

    .humbergerGnav>li {
        flex-direction: column;
        margin-bottom: 15px;
        background: none;
    }

    .humbergerGnav>li.pdfarea {
        display: flex;
        justify-content: flex-start;
        flex-direction: inherit;
        background: none;
    }

    .humbergerGnav>li.pdfarea a {
        width: 100px;
        margin-right: 15px;
    }

    .humbergerGnav>li.pdfarea a img {
        max-width: 100%;
        border: 2px solid #c9b079;
    }

    #humberger_Menu.show {
        overflow-y: scroll !important;
        padding-bottom: 100px;
    }

    .humbergerGnav>li>div {
        width: 100%;
        border-radius: 0px 5px 0 0;
    }

    .humbergerGnav>li.com>div {
        padding: 5px 0 5px 10px;
    }

    .humbergerGnav>li.ene>div {
        padding: 5px 0 5px 10px;
    }

    .humbergerGnav>li.han>div {
        padding: 5px 0 5px 10px;
    }

    .humbergerGnav>li>div a {
        display: inline-block;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

    .humbergerGnav>li>a {
        display: inline-block;
        width: 100%;
        color: #000;
        font-size: 17px;
        font-weight: 600;
        background: none;
    }

    .humbergerGnav>li>ul {
        /*display: none;*/
        flex-wrap: wrap;
        width: 98%;
        padding: 5px 0 0 0px;
        border-left: 1px solid #fff;
        box-sizing: border-box;
        margin-left: 10px;
        margin-top: 10px;
    }

    .humbergerGnav>li>ul li {
        margin: 0 30px 15px 0;
    }

    .humbergerGnav>li>ul a {
        display: inline-block;
        color: #000;
        font-size: 15px;
        font-weight: 600;
    }

    #humberger_Menu {
        height: 100%;
    }

    .nav_humberger {
        position: relative;
        top: 80px;
        left: 20px;
        transform: none;
    }

    .humbergerGnav {
        flex-wrap: wrap;
    }

    .humbergerGnav a {
        position: relative;
    }

    .humbergerGnav a::after {
        display: inline-block;
        content: '';
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 4px;
        margin-top: -6px;
        opacity: 0;
        transition: .3s;
        z-index: 0;
    }

    .humbergerGnav a:hover::after {
        background-color: #f18d00;
        opacity: 1;
    }

    /* コンプライアンスホバー処理 */
    .humberger_Line .wrap .mouse-over-link .fade-element {
        opacity: 0 !important;
        display: none !important;
    }

    .search,
    .search.kasonone {
        position: fixed;
        left: 0px;
        top: 71px;
    }

    .search_close {
        top: 5px;
        right: -5px;
    }


    #company .humbergerGnav li:nth-child(2) div a::after {
        opacity: 1;
        height: 3px;
        bottom: -3px;
        left: -2px;
        background-color: #fff;
    }

    #renewables .humbergerGnav li:nth-child(3) div a::after {
        opacity: 1;
        height: 3px;
        bottom: -3px;
        left: -2px;
        background-color: #fff;
    }

    #electricity .humbergerGnav li:nth-child(4) div a::after {
        opacity: 1;
        height: 3px;
        bottom: -3px;
        left: -2px;
        background-color: #fff;
    }

    #main {
        margin: 70px auto 0;
    }

    #bread_List {
        max-width: 95%;
        margin: 0 auto 15px;
    }

    #renewables #main {
        margin: 70px auto 0;
    }

    #company #main {
        margin: 70px auto 0;
    }

    #n-plan #main {
        margin: 70px auto 0;
    }

    #electricity #main {
        margin: 70px auto 0;
    }

    #electricity_contact #main {
        margin: 70px auto 0;
    }

    #contact_inquiry #main {
        margin: 70px auto 0;
    }

    #pamphlet #main {
        margin: 70px auto 0;
    }



}






/*-------------------------------------------------
footer
-------------------------------------------------*/

#footer {
    width: 100%;
    background: #efefef;
    padding: 50px 0 20px;
}

#footer img {
    max-width: 100%;
}

#footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#footer .sns_area {
    width: 100%;
    padding-bottom: 40px;
}

#footer .gsc-control-cse {
    display: none !important;
}

#footer .gsc-control-cse {
    padding: 0;
    background: none;
    border: none;
}

#footer table.gsc-search-box td.gsc-input {
    width: 200px;
    line-height: 1;
}

#footer .sns_area ul {
    display: flex;
    justify-content: center;
}

#footer .sns_area ul li:nth-child(1) {
    width: 211px;
    margin-right: 50px;
}

#footer .sns_area ul li:nth-child(2) {
    width: 211px;
    margin-right: 0px;
}

#footer .sns_area ul li:nth-child(3) {
    width: 150px;
}

#footer .fnav_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#footer .fnav_area ul li {
    font-size: 13px;
    margin-bottom: 15px;
}

#footer .fnav_area ul:last-child li {
    margin-bottom: 10px;
}

#footer .fnav_area ul li a {
    color: #000;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
}

#footer .fnav_area ul li a:hover {
    text-decoration: underline;
}

#footer .fnav_area ul li:nth-child(1) {
    margin-bottom: 15px;
}

#footer .fnav_area ul li strong {
    font-weight: bold;
    font-size: 14px;
}

#footer .fnav_area ul:nth-child(1) li:nth-child(1) a {
    color: #1977f2;
}

#footer .fnav_area ul:nth-child(1) li:nth-child(n+2) a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #1977f2;
    border-radius: 20px;
    margin-right: 7px;
}

#footer .fnav_area ul:nth-child(2) li:nth-child(1) a {
    color: #37bd58;
}

#footer .fnav_area ul:nth-child(2) li:nth-child(n+2) a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #37bd58;
    border-radius: 20px;
    margin-right: 7px;
}

#footer .fnav_area ul:nth-child(3) li:nth-child(1) a {
    /* color: #d46979; */
    color: #3773bd;
}

#footer .fnav_area ul:nth-child(3) li:nth-child(n+2) a:before,
#footer .fnav_area ul:nth-child(4) li:nth-child(n+2) a:before {
    content: "";
    width: 5px;
    height: 5px;
    /* background: #d46979; */
    background: #3773bd;
    border-radius: 20px;
    margin-right: 7px;
}

footer .fnav_area ul.contact-nav li:nth-child(n+2) a:before {
    content: none !important;
}

#footer .fnav_area ul:nth-child(5) li {
    margin-bottom: 15px;
}

#footer .fnav_area ul:nth-child(5) li strong {
    font-size: 14px;
}

#footer .fnav_area ul li.mini a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

#footer .fnav_area ul:last-child li a {
    font-weight: bold;
}

#footer .lg_area {
    width: 30%;
}

#footer .pri {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-top: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
}

#footer .pri li {
    margin: 0 10px;
}

#footer .pri li:first-child {
    padding-right: 20px;
    border-right: 1px solid #a2a2a2;
}

#footer .pri li a {
    display: block;
    color: #000;
    font-size: 12px;
}

/* コンプライアンス経営の推進_非表示 */
#footer .pri li:nth-of-type(1) {
    display: none;
}

#footer .copy {
    width: 100%;
    background: none;
    font-size: 11px;
    margin-top: 20px;
    text-align: center;
    color: #333;
}

#footer .newtab {
    width: 13px;
    height: 13px;
}

#footer .fbic {
    width: 25px;
    max-width: 90%;
}

/*---------------------------
PC・TABのみ
---------------------------*/

#___gcse_0 {
    margin-right: 0px;
    width: 270px;
}

.gsst_b {
    display: none !important;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
    max-width: 100%;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image {
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
    .gsc-control-cse {
        width: 100% !important;
    }

    .gsc-input {
        width: 100% !important;
    }

    .gsib_a {
        padding: 6px 9px 6px 9px !important;
    }

    #___gcse_0 {
        margin-right: 40px;
    }
}



/*---------------------------
Tab横
---------------------------*/
@media screen and (max-width: 1030px) {}

/*---------------------------
Tab
---------------------------*/

@media screen and (max-width: 960px) {
    /* #bread_List {
        max-width: 95%;
    }
    #footer .fnav_area {
        width: 100%;
        margin-bottom: 30px;
    }
    #footer .lg_area {
        width: 40%;
    }
    #footer .copy {
    } */
}




/*---------------------------
sp
---------------------------*/

@media only screen and (max-width: 767px) {
    #footer {
        padding: 40px 0 20px;
    }

    #footer .inner {
        width: 100%;
        margin-bottom: 0;
    }

    #footer .lg_area {
        order: 1;
        margin: 0 auto 30px;
        width: 70%;
    }

    #footer .fnav_area {
        order: 2;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    #footer .copy {
        text-align: center;
        font-size: 10px;
        margin-top: 0;
        padding: 10px 0 0;
    }

    #footer .fnav_area ul {
        width: 100%;
        border-top: 1px solid #919191;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #footer .fnav_area ul li:nth-child(1) {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        border-left: none;
        background: #aaaaaa;
        color: #fff;
        font-size: 16px;
    }

    #footer .fnav_area ul:nth-child(1) li:nth-child(1) {
        /* background: #3773bd; */
        background: #bedbf2;
    }

    #footer .fnav_area ul:nth-child(2) li:nth-child(1) {
        background: #37bd58;
    }

    #footer .fnav_area ul:nth-child(3) li:nth-child(1) {
        /* background: #d46979; */
        background: #3773bd;
        /* background: #bedbf2; */
    }

    #footer .fnav_area ul:nth-child(5) li:nth-child(1) {
        width: 50%;
        background: #fff;
        border-right: 1px solid #919191;
    }

    #footer .fnav_area ul:nth-child(5) {
        margin-top: 5px;
    }

    #footer .fnav_area ul:nth-child(5) li:nth-child(3) {
        border-left: none;
        border-right: 1px solid #919191;
    }

    #footer .fnav_area ul li a {
        justify-content: center;
    }


    #footer .fnav_area ul:nth-child(2) li:nth-child(1) a {
        color: #fff;
        width: 95%;
        margin: 0 auto;
    }

    #footer .fnav_area ul:nth-child(1) li:nth-child(1) a {
        color: #333;
    }

    #footer .fnav_area ul:nth-child(3) li:nth-child(1) a {
        color: #fff;
    }


    #footer .fnav_area ul:nth-child(1) li:nth-child(n+2) a:before,
    #footer .fnav_area ul:nth-child(2) li:nth-child(n+2) a:before,
    #footer .fnav_area ul:nth-child(3) li:nth-child(n+2) a:before,
    #footer .fnav_area ul:nth-child(4) li:nth-child(n+2) a:before {
        display: none;
    }

    #footer .fnav_area ul:nth-child(4) {
        border-top: none;
    }

    #footer .fnav_area ul:nth-child(1) li {
        text-align: center;
    }

    #footer .fnav_area ul li {
        padding: 13px 0;
        width: 50%;
        text-align: center;
        border-left: 1px solid #919191;
        border-bottom: 1px solid #919191;
        margin-bottom: 0;
        background: #fff;
        font-size: 12px;
    }

    #footer .fnav_area ul li strong {
        font-size: 12px;
    }

    #footer .fnav_area ul li:nth-child(2n) {
        border-left: none;
    }

    #footer .fnav_area ul:last-child li {
        margin-bottom: 0;
    }

    #footer .fnav_area ul li:last-child {
        /*width: 100%;
        border-left: none;*/
    }

    #footer .fnav_area ul li.mini {
        font-size: 11px;
    }

    #footer .fnav_area ul:nth-child(4) li:last-child {
        width: 100%;
    }

    /* 個別ナビ */
    #footer .fnav_area ul.company-nav li:nth-of-type(9) {
        border-right: 1px solid #919191;
        border-left: none;
    }

    #footer .fnav_area ul.company-nav li:nth-of-type(10) {
        border-right: none;
    }

    #footer .fnav_area ul.ene-nav li:last-of-type {
        width: 100%;
    }

    #footer .pri {
        border-top: none;
        border-bottom: none;
        padding-top: 20px;
    }

    #footer .pri li:first-child {
        padding-right: 10px;
    }

    #footer .gsc-control-cse {
        display: block !important;
    }

    #footer .sns_area {
        padding-bottom: 20px;
    }

    #footer .sns_area ul {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    #footer .sns_area ul li:nth-child(1) {
        order: 2;
        margin-right: 20px;
        width: 40px;
    }

    #footer .sns_area ul li:nth-child(2) {
        order: 3;
        margin-right: 30px;
        width: 50px;
        margin-top: 4px;
    }

    #footer .sns_area ul li:nth-child(3) {
        order: 1;
        width: 150px;
        margin-bottom: 0px;
        order: 4;
    }

    #footer table.gsc-search-box td.gsc-input {
        width: 250px;
    }

    .gsc-search-button-v2 {
        padding: 9px 28px !important;
    }

    .gsc-input-box {
        padding-top: 2px !important;
        padding-bottom: 1px !important;
    }

    .gsc-input-box table {
        width: 100% !important;
    }

    div#pagetop {
        width: 40px;
        height: 40px;
        position: fixed;
        bottom: 60px;
        right: 10px;
        z-index: 99;
        /*filter: alpha(opacity=0);
		-moz-opacity:0.0;
		opacity:0.0;*/
    }

    div#pagetop img {
        width: 100%;
    }


}

/* 20230501_重要なお知らせ追加 */
.under_important_info {
    width: 1000px;
    max-width: 90%;
    font-size: 16px;
    font-weight: bold;
    color: #cb0909;
    line-height: 1.8;
    background: #fff;
    border: 1px solid #cb0909;
    text-align: center;
    padding: 10px 10px;
    margin: 0 auto 40px;
}

.under_important_info a {
    color: #cb0909 !important;
    border-bottom: 1px solid #cb0909;
    padding-bottom: 1px;
}

.add_important_btn {
    text-align: center;
    margin-bottom: 40px;
}

.add_important_btn a {
    display: inline-block;
    /* width: 446px; */
    width: 476px;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    background: #cb0909;
    /* border-radius: 35px; */
    transition: 300ms;
    margin: 0 auto;
    padding: 13px 0;
    position: relative;
    transition: all .5s;
}

/* .add_important_btn a:hover {
    opacity: 0.7;
} */

.add_important_btn a::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1.25em;
}

.big_txt {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
}

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

    /* .under_important_info{
        margin: -20px auto 40px;
    } */
    .add_important_btn {
        margin-bottom: 10px;
    }

    .add_important_btn a {
        /* border-radius: 29px; */
        /* width: 75.73333vw; */
        width: 96%;
        font-size: 14px;
    }

    .big_txt {
        display: inline-block;
        font-size: 18px;
        margin-bottom: 10px;
    }
}


#renewables #nav_Sub .subGnav li:nth-of-type(3) {
    display: none;
}

#header_kaso .mainGnav>li.Gnav08.withyou a {
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    background: #238144;
    border: 1px solid #238144;
    border-radius: 4px;
    padding: 7px 15px 3px 15px;
    margin-bottom: -12px;
}

#header_kaso .mainGnav>li.Gnav08.withyou a:hover {
    color: #238144;
    background: #fff;
    border: 1px solid #238144;
}

#header_kaso .mainGnav>li.Gnav08.withyou a:hover::after {
    opacity: 0;
}

@media screen and (max-width: 1750px) {
    #header_kaso .mainGnav>li.Gnav08.withyou a {
        margin-bottom: -5px;
    }
}

/* トピックス一覧ページ */
#facebook #nav_Sub,
#visit #nav_Sub,
.visit #nav_Sub {
    width: 100%;
    background-color: #c6e2bd;
}

/*カーボンニュートラルに向けて非表示*/
#mainGnav01 ul li:nth-child(7),
#company #nav_Sub ul li:nth-child(7),
#humberger_Menu li.com ul li:nth-child(7),
#footer .fnav_area ul:nth-child(1) li:nth-child(8) {
    opacity: 0.3;
    pointer-events: none;
    display: none;
}

.new-ttl {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #0073bd;
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .new-ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

/* グーグルカスタム検索の背景色統一 */
.gsc-search-button-v2 {
    border-color: #3079ed !important;
    background-color: #4d90fe !important;
}