#flow {
	margin-top: 70px;
    margin-bottom: 90px;
    font-size: 0.9rem;
	}

#flow .kv_sub {
	width: 100%;
    height: 70vw;
    background-image: url(/flow/images/sub_kv.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
    box-sizing: border-box;
}

#flow .kv_sub .kv_sub_top {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/flow/images/sub_kv_copy.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 350px;
    line-height: 2.5;
}

#flow .kv_sub .kv_sub_bottom {
    color: #fff;
    margin: 1em 3% 0;
	font-size: 0.8rem;
    line-height: 1.7;
	text-align: justify;
}

#flow .kv_sub .kv_sub_bottom br {
	display: none;
}

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


#flow .box::before {
	content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #88c017;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center 9px;
    left: 10px;
    top: -8px;
}

#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: 1.1rem;
    font-weight: bold;
    padding: 10px 0 0 60px;
    line-height: 1.6;
}

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

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

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

#flow .box .unit_end p {
    font-weight: bold;
    line-height: 1.5;
}
#flow .box .unit_end p br {
	display: none;
}

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


#flow .step_one .unit {
	display: flex;
	flex-direction: column;
	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:100%;
}

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

#flow .step_two .unit,
#flow .step_three .unit {
	display: flex;
	flex-wrap: wrap;
	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: 1rem;
	font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: center;
}

#flow .step_two .unit dl,
#flow .step_three .unit dl{
	width: 100%;
	order: 50;
}

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

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

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

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