.__bkTtl {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}

.__bkNumTblWrap {
  visibility: hidden;
/* min-height: 396px; */
}

.__bkNumTbl {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 25px;
}

.__bkNumTbl tr {
	height: 33px;
}
.__bkNumTbl.even tr:nth-child(even),
.__bkNumTbl.last tr:nth-last-child(odd) {
  background-color: #f5f5f5;
}
.__bkNumTbl th {
	width: 91px;
	font-weight: bold;
	text-align: center;;
}

.__bkNumTbl td {
	color: #ccc;
	text-align: center;;
}

.__bkNumOneLineTbl {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 25px;
}

.__bkNumOneLineTbl td {
	color: #ccc;
	text-align: center;;
}

@media screen and (max-width:767px) {
	.__bkNumTbl.even tr:nth-child(even),
	.__bkNumTbl.last tr:nth-last-child(odd) {
		background: #fff;
	}
	.__bkNumTbl tr {
		display: block;
		margin-bottom: 10px;
		height: auto;
	}
	.__bkNumTbl th {
		width: 100%;
		display: block;
		background: #f5f5f5;
		padding: .5rem 0;
		font-weight: bold;
		text-align:left;
		text-indent: 1rem;
		margin-bottom: 10px;
	}
	.__bkNumTbl td {
		width: 16%;
		display: inline-block;
		text-align: center;
		background: #fff;
	}
	.__bkNumTbl td:nth-child(2),
	.__bkNumTbl td:nth-child(7),
	.__bkNumTbl td:nth-child(8),
	.__bkNumTbl td:nth-child(13) {
		width: 18%;
	}
}