<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */


@media screen and (min-width: 1201px) {

	.mainSection .layoutList001 &gt; li {
	float: left;
	width: calc(50% - 20px);
	margin-bottom: 2em;
	}
	
	.mainSection .layoutList001 &gt; li:nth-child(even) {
	float: right;
	}
	
	.mainSection .layoutList001 &gt; li:nth-child(odd) {
	clear: both;
	}

}



/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}

/* for PCX */
@media screen and (min-width: 1501px) {
}

</pre></body></html>