@charset "utf-8";
.contentsHead .contentsHeadCatch{
	background: url("../../images/business/energy/energy_icon.png") center top no-repeat;
	color: #E5800A;
}

@media screen and (min-width: 768px) {
	.contentsHead .contentsHeadCatch{
		background-size: 160px auto;
		padding-top: 200px;
	}
}
@media screen and (max-width: 767px) {
	.contentsHead .contentsHeadCatch{
		background-size: 80px auto;
		padding-top: 100px;
	}
}


#energyHead .contentsHeadCatch{
	background: url("../../images/business/energy/energy_fire_icon.png") center top no-repeat;
	color: #E5800A;
}

@media screen and (min-width: 768px) {
	#energyHead{
		margin-bottom: 50px;
	}
	#energyHead .contentsHeadCatch{
		background-size: 102px auto;
		padding-top: 200px;
	}
}
@media screen and (max-width: 767px) {
	#energyHead{
		margin-bottom: 40px;
	}
	#energyHead .contentsHeadCatch{
		background-size: 51px auto;
		padding-top: 100px;
	}
}







#homeuseMenu{
	background-color: #F5F7F7;
}
.homeuseMenuItem a dl:before{
	transition: .3s;
}
.homeuseMenuItem a:hover dl:before{
	opacity: .7;
}
.homeuseMenuItem2 dl:before{
	background-image: url("../../images/business/energy/homeuse_icon2.jpg");
}
.homeuseMenuItem3 dl:before{
	background-image: url("../../images/business/energy/homeuse_icon3.jpg");
}
.homeuseMenuItem4 dl:before{
	background-image: url("../../images/business/energy/homeuse_icon4.jpg");
}
.homeuseMenuItem5 dl:before{
	background-image: url("../../images/business/energy/homeuse_icon5.jpg");
}
.homeuseMenuItem6 dl:before{
	background-image: url("../../images/business/energy/homeuse_icon6.jpg");
}
.homeuseMenuItem dt span{
	background: url("../../images/common/icon_blank_o.png") right center no-repeat;
	background-size: 14px auto;
	display: inline-block;
	padding-right: 20px;
	text-decoration: underline;
}
.homeuseMenuItem a:hover dt span{
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	#homeuseMenu{
		padding: 25px 20px 80px;
	}
	.homeuseMenuWrap{
		margin: 0 auto;
		max-width: 970px;
	}
	.homeuseMenuList{
		display: flex;
		flex-wrap: wrap;
		margin-top: 25px;
	}
	.homeuseMenuItem{
		display: flex;
		margin-right: 1.295%;
		margin-bottom: 2.59%;
		width: 32.47%;
	}
	.homeuseMenuItem:nth-child(3n){
		margin-right: 0;
	}
	.homeuseMenuItem > a,
	.homeuseMenuItem > span{
		background-color: #FFF;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 20px 20px;
		width: 100%;
	}
	.homeuseMenuItem img{
		height: auto;
		width: 100%;
	}
	.homeuseMenuItem p{
		font-weight: 700;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.homeuseMenuItem p,
	.homeuseMenuItem figure,
	.homeuseMenuItem dl{
		width: 100%;
	}
	.homeuseMenuItem dl:before{
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		display: block;
		margin: 0 auto 25px;
		padding-bottom: 29.09%;
		width: 29.09%;
	}
	.homeuseMenuItem dt{
		color: #E5800A;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 700;
	}
	.homeuseMenuItem dd{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.87;
		font-weight: 500;
		margin-top: 10px;
	}

	#homeuseMenu + .btnArea{
		margin-top: 60px;
		margin-bottom: 150px;
	}
}
@media screen and (max-width: 767px) {
	#homeuseMenu{
		padding: 5px 20px 45px;
	}
	.homeuseMenuWrap{
	}
	.homeuseMenuList{
		margin-top: 25px;
	}
	.homeuseMenuItem{
		margin-bottom: 15px;
	}
	.homeuseMenuItem > a,
	.homeuseMenuItem > span{
		background-color: #FFF;
		display: block;
		padding: 30px 20px 20px;
		width: 100%;
	}
	.homeuseMenuItem img{
		height: auto;
		width: 100%;
	}
	.homeuseMenuItem p{
		font-weight: 700;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.homeuseMenuItem dl:before{
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		display: block;
		margin: 0 auto 25px;
		padding-bottom: 29.09%;
		width: 29.09%;
	}
	.homeuseMenuItem dt{
		color: #E5800A;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 700;
	}
	.homeuseMenuItem dd{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.87;
		font-weight: 500;
		margin-top: 10px;
	}

	#homeuseMenu + .btnArea{
		margin: 30px 20px 75px;
	}
}








