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

/* 省エネルギー支援サービス共通設定 */

#contents {
	background-image:none;
}
#contents #title {
	background-image: url(../img/energy/title_bk.png);
}
#contents .sub_title_icon  {
	background-image: url(../img/energy/sub_title_icon.png);
}
#contents .uline {
	background:linear-gradient(transparent 70%, #fcee21 70%);
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
}

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

/* PC用設定 */

#footer .copy dt a:first-child {
	display:none;
}
#footer .copy dt a:nth-child(2) {
	display:inline-block;
}

#contents h4 {
	font-size: 24px;
	line-height: 1em;
	vertical-align: text-bottom;
	padding: 0.7em 0.5em;
	margin-top: 2em;
	margin-bottom: 1.5em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #02B769;
	border-bottom-color: #02B769;
}

/* 導入メリット設定 */
#contents .merit {
	width:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#contents .merit li {
	float:left;
	width:32%;
	margin-bottom:25px;
}
#contents .merit li:nth-child(3n-1) {
	margin-left:2%;
	margin-right:2%;
}
#contents .merit li:nth-child(3n+1) {
	clear:both;
}
#contents .merit li img {
	width:100%;
}

/* 他社との比較設定 */
#contents .comparison {
	margin-bottom:60px;
}
#contents .comparison img {
	width:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* 省エネルギー支援サービス設定 */
#contents #service {
}
#contents #service h2 {
	font-size: 56px;
	line-height: 1em;
	text-align: center;
	margin-bottom:80px;
}
#contents #service h2:before {
    content: "Service";
    display: block;
	font-size: 36px;
	line-height: 2em;
}
#contents #service ul {
	background-image: url(../img/energy/home/service_bk.png);
	background-repeat: no-repeat;
	background-position: center 380px;
}
#contents #service li {
	float:left;
	width:360px;
	background-color: #efeded;
	padding-bottom:25px;
	margin-bottom:60px;
}
#contents #service li:nth-child(2) {
	margin-top:0px;
	margin-left:60px;
	margin-right:60px;
}
#contents #service li:nth-child(1),
#contents #service li:nth-child(3) {
	margin-top:200px;
}
#contents #service li:nth-child(5) {
	float:right;
}
#contents #service li img {
	width:100%;
	padding-bottom:25px;
}
#contents #service li h5 {
	font-size: 28px;
	line-height: 1.3em;
	text-align: center;
	height:90px;
}
#contents #service li h6 {
	font-size: 16px;
	line-height: 1em;
	color: #02B769;
	text-align: right;
	margin-right:2.5em;
}
#contents #service li h6:after {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	margin-left:0.5em;
}
#contents #service li h6 a {
	color: #02B769;
}
@media screen and (max-width: 1200px){
#contents #service ul {
	background-position: center 355px;
}
#contents #service li {
	width:29%;
}
#contents #service li:nth-child(2) {
	margin-left:6.5%;
	margin-right:6.5%;
}
}
/* エナジーセービングプロ設定 */
#contents #espro {
	background-color: #02B769;
	padding:20px;
	background-image: url(../img/energy/home/espro_title_bk.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom:80px;
}
#contents #espro h3 {
	font-size: 30px;
	line-height: 1em;
	color: #FFF;
	text-align:center;
	margin-bottom:20px;
}
#contents #espro dl {
	padding:25px;
	background-color: #FFF;
}
#contents #espro dt {
	float:right;
	width:65%;
}
#contents #espro dt h2 {
	font-size: 42px;
	line-height: 1.3em;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #02B769;
}
#contents #espro dt h2 small {
	font-size: 18px;
	line-height: 2em;
	display:block;
}
#contents #espro dt h6 {
	font-size: 16px;
	line-height: 1em;
	color: #02B769;
	text-align: right;
	margin-right:2em;
	margin-top:1em;
}
#contents #espro dt h6:after {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	margin-left:0.5em;
}
#contents #espro dt h6 a {
	color: #02B769;
}
#contents #espro dd {
	float:left;
	width:30%;
}
#contents #espro dd img {
	width:100%;
	height:auto;
}

