@charset "Shift_JIS";

/* CSS Document */

/* ---------------------------------------------------------

	01. ???K???j???[

--------------------------------------------------------- */

/* ????CSS?????
--------------------------------------------------------- */
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:link, .MMGlobalNaviStyle.Current.MMSetMenu a.Strong:visited {
	background-color: transparent;
}
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:link {
	position: relative;
}
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:link::after {
	content: '';
	background-color: #d42d32;
	display: block;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong strong {
	color: #d42d32;
	font-weight: normal;
}
.MMGlobalNaviStyle.MMSetMenu a:hover,
.MMGlobalNaviStyle.MMSetMenu a:active,
.MMGlobalNaviStyle.MMSetMenu a.Active {
	background-color: transparent;
	color: #d42d32;
}

/*===============================================
	????CSS??????F995px???1304px????
===============================================*/
@media screen and (max-width: 1304px) and (min-width: 995px) {
	.OptionWideRWD #GlobalNavi .ClearFix {
		padding: 0;
	}
}

/*===============================================
	????CSS??????F994px????
===============================================*/
@media screen and (max-width:994px) {
	.JS #GlobalNavi .ClearFix {
		padding: 0;
	}
}


/* ???o???{?^???????
--------------------------------------------------------- */
#MegaMenuWrap {
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(51,51,51,0.2);
}
#MegaMenuWrap.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#MegaMenu {
	background-color: #fff;
/*	height: 60px;*/
}
.MMGlobalNaviStyle {
	height: 60px;
}
.MMGlobalNaviStyle a {
	display: flex;
	align-items: center;
	height: 100%;
}
dt.NomalLink {
	float: left;
	height: 60px;
}
dt.NomalLink a {
	display: flex;
	align-items: center;
	height: 100%;
	line-height: 35px;
	padding: 0 15px;
	font-size: 83%;
}
dt.NomalLink a:link,
dt.NomalLink a:visited {
	color: #333;
	text-decoration: none;
}
dt.NomalLink a:hover,
dt.NomalLink a:active,
dt.NomalLink a.Active {
	color: #fff;
	text-decoration: none;
	background-color: #b1000e;
}
/*===============================================
	???o???{?^????????F995px???1304px????
===============================================*/
@media screen and (max-width: 1304px) and (min-width: 995px) {
	#MegaMenuWrap {
		padding: 0 15px;
	}
}

/*===============================================
	???o???{?^????????F994px????
===============================================*/
@media screen and (max-width:994px) {
	#MegaMenuWrap {
		padding: 0 15px;
	}
}


/* ?J????j???[?????
--------------------------------------------------------- */
/*===============================================
	PC?F?J????j???[??????F768px???
===============================================*/
@media screen and (min-width:768px) {
	.MMSet {
		background: #f2f2f2;
		box-shadow: 0 5px 10px rgba(51,51,51,0.2);
		padding: 30px 15px 0;
	}
	.is-fixed .MMSet {
		top: 60px !important;
		width: 100%;
	}
	.OptionWide .MMColumnArea {
		display: flex;
		justify-content: space-between;
		padding-bottom: 30px;
	}
	.MMColumnArea:after {display: none;}
	.OptionWide .MMGrid1 {
		float: none;
		margin: 0;
		width: 23%;
	}

	.MM_heading {
		color: #333;
		font-size: 90%;
		margin-bottom: 0.3em;
		position: relative;
	}
	ul + .MM_heading {
		margin-top: 2em;
	}
	.MegaMenuSpBtn2nd {display: none;}

	.OptionWide ul.MMLinkListStyle {
		margin: 0;
	}
	.OptionWide ul.MMLinkListStyle li {
		margin: 0;
		padding-top: 7px;
		width: 100%;
	}
	ul.MMLinkListStyle li a:link,
	ul.MMLinkListStyle li a:visited {
		background: none;
		color: #c02;
		font-size: 92%;
		line-height: 120%;
		padding: 0;
	}
	ul.MMLinkListStyle li a.MM_blank::after {
		content: '';
		background: url(/products/energy/portal/image/ico_window.png) right center/10px no-repeat;
		display: inline-block;
		height: 10px;
		margin-left: 6px;
		width: 10px;
	}
	ul.MMLinkListStyle li + li.MM_indent_parent {
		margin-top: 0.25em;
	}
	ul.MMLinkListStyle li.MM_indent {
		padding-left: 1em;
	}
	ul.MMLinkListStyle li span.MM_indent_title {
		color: #333;
	}

	#MM_current_line {
		background-color: #c02;
		height: 4px;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		bottom: 0;
		left: 0;
		transition: left 0.5s, opacity 0.5s, width 0.5s;
		width: 0;
	}
}

