
.school-list li{
    position: relative;
}
.p-renewal-tag{
   display: flex;
   justify-content: flex-start;
   align-items: center;
    position: absolute;
    top: 5px;
    left: 10px;
    padding-left: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: bold;
    color:#fff;
    background: #2aa2c4;
    z-index:2;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: auto;
}
.p-renewal-tag::before{
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 17px;
    height: 20px;
    background: url('/voice/assets/img/access/img_stars.png') center no-repeat;
    background-size: 100% 100%;
}

@media screen and (min-width: 641px) and (max-width: 979px){
.p-renewal-tag{
    width: auto;
    max-width: 105px;
    position: absolute;
    padding-left: 2.1vw;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0.7vw;
    font-size: 1.3vw;
    z-index:2;
}
.p-renewal-tag::before{
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 1.5vw;
    height: 1.9vw;
    background: url('/vocal/assets/img/access/img_stars.png') center no-repeat;
    background-size: 100% 100%;
}
}
@media screen and (max-width: 640px){
    .p-renewal-tag{
        width: auto;
        left: 0;
        font-size: 2.3vw;
        display: block;
        padding-left: 5.3vw;
    }
    .p-renewal-tag::before{
        width: 4.3vw;
        height: 5.5vw;
        left: 1px;
        background-size: 100% 100%;
        top: 48%;
    }
}