#flow {
	margin-bottom: 90px;
	font-size: 1.5rem;
	}

#flow .kv_sub {
	width:100%;
	height:220px;
	background-image: url(/flow/images/sub_kv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

#flow .kv_sub .kv_sub_top {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-image: url(/flow/images/sub_kv_copy.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 65%;
    height: 65px;
	margin-bottom: 30px;
}

#flow .kv_sub .kv_sub_bottom {
    color: #fff;
    text-align: center;
    font-weight: bold;
	font-size: 1.4rem;
}

#flow .box {
	border: solid 1px #80b417;
	margin-top: 60px;
	position: relative;
	padding: 0 30px 30px;      
}


#flow .box::before {
	content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #88c017;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center 15px;
    left: 20px;
    top: -13px;
}

#flow .step_one::before {
	background-image: url(/flow/images/icon01.png);
}
#flow .step_two::before {
	background-image: url(/flow/images/icon02.png);
}
#flow .step_three::before {
	background-image: url(/flow/images/icon03.png);
}
#flow .step_four::before {
	background-image: url(/flow/images/icon04.png);
}

#flow .box h4 {
	font-size: 2.6rem;
	font-weight:bold;
	line-height: 2;
	padding: 11px 0 11px 125px;
}

#flow .box .unit {
	padding: 30px 0;
}

#flow .box .unit dt {
	font-weight: 2.0rem;
	font-weight:bold;
	margin-bottom: 10px;
}
#flow .box .unit dd {
	line-height: 1.7;
}

#flow .box .unit_end {
	background-color: #dcffc2;
	margin-top: 60px;
	padding: 30px 20px;
}

#flow .box .unit_end p {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

#flow .box .unit_end p.annotation {
	font-size: 1.4rem;
	font-weight: normal;
	padding-top:10px;
}


#flow .step_one .unit {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #666;
}

#flow .step_one :nth-child(4) {
	border-bottom: none;
	position:relative;
}

#flow .step_one :nth-child(4)::after {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #88c017;
	left: calc(50% - 30px);
    bottom: -30px;
}

#flow .step_one .unit .photo {
	width:30%;
}

#flow .step_one .unit dl {
	width:65%;
}

#flow .step_two .unit,
#flow .step_three .unit {
	display: flex;
	justify-content: space-between;
	position:relative;
	margin-top: 30px;
}

#flow .step_two :nth-child(2),
#flow .step_three :nth-child(2) {
	margin-top: 0;
}

#flow .step_two .unit::after,
#flow .step_three .unit::after {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #88c017;
	left: calc(50% - 30px);
    bottom: -25px;
}

#flow .step_two .unit .num,
#flow .step_three .unit .num{
	width: 8%;
	background-color: #ffe3db;
	font-size: 2.6rem;
	font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: center;
}

#flow .step_two .unit dl,
#flow .step_three .unit dl{
	width: 55%;
}

#flow .step_two .unit .photo,
#flow .step_three .unit .photo{
	width:23%;
}

#flow .step_four .unit {
	display: flex;
	justify-content: space-between;
}

#flow .step_four .unit .photo {
	width:30%;
}

#flow .step_four .unit dl {
	width:65%;
}