@charset "utf-8";
div#no99 {
	background: #010D2F;
	background: linear-gradient(180deg, #010D2F 0%, #0B2677 100%);
	position: relative;
}
div#no99:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(./img/sp_bg.png) no-repeat top center / contain;
	position: absolute;
	top: 0;
	left: 0;
}

div#no99 .dataNo{
	color: #fff;
}

div#no99 h2{
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

div#no99 h2,
div#no99 h2 span {
	color: #FFD700;
}

.cont1{
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	margin-bottom: 24px;
}