@charset "utf-8";
/*----------------------------------------------------
	個別レイアウト / PC用
----------------------------------------------------*/

/* question-010a */
.question-010a #mContents .tableWrap table.basicTable tr td figure figcaption {
	margin-top: 0.5em;
}





/*----------------------------------------------------
	個別レイアウト / SP用
----------------------------------------------------*/
@media screen and (max-width: 736px) {
/* ↓SP用↓ */

/* question-010a */
.question-010a #mContents .tableWrap table.basicTable tr th {
	white-space: nowrap;
}

.question-010a #mContents .tableWrap table.basicTable tr td img {
	width: 50vw;
}


/* ↑SP用↑ */
}

