/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 11:12:36 */
.hs-thumb-badge-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;      /* 親要素の高さに追従させる */
    line-height: 0;
}

.hs-thumb-badge-wrap img {
    display: block;
    width: 100%;
    height: 100%;       /* ラップと同じ高さに強制 */
    object-fit: cover;  /* 元のトリミング挙動を維持 */
}

.hs-dept-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(92, 141, 168, 0.9);
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 12px;
    line-height: 1.4;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

