.md-typeset h1 {
  font-weight: bold;
  font-size: clamp(2em, 4vw, 3em);
  margin:-0.75em 0 0.25em;
  /* border: solid 3px; */
  /* padding: 0.5em;/*文字周りの余白*/
  /*border-radius: 0.5em; /*角丸*/
}

.md-typeset h2 {
  font-weight: bold;
  border-bottom: solid 3px;
  margin:0 0 0.25em;
}
.md-typeset h3 {
  border-bottom: solid 1px;
  margin:0 0 0.25em;
}
.md-typeset h4 {
  border-bottom: dashed 3px;
  margin:0 0 0.25em;
}
.md-typeset h5 {
  border-bottom: dashed 1px;
  margin:0 0 0.25em;  
  }
  
/*<style>
 .swiper-wrapper {
    /* サイズ調整 */
    width: 50%;
  }

  .swiper-slide {
    /* 文字配置調整、背景色設定 */
    display: 50%;
    justify-content: center;
    align-items: center;
    color: #333;
  }
</style>*/


