@charset "UTF-8";

#rebuilt_flow + div .inner_item a {
    position: relative;
}
#rebuilt_flow + div .inner_item a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: -28px;
}

.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(6),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(5),
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(4),
.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(3),
.composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(6):nth-last-of-type(1) {
     width: calc(89.5% / 3);   
}
.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(3) {
    margin-left: 3.5%!important;
}
@media screen and (max-width: 1023px) {
    #rebuilt_flow + div .inner_item a::before {
       left: -22px;
    }
}
@media screen and (max-width: 700px) {
    #rebuilt_flow + div .inner_item a::before {
        content: "";
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        transform: rotate(135deg);
        position: absolute;
        top: -24px;
        left: 50%;
        bottom: 0;
    }
}