@charset "UTF-8";

a#flow + section div .wrapper_item .inner_item_txt:before {
    content: "";
    width: 64px;
    height: 64px;
    bottom: -91px;
    right: 47%;
    background: url(/common/upload_data/smbc-konkatsujp/image/20200630110519.png)no-repeat;
    position: absolute;
    background-size: contain;
    padding-bottom: 3rem;
}
@media screen and (max-width: 900px) {
a#flow + section div .wrapper_item .inner_item_txt:before {
    right: 41%;
    background-size: 80%;
}
}