@charset "utf-8";

/*==============================

		csr　energysaving.css

==============================*/

/*==============================
			PC+SP
==============================*/

#csr div.contL p {
	margin: 0;
	}

#csr div.contL li {
	text-indent: -0.5rem;
	padding-left: 0.5rem;
	}


/*==============================
		PC
==============================*/
@media screen and (min-width: 641px) {

#csr h3 {
	margin-top: 3rem;
	}

#csr div.contL {
	float: left;
	width: calc(100% - 260px);
	}

#csr figure.imgR {
	float: right;
	width: 221px;
	}

#csr p.txtL2 {
	float: left;
	width: calc(100% - 200px);
	}

#csr figure.imgR2 {
	float: right;
	width: 160px;
	}

#csr figure.center {
	text-align: center;
	}

#csr .scroll {
	padding-bottom: 10px;
	}

}/* pc end */


/*==============================
		SP
==============================*/
@media screen and (max-width: 640px) {

#csr .contL ul {
	padding-bottom: 1rem;
	}

}/* sp end */
