html, body {
    background-color: #fff; /* 重要 */
    color: #515151;         /* 重要 */
    font-size: 14px;        /* 重要 */
    font-weight: 300;       /* 重要 */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Osaka, Meiryo, "メイリオ", Verdana, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

main {
  max-width: 700px;
  margin: 10px auto 100px auto;
}

h1 {
  font-size: 20px;
  font-weight:bold;
  margin: 10px 0 10px 10px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 10px 10px;
}

table {
  font-size:13px;
}

ul, ol {
  color: #1e366a;
  border: dotted #1e366a 1px;/*ドット 色 太さ*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
