@charset "utf-8";

/* ************************************************************************************************
ファイル名: welfare.css
概要: 福利厚生制度用のCSS
作成日: 2025.10.01
更新日: xxxx.xx.xx
Copyright Hitachi Systems, Ltd.
************************************************************************************************ */


/* ==================== */
/* economic-base */
/* ==================== */

#Contents .economic-base-type .cr-heading-s {
    margin-bottom: 0;
    margin-top: 0;
    background: #fff;
    font-size: min(3vw, 1.75rem);
}

@media (max-width: 767px){
    #Contents .economic-base-type .cr-heading-s {
        font-size: 1.125rem;
    }
}