@charset "UTF-8";
/* @import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css); */  /* 日本NET研究会様専用 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');  /* 日本NET研究会様専用 */
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);  /* 日本NET研究会様専用 */
body {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows */
               sans-serif;
}
/* IE8〜11はメイリオ */
@media screen\0 {
  body {
    font-family: 'Segoe UI', /* Windowsの欧文 */
                 Meiryo,     /* メイリオ */
                 sans-serif;
  }
}

