/* ==========================================================================
   フラッシュ暗算ゲーム 専用スタイル
   ========================================================================== */

/* 数字表示エリア */
.flash-display {
	font-size: 8rem;
	font-weight: 800;
	color: #00FA9A;
	text-align: center;
	text-shadow: 0 0 30px rgba(0, 250, 154, 0.8);
	transition: transform 0.05s ease-out;
}