.mv {
    background-color: #1D9DFF;
    margin-bottom: 30px;
}

.mv_title_1 {
    font-weight: 900;
    text-align: center;
    letter-spacing: 2px;
    padding: 40px 0px 10px 0px;
    font-size: 26px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
}

.mv_title_2 {
    background-color: #fff;
    padding: 6px 0px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
}

.mv_img {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.mv_lead {
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 10px 0px 40px 0px;
    line-height: 22px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* spanのスタイル - 強調部分 */
.highlight {
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    padding: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.box_date {
    display: flex;
    padding: 4px 0px;
    border-radius: 30px;
    color: #fff;
    border: solid 1.5px;
    width: 80%;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    font-style: bold;
}


.items {
    text-align: left;
    margin: 0 auto;
    padding: 6%;
}

.items_title_1 {
    font-weight: 900;
    font-size: 22px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    margin-bottom: -6px;
}

.items_title_2 {
    padding: 10px 0px;
    font-size: 13px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
}

.highlight_2 {
    padding: 10px 0px;
    font-size: 11px;
    line-height: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
}

.box_items_container {
    display: flex;
    gap: 5px;
    margin-left: 20px;
}

.box_items {
    padding: 5px 12px;
    border-radius: 30px;
    border: solid 1px;
    width: 34%;
    font-size: 12px;
    display: inline;
    align-items: center;
    justify-content: center;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    line-height: 30px;
}

.campaign {
    text-align: left;
    margin: 0 auto;
    padding: 6%;
}

.campaign_title_main {
    font-weight: 900;
    font-size: 22px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.campaign_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.campaign_step {
    padding: 4px 8px;
    color: #fff;
    font-size: 11px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    background-color: #1D9DFF;
}

.campaign_title {
    font-size: 16px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
}

.campaign_title_img {
    width: 26px;
}

.box_items_container {
    display: flex;
    gap: 5px;
    margin-left: 20px;
}


.button-entry {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0px;
    border: none;
    border-radius: 25px;
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.button-entry::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.button-entry:hover {
    background-color: #000000;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #1D9DFF;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
}


.caution {
    background-color: #f6f6f6;
}

.caution_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    margin-top: 20px;
}

.caution_title {
    font-size: 16px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
}

.caution_text {
    font-size: 11px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
}

.sp-br {
    display: block;
    /* スマホで改行させる */
}


/*---------------------------------PC差異部分のみ---------------------------------*/
@media screen and (min-width: 768px) {
    .sp-br {
        display: none;
    }

    .mv_title_2 {
        background-color: #fff;
        padding: 6px 0px;
        width: 30%;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
        font-family: hiragino-kaku-gothic-pron, sans-serif;
        font-weight: 600;
    }

    .mv_img {
        width: 40%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .mv_lead {
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding: 10px 0px 40px 0px;
        line-height: 22px;
        font-family: hiragino-kaku-gothic-pron, sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 500px;
        margin: 0 auto;
    }

    .highlight {
        font-weight: bold;
        font-size: 16px;
        line-height: 23px;
        padding: 8px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .items_title_2 {
        padding: 10px 0px;
        font-size: 14px;
        font-family: hiragino-kaku-gothic-pron, sans-serif;
        font-weight: 300;
    }

    .box_items {
        padding: 5px 12px;
        border-radius: 30px;
        border: solid 1px;
        width: 34%;
        font-size: 14px;
        display: inline;
        align-items: center;
        justify-content: center;
        font-family: hiragino-kaku-gothic-pron, sans-serif;
        font-weight: 600;
        line-height: 30px;
    }

    .campaign_title {
        font-size: 18px;
        font-family: hiragino-kaku-gothic-pron, sans-serif;
        font-weight: 600;
    }

    .box_date {
        display: flex;
        padding: 4px 0px;
        border-radius: 30px;
        color: #fff;
        border: solid 1.5px;
        width: 60%;
        font-size: 14px;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-top: 20px;
        font-family: hiragino-kaku-gothic-pron, sans-serif;
        font-weight: 600;
        font-style: bold;
    }

    .items {
        text-align: left;
        margin: 0 auto;
        padding: 0%;
        width: 500px;
        margin-bottom: 10px;
    }

    .campaign {
        text-align: left;
        margin: 0 auto;
        padding: 30px 0px;
        width: 500px;
    }

    .caution_container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 30px 0px;
        margin-top: 20px;
        width: 500px;
        margin: 0 auto;
    }

}