@charset "UTF-8";
/* 追加スタイルCSS */

/* ヘッダー */
#header h1 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  padding: 0.5rem 4rem 0.5em 0;
}
@media screen and (max-width: 76.25em) {
  #header h1 {
    display: none;
  }
}

/* フッター */
.otherPagesContainer .otherPages {
  justify-content: center;
}
.otherPagesContainer .otherPages > li {
  -webkit-box-flex: none;
      -ms-flex: none;
          flex: none;
  width: calc(100% / 3);
}
@media screen and (max-width: 48em) {
  .otherPagesContainer .otherPages > li {
    width: 100%;
  }
}

/* トップページ */
.secTopColumn {
  padding-top: 0;
}

/* Post Single Style */
.columnArticle h2.wp-block-heading {
  font-size:clamp(18.959px, 1.185rem + ((1vw - 3.2px) * 1.255), 30px);
  padding: 0.8em 0;
  border-bottom: var(--dotted-line2);
}

.columnArticle h3.wp-block-heading {
  font-size:clamp(18.959px, 1.185rem + ((1vw - 3.2px) * 1.255), 20px);
  padding: 0.8em 0;
}

.columnArticle h4.wp-block-heading {
  font-size:clamp(18.959px, 1.185rem + ((1vw - 3.2px) * 1.255), 18px);
  padding: 0.8em 0;
}

.columnArticle .wp-block-image {
  margin-top: 1em;
  margin-bottom: 1em;
}

.columnArticle #toc_container p.toc_title + ul.toc_list {
  margin-left: 1.5em;
}