/* 見出し1（ページタイトル）の下線 */
.md-typeset h1 {
  /*font-size: 24pt;*/
  /* font-weight: bold; */
  color: #000;
  border-bottom: solid 2px	darkseagreen;
  padding-bottom: 5px;
}
/* 見出し2の下線 */
.md-typeset h2 {
  color: #000;
  border-bottom: 1px dotted #888;
}

/* 画面右側の余白を作らない */
.md-main__inner.md-grid {
    max-width: initial;
}