@charset "utf-8";

/*----------------------------
tableBlock
----------------------------*/
.tableBlockSp table:not(:first-child), .tableBlockSp table:not(:first-child) th {
	border-top: none;
}

.tableBlockSp table:not(:first-child) th{
	background-color: #ffdbdb;
}

/*----------------------------
flowList
----------------------------*/
.flowList.col > .clm > .clmItem + .clmItem::before {
	content: none;
}