.main_visual {
    /* background-image: url(../../orderflow/img/main_visual.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 315px;
    width: 100%;
    position: relative;
    z-index: 0;
}

/* .main-visual-area {
    height: auto;
    padding: 200px 0 0;
} 811*/

.main_visual::after {
    content: '';
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.main_visual-box {
    color: white;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
    z-index: 2;
}

.main_visual-box h2 {
    font-size: 25px;
    text-align: center;
    z-index: 3;
    color: #fff;
}

.main_visual-box h2:before {
    content: '';
    position: absolute;
    top: 70%;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 30px;
    /*線の長さ*/
    height: 2px;
    /*線の太さ*/
    transform: translateX(-50%);
    /*位置調整*/
    background-color: white;
    /*線の色*/
    border-radius: 2px;
    /*線の丸み*/
}

.main_visual-box p {
    font-size: 13px;
    margin-top: 30px;
    z-index: 3;
    color: #fff;
}
.text_aline-c {
    text-align: center;
}
.order_flow-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
}
@media (max-width: 564px) {
    .order_flow-inner {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.flow_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-top: 70px; */
}

.flow_title h3 {
    text-align: center;
    font-size: 16px;
    width: 47%;
    /* padding: 60px 0 0; */
}

.second_flow {
    display: flex;
    justify-content: space-between;
}

.third_flow {
    padding-bottom: 20px;
}

.flow_blanch_l,.flow_blanch_r {
    width: 47%;
}

.flow-list {
    position: relative;
    background-color: #aaa;
    padding: 20px;
    margin: 60px 0;
    display: flex;
    align-items: center;
    min-height: 60px;
}

.first_flow .flow-list {
    margin-bottom: 0;
    min-height: auto;
}

.third_flow .flow-list {
    margin-top: 0;
}

.flow-list::after {
    position: absolute;
    content: '';
    border-color: #aaa;
    border-style: solid;
    border-width: 20px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
}


.first_flow .flow-list::after {
    content: none;
}

.second_flow .flow-list:nth-of-type(1)::before {
    position: absolute;
    content: '';
    border-color: #aaa;
    border-style: solid;
    border-width: 20px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.third_flow .flow-list:last-of-type::after {
    content: none;
}

.flow-list h4 {
    color: #fff;
    font-size: 16px;
    width: 15%;
    line-height: 1.5;
}

.flow-list p {
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}

.flow-list a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

.flow_blanch_l .flow-list h4,.flow_blanch_r .flow-list h4 {
    width: 25%;
}

.flow_blanch_l .flow-list p,.flow_blanch_r .flow-list p {
    width: 75%;
}


@media (max-width: 1024px) {
    .flow-list{
        padding: 10px;
    }

    

    /* .main-visual-area {
        padding: 200px 0 0;
    } 811*/

    .first_flow .flow-list {
        margin: 35px 0 0;
    }


}

@media (max-width: 768px) {

    /* .flow_title {
        padding-top: 50px;
    } */

    .flow_title h3 {
        font-size: 14px;
    }

    .flow-list h4 {
        font-size: 14px;
    }

.flow-list {
    display: block;
    min-height: 100px;
}

.flow-list h4,.flow_blanch_l .flow-list h4, .flow_blanch_r .flow-list h4 {
    width: 100%;
    margin-bottom: 10px;
}

.flow_blanch_l .flow-list p, .flow_blanch_r .flow-list p {
    width: 100%;
}

}

@media (max-width: 564px) {
.flow-list {
    min-height: 215px;
}

/* .main-visual-area {
    padding: 180px 0 0;
} 811*/
}