/*===============================================
	PC?F?J????j???[??????F994px????
===============================================*/
@media screen and (max-width:994px) {
	.MMSet {
		box-sizing: border-box;
		padding-right: 15px;
		padding-left: 15px;
	}

	.OptionRWD.JS .MMColumnArea {
		padding: 0 0 60px;
	}
	.OptionRWD.JS .MMGrid1 {
		width: 23%;
	}
}

/*===============================================
	SP?F?J????j???[??????F768px????
===============================================*/
@media screen and (max-width:767px) {
	.MegaMenuSP,
	.MegaMenuSP .MM_heading + div {
		height: 0;
		overflow: hidden;
		transition: height .3s ease-in-out;
	}

	.MegaMenuSP .MM_heading {
		background-color: #262626;
		border-top: 1px solid #444;
		color: #ccc;
		font-size: 90%;
		line-height: 140%;
		margin-bottom: 0;
		padding: 12px 40px 12px 15px;
		position: relative;
	}

	.hasMegaMenuSP {
		position: relative;
	}

	.MegaMenuSpBtn,
	.MegaMenuSpBtn2nd {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 32px;
		margin: 0;
		padding: 0;
		border-style: none;
		border-top: 1px solid #444;
		border-left: 1px solid #444;
		border-radius: 0;
		background-color: #262626;
		background-image: url(/products/energy/portal/image/icon_down_l_white_hd.gif);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 16px 16px;
		overflow: hidden;
		outline: none;
		font-size: inherit;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		z-index: 10;
	}

	.MegaMenuSpBtn2nd {
		background-color: #111;
		border-top: none;
		box-sizing: border-box;
		height: 100%;
	}
	.MegaMenuSpBtn.open {
		background-image: url(/products/energy/portal/image/icon_up_l_white_hd.gif);
	}
	.MegaMenuSpBtn span {
		display: block;
		visibility: hidden;
		padding: 12px 0;
		font-size: 90%;
		line-height: 140%;
	}

	.OptionWide ul.MMLinkListStyle {
		background-color: #111;
		box-sizing: border-box;
		margin: 0;
		padding: 0 15px;
	}
	.OptionRWD.JS ul.MMLinkListStyle li {
		padding: 5px 0;
		width: 100%;
	}
	.OptionRWD.JS ul.MMLinkListStyle li:first-child {padding-top: 15px;}
	.OptionRWD.JS ul.MMLinkListStyle li:last-child {padding-bottom: 15px;}
	ul.MMLinkListStyle li a:link,
	ul.MMLinkListStyle li a:visited {
		background-image: none;
		padding: 5px 0;
	}
	.OptionRWD.JS ul.MMLinkListStyle li.MM_indent {
		padding-left: 1em;
	}

	ul.MMLinkListStyle li a.MM_blank::after {
		content: '';
		background: url(/products/energy/portal/image/ico_window_sp.png) right center/contain no-repeat;
		display: inline-block;
		height: 10px;
		margin-left: 8px;
		width: 10px;
	}
}


/*===============================================
	?p???[?O???b?h?????p
===============================================*/
.pgPcOnly { display: block!important; }
.pgSpOnly { display: none!important; }
@media screen and (max-width:767px) {
    .MM_heading a {
        text-decoration: none;
        color: #cccccc;
    }
    .MM_heading a:hover { text-decoration: underline; }
    .pgPcOnly { display: none!important; }
    .pgSpOnly { display: block!important; }
    #top_menu_panel_powergrid .top_menu_list_grid { display: none!important; }
    #top_menu_panel_powergrid .top_menu_list_grid:first-child { display: block!important; }
    #top_menu_panel_powergrid .MM_heading a {
        text-decoration: underline;
        color: #cc0022;
    }
    #top_menu_panel_powergrid .MM_heading a:hover { text-decoration: none; }
}