@charset "utf-8";

/* CSS Document */
/* ----------------------------------------------- font */
@font-face {
	font-family: "NotoSerifSC";
	src: url("../../font/NotoSansSC-Medium.eot?") format('eot'), url("../../font/NotoSansSC-Medium.woff2") format('woff2'), url("../../font/NotoSansSC-Medium.woff") format('woff');
}
* {
	font-family: "NotoSerifSC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

/* ----------------------------------------------- header > h2 */
.passing .passing-txt h2 span {
	font-family: "NotoSerifSC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