.reasonList{
	counter-reset: number 0;
}
.reasonItem .image{
	position: relative;
}
.reasonItem .image:after{
	background-color: #E5800A;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	right: -10px;
	top: 10px;
	z-index: -1;
}
.reasonItem .image img{
	height: auto;
	width: 100%;
}
.reasonItem dl > dt{
	color: #E5800A;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.reasonItem dl > dt > i{
	background-color: #E5800A;
	border-radius: 50%;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 20px;
	height: 75px;
	width: 75px;
}
.reasonItem dl > dt > i:after{
	counter-increment: number 1;
	content: counter(number);
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	margin-top: 3px;
}
.reasonItem .btnArea{
	margin-top: 15px;
}
@media screen and (min-width: 768px) {
	#reasonSec{
		padding: 115px 0 60px;
	}
	.reasonList{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.reasonItem{
		margin-top: 55px;
		width: 47.42%;
	}
	.reasonItem dl > dt{
		font-size: 26px;
		font-size: 2.6rem;
		margin-top: 40px;
	}
	.reasonItem dl > dd{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 2.17;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	#reasonSec{
		padding: 60px 0 60px;
	}
	.reasonList{
	}
	.reasonItem{
		margin-top: 55px;
	}
	.reasonItem dl > dt{
		font-size: 23px;
		font-size: 2.3rem;
		margin-top: 30px;
	}
	.reasonItem dl > dd{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 2.17;
		margin-top: 20px;
	}
}



#menuSec{
	background-color: #F5F7F7;
}
.menuItem .image img{
	height: auto;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.barHead{
	background-color: #E5800A;
	color: #FFF;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#menuSec{
		padding: 115px 0 60px;
	}
	#menuSec h2 + p{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 2.17;
		text-align: center;
		margin-top: 40px;
	}
	.barHead{
		font-size: 20px;
		font-size: 2.0rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		padding: 15px;
		margin-top: 55px;
	}
	.menuList{
		display: flex;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.menuItem{
		background-color: #FFF;
		display: block;
		margin-right: 1.295%;
		margin-top: 1.295%;
		width: 32.47%;
	}
	.menuItem:nth-child(3n){
		margin-right: 0;
	}
	.menuItem dl{
		padding: 30px 20px;
	}
	.menuItem dl > dt{
		color: #E5800A;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.menuItem dl > dt > span{
		background: url("../../images/common/icon_blank_o.png") right center no-repeat;
		background-size: 14px auto;
		display: inline-block;
		padding-right: 20px;
		text-decoration: underline;
	}
	.menuItem:hover dl > dt > span{
		text-decoration: none;
	}
	.menuItem dl > dd{
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 15px;
	}
	.btnArea > a.btn{
		background-color: #E5800A;
	}
}
@media screen and (max-width: 767px) {
	#menuSec{
		padding: 60px 0 60px;
	}
	#menuSec h2 + p{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2.17;
		margin-top: 30px;
	}
	#menuSec h2 + p br{
		display: none;
	}
	.barHead{
		font-size: 18px;
		font-size: 1.8rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		padding: 15px;
		margin-top: 55px;
	}
	.menuList{
		margin-top: 40px;
	}
	.menuItem{
		background-color: #FFF;
		margin-top: 20px;
	}
	.menuItem dl{
		padding: 30px 20px;
	}
	.menuItem dl > dt{
		color: #E5800A;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.menuItem dl > dt > span{
		background: url("../../images/common/icon_blank_o.png") right center no-repeat;
		background-size: 14px auto;
		display: inline-block;
		padding-right: 20px;
		text-decoration: underline;
	}
	.menuItem:hover dl > dt > span{
		text-decoration: none;
	}
	.menuItem dl > dd{
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 15px;
	}
	.btnArea > a.btn{
		background-color: #E5800A;
	}
}




#sumamoruSec .image img{
	height: auto;
	width: 100%;
}
@media screen and (min-width: 768px) {
	#sumamoruSec{
		padding: 175px 0 60px;
	}
	#sumamoruSec h2 + p{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 2.17;
		text-align: center;
		margin-top: 40px;
	}
	#sumamoruSec .noteList{
		text-align: center;
	}
	#sumamoruSec .image{
		margin: 75px 0 100px;
	}
}
@media screen and (max-width: 767px) {
	#sumamoruSec{
		padding: 80px 0 60px;
	}
	#sumamoruSec h2 + p{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2.17;
		margin-top: 40px;
	}
	#sumamoruSec h2 + p br{
		display: none;
	}
	#sumamoruSec .image{
		margin: 40px 0 50px;
	}
}
