@charset "utf-8";
/* CSS Document */


/* トップページ（index.html）
////////////////////////////////////////////////////////////*/
/****メインビジュアル*************************/
#mv1 {
	max-height: 400px;
}
#mv {
	width: 100%;
	min-width: 1000px;
	background: url(../img/bg_photo.jpg) no-repeat top center;
	margin: -92px auto 0 auto;
	line-height: 0;
	padding-top: 40.22%;
	height: inherit;
	background-size: contain;;
	z-index: 990;
}
#mv_inner {
	width: 1000px;
	margin: 0 auto 0 auto;
	mix-width: 1000px;
	z-index: 1;
}
#mv_inner h1 {
	width: 100%;
	max-width: 1000px;
	min-width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 35px 0 40px 0;
	position: absolute;
	top: 170px;
}
#mvtxt {
	background-color: #0d1f7d;
	width: 100%;
	padding: 12px 0;
}
#mvtxt p {
	width: 100%;
	min-width: 1000px;
	width: 100%;
	max-width: 1000px;
	min-width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
}
#mvtxt p img {
	width: 100%;
	max-width: 1000px;
	min-width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
}

/****メインビジュアル下*************************/
/*EMIの活きるお見積もり*/
#estimate {
	height: auto;
}
#why3 {
	text-align: center;
	margin: 0 0 40px 0;
}
#estimate ul {
	overflow: hidden;
	width: 883px;
	margin: 0 auto;
}
#estimate ul li {
	float: left;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0;
}
#estimate ul li img {
	margin: 0 0 8px 0;
}
#estimate .estimate1 {
	width: 270px;
}
#estimate #estimate1txt1 {
	text-align: left;
	padding: 0 10px 0 0;
}
#estimate .estimate2 {
	width: 289px;
	margin: 0 0 0 33px;
}
#estimate #estimate1txt2 {
	text-align: left;
	padding: 0 15px 0 0;
}
#estimate .estimate3 {
	width: 258px;
	margin: 0 0 0 33px;
}
#estimate #estimate1txt3 {
	text-align: left;
	padding: 0 15px 0 0;
}

/*導入実例*/
#case {
	text-align: center;
}
#case img {
	margin: 20px 0 0 0;
}

/*お見積もりの流れ*/
#estimate_flow {
	 text-align: center;
}
#estimate_flow #estimate_flowtxt {
	margin: 40px 0 0 0;
	background-color: #e6f4fd;
	padding: 30px 100px;
	text-align: left;
}

/*新電力、どうして安いの？*/
#whybox {
	background-color: #f3f3f4;
	padding: 38px 18px 18px 18px;
	overflow: hidden;
	font-size: 15px;
}
#whybox p {
	float: left;
	margin: 0 55px 0 0;
	width: 417px;
}
#whybox dl {
	float: left;
	width: 488px;
}
#whybox dl dd {
	margin: 4px 0 20px 0;
}
#whybox span {
	color: #e60012;
	font-weight: bold;
}

/*教えてQ&A*/
#qa dl {
	margin: 0 0 15px 0;
	padding: 16px 20px;
}
#qa dt {
	background:url(../img/ico_qa.gif) no-repeat 0 11px;
	padding: 0 0 0 20px;
	color: #0d1f7d;
	font-weight: bold;
}
#qa dd {
	padding: 0 0 0 20px;
	font-size: 17px;
}
.blue {
	background-color: #eaf6fd;
}