@charset "utf-8";

#ctt.hm-information-page > .hm-page-title + #ctt_con,
.hm-company-info-page > .hm-page-title + .hm-company-info-page__content {
    box-sizing: border-box;
    padding-top: 22px;
}

#ctt.hm-information-page .hm-guide-page__intro,
#ctt.hm-information-page .hm-company-page__intro,
.hm-company-info-page .hm-company-info-page__intro {
    border-top: 0;
    border-bottom: 0;
}

@media (max-width: 768px) {
    #ctt.hm-information-page > .hm-page-title + #ctt_con,
    .hm-company-info-page > .hm-page-title + .hm-company-info-page__content {
        padding-top: 18px;
    }
}
