.message-v2 {
    background-position: center; 
    background-repeat: no-repeat;
}
.message__inner {
    padding: 2rem 3rem;
    text-align: center;
}
.message__head {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0D6221;
}
.message__text {
    color: #3f3f3f;
}
@media screen and (min-width: 768px) {
    .message-v2 {
        background-image: url(/campaign/enteiki_plus_260601/message.png);
        background-size: contain;
        width: 80%;
        margin: auto;
    }
    .message__text {
        padding-top: 26rem;
        font-weight: bold;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767.98px) {
    .message-v2 {
        background-image: url(/campaign/enteiki_plus_260601/message_sp.png);
        background-size: cover;
        max-width: 510px;
        margin: auto;
    }
    .message__inner {
        padding: 1rem 1.5rem;
    }
    .message__head {
        font-size: 1.8rem;
        margin: 0.5rem auto;
    }
    .message__text {
        margin: 0;
        padding-top: 13rem;
        font-weight: bold;
    }
}
@media screen and (min-width: 450px) and (max-width: 767.98px) {
    .message__head {
        margin: 0.5rem 0 2rem 0;
    }
    .message__text {
        padding-top: 15rem;
        padding-bottom: 1rem;
    }
}
.box-green {
    width: 100%;
    margin: 2rem auto;
}
.box-green .head {
    border: 1px solid #0D6221;
    background-color: #0D6221;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    padding: 1rem 3rem;

}
.box-green .body {
    border-bottom: 1px solid #0D6221;
    border-left: 1px solid #0D6221;
    border-right: 1px solid #0D6221;
    background-color: #fff;
    font-weight: 500;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    padding: 1rem 3rem;
}
.table.campaign [class*="__cell"][class*="--lv1"]:not([class*="__cell__sub"]) {
    background-color: #0b3190;
    color: #FFF;
}