@charset "utf-8";
.content__inner .count01,
.content__inner .count02,
.content__inner .count03,
.content__inner .count04 {
    margin: 40px 0;
}
.count-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .08em;
}
.count01__items,
.count02__items,
.count04__items {
    display: flex;
}
.count01__items,
.count02__items {
    align-items: baseline;
}

.count01__items:not(:last-child):after,
.count02__items:not(:last-child):after,
.count04__items:not(:last-child):after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #fff;
    margin: 0 30px;
    position: relative;
    top     : 3px;
}
.count01__items:not(:last-child):after { background-color: #fff;}
.count02__items:not(:last-child):after { background-color: #d4d4d4;}
.count04__items:not(:last-child):after {
    background-color: #d4d4d4;
    height: 33px;
    top: -1px;
}

.count-text span {
    font-size: 26px;
    font-weight: inherit;
    color: #aa1700;
    line-height: 1;
}
