.top-3sbs-wrap {display:flex; flex-wrap: wrap; align-items:flex-end; }
.top-3sbs-wrap img{width: 100%; }
.top-3sbs-title { color: #333; width: 100%; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 2em; line-height: 2em; font-size:12px; }
.top-3sbs-thrm { box-shadow: 0 4px 4px rgb(0 0 0 / 25%); }
.info-text { text-align: center; padding:10px; background-color:#dde2ea; margin-top: 20px; margin-bottom: 20px; }
@media screen and (max-width:480px) {
    .top-3sbs-wrap {padding:6px; margin:0 auto; margin-bottom: 10px;}
    .top-3sbs-wrap a{flex-basis: 29%; margin:6px; text-decoration: none;}
    .contents-wrap h2{ margin:10px 0; font-size:18px; padding-left:10px; border-bottom: 2px #5e5e63 solid; padding-bottom:10px; font-size:20xpx; }
}
@media screen and (min-width:481px) {
    .contents-wrap { width:940px; margin:0 auto;}
    .top-3sbs-wrap {margin-bottom: 24px;}
    .top-3sbs-wrap a{flex-basis: 14%;  margin:12px; text-decoration: none;}   
    .contents-wrap h2{ margin:10px 0; font-size:24px; border-bottom: 2px #5e5e63 solid; padding-bottom:10px; font-size:20xpx; }
}