@charset "utf-8";
/*------------------------------------------------
* Version       : 1.1
* Date          : 2026.7.15
-------------------------------------------------*/

/* ===== パートナーロゴセクション ===== */
.logo-partners-section {
    background-color: #ffffff;
}

/* ロゴリンク（ボックス全体をクリック可能にする） */
.logo-box-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.logo-box-link:hover .logo-box {
    border-color: #BDA922;
    background-color: #fafafa;
}

.logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 120px;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background-color: #ffffff;
}

.logo-box img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
