@charset "utf-8";
/*----------------------------------------------------
	個別レイアウト / PC用
----------------------------------------------------*/


/*----------------------------------------------------
	個別レイアウト / SP用
----------------------------------------------------*/
@media screen and (max-width: 736px) {
/* ↓SP用↓ */


#mContents ul.imgList3 {
	justify-content: space-between;
}

#mContents ul.imgList3 li {
	width: 47%; 
	margin-right: 0;
}

/* ↑SP用↑ */
}

