/* カスタマイズ用CSS */
.logo-image {
    height: 120px;
    object-fit: contain; /* 必要ならアスペクト比維持 */
}

.recommend-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #333;
    text-align: left;
}