/* --------------------------------------
北多摩東支部HP カスタムスタイルシート
-------------------------------------- */

/* 固定ナビバー fixed navbar top-padding  */

body {
  padding-top: 5rem;
}

/* ページ先頭移動 */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-weight: 500;
  content: '▲';
  font-size: 16px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 表横スクロール */
.table-responsive {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

/* 見出し調整 */

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.0vw);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/* @media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.0rem;
  }
} */


h2, .h2 {
  font-size: calc(1.3rem + 0.4vw);
  }
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}
h2 {
  border-bottom: dotted #92DDFC 2px;
  border-left: none;
  padding-left: 0.6rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.8rem;
  }

h2 a, h2 a:visited {
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

h3, .h3 {
  font-size: calc(1.3rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h3 {
  border-left: solid #92DDFC 0.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}


h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
  padding-left: 0.7rem;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.4rem;
  }
}

h5, .h5 {
  font-size: 1.2rem;
  padding-left: 0.7rem;
}

h6, .h6 {
  font-size: 1rem;
  padding-left: 0.7rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0.7rem;
}


/* トップページ箇条書き */

ul.doc-collection {
  font-size: 1.2rem;
}
ul.doc-collection li {
  margin-bottom: 0.4rem;
}
