.join_step {
    flex-wrap: wrap;
}
.flow-area {
    width: 25%;
    position: relative;
    padding: 0; margin: 0 !important;
}
.flow-4 .flow-area {
    width: 25%;
}
.text {
    position: relative;
    text-align: center;
    display: block;
    height: 100px;
    background: blueviolet;
    top: -28px;
}
.text::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 50px;
    border-bottom-width: 50px;
    border-left-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}
.text::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 20px solid #FFF;
    border-top-width: 50px;
    border-bottom-width: 50px;
    position: absolute;
    top: 0;
    right: -20px;
}
.text.ht-130 {
    height: 130px;
}
.text.ht-130::before {
    border-top-width: 65px;
    border-bottom-width: 65px;
}
.text.ht-130::after {
    border-top-width: 65px;
    border-bottom-width: 65px;
    /* right: -20px; */
}
.flow-area:first-child .text::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}
.flow-area:last-child .text::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 20px solid #FFF;
    border-top-width: 0px;
    border-bottom-width: 0px;
    position: absolute;
    top: 0;
    right: -20px;
}


.flow-turn_head {
    position: relative;
    /* top: 26px; */
    z-index: 10;
    display: flex;
    align-items: flex-start;
    /* gap: 8px; */
    flex-direction: column-reverse;
}
.flow-turn_num {
    color: #1965ab;
    font-weight: 700;
    font-size: 2.5em;
}
.flow-turn_name {
    /* color: #1965ab; */
    margin-bottom: -12px;
    display: none;
    /* font-size: 1.1em; */
}
.text > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 40px;
}
.flow-turn_title {
    font-size: 1.3em;
    font-weight: 700;
    color: #1965ab;
    text-align: left;
    line-height: 1.3;
}
.flow-turn_contens {
    font-size: .95em;
    text-align: left;
    padding: 0 24px;
    margin-left: -18px;
    margin-top: -15px;
}


.text.flow01,
.text.flow09 {
    background: #eff8ff;
}
.text.flow01::after,
.text.flow09::after {
    border-left-color: #eff8ff;
}
.text.flow02,
.text.flow08 {
    background: #dfe7f1;
}
.text.flow02::after,
.text.flow08::after {
    border-left-color: #dfe7f1;
}
.text.flow03,
.text.flow07 {
    background: #c9dceb;
}
.text.flow03::after,
.text.flow07::after {
    border-left-color: #c9dceb;
}
.text.flow04,
.text.flow06 {
    background: #b1d0e5;
}
.text.flow04::after,
.text.flow06::after {
    border-left-color: #b1d0e5;
}
.text.flow05 {
    background: #87b7db;
}
.text.flow05::after {
    border-left-color: #87b7db;
}



@media (max-width: 940px) {
    .text > div {
        padding: 0 30px;
    }
}
@media (max-width: 768px) {
	.flow-4 .flow-area {
	    width: 50%;
	}

	.flow-area {
	    width: 50%;
	}
}