/* BYD Campaign Page Styles */


.contents {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    --colorRed: #D70C19;
}

.contents img {
    max-width: 100%;
    height: auto
}

.contents .c-kv {
    position: relative
}

@media screen and (min-width: 768px) {
    .contents .c-kv {
        padding-top:81px;
    }
}

@media screen and (max-width: 767px) {
    .contents .c-kv {
        padding-top:12.077294686vw
    }
}

.pcShow { display: block; }
.spShow { display: none; }
@media (max-width: 768px) {
	.pcShow { display: none; }
	.spShow { display: block; }
}


/* CTA Section */
.cta-section {
    background-color: white;
    padding: 80px 16px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .cta-section {
        padding: 40px 16px;
    }
}

.cta-section dl {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    dt {
        border: solid 1px var(--colorRed);
        padding: 5px 10px;
        color: var(--colorRed);
    }
}
@media screen and (max-width: 767px) {
    .cta-section dl {
        font-size: 15px;
    }
}

.cta-section .m-notes {
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    .cta-section .m-notes {
        font-size: 11px;
    }
}

.cta-section .m-button-normal.-size-md {
    width: 100%;
    max-width: 446px;
    height: 70px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
}
@media screen and (max-width: 767px) {
    .cta-section .m-button-normal.-size-md {
        width: 311px;
        height: 54px;
        font-size: 15px;
    }
}

/* Campaign Overview */
.campaign-overview {
    padding: calc(80px + 28px) 16px 80px;
}
@media screen and (max-width: 767px) {
    .campaign-overview {
        padding: calc(48px + 28px) 16px 80px;
    }
}

.overview-box {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    border: 3px solid black;
    border-radius: 14px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    &::before {
        content: "";
        position: absolute;
        top: -4px;
        left: 10.5%;
        display: block;
        width: calc(100% - 21%);
        height: 5px;
        background-color: #F5F5F5;
    }
    &::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 10.5%;
        display: block;
        width: calc(100% - 21%);
        height: 5px;
        background-color: #F5F5F5;
    }
}
@media screen and (max-width: 767px) {
    .overview-box {
        &::before {
            top: 5%;
            left: -5px;
            width: 7px;
            height: 90%;
        }
        &::after {
            bottom: 5%;
            left: calc(100% - 2px);
            width: 7px;
            height: 90%;
        }
    }
}

.overview-box-inner {
    position: relative;
    top: -28px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .overview-box-inner {
        top: -36px;
    }
}

.campaign-overview h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #374151;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    .campaign-overview h2 {
        font-size: 1.375rem;
    }
}

.overview-text {
    margin-top: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.25rem;
    line-height: 50px;
}
@media screen and (max-width: 767px) {
    .overview-text {
        font-size: 1rem;
        line-height: 36px;
    }
}
.overview-text .small {
    font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
    .overview-text .small {
        font-size: 0.6875rem;
    }
}
.overview-text .big {
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .overview-text .big {
        font-size: 1.375rem;
    }
}
.overview-text .bigest {
    font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
    .overview-text .bigest {
        font-size: 1.375rem;
    }
}

.overview-text .highlight {
    color: #dc2626;
    font-weight: bold;
}

/* Benefits Section */
.benefits-section {
    margin-top: 112px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .benefits-section {
        margin-top: 64px;
    }
}

.title-section-g {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    .big {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .title-section-g {
        margin-bottom: 10px;
        font-size: 1rem;
        .big {
            font-size: 1.25rem;
        }
    }
}

.title-section-wrap {
    text-align: center;
}

.title-section {
    position: relative;
    margin: auto;
    display: inline-block;
    min-width: 420px;
    padding: 0 52px;
    font-family: "Noto Sans JP", sans-serif;
    color: #342412;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    &::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        display: inline-block;
        width: 3px;
        height: 56px;
        background-color: var(--colorRed);
        border-radius: 25px;
        transform: rotate(-30deg);
    }
    &::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -4px;
        display: inline-block;
        width: 3px;
        height: 56px;
        background-color: var(--colorRed);
        border-radius: 25px;
        transform: rotate(30deg);
    }
}
@media screen and (max-width: 767px) {
    .title-section {
        font-size: 1.375rem;
        min-width: 280px;
        &::before {
            bottom: -6px;
            height: 34px;
        }
        &::after {
            bottom: -6px;
            height: 34px;
        }
    }
}

