@charset "utf-8";
/*----------------------------------------------------
	個別レイアウト / PC用
----------------------------------------------------*/


.question-004a #mContents .tableWrap p {
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
}

.question-004a #mContents .tableWrap table.basicTable tr th:nth-child(1) {
	width: 10em;
}

.question-004a #mContents .tableWrap table.basicTable tr th:nth-child(2) {
	width: 10em;
}

.question-004a #mContents .tableWrap table.basicTable tr td {
	background: #ffffff;
}

.question-004a #mContents .tableWrap table.basicTable tr td:nth-child(3) {
	text-align: left;
}

.question-004a #mContents .tableWrap table.basicTable tr td.tableLeft {
	text-align: left;
}

/*----------------------------------------------------
	個別レイアウト / SP用
----------------------------------------------------*/
@media screen and (max-width: 736px) {
/* ↓SP用↓ */

.question-004a #mContents .tableWrap p {
	font-size: 4vw;
}

.question-004a #mContents .tableWrap table.basicTable tr th:nth-child(1) {
	width: 7em;
}

.question-004a #mContents .tableWrap table.basicTable tr th:nth-child(2) {
	width: 8em;
}

/* ↑SP用↑ */

}
