@charset "utf-8";

.commentWrapper {
    color: #fff;
    background: #121218;
}

.commentWrapper > dl {
    display: flex;
    justify-content: center;
    line-height: 1;
}

.commentWrapper .lblAuthor dt {
    color: #96a5d2;
}

.commentWrapper .lblAuthor dd {
    margin-left: 1em;
}

.text-waning {color: #ffb300;}

@media (min-width: 768px) {
    .fz-l {font-size: 2rem; font-weight: bold;}
    .itemContainer {
        display: flex;
        justify-content: center;
        margin-top: 2em;
    }
    .itemContainer .itemWrapper ~ .itemWrapper {
        margin-left: 30px;
    }

    .commentWrapper {
        padding: 30px;
        margin-top: 2em;
    }

    .commentWrapper > dl {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .d-mb-none {
        display: none;
    }
    .fz-l {
        font-size: 1.2rem;
        font-weight: bold;
    }
    h2 img {
        width: 100%;
    }
    .awardContainer ~ .awardContainer {
        margin-top: 2em;
    }
    .itemContainer {
        margin-top: 1em;
    }
    .itemContainer .itemWrapper {
        padding: 0 1em;
    }
    .itemContainer .itemWrapper ~ .itemWrapper {
        margin-top: 2em;
    }
    .itemContainer figure img {
        width: 100%;
    }

    .commentWrapper {
        margin-top: 1em;
        padding: 1em;
    }

    .commentWrapper p {
        line-height: 1.4em;
    }
    .commentWrapper .comment {
        text-align: left !important;
    }
}