.-sidebar-off .l-article,
.lp-content .l-article {
    max-width: 1070px;
    padding: 60px 30px 0;
}

.post_content {
    padding: 0 .5rem !important;
	margin: 3em 0 4em !important;
}

.p-article_date_category_description {
	border-bottom: 1px solid #666;
	padding-bottom:1.75rem;
}
.post_content>h2 {
    margin-left: unset;
    margin-right: unset;
}

.p-articleDate{
	font-size:14px;	
}

.p-articleCats a{
	border:1px solid #333;
	border-radius:4px;
	padding:.25rem .5rem;
	font-size:12px;
	transition: .4s all;
}
.p-articleCats a:hover{
	color: #AF0808;
    background-color: rgba(175, 8, 8, 0.1);
	border:1px solid #AF0808;
}

.p-articleExcerpt {
	font-size:14px;
	margin-top:.75rem;
}

.flex_date_cat{
	display:flex;
	gap: 1rem;
    align-items: center;
}

.post_content p a {
	color:deepskyblue;
	border-bottom: 1px solid deepskyblue;
	padding: 0 .25rem .25rem;
}

/* h1とパンくず調整 */
.c-filterLayer.-texture-dot:after {
    content: none;
}

.l-topTitleArea.c-filterLayer::before {
    content: none;
}

.l-topTitleArea {
    background: #e4e5eb;
    min-height: 428px;
}

#top_title_area .u-obf-cover {
    display: none;
}

h1.c-postTitle__ttl {
    color: #242424;
    font-size: min(5vw, 60px);
    text-align: center;
}

// 画像調整
/* 親は相対配置（必須） */
#top_title_area {
    position: relative;
}

/* 画像レイヤー（テキストの下、背景の上） */
#top_title_area::after {
    content: "" !important;
    position: absolute;
    inset: 0;
    background: url(https://demo-domain.monster/wp-content/uploads/2025/10/mg_mark_800.webp) no-repeat;
    background-size: clamp(320px, 40vw, 743px);
    /* 最小/推奨/最大。最大で800pxを超えない */
    background-position: right -40px bottom 0;
    /* %ではなくpxで “整数” に寄せる */
    z-index: 1;
    pointer-events: none;
}

/* 背景<img>は最下層、テキストは最上層に */
#top_title_area .c-filterLayer__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#top_title_area .l-topTitleArea__body {
    position: relative;
    z-index: 3;
}

@media screen and (max-width:600px) {
	.p-toc__ttl,
	.post_content h2 {
    	font-size: 1rem;
	}
	.p-toc__link,
	.post_content p{
	    font-size: .875rem;
	}
	.-sidebar-off .l-article, .lp-content .l-article {
	    padding: 3rem .5rem 0;
	}
	.l-topTitleArea {
	    min-height: 290px !important;
	}
	#top_title_area .l-topTitleArea__body {
    	top: 24px;
	}
}