@charset "utf-8";

.pageWrap{
	aspect-ratio: 1920/1080;
	background-attachment: fixed;
	background-image: url(../images/top/topBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width:1400px){
	.pageWrap{
		padding: 50px 0;
	}
}

.others{
	background-color: #fff;
	padding: 80px 0;
}
.othersWrap{
	width: 1320px;
	margin: 0 auto;
}
.ttlWrap{
	margin-bottom: 50px;
}
.ttlWrap h2{
	margin-bottom: 10px;
}
.ttlWrap p{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 10px;
}
@media (max-width:1600px){
	.othersWrap{
		width: 82.5%;
	}
	.txtWrap p{
		font-size: 1.15em;
	}
}
@media (max-width:1400px){
	.others{
		padding: 50px 0;
	}
	.ttlWrap{
		margin-bottom: 30px;
	}
	.othersWrap{
		width: 90%;
	}                      
}
@media (max-width:768px){
	.othersWrap{
		width: 82.5%;
	}
	.contentsRow>.contentsBox:first-of-type{
		width: 100%;
	}
	.contentsRow>.contentsBox{
		width: 48%;
		margin-bottom: 30px;
	}
}
@media (max-width:500px){
	.othersWrap{
		width: 90%;
	}
}

.electric{
	border: 3px solid #b59b74;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.gas{
	border: 3px solid #b59b74;
	padding: 50px;
	box-sizing: border-box;
}
.electric .ttlWrap,
.gas .ttlWrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.electric .ttlWrap .txtBox,
.gas .ttlWrap .txtBox{
	width: 80%;
}
.electric .ttlWrap .txtBox h3,
.gas .ttlWrap .txtBox h3{
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.electric .ttlWrap .txtBox p,
.gas .ttlWrap .txtBox p{
	font-size: 1em;
	text-align: left;
}
.electric .ttlWrap .imgBox,
.gas .ttlWrap .imgBox{
	width: 16%;
}
.electric .imgRow,
.gas .imgRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.electric .imgRow .leftBox,
.gas .imgRow .leftBox{
	width: 30%;
}
.gas .imgRow .leftBox p:first-of-type{
	margin-bottom: 10px;
}
.electric .imgRow .rightBox,
.gas .imgRow .rightBox{
	width: 66%;
}
.electric .imgRow .rightBox .noticeRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	color: #717071;
}
.electric .imgRow .rightBox .noticeRow h4{
	width: 10%;
	font-size: 1.25em;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #717071;
	box-sizing: border-box;
}
.electric .imgRow .rightBox .noticeRow p{
	width: 90%;
	font-size: 0.75em;
	padding-left: 1.5em;
	box-sizing: border-box;
}
.electric .contentsRow,
.gas .contentsRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.electric .contentsRow .contentsBox,
.gas .contentsRow .contentsBox{
	width: 48%;
}
.electric .contentsRow .contentsBox h3{
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 1.25em;
	color: #b59b74;
	padding-left: 0.5em;
	box-sizing: border-box;
	border-left: 5px solid #b59b74;
	margin-bottom: 10px;
}
.gas .contentsRow .contentsBox:first-of-type h3{
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 1.25em;
	color: #b59b74;
	margin-bottom: 10px;
}
.gas .contentsRow .contentsBox:last-of-type .mainBox h3{
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 1em;
	margin-bottom: 5px;
}
.gas .contentsRow .contentsBox:last-of-type .subBox h4{
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 1em;
	margin-bottom: 10px;
	color: #fff;
	background-color: #b59b74;
	text-align: center;
	border-radius: 10px;
}
.gas .contentsRow .contentsBox:last-of-type .subBox h4 span{
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 0.8em;
}
.gas .contentsRow .contentsBox:last-of-type .mainBox h3 span{
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	font-size: 2em;
	color: #c7161d;
	margin-bottom: 10px;
}
.gas .contentsRow .contentsBox:first-of-type .txtBox p{
	font-size: 1em;
}
.gas .contentsRow .contentsBox:first-of-type .txtBox{
	margin-bottom: 20px;
}
.electric .contentsRow .contentsBox .txtRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.electric .contentsRow .contentsBox .txtRow p:first-of-type{
	width: 70%;
}
.electric .contentsRow .contentsBox .txtRow p:last-of-type{
	width: 26%;
}
.gas .contentsRow .contentsBox:last-of-type .mainBox ul,
.gas .contentsRow .contentsBox:last-of-type .subBox ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.gas .contentsRow .contentsBox:last-of-type .mainBox{
	margin-bottom: 20px;
}
.gas .contentsRow .contentsBox:last-of-type .mainBox ul li{
	width: 33%;
	font-size: 0.8em;
	padding-left: 1.5em;
	box-sizing: border-box;
	position: relative;
}
.gas .contentsRow .contentsBox:last-of-type .subBox ul li{
	width: 100%;
	font-size: 0.8em;
	padding-left: 1.5em;
	box-sizing: border-box;
	position: relative;
}
.gas .contentsRow .contentsBox:last-of-type .mainBox ul li:before,
.gas .contentsRow .contentsBox:last-of-type .subBox ul li:before{
	content: '';
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background-color: #b59b74;
}
.gas .contentsRow .contentsBox:last-of-type .mainBox p.notice{
	font-family: "Noto Sans JP", serif;
	font-size: 0.75em;
	text-align: right;
}
.gas .contentsRow .contentsBox:last-of-type .subBox p.notice{
	font-size: 0.75em;
	text-align: right;
}
.under1300,
.under900,
.under768,
.under500{
	display: none;
}
@media (max-width:1600px){
	.electric .ttlWrap .txtBox h3,
	.gas .ttlWrap .txtBox h3{
		font-size: 1.5em;
	}
	.electric .contentsRow .contentsBox h3,
	.gas .contentsRow .contentsBox:first-of-type h3{
		font-size: 1.15em;
	}
	.gas .contentsRow .contentsBox:last-of-type .mainBox h3 span{
		font-size: 1.75em;
	}
	.internet .contentsRow .txtBox p{
		font-size: 1.05em;
	}
}
@media (max-width:1500px){
	.gas .contentsRow .contentsBox:last-of-type .mainBox h3 span{
		font-size: 1.5em;
	}
}
@media (max-width:1400px){
	.gas .contentsRow .contentsBox:last-of-type .mainBox ul li{
		width: 100%;
	}
}
@media (max-width:1300px){
	.under1300{
		display: block;
	}
}
@media (max-width:1200px){
	.electric{
		padding: 30px;
		margin-bottom: 30px;
	}
	.gas{
		padding: 30px;
	}
	.internet .ttlWrap{
		margin-bottom: 30px;
	}
	.internet .contentsRow{
		justify-content: center;
	}
	.internet .contentsRow .txtBox{
		width: 100%;
		margin-bottom: 20px;
	}
	.internet .contentsRow .imgBox{
		width: 500px;
	}
}
@media (max-width:900px){
	.under900{
		display: block;
	}
}
@media (max-width:768px){
	.electric .imgRow .leftBox{
		width: 50%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.gas .imgRow .leftBox{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.gas .imgRow .leftBox p{
		width: 48%;
	}
	.electric .imgRow .rightBox,
	.gas .imgRow .rightBox{
		width: 100%;
	}
	.electric .contentsRow .contentsBox,
	.gas .contentsRow .contentsBox{
		width: 100%;
	}
	.under768{
		display: block;
	}
}
@media (max-width:500px){
	.electric,
	.gas{
		padding: 15px;
	}
	.electric .imgRow .leftBox{
		width: 80%;
	}
	.js-scrollable{
		overflow:scroll;
	}
	.js-scrollable img{
		width:200%;
	}
	.under500{
		display: block;
	}
}