@charset "UTF-8";

/* 追加CSS
====================================== */
.l-button-top {
  z-index: 10;
}

/* カテゴリが増えたらこちらへ
====================================== */
/* 例）カテゴリスラッグが cat04 の場合
-------------------------------------- */
/* .p-cat-btn.cat04 {
  background: #3BA986;
} */

/* 個別投稿ページのカスタマイズ
====================================== */
/* 見出しスタイル */
.p-post h2 {

}
.p-post h3 {

}
.p-post h4 {

}
/* テキストスタイル */
.p-post p {

}
/* リストスタイル */
.p-post ul {

}
.p-post ul li {

}
.p-post ol {

}
.p-post ol li {

}
.p-post ul li, .p-post ol li {

}
/* テーブルスタイル */
.p-post table {

}
.p-post table thead {

}
.p-post table th,
.p-post table td {

}
.p-post table th {

}
/* 画像スタイル */
.p-post figure {

}
.p-post figure img {

}
.p-post figcaption {

}
/* 引用スタイル */
.p-post blockquote {

}
/* コードブロックスタイル */
.p-post pre {

}
.p-post code {

}

/* --- add_20250917 --- */
.inline-block {
  display: inline-block;
}