@charset "UTF-8";

body {
  font-family: 'Noto Sans SC', 'Zen Maru Gothic', sans-serif;
}


h1::before {
	content: "宅属性测试";
}

.title_result::before {
	content: "测试结果";
}
