@charset "utf-8";

/*==============================

		csr　randd.css

==============================*/

/*==============================
			PC+SP
==============================*/

#csr .bg-or {
	margin-bottom: 1rem;
	padding: 1rem;
	}


/*==============================
		PC
==============================*/
@media screen and (min-width: 641px) {

#csr p.txtL {
	float: left;
	width: calc(100% - 260px);
	}

#csr figure.imgR {
	float: right;
	width: 221px;
	}

#csr .fig1 {
	width: 400px;
	margin-left: auto;
	padding-bottom: 10px;
	}

#csr .fig2 {
	width: 460px;
	margin-left: auto;
	padding-bottom: 10px;
	}

#csr .fig2  figure {
	width: 221px;
	}

#csr .fig3 {
	width: 699px;
	margin-left: auto;
	padding-bottom: 10px;
	}

#csr .fig3 figure {
	float: left;
	width: 221px;
	margin-left: 18px;
	}

#csr .fig3 figure:first-child {
	margin-left: 0;
	}

#csr .fig4 {
	width: 460px;
	margin-left: auto;
	padding-bottom: 10px;
	}

#csr .fig4  figure {
	float: left;
	width: 221px;
	margin-top: 0;
	}

#csr .fig4  figure:nth-child(even) {
	margin-left: 18px;
	}

#csr .link {
	margin-top: 0;
	padding-bottom: 5px;
	}

}/* pc end */


/*==============================
		SP
==============================*/
@media screen and (max-width: 640px) {


}/* sp end */
