@charset "utf-8";

/* base.css の body 設定を上書き */
body {
    /* 日本語フォント設定を SimHei と Noto Sans SC に差し替え */
    font-family: "SimHei", "Microsoft YaHei", "Noto Sans SC", sans-serif !important;
    font-size: 14px; /* 13pxだと小さいため1pxアップを推奨 */
    line-height: 1.7;
}

/* base_home.css のフォントサイズクラスを補正 */
.fontThreeUp, .fontTwoUp, .fontOneUp, .fontNormal {
    line-height: 1.8 !important;
}

/* SimHeiが太すぎる場合の調整 */
.st, .stitle3, .titleTopicsBox, .bold {
    font-weight: 700;
}