#brand_sall_now_area {
    .important-points {
        background-color: #f7ecdb;
        padding-top: 15cqw;
    }

    .gold-point-list {
        padding: 0 5cqw;
    }

    /* --- ポイントリスト（カード部分） --- */
    .gold-point-item {
        position: relative;
        padding-top: 5cqw;
        /* 数字用のスペース */
    }

    /* 金色の数字 */
    .gold-point-item-number {
        position: absolute;
        left: 3px;
        top: 5px;
        z-index: 2;
        width: 15%;
        height: auto;
    }

    /* 数字の画像をSVG本来の大きさで表示、もしくは必要に応じて拡大 */
    .gold-point-item-number svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    /* 白いカード */
    .gold-point-item-card {
        background: #fff;
        padding: 3cqw;
        border-radius: 6px;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .gold-point-item-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 4cqw;
    }

    .gold-point-item-titles {
        flex: 1;

        padding-top: 5.5cqw;
        /* 数字との被り回避 */
    }

    .gold-point-item-sub {
        font-size: 14px;
        font-weight: bold;
        display: block;
    }

    .gold-point-item-main {
        color: #d00000;
    }

    .gold-point-links {
        padding: 3cqw 4.5cqw 10cqw 4.5cqw;
    }

    .gold-point-item-icon {
        width: 45%;
    }

    .gold-point-item-icon img {
        width: 100%;
        height: auto;
        aspect-ratio: auto;
    }
}
