.section-col .statistic .item .wrap {
    position: relative;
}

.section-col .statistic .txt {
    position: absolute;
    left: 4.2rem;
    top: 100%;
    margin: 0;
}

.section-col .statistic .item {
    max-width: unset;
    margin-bottom: 0;
    padding-bottom: 4.2rem;
}

.section-col .statistic .item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 0;
    right: 6rem;
    width: 0.2rem;
    height: 3.2rem;
    background-color: #BDBDBD;
}
.faq .item .menu-item-link {
    color: #333;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 1.2rem;
    display: inline-block;
    font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
    .section-col .statistic .item:not(:last-child):before {
        content: none;
    }
}

@media screen and (max-width: 768px) {
    .section-col .statistic {
        margin-top: 3.2rem;
    }
}

@media screen and (max-width: 550px) {
    .section-col .statistic .txt {
        left: 3.2rem;
    }
}

.section-col .statistic .list::before {
    content: none;
}