@charset "Shift_JIS";
/* **************************************************

Name: modify.css

Description: 

Create: 2019.06.24

Copyright 2019 Hitachi, Ltd.

***************************************************** */



/* ---------------------------------------------------------
Megamenu modify
============================================================ */
.MMGrid1,
ul.MMLinkListStyle li{
width:215px;
}

.FatMenuWide{
border-top:none;
}


/* ---------------------------------------------------------
bottom parts
============================================================ */

/* レイアウト
--------------------------------------------------------- */
.cmn_container {
	margin: 0 auto;
	max-width: 965px;
	padding: 0 15px;
	position: relative;
}


/* セクション：関連会社
--------------------------------------------------------- */
.top_company {
	background-color: #333;
	padding: 35px 0;
}
.top_company h2 {
	background: none;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0;
}
.top_company_list_wrap {
	display: flex;
	justify-content: space-between;
}
.top_company_list {
	width: 23%;
}
.top_company_list li {
	color: #fff;
	font-size: 90%;
}
.top_company_list li + li {
	margin-top: 5px;
}
.top_company_list a {
	color: #fff;
	text-decoration: none;
}
.top_company_list a[target="_blank"]::after {
	content: '';
	background: url(/products/energy/portal/image/ico_window_sp.png) right center/10px no-repeat;
	display: inline-block;
	height: 10px;
	margin-left: 6px;
	width: 10px;
}
.top_company_list a:hover {
	text-decoration: underline;
}

/* セクション：関連会社：768px未満 */
@media screen and (max-width:767px) {
	.top_company {
	margin: 0 -15px;
		padding: 30px 0;
	}
	.top_company_list_wrap {
		display: block;
	}
	.top_company_list {
		width: 100%;
	}
	.top_company_list:nth-child(n+3) {
		margin-top: 10px;
	}
	.top_company_list li + li {
		margin-top: 10px;
	}
}


/* パーツ：トップに戻るボタン
--------------------------------------------------------- */
.top_btn_pagetop {
	padding-bottom: 10px;
	text-align: right;
}
.top_btn_pagetop a,
.top_btn_pagetop a:link,
.top_btn_pagetop a:visited {
	color: #c02;
	font-size: 125%;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s;
}
.top_btn_pagetop a::before {
	content: '';
	border-top: 2px solid #c02;
	border-right: 2px solid #c02;
	display: inline-block;
	height: 15px;
	margin-right: 10px;
	transform: translate(-50%, 30%) rotate(-45deg);
	width: 15px;
}
.top_btn_pagetop a:hover {
	opacity: 0.7;
}

/* パーツ：トップに戻るボタン：768px未満 */
@media screen and (max-width:767px) {
	.top_btn_pagetop a,
	.top_btn_pagetop a:link,
	.top_btn_pagetop a:visited {
		font-size: 100%;
	}
	.top_btn_pagetop a::before {
		height: 12px;
		margin-right: 5px;
		width: 12px;
	}
}
