@charset "utf-8";
/*----------------------------------------------------
	個別レイアウト / PC用
----------------------------------------------------*/
.question-064a #mContents ol.basicNoList li img {
	vertical-align: middle;
}

.question-064a #mContents ol.basicNoList li figure {
	font-weight: normal;
}

.question-064a #mContents .flexContainer {
	display: flex;
	justify-content: space-between;
	padding: 0 180px;
}

.question-064a #mContents .tableWrap table.basicTable {
    table-layout: auto;
}

.question-064a #mContents .tableWrap table.basicTable td{
	font-weight: normal;
}


/*----------------------------------------------------
	個別レイアウト / SP用
----------------------------------------------------*/
@media screen and (max-width: 736px) {
/* ↓SP用↓ */

.question-064a #mContents .flexContainer {
	display: block;
	justify-content: start;
	padding: 0;
}

#mContents span{
	display: none;
}


/* ↑SP用↑ */
}