.benefits-wrap {
    margin: 40px auto 0;
    max-width: 1100px;
    border-radius: 14px;
    background: #FFF;
    padding: 60px 60px 80px;
}
@media screen and (max-width: 767px) {
    .benefits-wrap {
        margin: 40px auto 0;
        padding: 22px 12px 40px;
    }
}

/* Benefits List */
.benefits-list {
    margin: auto;
    max-width: 670px;
    li {
        margin-top: 4px;
        min-height: 50px;
        padding-left: 42px;
        background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg width%3D%2226%22 height%3D%2220%22 viewBox%3D%220 0 26 20%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M22.1258 0.640491C23.0792 -0.281968 24.5476 -0.198042 25.4048 0.82785C26.262 1.85376 26.184 3.43396 25.2307 4.35645L9.06342 20L0.610252 10.0768C-0.256052 9.0598 -0.192383 7.47951 0.75262 6.5472C1.69761 5.61497 3.16613 5.68358 4.03251 6.7004L9.37808 12.975L22.1258 0.640491Z%22 fill%3D%22%23D70C19%22/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-size: 26px auto;
        background-position: 0 calc(50% - 4px);
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .benefits-list {
        li {
            margin-top: 10px;
            min-height: auto;
            padding-left: 36px;
            background-position: 0 5px;
            font-size: 0.9375rem;
            line-height: 24px;
            letter-spacing: 1px;
        }
    }
}

.benefits-list .highlight {
    color: #dc2626;
}
.benefits-list .big24 {
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .benefits-list .big24 {
        font-size: 1.25rem;
    }
}
.benefits-list .big28 {
    font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
    .benefits-list .big28 {
        font-size: 1.25rem;
    }
}
.benefits-list .big40 {
    margin-top: -5px;
    display: inline-block;
    font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
    .benefits-list .big40 {
        font-size: 1.75rem;
    }
}
.benefits-list .small {
    font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
    .benefits-list .small {
        font-size: 0.6875rem;
    }
}

/* Calculation Box */
.calculation-box {
    margin-top: 60px;
    border-radius: 14px;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
    dt {
        padding: 6px;
        background-color: var(--colorRed);
        color: white;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
    }
    dd {
        background-color: #F7F5F5;
        padding: 24px;
    }
}
@media screen and (max-width: 767px) {
    .calculation-box {
        margin-top: 30px;
        dt {
            font-size: 0.9rem;
        }
        dd {
            padding: 24px 12px;
        }
    }
}

.calculation-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
    .calculation-content {
        display: block;
    }
}

.calculation-batch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 159px;
    height: 159px;
    border-radius: 50%;
    background-color: #FFF;
    border: solid 2px var(--colorRed);
    font-family: "Noto Sans JP", sans-serif;
    color: var(--colorRed);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.64px;
    text-align: center;
    .small {
        font-size: 12px;
    }
}

/* Terms */
.terms {
    margin-top: 24px;
    border-radius: 14px;
    display: flex;
    background-color: #F7F5F5;
    padding: 24px 0;
    font-family: "Noto Sans JP", sans-serif;
    > dt {
        align-self: center;
        padding: 0 52px;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.2;
    }
    > dd {
        border-left: solid 1px #000;
        padding-left: 40px;
    }
}
@media screen and (max-width: 767px) {
    .terms {
        margin-top: 24px;
        border-radius: 14px;
        display: block;
        background-color: #F7F5F5;
        padding: 32px 16px;
        > dt {
            text-align: center;
            padding: 0;
            font-size: 1.125rem;
        }
        > dd {
            margin-top: 20px;
            border-left: none;
            padding-left: 0;
        }
    }
}

.terms-list {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    font-family: "Noto Sans JP", sans-serif;
    dt {
        flex-shrink: 0;
    }
}
@media screen and (max-width: 767px) {
    .terms-list {
        font-size: 0.9375rem;
        line-height: 30px;
    }
}

.terms-notes {
    margin-top: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .terms-notes {
        font-size: 0.6875rem;
    }
}

.c-cars {
    padding: 80px 16px;
}
@media screen and (max-width: 767px) {
    .c-cars {
        padding: 0 16px;
    }
}

.contents .c-cars .m-list {
    margin: 40px auto 0;
    max-width: 1100px;
    display: flex;
    list-style: none
}

