@charset "utf-8";
/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
#main .pageTitle {
	padding-bottom: 7.6rem;
}
#main .flowBox {
	margin-bottom: 12.2rem;
	padding: 9.2rem 4.9rem;
	background: #dcedf6;
}
#main .flowBox .flowList {
	margin-bottom: 2.3rem;
}
#main .flowBox .flowList li {
	margin-bottom: 4.1rem;
	min-height: 12.5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	background: #FFF;
	border: 1px solid #ccc;
}
#main .flowBox .flowList li:last-child {
	margin-bottom: 0;
}
#main .flowBox .flowList li::before {
	position: absolute;
	bottom: -3.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.5rem;
	height: 2.1rem;
	background: #0068b6;
	content: '';
	clip-path: polygon(0 0,100% 0,50% 100%);
}
#main .flowBox .flowList li:last-child::before {
	display: none;
}
#main .flowBox .note {
	margin-bottom: 8.3rem;
	color: #333;
	font-size: 2rem;
	text-align: right;
}
#main .flowBox .comBtn {
	width: 67rem;
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		padding-bottom: 1.9rem;
	}
	#main .content {
		margin: 0;
	}
	#main .flowBox {
		margin-bottom: 5.9rem;
		padding: 2.4rem 1.9rem 5.7rem;
	}
	#main .flowBox .flowList {
		margin-bottom: 1.4rem;
	}
	#main .flowBox .flowList li {
		margin-bottom: 2.9rem;
		min-height: 9.1rem;
		font-size: 1.8rem;
	}
	#main .flowBox .flowList li::before {
		bottom: -2.3rem;
		width: 2.6rem;
		height: 1.5rem;
	}
	#main .flowBox .note {
		margin-bottom: 0;
		font-size: 1.2rem;
	}
	#main .comBtn {
		margin-bottom: 4.3rem;
		width: 30.6rem;
	}
}