@charset "utf-8";
/* 最終更新: 2026-08-19 17:45 JST
   記事内パーツ（お取り寄せ記事で使用）
   ------------------------------------------------------------------ */

/* ラベル列つきテーブル（項目｜内容）：左列を折り返さず、内容に合わせて詰める */
.post_content .wp-block-table.filo-table-label td:first-child,
.post_content .wp-block-table.filo-table-label th:first-child {
	white-space: nowrap;
	width: 1%;
}

/* 見出しの余白（2026-08-21 JST ユーザー指定） */
.post_content h2 {
	font-size: 1.4em;
	margin: 3em 0 1.5em;
}
.post_content h3 {
	margin: 2.2em 0 1.8em;
}

/* 直後にリストや本文が続く小見出しは、下だけ詰める */
.post_content h3.filo-h3-tight {
	margin: 2em 0 .6em;
}
.post_content h3.filo-h3-tight + ul,
.post_content h3.filo-h3-tight + ol,
.post_content h3.filo-h3-tight + .wp-block-list,
.post_content h3.filo-h3-tight + p {
	margin-top: 0;
}

/* 商品カード・関連記事カード */
.post_content .filo-item,
.post_content .filo-related {
	margin-bottom: 1em;
}
.post_content .filo-item a,
.post_content .filo-related a {
	text-decoration: none;
}
.post_content .filo-related p a {
	color: inherit;
}
.post_content .filo-related p a:hover {
	text-decoration: underline;
}

/* 記事末のPR表記 */
.post_content .filo-pr {
	font-size: .78em;
	color: #9a9088;
	line-height: 1.8;
}
