@charset "utf-8";
/*----------------------------------------------------
	個別レイアウト / PC用
----------------------------------------------------*/
.question-007a #mContents .tableWrap table.basicTable th:nth-child(1) {
	width: 50%;
}


/*----------------------------------------------------
	個別レイアウト / SP用
----------------------------------------------------*/
@media screen and (max-width: 736px) {
/* ↓SP用↓ */

.question-007a #mContents .tableWrap table.basicTable {
	table-layout: fixed;
	min-width: auto;
}

.question-007a #mContents .tableWrap table.basicTable th:nth-child(1) {
	width: 60%;
}


/* ↑SP用↑ */
}

