

div.noBorder.flex1 .tr{
	column-gap: 30px;
}
div.noBorder.flex1{
	margin-bottom: 30px;
}
div.noBorder.flow .tr{
	flex-direction: row;
	flex-wrap: wrap;
}
div.noBorder.flow{
	margin-bottom: 45px;
}
.flow .td{
	position: relative;
	width: calc(50% - 8px);
}
.flow .td::after{
	top: 0;
	bottom: 0;
	right: -14px;
	position: absolute;
	content: "";
	background-image: url(/images/r-arrow-g.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 30px;
	z-index: 2;
	margin: auto;
}
.flow .td:last-child:after{
	background-image: none;
}


@media (min-width: 769px) {
	div.noBorder.flow .tr{
		flex-wrap:inherit;
		justify-content: space-between;
	}
	.flow .td{
		width: auto;
	}
}
@media (min-width: 1000px) {
	
	div.noBorder.flex1{
		margin-bottom: 50px;
	}
}