.page-header{display: none;}



.sample {
    display: flex;
    margin-bottom: 1rem;  
}

#article-content .sample p {
    margin-bottom: 0;
}

.star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
}

.star5_rating::before,.star5_rating::after {
    content: '★★★★★';
}

.star5_rating::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FF6928;
}
.voice-image {
    margin: 0rem 2.5rem;
    border: 0.2rem solid #aaaaaa00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    padding: 0.2rem;
    vertical-align: top;
    display: block;
}

.star {
    display: block;
}

.star5_rating[data-rate="1"]::after {
    width: 20%;
}
.star5_rating[data-rate="2"]::after {
    width: 40%;
}.star5_rating[data-rate="3"]::after {
    width: 60%;
}.star5_rating[data-rate="4"]::after {
    width: 80%;
}

