#page_header .catch {
    font-size: px;
}#company_archive_bottom .top_catch {
    font-size: 28px;
}#company_list .title .main_title {
    font-size: 24px;
}#company_list .catch {
    font-size: 18px;
}#company_list .image:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(left,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%);
}@media screen and (max-width: 750px) {
    #page_header .catch {
        font-size: px;
    }    #company_archive_bottom .top_catch {
        font-size: 20px;
    }    #company_list .title .main_title {
        font-size: 18px;
    }    #company_list .catch {
        font-size: 16px;
    }
}#page_header .overlay {
    background-color: rgba(61, 61, 61, 0.2);
}
#post_title2 .title {
    font-size: 26px;
}@media screen and (max-width: 750px) {
    #post_title2 .title {
        font-size: 20px;
    }
}