<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fc_mainVisual&gt;.main_text {
    width: 53%;
    position: absolute;
    bottom: 60px;
    left: 5%;
}

@media screen and (max-width: 1280px) {
    .fc_mainVisual&gt;.main_text {
        bottom: 50px;
    }

}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .fc_mainVisual&gt;.main_text {
        width: 70%;
        bottom: 35px;
        left: 3%;
    }
}

@media screen and (max-width: 365px) {
    .fc_mainVisual&gt;.main_text {
        bottom: 13px;
    }
}</pre></body></html>