@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');

body {  
  color: #333;
}
header {
  font-family: 'Noto Serif JP', serif;
  font-weight:700;
}
header a,
header a:hover{
    color:#333;
}
footer {
}

h2,h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight:700;
  font-size:1.3rem;
}
.table tbody tr:last-child th,
.table tbody tr:last-child td { border-bottom:1px solid #dee2e6; }

