@charset "UTF-8";

blockquote {
	line-height: 1.8rem;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
	blockquote {
		margin-left: 0px;
		margin-right: 0px;
	}	
}
.energysaving_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding-top: 15px;
}
.energysaving {
	display: block;
	width: 47%;
	object-fit: contain;
	object-position: top;
	line-height: 1.8rem;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
	.energysaving_flex {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 15px;
}
.energysaving {
	display: block;
	width: 100%;
	line-height: 1.8rem;
}
}
.energysaving strong {
	font-size: 1.2rem;
	line-height: 2.5rem;
}
