@charset "utf-8";
.side-step-important{
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.side-step-important li{
    margin-bottom: 30px;
    padding-right: 60px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 33.33%;
}
.side-step-important li.w100:last-child{
    width: 100% !important;
}
.side-step-important li::after{
    border: 0;
    border-top: solid 1px #d1d1d1;
    border-right: solid 1px #d1d1d1;
    content: '';
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 26px;
    width: 40px;
    z-index: 0;
}
.side-step-important li:last-child::after{
    display: none !important;
}
.side-step-important li img{
    display: inline-block;
    margin: 0 auto 10px;
    max-width: 100%;
}
.side-step-important li p{
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 28px;
    text-align: justify;
}
.side-step-important li p.step-count::before{
    content: "【"attr(data-count)"】";
    margin-left: -36px;
}
.side-step-important hr{
    border-top: 1px solid #e5e5e5;
    margin: 0 0 30px;
    width: 100%;
}
@media screen and (max-width: 768px){
    .side-step-important{
        padding-left: 0;
    }
    .side-step-important li{
        margin-bottom: 60px;
        padding-right: 0;
        width: 100%;
    }
    .side-step-important li::after{
        bottom: -38px;
        top: inherit;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right:  calc(50% - 20px);
    }
        .side-step-important hr{
        display: none !important;
    }
    .side-step-important li img{
        max-width: 90%;
    }
    .side-step-important li p{
        margin: 0 auto;
        width: 90%;
    }
}
@media screen and (max-width: 400px){
    .side-step-important li img{
        max-width: 100%;
    }
    .side-step-important li p{
        width: 100%;
    }
}