.support_flow {
	/*position: relative;
	padding: 50px;*/
}
.support_flow > .list_title {
	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 > ul li p {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY( 100% );
	-moz-transform: translateY( 100% );
	transform: translateY( 100% );
	width: 100%;
	text-align: center;
	font-size: .9em;
}
.support_flow .box_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.support_flow .box_img .wrap_img {
	width: calc((100% - 60px) / 3);
}


#perth {
	/*position: relative;
	padding: 50px;*/
	background: #eee;
}
#perth .wrap_movie {
	padding-top: 40%;
	background: #ccc;
}
#perth .perth_title {
	margin-bottom: 1em;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
#perth .perth_figure ul {
	display: flex;
	justify-content: space-between;
}
#perth .perth_figure ul li {
	width: calc((100% - 60px) / 3);
}
#perth .perth_figure ul li .wrap_img {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 55%;
	background: white;
}
#perth .perth_figure ul li .wrap_img img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#perth .perth_figure ul li p {
	padding: .5em 0;
	text-align: center;
}
#perth .perth_figure .perth_complete {
	margin: .5em 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
#perth .perth_figure .wrap_img.complete {
	width: 68%;
	margin: auto;
}


#movie {
	/*position: relative;
	padding: 50px;*/
}
#movie .wrap_movie video {
	display: block;
	margin: auto;
}


#vr_ar_mr {
	/*position: relative;
	padding: 50px;*/
	background: #eee;
}
#vr_ar_mr::after {
	display: none;
}
#vr_ar_mr table {
	width: 100%;
}
#vr_ar_mr table th,
#vr_ar_mr table td {
	padding: .8em 1em;
	border: solid 1px #2d2d2d;
}
#vr_ar_mr table thead {
	background: #2d2d2d;
	color: white;
}
#vr_ar_mr table tbody tr:nth-child(2n - 1) {
	background: #ccc;
}
#vr_ar_mr table tbody tr td:first-child {
	vertical-align: middle;
}
#vr_ar_mr table tbody tr td .wrap_img {
	max-width: 240px;
	margin: auto;
}


.wrap_btn {
	/*position: relative;
	padding: 50px;*/
}
.wrap_btn .contact_btn {
	margin: 0;
}


@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;
	}
	
	.support_flow .box_img {
		display: block;
	}
	.support_flow .box_img .wrap_img {
		width: 100%;
		max-width: 500px;
		margin: 30px auto 0;
	}
}

