/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2025 | 02:03:17 */
/* #post-11ページのみ */
#post-11 .wp-block-columns.is-layout-flex {
  display: flex; /* 両カラムを横並び */
  align-items: stretch; /* 左右カラムの高さを揃える */
}

/* 左右カラムの中身を縦中央 */
#post-11 .wp-block-columns.is-layout-flex > .wp-block-column {
  display: flex;
  flex-direction: column; /* 中の要素を縦に積む */
  justify-content: center; /* 縦中央 */
}

#post-11 .center-wrapper {
  display: flex;          /* ブロックを中央配置用にフレックスに */
  justify-content: center; /* 横方向中央寄せ */
}

.center-wrapper p {
  text-align: left;       /* テキストは左寄せ */
  max-width: 400px;       /* 必要に応じて幅を制限 */
  margin-bottom: 21px;              /* 上下の余白は好みに調整 */
}
