.bUpOqs__progress {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2;
    overflow-x: hidden;
    letter-spacing: 0.4px;
    position: relative;
    text-size-adjust: none;
    text-decoration: none;
    color: inherit;
    flex-basis: 30%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    margin: -16px 0 1rem;
    padding: 0px;
}
.bUpOqs__progress_box {
    height: 32px;
    padding: 2px;
    border-radius: 16px;
    background: rgb(240, 240, 240);
    width: calc(100% - 50px);
    position: relative;
}
.bUpOqs__progress_bar {
    height: 100%;
    background: linear-gradient(to right, rgb(119, 76, 183), rgb(74, 32, 135));
    border-radius: 14px;
    content: "";
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}
.bUpOqs__progress_txt {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 12px;
    text-shadow: rgba(74, 32, 135, 0.5) 1px 0px 4px;
    margin: 0px;
}
.bUpOqs__progress_num p:last-child {
    margin-bottom: 0;
}
.bUpOqs__progress_txt small {
    font-size: 10px;
}
.bUpOqs__progress small {
    font-size: 80%;
}
.bUpOqs__progress_num {
    font-size: 16px;
    font-weight: 700;
    color: rgb(74, 32, 135);
}
.bUpOqs__progress_num small {
    font-size: 9px;
}
.bUpOqs__progress p {
    margin-top: 0 !important;
}
