@charset "UTF-8";
/* CSS Document */

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	owner

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ---------- problemBlock ---------- */
#problemBlock { text-align:center; }

#problemImg { border-radius:10px; margin-bottom:40px; overflow:hidden; }

#problemList { display:inline-block; text-align:left; }
#problemList li { margin-bottom:20px; padding-left:30px; background:url("../img/icon_check.svg") top 5px left no-repeat; }



/*--------------------------------------------------------------
	SP　表示領域が1000px未満
--------------------------------------------------------------*/
@media (max-width: 1000px) {
}



/*--------------------------------------------------------------
	SP　表示領域が768px未満
--------------------------------------------------------------*/
@media (max-width: 768px) {

			/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

				owner

			//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			/* ---------- problemBlock ---------- */
			#problemBlock { }

			#problemImg { }

			#problemList { margin:20px auto; }
			#problemList li { background-position:top 2px left; }



}











