.page_top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    align-items: center;
    margin: 50px auto;
}

.left{
font-size: 2rem;
font-weight: 600;
}

.right .title{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    }

.right .en{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    }

.service_wrap{
background-color: #EDF1F2;
    }

.service_wrap .title_wrap{
    margin: auto;
    max-width: 1000px;
    padding: 40px 0 80px 0;
}

.service_wrap .title_wrap .main{
    font-size: 3.3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.service_wrap .title_wrap .sub{
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.txt{
    margin: -40px auto 0 auto;
    max-width: 1000px;
    background-color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 90px;
    padding: 30px;
    line-height: 26px;
}


/* FLOW */

.flow_main_title{
    text-align: center;
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.flow_sub_title{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.flow_wrap{
    margin: 50px auto 100px auto;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flow_box{
    text-align: center;
}

.flow_bg{
    background-color: #EDF1F2;
    width: 200px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    z-index: 0;
    margin-top: -20px;
}

.flow_no{
    text-align: center;
    z-index: 1;
    position: relative;
    font-size: 3.5rem;
    font-weight: 700;
}

.flow_title{
    padding-top: 40%;
    font-size: 1.3rem;
    font-weight: 700;
}

.flow_subtitle{
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 10px;
}

.flow_body_flex_wrap{
    margin: auto;
}

.flow_body_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
    flex-wrap: wrap;
}

.flow_body_left{
    display: flex;
    align-items: center;
}

.flow_body_left .no{
    font-size: 3rem;
    font-weight: 700;
    margin-right: 15px;
}

.flow_body_left .title{  
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 15px;
    
}
.flow_body_left .subtitle{  
    font-size: 1rem;
    font-weight: 700;
    
}
.flow_body_right{
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.flow_body_right_wrap{
width: 50%;
}

.flow_body_right_count{
    margin-right: 20px;
}

.flow_body_right_title{
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 30px;
}



.flow_body_right_txt{
    background-color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 26px;
    position: relative;
}

.right_hr{
    border:none;
    border-top:dashed 1px #111111;
    height:1px;
    color:#FFFFFF;
    }
    

    @media screen and (max-width: 780px) {
        .left {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .page_top {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1000px;
            align-items: center;
            margin: 50px auto;
            padding: 0 30px;
        }

        .service_wrap .title_wrap .main {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            padding:0 30px ;
        }

        .service_wrap .title_wrap .sub {
            font-size: 0.8rem;
            font-weight: 700;
            margin-bottom: 15px;
            padding: 0 30px;
            line-height: 22px;
        }
        .flow_wrap {
            margin: 50px auto 50px auto;
            max-width: 1000px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .flow_bg {
            background-color: #EDF1F2;
            width: 44vw;
            height: 44vw;
            text-align: center;
            vertical-align: middle;
            z-index: 0;
            margin: -20px 10px 30px 10px;
        }

        .flow_body_left {
            display: flex;
            align-items: center;
            margin: 100px auto 30px auto;
        }

        .flow_body_right_wrap{
            width: 100%;
            }
            
        .flow_body_right_count img{
            width: 50vw;
            max-width: 35px;
        }
        .flow_body_right {
            display: flex;
            align-items: center;
            margin: 50px 10px;
        }
    }

