.support_flow {
	/*position: relative;
	padding: 50px;*/
}
.support_flow .list_title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.5em;
}
.support_flow > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.support_flow > ul li {
	position: relative;
	width: calc((100% - 150px) / 5);
	margin-bottom: 5em;
}
.support_flow > ul li:not( :last-child ) {
	margin-right: 50px;
}
.support_flow > ul li:not( :last-child )::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	-webkit-transform: translate( 50%, -50% );
	-moz-transform: translate( 50%, -50% );
	transform: translate( 50%, -50% );
	display: block;
	width: 0;
	height: 0;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 10px #2d2d2d;
}
.support_flow .product_list {
}
.support_flow .product_list .list_title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.2em;
}
.support_flow .product_list table {
	width: 100%;
	max-width: 680px;
	margin: 0 auto 50px;
	font-size: 1.2em;
}
.support_flow .product_list table tr {
	display: flex;
	flex-wrap: wrap;
}
.support_flow .product_list table tbody tr.data td:first-child {
	width: 24em;
	padding-left: 2em;
}
.support_flow .product_list table tbody tr.data td:nth-child(2) {
	width: calc(100% - 24em);
	padding-left: 2em;
}
.support_flow .product_list table tbody tr:not(.data) {
	margin-top: 1em;
}
.support_flow .product_list table th {
	text-align: left;
	font-weight: bold;
}
.support_flow .product_list table thead th {
	font-size: 1.2em;
}


@media (max-width: 860px) {
	.support_flow .product_list ul li {
		width: 50%;
	}
}


@media (max-width: 768px) {
	.support_flow > ul {
		display: block;
	}
	.support_flow > ul li {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: 400px;
		margin: 0 auto 3em;
	}
	.support_flow > ul li:not( :last-child ) {
		margin-right: auto;
	}
	.support_flow > ul li:not( :last-child )::after {
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translate( -50%, 2em );
		border-top: solid 10px #2d2d2d;
		border-right: solid 10px transparent;
		border-bottom: none;
		border-left: solid 10px transparent;
	}
	.support_flow > ul li .wrap_img {
		width: 50%;
	}
	.support_flow > ul li p {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		width: 50%;
		padding-left: 1em;
		text-align: left;
	}
}


@media (max-width: 640px) {
	.support_flow .product_list table tbody tr.data td:first-child,
	.support_flow .product_list table tbody tr.data td:nth-child(2){
		width: 100%;
	}
	.support_flow .product_list table tbody tr.data td:nth-child(2){
		margin-bottom: .5em;
		padding-left: 3em;
	}
}


@media (max-width: 460px) {
	.support_flow .product_list ul li {
		width: 100%;
	}
}