@media screen and (min-width: 768px) {
    .contents .c-cars .m-list {
        justify-content:space-between;
        margin-bottom: 28px
    }

    .contents .c-cars .m-list_item:nth-of-type(1) {
        padding-top: 1px
    }

    .contents .c-cars .m-list_item:nth-of-type(2) {
        padding-top: 19px
    }

    .contents .c-cars .m-list_item:nth-of-type(4) {
        padding-top: 15px
    }

    .contents .c-cars .m-list_item .image {
        margin-bottom: 29px
    }

    .contents .c-cars .m-list_item .m-button-normal.-size-md {
        margin-top: auto;
        width: 197px;
        height: 47px;
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .contents .c-cars .m-list {
        flex-direction:column;
        gap: 16.9082125604vw;
        margin-bottom: 8.6956521739vw
    }

    .contents .c-cars .m-list_item {
        width: 100%;
        text-align: center
    }

    .contents .c-cars .m-list_item:nth-of-type(1) img {
        width: 79.3599033816vw
    }

    .contents .c-cars .m-list_item:nth-of-type(2) img {
        width: 78.2826086957vw
    }

    .contents .c-cars .m-list_item:nth-of-type(3) img {
        width: 84.8429951691vw
    }

    .contents .c-cars .m-list_item:nth-of-type(4) img {
        width: 84.8429951691vw
    }

    .contents .c-cars .m-list_item .image {
        margin-bottom: 6.038647343vw
    }

    .contents .c-cars .m-list_item .m-button-normal.-size-md {
        height: 14.4927536232vw;
        font-size: 3.8647342995vw
    }
}

@media screen and (min-width: 768px) {
    .contents .c-cars .m-notes {
        margin-bottom:41px
    }
}

@media screen and (max-width: 767px) {
    .contents .c-cars .m-notes {
        margin-bottom:8.9371980676vw
    }
}

.contents .c-cars .m-links {
    display: flex
}

.contents .c-cars .m-links .m-button-normal.-size-md {
    background: #fff
}

@media screen and (min-width: 768px) {
    .contents .c-cars .m-links {
        gap:16px;
        justify-content: center
    }

    .contents .c-cars .m-links .m-button-normal.-size-md {
        width: 267px;
        height: 47px;
        font-size: 14px
    }
}

@media screen and (min-width: 768px)and (hover: hover)and (pointer: fine) {
    .contents .c-cars .m-links .m-button-normal.-size-md:hover {
        background:#d70c19
    }
}

@media screen and (max-width: 767px) {
    .contents .c-cars .m-links {
        flex-direction:column;
        gap: 4.8309178744vw
    }

    .contents .c-cars .m-links .m-button-normal.-size-md {
        height: 14.4927536232vw;
        font-size: 3.8647342995vw
    }
}



/* FAQ Section */
.faq-section {
    background-color: white;
    padding: 80px 16px;
}
@media screen and (max-width: 767px) {
    .faq-section {
        background-color: white;
        padding: 40px 16px;
    }
}

.faq-wrap {
    margin: 40px auto 0;
    max-width: 1100px;
    border-radius: 14px;
    background-color: #F5F5F5;
    padding: 64px;
    display: flex;
    justify-content: space-between;
    gap: 42px;
}
@media screen and (max-width: 767px) {
    .faq-wrap {
        margin: 20px auto 0;
        padding: 32px 14px;
        display: block;

    }
}

.faq-box-left {
    flex-basis: 50%;
    border-right: solid 1px #000;
    padding-right: 40px;
}
@media screen and (max-width: 767px) {
    .faq-box-left {
        border-right: none;
        padding-right: 0;
    }
}

.faq-box-right {
    flex-basis: 50%;
}

.faq-item {
    margin-top: 48px;
    font-family: "Noto Sans JP", sans-serif;
    dt {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 700;
    }
    dd {
        margin-top: 16px;
    }
}
.faq-item:first-child {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .faq-item {
        margin-top: 24px;
        dt {
            font-size: 16px;
            line-height: 1.5;
        }
        dd {
            margin-top: 6px;
        }
    }
    .faq-item:first-child {
        margin-top: 24px;
    }
}

.faq-number {
    flex-shrink: 0;
    margin-right: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #D70C19;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
}
@media screen and (max-width: 767px) {
    .faq-number {
        margin-right: 12px;
        font-size: 18px;
        line-height: 40px;
    }
}

@media screen and (min-width: 768px) {
    .m-footer-banner a {
        background-image:url(/e-life/cars/image/img_footer-banner_pc.jpg?v2)
    }
}

@media screen and (max-width: 767px) {
    .m-footer-banner a {
        background-image:url(/e-life/cars/image/img_footer-banner_sp.jpg?v2)
    }
}
