/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 04:35:31 */
/*================================================
 * メディアとテキストブロック
 ================================================*/
.wp-block-media-text__content {
    padding: 20px 10px;
}

.wp-block-media-text__media {
    margin-right: 10px;
}

/* モバイル表示時の調整 */
@media screen and (max-width: 768px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding: 15px 10px;
    }
}

/*================================================
 * タイトル関連
 ================================================*/
/* タイトル内のリンク（PROFILEセクション用） */
.page-title a {
    color: inherit;
    text-decoration: none;
}

.page-title a:hover {
    text-decoration: underline;
}

/* タイトルの背景色が設定されている場合の調整 */
.page-title.has-background {
    padding: 0.8em 1em;
    border-radius: 0;
}

/*================================================
 * 画像キャプション
 ================================================*/
.caption-center {
    text-align: center;
}

.wp-block-image figcaption {
    text-align: center;
}

/*================================================
 * カラムレイアウト
 ================================================*/
.inner-group {
    width: 80%;
    margin: 0 auto;
}

.prof-column {
    margin-bottom: 30px;
}

/*================================================
 * 投稿ページ（シングル）のスタイル
 ================================================*/
.single #contents article {
    text-align: center;
}

/* 見出しを中央揃え */
.single #contents article h1,
.single #contents article h2,
.single #contents article h3 {
    text-align: center;
}

/* 段落を中央揃え */
.single #contents article p {
    text-align: center;
}

/* 画像を中央配置 */
.single #contents article img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
/* リスト黒丸を消す */
.no-list-mark {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.no-list-mark li::before {
    content: none !important;
}
.text-italic {
    display: block;
    transform: skewX(-12deg);
}
.red {
	color: red;
}