@charset "utf-8";
/*----------------------------------------------------
	個別レイアウト / PC用
----------------------------------------------------*/

/* Google Chrome */
_:lang(x)::-internal-media-controls-overlay-cast-button,
.question-002a #mContents .hintArea audio {
	border: solid #888 1px ;
	border-radius: 9999px;
}



.question-002a #mContents dl.buzzerSample.buzzerC0006 dt{
	width: 14em;
}


.question-002a #mContents dl.buzzerSample.buzzerC0006 dd{
	width: calc(100% - 14em);
}


/*----------------------------------------------------
	個別レイアウト / SP用
----------------------------------------------------*/
@media screen and (max-width: 736px) {
/* ↓SP用↓ */

.question-002a #mContents dl.buzzerSample.buzzerC0006 dd{
	width: 100%;
}

.question-002a #mContents dl.buzzerSample.buzzerC0006 dd audio{
	width: 100%;
}



/* ↑SP用↑ */
}

