* {
	font-family: 'Noto Sans JP', sans-serif;
}

.small {
	font-size: 0.75rem;
	line-height: 1.2rem;
}

#rate {
	width: 6rem;
}

#kwh1,
#kwh2,
#kwh3,
#kwh4,
#kwh5,
#kwh6,
#kwh7,
#kwh8,
#kwh9,
#kwh10,
#kwh11,
#kwh12 {
	width: 12rem;
}

#unitprice {
	width: 8rem;
}

#modalPage3 #monthlist {
	/* display: none; */
}

#modalPage3 dl {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#modalPage3 dt {
	width: 29%;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}

#modalPage3 dd {
	width: 70%;
}

#reduction,
#reduction10,
#depreciation {
	font-size: 1.75rem;
	font-weight: bold;
	color: #f00;	
}

#modalPage6 dl {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
}

#modalPage6 dt {
	width: 50%;
	text-align: right;
	padding-right: 10px;
}

#modalPage6 dt span {
	font-size: 0.8rem;
	font-weight: normal;
	display: block;
}

#modalPage6 dd {
	width: 49%;
	margin: 0.5rem 0;
}

@media screen and (max-width: 768px) {

	#modalPage6 dt {
		width: 59%;
	}

	#modalPage6 dd {
		width: 40%;
	}

}

#airconlist .aircon {
	width: 6rem;
}

.modal-content {
	background-image: url(../img/continewm_bk.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

footer img {
	height: 90px;
	object-fit: contain;
}