@charset "UTF-8";

#flow + .contents_box01 .inner_item_txt .heading span {
    background: #f17519;
    padding: 26px 10px;
    border-radius: 141px;
}


.heading.block_header_2 .h:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border: 3px solid var(--i_sub_color);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    border: none;
}