@charset "utf-8";
/* CSS Document */

/* 全体のフォント指定（中国語＋英語対応） */
body {
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-weight: 400; /* 標準の太さ */
}


/* 見出しの太さを統一 */
h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-weight: 600; /* 見出しは少し太め */
}

.new_h2_comon_text{
	font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
	
}

/* 強調文字や太字部分 */
strong, b {
    font-weight: 700;
}

/* テーブル内文字も安定させる */
table, th, td {
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Heiti SC", "Arial", sans-serif;
    font-weight: 400;
}

/* 特定の中国語テキストだけに適用したい場合 */
.chinese-text {
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Heiti SC", sans-serif;
    font-weight: 400;
}
