/**2022.08.30
add .l-auto-header__lineup__text
*******************************/
.l-auto-header__lineup__text {
    font-size: 12px !important;
}


/**2023.02.13
My Honda 追加対応
*******************************/

@media screen and (max-width: 768px) {
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link {
        width: 52px;
        height: auto;
        margin-bottom: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration-line: none;
        gap: 5px;
        padding-top: 6px;
    }
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link img{
        width: 16px;
        height: auto;
    }
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link span{
        font-size: 10px;
        color: var(--color-black);
    }
    .l-container .l-container__inner.bg-grey {
        background-color: var(--color-light-gray);
    }

    .l-container .l-container__inner .bnr-area {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border: 2px solid #000;
        padding: 15px;
        background-color: #fff;
        border-radius: 8px;
    }

    .l-container .l-container__inner .bnr-area .img{
        width: 100%;
    }
    .l-container .l-container__inner .bnr-area .img a{
        width: 100%;
        transition: 0.3s;
    }
    .l-container .l-container__inner .bnr-area .img a:hover{
        opacity: 0.6;
        transition: 0.3s;
    }
    .l-container .l-container__inner .bnr-area .img img{
        width: 100%;
    }

    .l-container .l-container__inner .bnr-area .text{
        width: 100%;
    }
    .l-container .l-container__inner .bnr-area .text p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .l-container .l-container__inner .bnr-area .text p br{
        display: none;
    }
    .l-container .l-container__inner .bnr-area .text a{
        width: 180px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
        text-decoration-line: none;
        border-radius: 50px;
        margin: auto;
    }
    .l-container .l-container__inner .bnr-area .text a span{
        font-size: 14px;
        font-weight: 700;
        color: var(--color-white);
    }
}

@media screen and (min-width: 769px) {
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 10px;
    }
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link img{
        width: 16px;
        height: auto;
    }
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link span{
        font-size: 14px;
        color: var(--color-black);
        font-weight: normal;
    }
    .l-auto-header__buttons .l-auto-header__myhonda a{
        font-weight: 700;
        color: var(--color-black);
        text-decoration-line: none;
    }
    .l-container .l-container__inner .bnr-area {
        display: flex;
        justify-content: flex-start;
        gap: 40px;
        border: 2px solid var(--color-light-gray);
        padding: 30px;
    }
    .l-container .l-container__inner .bnr-area .img{
        max-width: 512px;
    }
    .l-container .l-container__inner .bnr-area .img a{
        width: 100%;
        transition: 0.3s;
    }
    .l-container .l-container__inner .bnr-area .img a:hover{
        opacity: 0.6;
        transition: 0.3s;
    }
    .l-container .l-container__inner .bnr-area .img img{
        width: 100%;
    }

    .l-container .l-container__inner .bnr-area .text{
        width: 260px;
        padding-top: 30px;
    }
    .l-container .l-container__inner .bnr-area .text p{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .l-container .l-container__inner .bnr-area .text a{
        width: 180px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
        text-decoration-line: none;
        margin-left: auto;
        border-radius: 50px;
    }
    .l-container .l-container__inner .bnr-area .text a span{
        font-size: 14px;
        font-weight: 700;
        color: var(--color-white);
    }
}