.mv {
    background-color: #00D077;
    margin-bottom: 30px;
}

.mv_title_container {
    display: flex;
        margin: 0 auto;
        gap: 40px;
        width: 58%;
        padding-top: 40px;
        margin-bottom: 20px;
        align-items: center;
}


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

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

.mv_img {
    margin: 0 auto;
}

.mv_lead {
    color: #fff;
    text-align: center;
    font-size: 15px;
    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;
}

.box_date {
    display: flex;
    padding: 8px 0px;
    border-radius: 30px;
    color: #fff;
    border: solid 1.5px;
    width: 320px;
    font-size: 16px;
    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;
}


.items {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.items_title_1 {
    font-size: 24px;
    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;
}

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

.box_items {
    padding: 6px 14px;
    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: 37px;
}

.campaign {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.campaign_title_main {
    font-size: 24px;
    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;
    justify-content: center;
}

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

.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: 14px 0px;
        border: none;
        border-radius: 30px;
        background-color: #000000;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        width: 320px;
        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 #00D077;
    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;
    text-align: center;
}

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

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