/* 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:0;
    }
}

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

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

.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.4;
    &::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: 62px;
        }
        &::after {
            bottom: -6px;
            height: 62px;
        }
    }
}

.titlebr {
    display: none;
}
@media screen and (max-width: 1200px) {
    .titlebr {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .m-wide-box {
        border-radius:0;
    }
}

@media screen and (min-width: 768px) {
    .contents .c-main {
        padding-top:70px
    }
}

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

.-wide-box-inner {
    padding: 56px 0;
}
@media screen and (max-width: 767px) {
    .-wide-box-inner {
        padding: 32px 0;
    }
}

.head_img {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .head_img {
        padding: 0 42px;
    }
}

.m-head_img {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .m-head_img {
        padding: 0 12px;
    }
}

.m-head {
    margin: 0 auto;
    max-width: 645px;
    border-top: solid 3px #13477F;
    border-bottom: solid 3px #13477F;
    padding: 20px 0;
}

.contents .c-main .m-head_time {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eff0f5;
    padding: 16px 0;
    border-radius: 8px;
}

.contents .c-main .m-head_time dt {
    flex-basis: 40%;
    border-right: solid 2px #C7C7CA;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.contents .c-main .m-head_time dd {
    flex-grow: 1;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .contents .c-main .m-head_time dt {
        flex-basis: 50%;
        font-size: 15px;
    }
    .contents .c-main .m-head_time dd {
        font-size: 14px;
    }
}

.m-box {
    margin: 56px 0;
    text-align: center;
}

.m-box_txt {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .m-box_txt {
        font-size: 16px;
    }
}

.m-detail {
    margin-top: 12px;
    display: flex;
}

.m-detail dt {
    flex-shrink: 0;
    width: 104px;
    height: 30px;
    background: #fde8e9;
    border-radius: 4px;
    color: #d70c19;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.m-detail dd {
    padding: 1px 14px;
    font-size: 18px
}

.m-detail .red {
    color: #d70c19;
}
@media screen and (max-width: 767px) {
    .m-detail {
        margin-top: 28px;
        display: block;
    }
    .m-detail dt {
        width: 100%;
    }
    .m-detail dd {
        margin-top: 12px;
        padding: 0;
        font-size: 16px;
    }
}

.m-notes {
    margin-top: 30px;
}
.m-notes a {
    color: #000;
    text-decoration: underline;
}

.campaign-overview {
    padding: 60px 16px 120px;
}
@media screen and (max-width: 767px) {
    .campaign-overview {
        padding: 50px 16px 100px;
    }
}

.campaign-overview .m-link {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .campaign-overview .m-link {
        margin-top: 30px;
    }
}

.campaign-overview .m-link a {
    width: 100%;
    max-width: 446px;
}
@media screen and (max-width: 767px) {
    .campaign-overview .m-link a {
        max-width: 320px;
        height: 54px;
    }
}

.campaign-overview_txt {
    margin-top: 80px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .campaign-overview_txt {
        margin-top: 40px;
        font-size: 16px;
    }
}

.campaign-overview_txt .big {
    margin-top: 16px;
    font-size: 40px;
}
@media screen and (max-width: 767px) {
    .campaign-overview_txt .big {
        font-size: 22px;
    }
}




