   .margin01 {
    margin-top: 20px !important;
  }

  .img-pc {
    display: block !important;
  }
  
  .img-sp {
    display: none !important;
  }
  
  @media screen and (max-width: 767px) {
    .img-pc {
      display: none !important;
    }
    .img-sp {
      display: block !important;
    }
  }

  article.article-wrap section small {
    color: #252525 !important;
  }

  article.article-wrap section h2 {
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 4px;
    font-family: serif !important;
    font-weight: normal;
    margin: 0 0 0.5em;
  }

  article.article-wrap section h2 small {
    font-size: 24px;
  }

  @media screen and (max-width: 767px) {
    article.article-wrap section h2 {
      font-size: 30px;
      line-height: 150%;
      letter-spacing: 4px;
      margin: 0.5em 0;
    }
  }

  @media screen and (max-width: 767px) {
        article.article-wrap section h2 small {
    font-size: 16px;
  }
    }


  article.article-wrap section.width980 {
    max-width: 980px;
    padding: 0px;
  }
  
  @media screen and (max-width: 767px) {
    article.article-wrap section.width980 {
      padding: 0 20px;
    }
  }
  
  @media screen and (max-width: 768px) {
    article.article-wrap section div.column2 div.col img {
      width: 100%;
    }
  }

  @media screen and (max-width: 768px) {
article.article-wrap section div.column2 div.col + .col {
    margin-top: 0;
    }
  }

  article.article-wrap section div.column2 div.col.middle {
    display: block;
  }
 .br-pc {
    display: block;
  }
  
  @media screen and (max-width: 767px) {
    .br-pc {
      display: none;
    }
  }
  
  .fa-center {
    text-align: center;
  }
    @media screen and (max-width: 768px) {
   .fa-left {
    text-align: left !important;
   }
  }
  @media screen and (max-width: 768px) {
    article.article-wrap {
      padding-top: 0px;
    }
  }
  
  .article-wrap a {
    text-decoration: underline;
  }
  
  article.article-wrap section p {
    font-size: 15px;
  }
  
  .btn-wrap a.btn {
    text-decoration: none;
  }
  
  #md_contentsDetail h1 {
    font-family: YakuHanJP;
    font-weight: 200;
    font-style: normal;
    font-feature-settings: "palt" 1;
    font-kerning: auto;
    color: #252525;
    font-size: 27px;
    letter-spacing: 1px;
  }
  
  @media screen and (max-width: 767px) {
    #md_contentsDetail h1 {
      font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", sans-serif;
      font-size: 20px;
    }
  }
  
  h3 {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", sans-serif;
  }
  
  @media screen and (max-width: 767px) {
    h1, h2, h3, h4, p, dt, dd, li, table, .btn-wrap a.btn {
      font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", sans-serif;
    }
  }
  .md_sectionWrap {
    display: none;
  }
</style>