@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');


/* パーツ：FOLLOW US
--------------------------------------------------------- */
.top_links_follow {
	padding: 30px 0;
}
.top_follow_list {
	display: flex;
	justify-content: center;
}
.top_follow_list li {
	flex: 0 0 auto;
	margin: 0 10px;
	width: 3.5em;
}
.top_follow_list a {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid transparent;
	color: #333;
	display: block;
	font-size: 76%;
	padding-top: 60px;
	text-align: center;
	text-decoration: none;
	transition: background-image 0.2s;
}
.top_follow_list li:first-child a {background-image: url(/products/energy/portal/image/ico_facebook_off.png);}
.top_follow_list li:last-child a {background-image: url(/products/energy/portal/image/ico_youtube_off.png);}
.top_follow_list li:first-child a:hover {background-image: url(/products/energy/portal/image/ico_facebook_on.png);}
.top_follow_list li:last-child a:hover {background-image: url(/products/energy/portal/image/ico_youtube_on.png);}
.top_follow_list a img {
	margin-bottom: 8px;
}

/*===============================================
	パーツ：FOLLOW US：768px未満
===============================================*/
@media screen and (max-width:767px) {
	.top_links_follow {
		padding: 20px 0;
	}
}


/* パーツ：トップに戻るボタン
--------------------------------------------------------- */
.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;
	}
}
h2.cmn_title_info {
	background: none;
	color: #c02;
	font-size: 125%;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0 0 10px;
	position: relative;
	text-align: center;
	width: 100%;
}
h2.cmn_title_info::after {
	content: '';
	background-color: #333;
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;

