body {
    font-feature-settings: 'palt';
    letter-spacing: .03em;
    background-color: #f5f6f6;
  }
  
  .md-grid {
    max-width: 81rem;
  }

  .md-nav--primary .md-nav__title {
    background-color: #f5f6f6;
    box-shadow: none;
  }
  .md-nav--secondary .md-nav__title {
    background-color: #f5f6f6;
    box-shadow: none;
  }

  .md-content {
    background-color: white;
    font-size: 16px;
  }



div, p, li {
    font-family: “ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro”,”Osaka”,”メイリオ”,”Meiryo”,”ＭＳ Ｐゴシック”,”MS PGothic”,sans-serif;
    line-height: 1.8em;
    }

    .md-content a,.md-content a:visited {
        text-decoration: underline;
    }



.md-typeset h1 {
  color: rgba(0,0,0,0.87);/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  margin-top: 8px;
}


.md-typeset h2 {
  font-weight: bold;
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #f1f6fd;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
}


.md-typeset h3 {
  font-weight: bold;
  border-bottom: 2px solid rgb(0 0 0 / 12%);
  padding-bottom: 0.1em;
  line-height: 1.5;
  margin-top: 4em;
}

.md-typeset h4 {
  font-weight: bold;
  border-bottom: 2px dashed  rgb(0 0 0 / 12%);
  padding-bottom: 0.1em;
  line-height: 1.5;
  margin-top: 3em;
}
