
ol li{
    position: relative;
}
@media screen and (min-width: 897px){
    .wPC33{
        width: 33% !important;
    }
    .waPC{
        width: auto;
    }
    ol.procedure li::after {
        position: absolute;
        top: 15px;
        right: 0;
        content: "";
        display: block;
        background: #ababab;
        height: calc(tan(60deg) * 24px / 2);
        width: 18px;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }
    ol.procedure li.list-image::after{
        top: 50%;
        bottom: 50%;
        height: calc(tan(60deg) * 40px / 2);
        width: 30px;
        right: -18px;
    }
    ol.procedure li.twolines::after{
        top: 30px;
    }
    .new__link a.wide{
        width: 550px;
        line-height: 1.3;
        border-radius: 52px;
      }
    
}

@media screen and (max-width: 896px){
    ol.procedure li{
        padding-bottom: 40px;
        margin-bottom: 20px;
    }
    ol.procedure li::after {
        position: absolute;
        bottom: 0;
        right: 50%;
        left: 50%;
        content: "";
        display: block;
        background: #ababab;
        height: calc(tan(60deg) * 20px / 2);
        width:20px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);

    }
    .new__link a.wide{
        border-radius: 3em;
      }
}

ol.procedure li:last-child::after{
    display: none;
}

.ancStyle01 li.arrow a:after{
    background: url("/ja/cocchi/oshirase/purchase_info/img/icon_arrow_w_up01.svg") no-repeat center left;
}