/* 優秀賞の並びを、佳作・入選が使用する左右の範囲に揃える。 */
@media (min-width:781px) {
    .cpl-excellent,
    .cpl-grand-wrap {
        box-sizing:border-box;
        padding-right:max(0px,calc((100% - var(--honorable) - var(--honorable) - var(--honorable) - var(--honorable)) / 4));
    }

    .cpl-excellent .cpl-card:first-child { justify-self:start; }
    .cpl-excellent .cpl-card:nth-child(2) { justify-self:center; }
    .cpl-excellent .cpl-card:last-child { justify-self:end; }
}
