.pageHead{
	margin-bottom: 120px;
}
.flow{
	margin-bottom: 140px;
}
.flow dl{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
	display: flex;
	flex-wrap: wrap;
}
.flow dt{
	padding: 10px 0;
	width: 160px;
	text-align: center;
	background: #282828;
	color: #fff;
	box-sizing: border-box;
	font-size: 2rem;
	line-height: 1;
}
.flow dt span{
	line-height: 1;
	font-size: 3rem;
}
.flow dd{
	border: solid #282828 1px;
	padding: 10px 30px;
	line-height: 1;
	font-size: 3rem;
	box-sizing: border-box;
	width: calc(100% - 160px);
}
.flow dl + dl{
	margin-top: 40px;
}
.flow dl + dl:before{
	content: "";
	position: absolute;
	width: 2px;
	height: 36px;
	background: #282828;
	top: -38px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}

@media screen and (max-width: 750px){
	.flow{
		margin-bottom: 180px;
	}
}


@media screen and (max-width: 750px){


/*======================
display_size_noen
======================*/
.sp_none{
	display: none !important;
}
.pc_none{
	display: block !important;
}

/* ======================
header
====================== */

/*======================
.cl { clearfix }
======================*/
.cl::after {
	content: "";
	display: table;
	clear: both;
}

}
