@charset "UTF-8";

a[id^="flow_"]+section .content_wrapper:before {
    content: "01";
    color: var(--i_main_color);
    font-weight: 600;
    font-size: 8rem;
    position: absolute;
    top: -80px;
    left: 0;
}
a#flow_01+section .content_wrapper:before {
    content: "01";
}
a#flow_02+section .content_wrapper:before {
    content: "02";
}
a#flow_03+section .content_wrapper:before {
    content: "03";
}
a#flow_04+section .content_wrapper:before {
    content: "04";
}
a#flow_05+section .content_wrapper:before {
    content: "05";
}
a#flow_06+section .content_wrapper:before {
    content: "06";
}
a#flow_07+section .content_wrapper:before {
    content: "07";
}
a#flow_08+section .content_wrapper:before {
    content: "08";
}
a#flow_09+section .content_wrapper:before {
    content: "09";
}
a#flow_10+section .content_wrapper:before {
    content: "10";
}
@media screen and (max-width: 900px) {
    a[id^="flow_"]+section .content_wrapper:before {
        font-size: 5rem;
        top: -50px;
    }
    a[id^="flow_"]+section .content_wrapper img {
        width: 55% !important;
    }
}