@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
/*/////////////////////////////////////////
//  投稿詳細ページ
/////////////////////////////////////////*/
.single-post-article {
  max-width: 9rem;
  margin: 0 auto;
  padding: 0.6rem 0.2rem 0.8rem;
  /* 記事タイトル */
  /* 投稿日時 */
  /* 見出しタグ */
  /* 段落 */
  /* リンク */
  /* 強調・太字 */
  /* イタリック */
  /* 取り消し線 */
  /* マーカー */
  /* リスト */
  /* 画像 */
  /* 引用 */
  /* コード */
  /* テーブル */
  /* 水平線 */
  /* ボタン（ブロックエディタ） */
  /* カラム（ブロックエディタ） */
  /* グループ（ブロックエディタ） */
  /* カバー（ブロックエディタ） */
  /* ギャラリー（ブロックエディタ） */
  /* 埋め込みコンテンツ */
  /* 区切り（Separator） */
  /* スペーサー */
  /* 最初の段落は大きめに */
}
@media screen and (max-width: 768px) {
  .single-post-article {
    padding: 0.4rem 0.15rem 0.6rem;
  }
}
.single-post-article .section-ttl {
  font-size: 0.32rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .single-post-article .section-ttl {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
}
.single-post-article .postDate {
  display: block;
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .single-post-article .postDate {
    font-size: 0.13rem;
    margin-bottom: 0.3rem;
  }
}
.single-post-article h2 {
  font-size: 0.28rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0.6rem 0 0.3rem;
  padding-bottom: 0.15rem;
  border-bottom: 0.03rem solid #dd6473;
}
@media screen and (max-width: 768px) {
  .single-post-article h2 {
    font-size: 0.22rem;
    margin: 0.4rem 0 0.2rem;
    padding-bottom: 0.1rem;
    border-bottom-width: 0.02rem;
  }
}
.single-post-article h3 {
  font-size: 0.24rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0.5rem 0 0.25rem;
  padding-left: 0.15rem;
  border-left: 0.04rem solid #dd6473;
}
@media screen and (max-width: 768px) {
  .single-post-article h3 {
    font-size: 0.2rem;
    margin: 0.35rem 0 0.18rem;
    padding-left: 0.12rem;
    border-left-width: 0.03rem;
  }
}
.single-post-article h4 {
  font-size: 0.2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0.4rem 0 0.2rem;
}
@media screen and (max-width: 768px) {
  .single-post-article h4 {
    font-size: 0.18rem;
    margin: 0.3rem 0 0.15rem;
  }
}
.single-post-article h5 {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0.35rem 0 0.18rem;
}
@media screen and (max-width: 768px) {
  .single-post-article h5 {
    font-size: 0.16rem;
    margin: 0.25rem 0 0.12rem;
  }
}
.single-post-article h6 {
  font-size: 0.16rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0.3rem 0 0.15rem;
}
@media screen and (max-width: 768px) {
  .single-post-article h6 {
    font-size: 0.15rem;
    margin: 0.2rem 0 0.1rem;
  }
}
.single-post-article p {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .single-post-article p {
    font-size: 0.15rem;
    margin-bottom: 0.25rem;
  }
}
.single-post-article a {
  color: #dd6473;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.single-post-article a:hover {
  opacity: 0.7;
}
.single-post-article strong,
.single-post-article b {
  font-weight: 700;
  color: #333;
}
.single-post-article em,
.single-post-article i {
  font-style: italic;
}
.single-post-article del,
.single-post-article s {
  text-decoration: line-through;
  color: #999;
}
.single-post-article mark {
  background: linear-gradient(transparent 60%, #fff9c4 60%);
  padding: 0 0.02rem;
}
.single-post-article ul,
.single-post-article ol {
  margin: 0.3rem 0;
  padding-left: 0.3rem;
}
@media screen and (max-width: 768px) {
  .single-post-article ul,
  .single-post-article ol {
    margin: 0.25rem 0;
    padding-left: 0.25rem;
  }
}
.single-post-article ul {
  list-style: disc;
}
.single-post-article ol {
  list-style: decimal;
}
.single-post-article li {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  .single-post-article li {
    font-size: 0.15rem;
    margin-bottom: 0.08rem;
  }
}
.single-post-article ul ul,
.single-post-article ol ol,
.single-post-article ul ol,
.single-post-article ol ul {
  margin: 0.1rem 0;
}
.single-post-article figure {
  margin: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .single-post-article figure {
    margin: 0.3rem 0;
  }
}
.single-post-article figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.04rem;
}
.single-post-article figure figcaption {
  font-size: 0.14rem;
  color: #666;
  text-align: center;
  margin-top: 0.1rem;
}
@media screen and (max-width: 768px) {
  .single-post-article figure figcaption {
    font-size: 0.13rem;
    margin-top: 0.08rem;
  }
}
.single-post-article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.3rem 0;
  border-radius: 0.04rem;
}
@media screen and (max-width: 768px) {
  .single-post-article img {
    margin: 0.2rem 0;
  }
}
.single-post-article blockquote {
  margin: 0.4rem 0;
  padding: 0.25rem 0.3rem;
  background: #f8f8f8;
  border-left: 0.04rem solid #dd6473;
  border-radius: 0.04rem;
}
@media screen and (max-width: 768px) {
  .single-post-article blockquote {
    margin: 0.3rem 0;
    padding: 0.2rem 0.2rem;
    border-left-width: 0.03rem;
  }
}
.single-post-article blockquote p {
  font-size: 0.15rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-post-article blockquote p {
    font-size: 0.14rem;
  }
}
.single-post-article blockquote cite {
  display: block;
  font-size: 0.13rem;
  color: #999;
  font-style: normal;
  margin-top: 0.1rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .single-post-article blockquote cite {
    font-size: 0.12rem;
    margin-top: 0.08rem;
  }
}
.single-post-article code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.14rem;
  background: #f5f5f5;
  padding: 0.02rem 0.06rem;
  border-radius: 0.03rem;
  color: #d63384;
}
@media screen and (max-width: 768px) {
  .single-post-article code {
    font-size: 0.13rem;
    padding: 0.02rem 0.05rem;
  }
}
.single-post-article pre {
  margin: 0.3rem 0;
  padding: 0.2rem;
  background: #2d2d2d;
  border-radius: 0.04rem;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .single-post-article pre {
    margin: 0.2rem 0;
    padding: 0.15rem;
  }
}
.single-post-article pre code {
  background: transparent;
  color: #f8f8f2;
  padding: 0;
  font-size: 0.14rem;
}
@media screen and (max-width: 768px) {
  .single-post-article pre code {
    font-size: 0.13rem;
  }
}
.single-post-article table {
  width: 100%;
  margin: 0.4rem 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .single-post-article table {
    margin: 0.3rem 0;
  }
}
.single-post-article table thead {
  background: #f8f8f8;
}
.single-post-article table th,
.single-post-article table td {
  padding: 0.15rem 0.2rem;
  border: 0.01rem solid #e0e0e0;
  font-size: 0.15rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single-post-article table th,
  .single-post-article table td {
    padding: 0.12rem 0.15rem;
    font-size: 0.14rem;
  }
}
.single-post-article table th {
  font-weight: 700;
  color: #333;
  text-align: left;
}
.single-post-article table td {
  color: #666;
}
.single-post-article table tbody tr:nth-child(even) {
  background: #fafafa;
}
.single-post-article hr {
  margin: 0.5rem 0;
  border: none;
  border-top: 0.01rem solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .single-post-article hr {
    margin: 0.35rem 0;
  }
}
.single-post-article .wp-block-button {
  margin: 0.3rem 0;
}
@media screen and (max-width: 768px) {
  .single-post-article .wp-block-button {
    margin: 0.2rem 0;
  }
}
.single-post-article .wp-block-button__link {
  display: inline-block;
  padding: 0.15rem 0.4rem;
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
  background: #dd6473;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .single-post-article .wp-block-button__link {
    padding: 0.12rem 0.3rem;
    font-size: 0.15rem;
  }
}
.single-post-article .wp-block-button__link:hover {
  background: #c95565;
  transform: translateY(-0.02rem);
  opacity: 1;
}
.single-post-article .wp-block-columns {
  display: flex;
  gap: 0.3rem;
  margin: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .single-post-article .wp-block-columns {
    flex-direction: column;
    gap: 0.2rem;
    margin: 0.3rem 0;
  }
}
.single-post-article .wp-block-column {
  flex: 1;
}
.single-post-article .wp-block-group {
  margin: 0.4rem 0;
  padding: 0.3rem;
  background: #f8f8f8;
  border-radius: 0.08rem;
}
@media screen and (max-width: 768px) {
  .single-post-article .wp-block-group {
    margin: 0.3rem 0;
    padding: 0.2rem;
  }
}
.single-post-article .wp-block-cover {
  margin: 0.4rem 0;
  padding: 0.6rem 0.4rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-post-article .wp-block-cover {
    margin: 0.3rem 0;
    padding: 0.4rem 0.2rem;
  }
}
.single-post-article .wp-block-cover__inner-container {
  color: #fff;
}
.single-post-article .wp-block-cover__inner-container h2,
.single-post-article .wp-block-cover__inner-container h3,
.single-post-article .wp-block-cover__inner-container h4,
.single-post-article .wp-block-cover__inner-container h5,
.single-post-article .wp-block-cover__inner-container h6,
.single-post-article .wp-block-cover__inner-container p {
  color: #fff;
}
.single-post-article .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(2rem, 1fr));
  gap: 0.15rem;
  margin: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .single-post-article .wp-block-gallery {
    grid-template-columns: repeat(auto-fill, minmax(1.5rem, 1fr));
    gap: 0.1rem;
    margin: 0.3rem 0;
  }
}
.single-post-article .wp-block-gallery figure {
  margin: 0;
}
.single-post-article .wp-block-embed {
  margin: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .single-post-article .wp-block-embed {
    margin: 0.3rem 0;
  }
}
.single-post-article .wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.04rem;
}
.single-post-article .wp-block-separator {
  margin: 0.5rem auto;
  border: none;
  border-top: 0.01rem solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .single-post-article .wp-block-separator {
    margin: 0.35rem auto;
  }
}
.single-post-article .wp-block-separator.is-style-wide {
  border-top-width: 0.02rem;
}
.single-post-article .wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
}
.single-post-article .wp-block-separator.is-style-dots::before {
  content: "···";
  color: #999;
  font-size: 0.24rem;
  letter-spacing: 0.1rem;
}
.single-post-article .wp-block-spacer {
  display: block;
}
.single-post-article > p:first-of-type {
  font-size: 0.17rem;
}
@media screen and (max-width: 768px) {
  .single-post-article > p:first-of-type {
    font-size: 0.16rem;
  }
}

/* 一覧へ戻るボタン */
.btn-back-to-news {
  display: block;
  max-width: 4rem;
  margin: 0.6rem auto 0.8rem;
  padding: 0.16rem 0.4rem;
  font-size: 0.16rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 0.02rem solid #dd6473;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-back-to-news {
    max-width: 100%;
    margin: 0.4rem 0.15rem 0.6rem;
    padding: 0.14rem 0.3rem;
    font-size: 0.15rem;
  }
}
.btn-back-to-news::before {
  content: "←";
  margin-right: 0.08rem;
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  .btn-back-to-news::before {
    font-size: 0.16rem;
  }
}
.btn-back-to-news:hover {
  background: #dd6473;
  color: #fff;
  box-shadow: 0 0.04rem 0.12rem rgba(221, 100, 115, 0.3);
}
.btn-back-to-news:active {
  transform: translateY(0);
}/*# sourceMappingURL=article.css.map */