@charset "UTF-8";

/*-------------------------------------------
new styles
-------------------------------------------*/
/* main_visual */
.mv {
	background: url('/jpn/business/energy/shop/cost-reduction/images/mv01.jpg') center center no-repeat;
	margin: 0 auto;
	padding: 50px 0;
}
.mv_ttl {
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
}
@media print, screen and (min-width:768px){
	.mv_ttl {
		margin: 30px auto 56px;
		font-size: 54px;
	}
}
@media screen and (max-width:767px){
	.mv_ttl {
		margin-bottom: 6%;
	}
}