/* 文章＆写真2カラム表記設定 */
#contents .text_ph {}
#contents .text_ph dt {
	float:left;
	width:70%;
}
#contents .text_ph dd {
	float:right;
	width:25%;
	margin-top:-55px;
}
#contents .text_ph dd img {
	width:100%;
	height:200px;
	object-fit: cover;
}
}
@media screen and (max-width: 767px){

/* スマホ用設定 */

#contents h4 {
	font-size: 14px;
	line-height: 1em;
	vertical-align: text-bottom;
	padding: 0.5em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #02B769;
	border-bottom-color: #02B769;
}

/* 導入メリット設定 */
#contents .merit {
	width:auto;
}
#contents .merit li {
	float:left;
	width:48.5%;
	margin-top:7px;
	margin-bottom:5px;
}
#contents .merit li:nth-child(even) {
	float:right;
}
#contents .merit li:nth-child(odd) {
	clear:both;
}
#contents .merit li img {
	width:100%;
}

/* 他社との比較設定 */
#contents .comparison {
	padding-top:7px;
	margin-bottom:10px;
}
#contents .comparison img {
	width:100%;
	display:block;
	margin-left:0px;
	margin-right:0px;
}

/* 省エネルギー支援サービス設定 */
#contents #service {
}
#contents #service h2 {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom:30px;
}
#contents #service h2:before {
    content: "Service";
    display: block;
	font-size: 13px;
	line-height: 2em;
}
#contents #service ul {
	background-image: url(../img/energy/home/service_bk.png);
	background-repeat: no-repeat;
	background-position: center 160px;
	background-size:180px;
}
#contents #service li {
	float:left;
	width:31%;
	background-color: #efeded;
	padding-bottom:10px;
	margin-bottom:20px;
}
#contents #service li:nth-child(2) {
	margin-top:0px;
	margin-left:3.5%;
	margin-right:3.5%;
}
#contents #service li:nth-child(1),
#contents #service li:nth-child(3) {
	margin-top:50px;
}
#contents #service li:nth-child(5) {
	float:right;
}
#contents #service li img {
	width:100%;
	padding-bottom:10px;
}
#contents #service li h5 {
	font-size: 13px;
	line-height: 1.3em;
	text-align: center;
	height:4.5em;
}
#contents #service li h6 {
	font-size: 12px;
	line-height: 1em;
	color: #02B769;
	text-align: right;
	margin-right:2em;
}
#contents #service li h6:after {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	margin-left:0.5em;
}
#contents #service li h6 a {
	color: #02B769;
}
#contents #service li h6 span {
	display:none;
}
/* エナジーセービングプロ設定 */
#contents #espro {
	background-color: #02B769;
	padding:10px;
	background-image: url(../img/energy/home/espro_title_bk.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:100%;
	margin-bottom:40px;
}
#contents #espro h3 {
	font-size: 16px;
	line-height: 1.4em;
	color: #FFF;
	text-align:center;
	margin-bottom:10px;
}
#contents #espro dl {
	padding:15px;
	background-color: #FFF;
}
#contents #espro dt {
	float:none;
	width:auto;
}
#contents #espro dt h2 {
	font-size: 21px;
	line-height: 1.3em;
	margin-bottom:15px;
	padding-bottom:10px;
	text-align:center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #02B769;
}
#contents #espro dt h2 small {
	font-size: 13px;
	line-height: 2em;
	display:block;
}
#contents #espro dt h6 {
	font-size: 13px;
	line-height: 1em;
	color: #02B769;
	text-align: right;
	margin-right:1.5em;
	margin-top:1em;
}
#contents #espro dt h6:after {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	margin-left:0.5em;
}
#contents #espro dt h6 a {
	color: #02B769;
}
#contents #espro dd {
	float:none;
	width:auto;
	text-align:center;
	padding-top:30px;
}
#contents #espro dd img {
	width:100%;
	height:auto;
}

/* 文章＆写真2カラム表記設定 */
#contents .text_ph {}
#contents .text_ph dt {
	float:none;
	width:auto;
}
#contents .text_ph dd {
	float:none;
	width:auto;
	margin-top:1em;
	text-align:center;
}
#contents .text_ph dd img {
	width:60%;
	height:auto;
}
}
