@charset "utf-8";

#rebar .sec1 {
    position: relative;
}
#rebar .rebar_bg {
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: -1;
}
#rebar .rebar_info {
    display: flex;
    justify-content: center;
    position: relative;
}
#rebar .rebar_overview {
    width: 100%;
    position: relative;
    z-index: 2;
}
#rebar .rebar_overview p {
    margin: 30px 16px;
    line-height: 2.4rem;
    font-size: 1.4rem;
    white-space: nowrap;
}
#rebar .rebar_overview .btn {
    margin-left: 45px;
    margin-bottom: 70px;
}
#rebar .rebar_point {
    width: 100%;
    position: relative;
    margin-left: -40px;
}
#rebar .rebar_conclusion {
    display: flex;
}

#rebar .rebar_point_list {
    color: #1872a8;
    margin-top: 80px;
    margin-left: 80px;
    list-style-position: outside;
    list-style-image: url(../img/rebar/icon_point.png);
    list-style-type: disc;
}
#rebar .rebar_point_item {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 2.4rem;
    position: relative;
}
#rebar .service_item_title-rebar {
    background-color: #3b69b2;
}
#rebar .flow_list:after{
    content:"";
    display:block;
    width: calc((100% / 3) - 20px);
    height:0;
}
@media screen and (max-width:1024px) {
    #rebar .rebar_info {
        display: block;
        position: static;
    }
    #rebar .rebar_point {
        margin: 40px auto 0px;
        margin-left: 0;
    }
    #rebar .rebar_point_list {
        margin: 40px auto 0;
        padding-left: 45px;
        text-align: left;
        display: inline-block;
    }
    #rebar .rebar_point_item {
        font-size: 1.8rem;
    }
    #rebar .rebar_overview {
        text-align: center;
    }
    #rebar .rebar_overview p {
        white-space: normal;
        text-align: left;
        display: inline-block;
    }
    #rebar .rebar_overview .btn {
        margin: 0 auto 70px;
    }
}
