/* ===================================================================
記事ページ
=================================================================== */

.article-ttl {
  font-weight: 500;
  font-size: clamp(1.25rem, 0.769rem + 1.98vw, 2.25rem);
}
.article-info {
  margin-bottom: 0.5em;
}
.article-info .c-tag {
  margin-right: 1em;
}

.article-info a {
  display: inline-block;
  background-color: var(--beige-light);
  border-radius: 24px;
  padding: 0.6em 1em;
  line-height: 1;
  margin-bottom: 0.8em;
  font-size: 14px;
  margin-right: 1em;
}

.article-info .date {
  font-weight: 400;
}

.article-contents {
  background-color: #eae6de;
  border-radius: 16px;
  padding: 5%;
  margin-bottom: 4em;
}
.article-contents p {
  font-weight: bold;
}
.article-contents ul li {
  border-bottom: solid 1px #cac2b5;
  padding: 0 !important;
}
.article-contents ul li:before {
  content: "" !important;
}
.article-contents ul li a {
  display: inline-block;
  padding: 1% 0;
}



/* 目次の外枠 */
.lwptoc {
    background-color: #eae6de !important; /* 背景色 */
    border-radius: 16px;
    padding: 5% !important;
    font-family: inherit; /* テーマのフォントを継承 */
    margin-bottom: clamp(40px,5vw,80px) !important;
}

.lwptoc_i{
  background: none !important;
}

/* 「目次」というタイトル部分 */
.lwptoc_header_label {
    font-weight: bold !important;
    font-size: 1.2rem !important;
    color: #333 !important;
}

/* 目次のリスト全体 */
.lwptoc_item {
    border-bottom: solid 1px #cac2b5;
  padding: .5em !important;
}
.lwptoc_item a,
.lwptoc_item a:hover{
  text-decoration: none !important;
}



.column-article p {
  margin-bottom: 1em;
}
.column-article h2 {
  font-size: clamp(1.25rem, 1.13rem + 0.49vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 1.5em;
  border-left: solid 4px var(--red-primary);
  padding-left: 0.6em;
}
.column-article h2 span{
  display: inline;
  height: 90px;      /* PCヘッダーの高さ */
  margin-top: -90px; /
}

.column-article h3 {
  font-size: clamp(1.125rem, 1.065rem + 0.25vw, 1.25rem);
  font-weight: 400;
  border-bottom: solid 1px var(--line-gray);
  margin-bottom: 1.5em;
  padding-bottom: 0.2em;
}
.column-article h4 {
  font-weight: bold;
  margin-bottom: 1em;
}cM4#wmWGE6D$
.column-article ul li {
  padding-left: 1.2em;
  position: relative;
}
.column-article ul li:before {
  content: "⚫︎";
  font-size: 12px;
  color: var(--red-primary);
  position: absolute;
  left: 0;
}
.column-article p b,
.column-article p strong {
  border-bottom: solid 3px var(--red-primary);
}
.column-article figure {
  padding-block: 2em;
  text-align: center;
}
.column-article img {
  border-radius: 16px;
  overflow: hidden;
  max-width: 800px;
  display: block;
  margin-inline: auto;
}
.l-back {
  border-top: solid 1px var(--line-primary);
  padding: 2em 0;
  text-align: center;
  font-weight: bold;
}
.l-back .icon {
  font-size: 1.4em;
  vertical-align: middle;
  margin-left: 0.2em;
}

@media (min-width: 960px) {
  /*PC*/
  .article-inner {
    padding-block: 36px clamp(2rem, 1.443rem + 2.29vw, 3.5rem);
  }
}
