.new-entry-cards { display: flex; flex-wrap: wrap; justify-content: space-between; } .new-entry-card-link { width: 32%; margin-bottom: 10px; } .widget-entry-cards .a-wrap { border-bottom: none; } .widget-entry-cards.card-large-image .card-content { margin: 0.5em 0; } /*440px以下*/ @media screen and (max-width: 440px) { .new-entry-card-link { width: 50%; } } .widget-entry-cards.card-large-image figure img { border: 3px solid #fff; border-radius: 4px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); transition: all 0.4s ease-out; } .widget-entry-cards.card-large-image .a-wrap:hover { border-radius: 4px; background: none; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } .widget-entry-cards.card-large-image .a-wrap:hover img { border-radius: 0; box-shadow: none; }