@media (max-width: 560px) {
    [data-section-type="result"][data-composition-type="A"] .wonder-result-main {
        width: unset !important;
    }
}


.wonder-result-main-title-wrapper.delete-el-with-txt {
    background-color: #2C9A13 !important;
}


.wonder-foot[data-composition-type=C] .wonder-foot-container {
    width: 1100px !important;
}


@media screen and (max-width: 560px) {
    .wonder-foot[data-composition-type=C] .wonder-foot-container .wonder-foot-txt-box .wonder-foot-contents {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-around !important;
        width: 50%;
    }

    .wonder-foot[data-composition-type=C] .wonder-foot-container .wonder-foot-txt-box .wonder-foot-contents .wonder-foot-contents-left {
        width: 45%;
    }

    .wonder-foot[data-composition-type=C] .wonder-foot-container .wonder-foot-logo-wrapper {
        width: 50% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}


@media screen and (max-width: 560px) {
    .wonder-header.section-main-container {
        height: 55px !important;
    }

    .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main {
        justify-content: left !important;
    }
}


.wonder-foot[data-composition-type=C] .wonder-foot-container {
    width: 1100px !important;
}

.original-button {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    line-height: 1;
    text-decoration: none;
    color: #2C9A13;
    font-size: 24px;
    border-radius: 0px;
    width: 300px;
    height: 65px;
    font-weight: bold;
    border: 2px solid #2C9A13;
    transition: 0.3s;
    box-shadow: 5px 5px 0px 0px rgba(19, 174, 103, 1);
    background-color: #ffffff;
    font-family: NotoSansJP-Bold !important;
}


.wonder-cv-mail-block .wonder-cv-mail-text {
    text-shadow: 0px 0px 0px #ff5800 !important;
}



@media screen and (min-width: 561px) {
    .hpHeader .row-el.header-menu-container {
        height: 38px !important;
    }
}

@media screen and (min-width: 561px) {
    [data-swiper-active=true].swiper-container.display-none-f-pc {
        display: none !important;
    }
}

@media screen and (max-width: 560px) {
    [data-swiper-active=true].swiper-container.display-none-f-sp {
        display: none !important;
    }
}


[data-section-type=result] .wonder-default-main-content .row-el .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper {
    background-color: #2C9A13 !important;
}