p, li {
    font-size: 1.2em;
    /* line-height: 1.8em; */
  }

  h1 {
    /*font-size: 24pt;*/
    font-weight: bold;
    color: #000;
    border-bottom: solid 2px #f18b21;
    padding-bottom: 5px;
  }

  h2 {
    border-bottom: 1px dotted #888;
  }
  
  /* h3:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px;
  } */

  /* header logの余白調整 */
  .md-header__title {
    margin-left: 0 !important;
  }
  
  /* navigation footerを非表示にする */
  .md-footer__inner.md-grid {
    display: none;
  }
  
  article.md-content__inner {
    padding-bottom: 40px;
  }