@charset "utf-8";
/*----------------------------------------------------
	個別レイアウト / PC用
----------------------------------------------------*/
.question-068a #mContents .hintArea p.imgBox {
	margin-top: 0.3em;
	margin-right: 2.2em;
}


.question-068a #mContents .hintArea p.defalt {
	font-size: 16px;
}

.question-068a #mContents ul.basicList.basicListM {
	margin-top: 5px;
}

.question-068a #mContents ul.basicList.basicListM li {
	margin-top: 0.5em;
}

.question-068a #mContents .hintArea div.float-parent{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.question-068a #mContents .hintArea p.defalt2, .hintArea div.float-child {
	width: 60%;
}


/*----------------------------------------------------
	個別レイアウト / SP用
----------------------------------------------------*/
@media screen and (max-width: 736px) {
/* ↓SP用↓ */


.question-068a #mContents .hintArea p.defalt {
	font-size: 4.33vw;
}

.question-068a #mContents .hintArea div.float-parent{
	display: block;
}

.question-068a #mContents .hintArea p.defalt2, .hintArea div.float-child {
	width: 100%;
	margin-top: 1em;
}


/* ↑SP用↑ */
}

