/* 優秀賞の外側を、佳作・入選と同じ左右端に揃える。 */
@media (min-width:781px) {
    .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;
    }
}
