@charset "UTF-8";
h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}

/* 表の文字サイズを整える */
table {
  font-size: 15px;
}