@charset "utf-8";
/*----------------------------------------------------
	個別レイアウト / PC用
----------------------------------------------------*/
/* question-002a */
.question-002a #mContents .tableWrap table.basicTable{
	table-layout:auto;
}

.question-002a #mContents .tableWrap table.basicTable td:nth-child(1) {
	text-align: center;
	white-space: nowrap;
	width: 20%;
}

.question-002a #mContents .tableWrap table.basicTable td:nth-child(2) {
	text-align: left;
	font-weight: normal;
}

.question-002a #mContents .tableWrap p {
	margin-top: 10px;
	font-weight: normal;
}


/*----------------------------------------------------
	個別レイアウト / SP用
----------------------------------------------------*/
@media screen and (max-width: 736px) {
/* ↓SP用↓ */


.question-002a #mContents .tableWrap table.basicTable tr td:nth-child(1) {
    width: 30%;
}

.question-002a #mContents .tableWrap p {
	font-size: 4.33vw;
}

/* ↑SP用↑ */
}

