/**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);
    }
}

/**2023.08.03
法人ページへの導線追加対応
*******************************/
.l-container .l-container__inner .fleetsales_bnr:hover {
    opacity: 0.6;
    transition: 0.3s;
}
.l-container .l-container__inner .fleetsales_bnr a {
    display: inline-block;
    width: 100%;
}
.l-container .l-container__inner .fleetsales_bnr a picture {
    display: inline-block;
    width: 100%;
}
.l-container .l-container__inner .fleetsales_bnr a picture img {
    width: 100%;
}
@media screen and (min-width: 769px) {
    .l-container .l-container__inner .fleetsales_bnr {
        margin-top: 15px;
        width: 482px;
        transition: 0.3s;
    }
}

@media screen and (max-width: 768px) {
    .l-container .l-container__inner .fleetsales_bnr {
        margin-top: 10px;
        width: 100%;
        transition: 0.3s;
    }
}

/**2023.10.05
メンテナンス告知対応
*******************************/
@media screen and (min-width: 769px) {
    .c-info-area__body.maintenance {
        height: auto;
    }
    .c-info-area__body.maintenance p {
        font-size: 14px;
    }
    .c-info-area__body.maintenance p > span {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .c-info-area__body.maintenance p {
        font-size: 11px;
    }
}

.p-banner > ul {
    gap: 10px;
    justify-content: center;
}

.p-banner > ul .p-banner__item {
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .p-banner > ul {
        gap: 2%;
        padding: 0;
        margin: 0;
        justify-content: center;
    }
    .p-banner > ul .p-banner__item {
        width: 32%;
    }
    .p-banner__item:first-child {
        padding-left: 0;
        /* width: 34.66%; */
    }
    .p-banner__item:last-child {
        /* width: 34.66%; */
    }
}