    .starlink-container {
        width: 1000px;
    }

    .starlink-login-container {
        width: 1000px;
    }

    .sbujs-container {
        margin-bottom: 0px;
    }

    .starlink-itembox .placeholder {
        margin-left: auto;
        color: #9a9a9a;
        font-size: 1.4rem;
    }

    .starlink-nocar {
        overflow: hidden;
        height: 200px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 220px;
        padding-right: 200px;
        color: #FFFFFF;
        font-size: 1.6rem;
    }

    /* 「こちら」リンクの色を標準より明るめに設定（背景と同色系で視認しづらいため） */
    .starlink-nocar #link-back-to-mysubaru {
        color: #0072b1;
        /* brightness:明度 上げ saturate:彩度 下げ */
        filter: brightness(1.50) saturate(75%);
    }
    /* ホバー時明るくする（デフォルトだと透過性を下げ、背景色が濃いと逆に濃くなるため、filterで制御） */
    .starlink-nocar #link-back-to-mysubaru:hover {
        filter: brightness(1.9) saturate(50%);
        opacity: 1;
    }

    .sbrjs-starlink .check {
        width: auto;
        height: auto;
        margin-top: 0px;
        margin-right: 0px;
        padding-left: 24px;
    }

    .sbrjs-starlink-main {
        width: auto;
    }

    .sbrjs-starlink-main .starlink-container {
        width: 1000;
    }

    .starlink-menu .no-use {
        display: block;
        position: relative;
        padding: 17px 10px 12px;
        border-bottom: 5px solid transparent;
        color: grey;
        font-size: 1.6rem;
    }

    .starlink-btn {
        display: inline-block;
        box-sizing: border-box;
        min-width: 110px;
        padding: 9px 12px;
        background: #0072b1;
        border: none;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        color: #fff;
    }

    .changeBtn {
        background: white;
        border: 1px solid #0072b1;
        color: #0072b1;
    }

    @media all and (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
        .starlink-btn {
            margin-top: 5px;
            display: inline-block;
            box-sizing: border-box;
            min-width: 110px;
            padding: 9px 12px;
            background: #0072b1;
            border: none;
            border-radius: 3px;
            text-align: center;
            cursor: pointer;
            color: #fff;
        }
    }

    @-moz-document url-prefix() {
        .starlink-btn {
            margin-top: 5px;
            display: inline-block;
            box-sizing: border-box;
            min-width: 110px;
            padding: 9px 12px;
            background: #0072b1;
            border: none;
            border-radius: 3px;
            text-align: center;
            cursor: pointer;
            color: #fff;
        }
    }

    @supports (-ms-ime-align:auto) {
        .starlink-btn {
            margin-top: 5px;
            display: inline-block;
            box-sizing: border-box;
            min-width: 110px;
            padding: 9px 12px;
            background: #0072b1;
            border: none;
            border-radius: 3px;
            text-align: center;
            cursor: pointer;
            color: #fff;
        }
    }

    .starlink-btn:disabled {
        background: #9a9a9a;
        cursor: default;
    }

    .starlink-top-fulloverlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000000;
    }