@charset "UTF-8";

/* 【変更】 */
/* font-familyを変更しています */
footer, header {
  font-family: "Microsoft YaHei","PingFang SC","Poppins","Noto Sans JP",sans-serif;
  letter-spacing: .03em;
  font-weight: 400;
}

/* 【変更】 */
/* lang属性セレクターの値、および、font-familyを変更しています */
html[lang=zh] body footer, html[lang=zh] body header {
  font-family: "Microsoft YaHei","PingFang SC","Poppins","Noto Sans JP",sans-serif;
}


body {
  font-size: 62.5%;
  background: #fff;
  color: #555;
  border: 0;
  outline: 0;
  margin: 0;
  line-height: 1.8;
}
