@charset "UTF-8";

a[id*="flow_"]+section .heading.block_header_2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
a[id*="flow_"]+section .heading.block_header_2 p {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    background: var(--i_main_color);
    padding: 0;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 1.8rem;
}
a[id*="flow_"]+section .heading.block_header_2 h3.h {
    color: var(--i_main_color);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}
a[id*="flow_"]+section .heading.block_header_2 h3.h:before {
    display: none;
}