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

/* 省エネルギー支援サービストップページ設定 */

@media print,screen and (min-width: 768px){

/* PC用設定 */

/* トップイメージ設定 */
#contents #top_img {
	background-image: url(../img/energy/home/top_img.webp);
	background-repeat: no-repeat;
	background-position: center top;
	height: 484px;
}
#contents #top_img img {
	display:none;
}
#contents #top_img h1 {
	font-size: 54px;
	line-height: 1.3em;
	color: #FFF;
	padding-top:150px;
	background-image: url(../img/energy/home/top_img_icon.png);
	background-repeat: no-repeat;
	background-position: left 40px;
}
#contents #top_img h2 {
	font-size: 28px;
	line-height: 1.4em;
	color: #FFF;
	padding-top:25px;
}
/* こんなお悩みありませんか？設定 */
#contents #check {
	padding-top:80px;
	padding-bottom:100px;
	background-image: url(../img/energy/home/check_bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #edf9f3;
}
#contents #check h2 {
	font-size: 56px;
	line-height: 1em;
	color: #02B769;
	text-align: center;
	margin-bottom:80px;
}
#contents #check ul {
}
#contents #check li {
	font-size: 22px;
	line-height: 1.4em;
	float:left;
	width:270px;
	margin-left:40px;
	text-align: center;
	font-weight: bold;
}
#contents #check li:first-child {
	margin-left:0px;
}
#contents #check li img {
	width:auto;
	border-radius:50%;
	margin-bottom:1em;
}
@media screen and (max-width: 1200px){
#contents #check li {
	font-size: 21px;
	line-height: 1.4em;
	margin-left:2.66%;
	width:23%;
}
#contents #check li img {
	width:100%;
}
}
/* 企業様のお悩みにお応えします設定 */
#contents #respond {
	padding-top:60px;
	padding-bottom:80px;
}
#contents #respond h2 {
	font-size: 32px;
	line-height: 1em;
	margin-bottom:1em;
	text-align: center;
}
#contents #respond p {
	line-height: 2em;
	margin-bottom:0px;
}
}
@media screen and (max-width: 767px){

/* スマホ用設定 */

/* トップイメージ設定 */
#contents #top_img {
	background-image: none;
	height: auto;
}
#contents #top_img .section {
	margin:0px;
	padding:0px;
}
#contents #top_img img {
	width:100%;
	height: auto;
}
#contents #top_img h1 {
	font-size: 18px;
	line-height: 1.3em;
	color: #FFF;
	padding-top:28px;
	padding-left:40px;
	background-image: url(../img/energy/home/top_img_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size:25px;
	position: absolute;
}
#contents #top_img h2 {
	width:100%;
	font-size: 16px;
	line-height: 1.4em;
	padding:10px 0px;
	text-align: center;
}
/* こんなお悩みありませんか？設定 */
#contents #check {
	padding-top:40px;
	padding-bottom:20px;
	background-image: url(../img/sp/energy/home/check_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
	background-color: #edf9f3;
}
#contents #check h2 {
	font-size: 18px;
	line-height: 1em;
	color: #02B769;
	text-align: center;
	margin-bottom:30px;
}
#contents #check ul {
	width:auto;
	margin:0px 10px;
}
#contents #check li {
	font-size: 13px;
	line-height: 1.4em;
	float:left;
	width:48%;
	margin-left:0px;
	text-align: center;
	font-weight: bold;
	margin-bottom:1.5em;
}
#contents #check li:nth-child(even) {
	float:right
}
#contents #check li:nth-child(odd) {
	clear:both;
}
#contents #check li img {
	width:100%;
	border-radius:50%;
	margin-bottom:0.7em;
}
/* 企業様のお悩みにお応えします設定 */
#contents #respond {
	padding:30px 0px;
}
#contents #respond h2 {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom:0.7em;
	text-align: center;
}
#contents #respond p {
	line-height: 2em;
	margin-bottom:0px;
}
}
