@charset "utf-8";

/*----------------------------
tableBlock
----------------------------*/
.tableFlex {
	flex: 1;
}

.tableWrapper > div:last-child {
	position: relative;
}

.tableWrapper > div:last-child::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-top: 3px solid #E60000;
	border-right: 3px solid #E60000;
	position: absolute;
	top: -12%;
	left: calc(50% - 20px);
	transform: rotate(135deg)
}