
@charset "UTF-8";

#flow1+section{
    overflow: visible;
}
#flow1+section .wrapper_item{
    position: relative;
}
#flow1+section .inner_item_img:before{
    content:"";
    width: 150px;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("/common/upload_data/sumaino-ogurocom/image/20230217145110.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    display: none;
}
#flow1+section .inner_item_img:after{
    content:"";
    width: 170px;
    height: 190px;
    position: absolute;
    bottom: -110px;
    right: 0;
    background-image: url("/common/upload_data/sumaino-ogurocom/image/20230217145110.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
#flow2+section{
    overflow: visible;
}
#flow2+section .wrapper_item{
    position: relative;
}
#flow2+section .inner_item_img:before{
    content:"";
    width: 150px;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("/common/upload_data/sumaino-ogurocom/image/20230217145113.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    display: none;
}
#flow2+section .inner_item_img:after{
    content:"";
    width: 170px;
    height: 190px;
    position: absolute;
    bottom: -110px;
    right: 0;
    background-image: url("/common/upload_data/sumaino-ogurocom/image/20230217145113.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
#flow3+section{
    overflow: visible;
}
#flow3+section .wrapper_item{
    position: relative;
}
#flow3+section .inner_item_img:before{
    content:"";
    width: 150px;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("/common/upload_data/sumaino-ogurocom/image/20230217145111.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    display: none;
}
#flow3+section .inner_item_img:after{
    content:"";
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -110px;
    right: 0;
    background-image: url("/common/upload_data/sumaino-ogurocom/image/20230217145111.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
#flow4+section{
    overflow: visible;
}
#flow4+section .wrapper_item{
    position: relative;
}
#flow4+section .inner_item_img:before{
    content:"";
    width: 150px;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("/common/upload_data/sumaino-ogurocom/image/20230217141310.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    display: none;
}
#flow4+section .inner_item_img:after{
    content:"";
    width: 150px;
    height: 190px;
    position: absolute;
    bottom: -110px;
    right: 0;
    background-image: url("/common/upload_data/sumaino-ogurocom/image/20230217141310.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

@media screen and (max-width: 900px){
    #flow1+section .inner_item_img:before{
    width: 130px;
    left: 0;
    bottom: -100px;
    }
    #flow1+section .inner_item_img:after{
    width: 150px;
    right: -20px;
    bottom: -100px;
    }

    #flow2+section .inner_item_img:before{
    width: 150px;
    left: -20px;
    bottom: -100px;
    display: block;
    }
    #flow2+section .inner_item_img:after{
    width: 40px;
    height: 50px;
    right: -15px;
    bottom: -50px;
    display: none;
    }

    #flow3+section .inner_item_img:before{
    width: 130px;
    left: 0;
    bottom: -100px;
    }
    #flow3+section .inner_item_img:after{
    width: 170px;
    height: 200px;
    right: -20px;
    bottom: -60px;
    }

    #flow4+section .inner_item_img:before{
    width: 130px;
    left: -20px;
    bottom: -100px;
    display: block;
    }
    #flow4+section .inner_item_img:after{
    width: 40px;
    height: 50px;
    right: -15px;
    bottom: -50px;
    display: none;
    }
}