.message-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.message-inner {
    padding: 2rem;
    text-align: center;
}
.message-text {
    font-weight: bold;
    color: #383838;
}
.box-blue {
    text-align: center;
    font-weight: bold;
    width: 700px;
    margin: 2rem auto;
}
.box-blue .head {
    border: 1px solid #07579A;
    background-color: #07579A;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    padding: 1rem 3rem;

}
.box-blue .body {
    border-bottom: 1px solid #07579A;
    border-left: 1px solid #07579A;
    border-right: 1px solid #07579A;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    padding: 1rem 3rem;
}
@media only screen and (max-width: 767.98px) {
    .box-blue {
        width: 100%;
    }
}
@media print, screen and (min-width: 768px) {
    .message-wrap {
        background-image: url("/campaign/structure_260401/img/message.png");
    }
}
@media only screen and (max-width: 767.98px) {
    .message-wrap {
        width: 100%;
        background-image: url("/campaign/structure_260401/img/message_sp.png");
    }
    .message-text {
        font-size: 1.3rem;
        margin: 0.5rem 0;
    }
}
.detail__box {
    background-color: #07579A;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.3rem 2rem;
    margin-top: 3rem;
}
.detail__wrap {
    display: flex;
    gap: 3rem;
    justify-content: center;
}
.detail__column {
    display: flex;
    position: relative;
    gap: 2.5rem;
    border-radius: 8px;
}
.detail__wrap .detail__column:last-child {
    background-color: #fef7ed;
}
.detail__item {
    text-align: center;
    position: relative;
    background-color: #fef7ed;
    padding: 2rem;
    border-radius: 8px;
}
.detail__column .detail__item:first-child::after {
    content: "";
    position: absolute;
    width: 20px;   
    height: 20px;
    background-image: url("/campaign/structure_260401/img/plus.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: -2.3rem;
    z-index: 1; 
}
.detail__wrap .detail__column:first-child::after {
    content: "";
    position: absolute;
    width: 25px;   
    height: 25px;
    background-image: url("/campaign/structure_260401/img/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: -2.8rem; 
    z-index: 1;
}
.detail__item .bg-white {
    background-color: #fff;
    padding: 1rem;
    border-radius: 8px;
}
.detail__item .text {
    margin: 1rem 0 1rem 0;
}
@media print, screen and (min-width: 768px) {
    .detail__item {
        min-width: 200px;
    }
}
@media only screen and (max-width: 767.98px) {
    .detail__wrap {
        flex-wrap: wrap;
    }
    .detail__column {
        gap: 1.5rem;
        width: 100%;
    }
    .detail__item {
        padding: 1rem;
        flex: 1;
    }
    .detail__item .text {
        font-size: 1.2rem;
    }
    .detail__column .detail__item:first-child::after {
        right: -18px;
    }
    .detail__wrap .detail__column:first-child::after {
        transform: translatex(-50%) rotate(90deg) scalex(0.7);
        width: 30px;
        height: 30px;
        top: auto;
        bottom: -28px;
        left: 49%;
    }
}
.explanation {
    position: relative;
}
.explanation .explanation-text {
    width: 75%;
    margin-left: 26%;
    background: #f3f3f3;
    border-radius: 8px;
    padding: 15px 15px 15px 20px;
    font-size: 1.3rem;
    font-weight: bold;
}
.explanation .step02-img05 {
    position: absolute;
    bottom: 0;
    width: 26%;
    z-index: 2;
}
.nomargin {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .explanation .explanation-text {
        width: 750px;
        padding: 30px 45px;
        font-size: 1.6rem;
    }
    .explanation .explanation-text.tab2 {
        font-size: 2.0rem;
        padding-top: 65px;
        padding-bottom: 70px;
    }
    .explanation .step02-img05 {
        left: 9%;
        width: 224px;
    }
}
.table.campaign [class*="__cell"][class*="--lv1"]:not([class*="__cell__sub"]) {
    background-color: #07579A;
    color: #FFF;
}