#cta4.topCta_wrap .cta_wrap {
    height: 0;
    padding: 0;
    background: transparent;
}
.cta_wrap .ctaBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width:767px) {
    .topCta_wrap .cta_wrap .ctaBtn {
        width: 440px;
        height: 80px;
        border-radius: 8px;
    }
    .topCta_wrap .cta_wrap .ctaBtn a {
        width: 100%;
        height: 80px;
        border-radius: 8px;
    }
}
@media only screen and (max-width:767px) {
    .topCta_wrap .cta_wrap .ctaBtn {
        width: 366px;
        height: 72px;
        border-radius: 8px;
    }
    .topCta_wrap .cta_wrap .ctaBtn a {
        width: 100%;
        height: 72px;
        border-radius: 8px;
    }
}
@media only screen and (max-width:390px) {
    .topCta_wrap .cta_wrap .ctaBtn {
        width: 93.846vw;
        height: 18.462vw;
        border-radius: 8px;
    }
    .topCta_wrap .cta_wrap .ctaBtn a {
        width: 100%;
        height: 18.462vw;
        border-radius: 8px;
    }
}
#cta2.topCta_wrap .cta_wrap .ctaBtn .is-icn,
#cta2.topCta_wrap .cta_wrap .ctaBtn a:before {
    opacity: 1;
    transition: opacity 0.1s ease-in 0.5s;
}
