@charset "UTF-8";

#wrap{
	margin-top: 170px;
}

#mv{
	height: 814px;
	width: 100%;
	min-width: 900px;
	margin-top: 350px;
	position: relative;
	z-index: -1;
}

#mv_bg img{
	position: absolute;
	left:0;
	top:-215px;
	width:100%;
	height: 670px;
	z-index: -1;
}


#wrap{
	margin-top: 220px;
}

.flow.mt{
	margin-top: 240px;
}

.flow{
	display: table;
	width: 946px;
	margin: 0 auto 24px;
	box-shadow: 2px 2px 3px 0 rgba(116,50,6,0.2);
	border-radius: 24px 24px 24px 24px;
}

.flow dt{
	width: 214px;
	display: table-cell;
	background: #f06c15;
	color: #fff;
	border-radius: 24px 0 0 24px;
	text-align:center;
	font-size: 20px;
}
.flow dd small{
	font-size: 13px!important;
	line-height: 1.8!important;
	display:block;
	color: #d51313;
}
.flow dd{
	width: 654px;
	display: table-cell;
	background: #fff;
	border-radius: 0 24px 24px 0;
	padding: 32px 40px;
}

.flow dd:after{
	content:"";
	display: block;
}

.flow dd h2{
	background: #f9edde;
	width: 100%;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	margin-top: 24px;
}

.flow dd p{
	margin: 12px 24px;
}

footer{
	margin-top: 64px;
}