@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: calc(50% - 20px);
	left: -16%;
	transform: rotate(45deg)
}

/*----------------------------
print
----------------------------*/
@media print {
	
}