.mv-award_first-img{
    margin: 0 auto 50px;
    display: block;
    width:90.6vw;
}
.award-lead-section{
    max-width: 1100px;
    width:90.6vw;
    margin: 0 auto;
}
.award-lead-section-title{
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.award-lead-section-lead{
    font-size: 18px;
    line-height: 30px;
}
.comment-section{
    background-color: rgb(243, 243, 243);
    padding: 30px;
}
.comment-section-title{
    font-size: 30px;
    margin-bottom: 20px;
}
.comment-section-img-lead{
    display: flex;
    align-items: center;
    gap:20px;
}
.comment-section-img{
    width:150px;    
}
.comment-section-lead{
    font-size: 18px;
    line-height: 40px;
    width: calc(100% - 170px);
}
.mv-award_first{
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width:768px) {
    .award-lead-section-title{
        font-size: clamp(0.24rem, 6vw, 0.28rem);
    }
    .comment-section{
        padding: 30px 10px;
    }
    .comment-section-title{
        font-size: 0.22rem;
        margin-bottom: 10px;
    }
    .comment-section-img-lead{
        flex-direction: column;
        text-align: center;
        gap:10px;
    } 
    .comment-section-lead{
        width:94%;
        text-align: justify;
        line-height: 1.6;
    }
}