@charset   "Shift_JIS";

body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, sans-serif;
}

p.date{
  font-family: 'Noto Sans JP', sans-serif;
  font-size:18px;
  font-weight:900;
  color:#666666;
}

p.date2{
  font-family: 'GenEiGothicP';
  font-size:18px;
  font-weight:900;
  color:#666666;
}

@font-face {
    font-family: 'GenEiGothicP';
    font-style: normal;
    font-weight: normal;
    src: local("GenEiGothicP-Regular"),
    url('./font/GenEiGothicP-Regular.woff2') format('woff2'),
    url('./font/GenEiGothicP-Regular.woff') format('woff'),
    url('./font/GenEiGothicP-Regular.otf') format('opentype');
}


@font-face {
    font-family: 'GenEiGothicP';
    font-style: normal;
    font-weight: bold;
    src: local("GenEiGothicP-Bold"),
    url('./font/GenEiGothicP-Bold.woff2') format('woff2'),
    url('./font/GenEiGothicP-Bold.woff') format('woff'),
    url('./font/GenEiGothicP-Bold.otf') format('opentype');
}