/*
Theme Name: hogoken.jp Child
Theme URI: https://hogoken.jp/
Description: hogoken.jp専用のGeneratePress子テーマです。
Author: hogoken.jp
Template: generatepress
Version: 0.10.9
Text Domain: hogoken-child
*/


:root {
	--hogoken-ink: #252724;
	--hogoken-green: #628277;
	--hogoken-green-dark: #42665b;
	--hogoken-pale: #f1f5f3;
	--hogoken-line: #d9e2de;
	--hogoken-muted: #68746f;
	--hogoken-white: #ffffff;
}

body {
	background: var(--hogoken-white);
	color: var(--hogoken-ink);
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.5;
}

a { color: inherit; }

.hogoken-feature-resource small { white-space: pre-line; }

.hogoken-skip-link {
	position: absolute;
	left: 16px;
	top: -60px;
	z-index: 100;
	padding: 10px 16px;
	background: var(--hogoken-ink);
	color: var(--hogoken-white);
}

.hogoken-skip-link:focus { top: 16px; }

.hogoken-site-header {
	border-bottom: 1px solid #eef0ef;
	background: var(--hogoken-white);
}

.hogoken-header-inner {
	display: grid;
	grid-template-columns: 1fr auto 180px;
	align-items: center;
	gap: 42px;
	height: 90px;
	padding: 0 34px;
}

.hogoken-brand {
	flex: none;
	color: var(--hogoken-ink);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.5;
	text-decoration: none;
}

.hogoken-primary-nav ul,
.hogoken-footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hogoken-primary-nav ul {
	display: flex;
	align-items: center;
	gap: 42px;
	white-space: nowrap;
}

.hogoken-primary-nav a {
	display: inline-block;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.5;
	text-decoration: none;
}

.hogoken-primary-nav a:hover,
.hogoken-primary-nav a:focus-visible {
	color: var(--hogoken-green-dark);
}

.hogoken-mobile-nav { display: none; }

.hogoken-search {
	display: flex;
	align-items: center;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #d9dddb;
	border-radius: 6px;
}

.hogoken-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--hogoken-ink);
	font: inherit;
	font-size: 12px;
}

.hogoken-search input::placeholder { color: #a1a6a4; }

.hogoken-search button {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hogoken-ink);
	font-size: 20px;
	line-height: 1;
}

.hogoken-mobile-nav summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 42px;
	height: 42px;
	border: 1px solid #d9dddb;
	border-radius: 6px;
}

.hogoken-mobile-nav summary::-webkit-details-marker { display: none; }
.hogoken-mobile-nav summary span { display: block; width: 20px; height: 1.5px; background: #39413d; }
.hogoken-mobile-nav[open] summary { background: #f4f6f5; }

.hogoken-mobile-nav a {
	display: block;
	padding: 14px 2px;
	border-bottom: 1px solid #eceeea;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.hogoken-mobile-nav li:last-child a { border-bottom: 0; }

.site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.inside-article,
.separate-containers .inside-article {
	padding: clamp(40px, 6vw, 80px) 0;
	background: transparent;
}

.hogoken-breadcrumb {
	width: min(100% - 48px, 1120px);
	margin: 0 auto;
	padding: 20px 0;
	color: var(--hogoken-muted);
	font-size: 13px;
}

.hogoken-breadcrumb a { text-decoration: none; }
.hogoken-breadcrumb span { margin: 0 9px; }

.hogoken-note {
	margin: 40px 0;
	padding: 22px 24px;
	border-left: 3px solid var(--hogoken-green);
	background: var(--hogoken-pale);
	color: var(--hogoken-ink);
}

.hogoken-note__label {
	display: block;
	margin-bottom: 7px;
	color: var(--hogoken-green-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .13em;
}

.hogoken-ad-slot {
	margin: 48px 0;
	padding: 18px;
	border: 1px solid var(--hogoken-line);
	color: var(--hogoken-muted);
	font-size: 12px;
	text-align: center;
}

.hogoken-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 28px 0 0;
	padding: 12px 18px;
	border: 1px solid var(--hogoken-green);
	border-radius: 0;
	color: var(--hogoken-green-dark);
	font-weight: 700;
	text-decoration: none;
}

.hogoken-back-link:hover,
.hogoken-back-link:focus-visible {
	background: var(--hogoken-pale);
}

.hogoken-site-footer {
	margin-top: 0;
	padding: 34px;
	border-top: 1px solid #eef0ef;
	background: var(--hogoken-white);
	color: var(--hogoken-ink);
}

.hogoken-footer-inner { width: 100%; }

.hogoken-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr repeat(3, 1fr);
	gap: 60px;
}

.hogoken-footer-brand {
	margin: 0 0 8px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.9;
}

.hogoken-footer-tagline {
	margin: 0;
	color: var(--hogoken-ink);
	font-size: 12px;
	line-height: 1.9;
}

.hogoken-footer-heading {
	margin: 0 0 5px;
	color: var(--hogoken-ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.9;
}

.hogoken-footer-nav li + li { margin-top: 0; }
.hogoken-footer-nav a { display: block; color: var(--hogoken-ink); font-size: 12px; line-height: 1.9; text-decoration: none; }
.hogoken-footer-nav a:hover,
.hogoken-footer-nav a:focus-visible { text-decoration: underline; }

.hogoken-content-use-notice {
	padding: 16px 34px;
	border-top: 1px solid #eef0ef;
	background: #fafbfa;
	color: #59615d;
	font-size: 14px;
	line-height: 1.85;
	text-align: center;
}

.hogoken-copyright {
	padding: 18px;
	border-top: 1px solid #eef0ef;
	color: #656b68;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

@media (max-width: 900px) {
	.hogoken-header-inner { grid-template-columns: 1fr auto; height: 72px; padding: 0 20px; }
	.hogoken-primary-nav,
	.hogoken-search { display: none; }
	.hogoken-mobile-nav { display: block; position: relative; }
	.hogoken-mobile-nav nav { position: absolute; z-index: 20; top: 50px; right: 0; display: flex; flex-direction: column; width: min(300px, calc(100vw - 40px)); padding: 8px 18px; border: 1px solid var(--hogoken-line); border-radius: 8px; background: var(--hogoken-white); box-shadow: 0 14px 32px rgba(30, 38, 34, .12); }
	.hogoken-mobile-nav ul { width: 100%; margin: 0; padding: 0; list-style: none; }
	.hogoken-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
	.hogoken-header-inner,
	.hogoken-breadcrumb { width: min(100% - 32px, 1120px); }
	.hogoken-header-inner { width: 100%; }
	.hogoken-brand { font-size: 27px; }
	.hogoken-site-footer { padding: 28px 20px; }
	.hogoken-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
	.hogoken-content-use-notice { padding: 15px 20px; font-size: 13px; line-height: 1.85; }
}

/* Article detail visual alignment ----------------------------------------
 * The baseline article uses a 900px page frame, a 760px title area, and an
 * 832px content canvas.  Keep those three widths separate so a number column,
 * a NOTE, or a table does not make ordinary text feel too wide.
 */
.hogoken-article-page {
	padding-top: 36px;
}

.hogoken-article-back {
	margin-left: 18px;
	padding: 11px 20px;
	border-radius: 6px;
	font-size: 15px;
	line-height: 1.5;
}

.hogoken-article-content {
	max-width: 832px;
	line-height: 2.05;
}

/* Plain headings remain available for shorter explanatory passages. */
.hogoken-article-content > h2,
.hogoken-article-content > h3,
.hogoken-article-content > h4,
.hogoken-article-content > p,
.hogoken-article-content > ul,
.hogoken-article-content > ol,
.hogoken-article-content > figure {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.hogoken-article-content > h2 {
	margin-top: 2.15em;
	margin-bottom: .6em;
	padding-bottom: .45em;
	font-size: 22px;
	line-height: 1.65;
}

.hogoken-article-content > h3 {
	margin-top: 1.9em;
	font-size: 19px;
}

.hogoken-article-content > p {
	margin-bottom: 1.05em;
}

.hogoken-article-content > .wp-block-table {
	max-width: 760px;
	margin: 1.65em auto;
}

/* Baseline NOTE: a quiet horizontal annotation, not a coloured callout. */
.hogoken-article-content .is-style-hogoken-note {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	column-gap: 32px;
	margin: 10px 0 32px;
	padding: 28px 32px;
	border-top: 1px solid var(--hogoken-line);
	border-bottom: 1px solid var(--hogoken-line);
	border-left: 0;
	background: transparent;
}

.hogoken-article-content .is-style-hogoken-note::before {
	grid-column: 1;
	align-self: start;
	margin: 0;
	content: 'NOTE';
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .15em;
	line-height: 1.5;
}

.hogoken-article-content .is-style-hogoken-note > .wp-block-group__inner-container {
	grid-column: 2;
	min-width: 0;
}

.hogoken-article-content .is-style-hogoken-note p {
	margin: 0 0 12px;
	color: #626964;
	font-size: 15px;
	line-height: 1.9;
}

.hogoken-article-content .is-style-hogoken-note p:last-child { margin-bottom: 0; }

/* Tables are a separate optional component.  Their softer corners match the
 * cards and controls on the baseline site without forcing a table into NOTE. */
.hogoken-article-content .wp-block-table,
.hogoken-article-content .is-style-hogoken-table {
	overflow: hidden;
	border: 1px solid var(--hogoken-line);
	border-radius: 8px;
}

.hogoken-article-content .wp-block-table table {
	margin: 0;
	border: 0;
}

.hogoken-article-content .wp-block-table th,
.hogoken-article-content .wp-block-table td {
	padding: 12px 14px;
	border-top: 0;
	border-left: 0;
	font-size: 14px;
	line-height: 1.75;
}

.hogoken-article-content .wp-block-table th:last-child,
.hogoken-article-content .wp-block-table td:last-child { border-right: 0; }

.hogoken-article-content .wp-block-table tr:last-child td { border-bottom: 0; }
.hogoken-article-content .wp-block-table th { background: #f3f6f4; }

.hogoken-article-content .is-style-hogoken-numbered-section {
	margin: 0;
	padding: 0 0 38px;
	grid-template-columns: 76px minmax(0, 1fr);
	column-gap: 24px;
}

.hogoken-article-content .is-style-hogoken-numbered-section > :first-child:not(.wp-block-group__inner-container),
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > :first-child {
	font-size: 29px;
	font-weight: 400;
	line-height: 1.5;
}

.hogoken-article-content .is-style-hogoken-numbered-section > h2,
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > h2 {
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	font-size: 25px;
	line-height: 1.55;
}

.hogoken-article-content .is-style-hogoken-numbered-section > p:not(:first-child),
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > p:not(:first-child) {
	margin: 0 0 15px;
	line-height: 2.05;
}

.hogoken-article-list-link .hogoken-back-link {
	min-width: 260px;
	justify-content: center;
	margin-left: 0;
	padding: 13px 28px;
	font-size: 14px;
}

@media (max-width: 560px) {
	.hogoken-article-back { margin-left: 0; }
	.hogoken-article-content { line-height: 2; }
	.hogoken-article-content > h2,
	.hogoken-article-content > h3,
	.hogoken-article-content > h4,
	.hogoken-article-content > p,
	.hogoken-article-content > ul,
	.hogoken-article-content > ol,
	.hogoken-article-content > figure,
	.hogoken-article-content > .wp-block-table { max-width: none; }
	.hogoken-article-content > h2 { margin-top: 2em; font-size: 21px; }
	.hogoken-article-content .is-style-hogoken-note { grid-template-columns: 1fr; row-gap: 14px; margin: 8px 0 28px; padding: 22px 0; }
	.hogoken-article-content .is-style-hogoken-note::before { grid-column: 1; }
	.hogoken-article-content .is-style-hogoken-note > .wp-block-group__inner-container { grid-column: 1; }
	.hogoken-article-content .is-style-hogoken-note p { font-size: 15px; }
	.hogoken-article-content .is-style-hogoken-numbered-section { grid-template-columns: 48px minmax(0, 1fr); column-gap: 13px; padding-bottom: 30px; }
	.hogoken-article-content .is-style-hogoken-numbered-section > :first-child:not(.wp-block-group__inner-container),
	.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > :first-child { font-size: 22px; }
	.hogoken-article-content .is-style-hogoken-numbered-section > h2,
	.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > h2 { font-size: 21px; margin-bottom: 12px; }
}

/* Article detail baseline — final authoritative definition. */
.hogoken-subpage-hero__inner { padding: 38px 0 34px; }
.hogoken-subpage-hero__inner > span { margin-bottom: 10px; font-size: 15px; font-weight: 600; }
.hogoken-subpage-hero__type { margin: 10px 0 7px; color: #243b34; font-size: 30px; font-weight: 500; letter-spacing: .035em; }
.hogoken-subpage-hero__inner > p:last-child { font-size: 15px; }
.hogoken-breadcrumb { width: min(100% - 68px, 1160px); padding: 20px 0; color: #737975; font-size: 11px; }
.hogoken-breadcrumb span { margin: 0 6px; }
.hogoken-article-page { width: min(100% - 48px, 900px); padding: 36px 34px 58px; }
.hogoken-article-back,
.hogoken-article-list-link .hogoken-back-link { display: inline-flex; align-items: center; justify-content: center; border: 1px solid #67877d; border-radius: 6px; background: #fff; color: #4f7168; font-weight: 600; text-decoration: none; }
.hogoken-article-back { margin: 0 0 18px 18px; padding: 11px 20px; font-size: 15px; line-height: 1.5; }
.hogoken-article-list-link { margin: 32px 0 0; text-align: center; }
.hogoken-article-list-link .hogoken-back-link { min-width: 260px; margin: 0; padding: 13px 28px; font-size: 14px; line-height: 1.5; }
.hogoken-article-back:hover,
.hogoken-article-list-link .hogoken-back-link:hover { background: #f1f6f4; }
.hogoken-article-header { max-width: 760px; margin: 0 auto 26px; }
.hogoken-article-category { margin: 0 0 18px; padding: 4px 9px; border-radius: 4px; font-size: 11px; font-weight: 600; letter-spacing: .02em; line-height: 1.35; }
.hogoken-article-category::before { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: currentColor; content: ''; vertical-align: 1px; }
.hogoken-article-category.article-tag-before { background: #f5efe5; color: #94734e; }
.hogoken-article-date { margin: 0 0 10px; color: #6d7772; font-size: 13px; line-height: 1.6; }
.hogoken-article-header h1 { margin: 0 0 20px; font-size: clamp(30px, 4vw, 43px); font-weight: 500; letter-spacing: .02em; line-height: 1.5; }
.hogoken-article-lead { max-width: 760px; margin: 0; color: #4f5853; font-size: 17px; line-height: 2.05; }
.hogoken-article-content { max-width: 832px; font-size: 16px; line-height: 2.05; }
.hogoken-article-content > h2,
.hogoken-article-content > h3,
.hogoken-article-content > h4,
.hogoken-article-content > p,
.hogoken-article-content > ul,
.hogoken-article-content > ol,
.hogoken-article-content > figure { max-width: 760px; margin-right: auto; margin-left: auto; }
.hogoken-article-content > h2 { margin-top: 52px; margin-bottom: 18px; padding: 3px 0 0; border: 0; font-size: 25px; font-weight: 500; line-height: 1.65; }
.hogoken-article-content > h3 { margin-top: 38px; font-size: 20px; font-weight: 500; line-height: 1.6; }
.hogoken-article-content > h4 { margin-top: 30px; font-size: 18px; font-weight: 500; line-height: 1.65; }
.hogoken-article-content > p { margin-bottom: 20px; color: #474e49; font-size: 15px; line-height: 2.1; }
.hogoken-article-content > .wp-block-table { max-width: 760px; margin: 32px auto; }
.hogoken-article-content .is-style-hogoken-note { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 32px; margin: 10px 0 32px; padding: 28px 32px; border-top: 1px solid var(--hogoken-line); border-right: 0; border-bottom: 1px solid var(--hogoken-line); border-left: 0; background: transparent; }
.hogoken-article-content .is-style-hogoken-note::before { grid-column: 1; align-self: start; margin: 0; content: 'NOTE'; font-size: 14px; font-weight: 600; letter-spacing: .15em; line-height: 1.5; }
.hogoken-article-content .is-style-hogoken-note > .wp-block-group__inner-container { grid-column: 2; min-width: 0; }
.hogoken-article-content .is-style-hogoken-note p { margin: 0 0 12px; color: #626964; font-size: 15px; line-height: 1.9; }
.hogoken-article-content .is-style-hogoken-note p:last-child { margin-bottom: 0; }
.hogoken-article-content .wp-block-table,
.hogoken-article-content .is-style-hogoken-table { overflow: hidden; border: 1px solid var(--hogoken-line); border-radius: 8px; }
.hogoken-article-content .wp-block-table table { margin: 0; border: 0; }
.hogoken-article-content .wp-block-table thead { border-bottom: 1px solid var(--hogoken-line); }
.hogoken-article-content .wp-block-table th,
.hogoken-article-content .wp-block-table td { padding: 12px 14px; border-top: 0; border-left: 0; font-size: 14px; line-height: 1.75; }
.hogoken-article-content .wp-block-table th:last-child,
.hogoken-article-content .wp-block-table td:last-child { border-right: 0; }
.hogoken-article-content .wp-block-table tr:last-child td { border-bottom: 0; }
.hogoken-article-content .wp-block-table th { background: #f3f6f4; font-weight: 600; }
.hogoken-article-content .is-style-hogoken-numbered-section { margin: 0; padding: 0 0 38px; grid-template-columns: 76px minmax(0, 1fr); column-gap: 24px; }
.hogoken-article-content .is-style-hogoken-numbered-section > :first-child:not(.wp-block-group__inner-container),
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > :first-child { color: #658178; font-family: Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1.5; }
.hogoken-article-content .is-style-hogoken-numbered-section > h2,
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > h2 { margin: 0 0 16px; padding: 0; border: 0; font-size: 25px; font-weight: 500; line-height: 1.55; }
.hogoken-article-content .is-style-hogoken-numbered-section > p:not(:first-child),
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > p:not(:first-child) { margin: 0 0 15px; line-height: 2.05; }
.hogoken-article-navigation { gap: 12px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #dce3df; }
.hogoken-article-navigation a { justify-content: center; min-height: 96px; padding: 17px 19px; border: 1px solid #d7e1dd; border-radius: 8px; background: #fff; }
.hogoken-article-navigation span { margin-bottom: 7px; color: #668178; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.hogoken-article-navigation strong { font-size: 15px; font-weight: 600; line-height: 1.65; }

@media (max-width: 560px) {
	.hogoken-subpage-hero__inner { width: min(100% - 40px, 1120px); padding: 31px 0 30px; }
	.hogoken-subpage-hero__type { font-size: 25px; }
	.hogoken-subpage-hero__inner > p:last-child { font-size: 13px; }
	.hogoken-breadcrumb { width: min(100% - 40px, 1160px); padding: 17px 0; }
	.hogoken-article-page { width: min(100% - 36px, 900px); padding: 28px 18px 48px; }
	.hogoken-article-back { margin-left: 0; }
	.hogoken-article-header { margin-bottom: 28px; }
	.hogoken-article-header h1 { font-size: 29px; line-height: 1.6; }
	.hogoken-article-lead { font-size: 14px; line-height: 1.9; }
	.hogoken-article-content { font-size: 14px; line-height: 2; }
	.hogoken-article-content > h2,
	.hogoken-article-content > h3,
	.hogoken-article-content > h4,
	.hogoken-article-content > p,
	.hogoken-article-content > ul,
	.hogoken-article-content > ol,
	.hogoken-article-content > figure,
	.hogoken-article-content > .wp-block-table { max-width: none; }
	.hogoken-article-content > h2 { margin-top: 42px; font-size: 22px; }
	.hogoken-article-content .is-style-hogoken-note { grid-template-columns: 1fr; row-gap: 14px; margin: 8px 0 28px; padding: 22px 0; }
	.hogoken-article-content .is-style-hogoken-note::before,
	.hogoken-article-content .is-style-hogoken-note > .wp-block-group__inner-container { grid-column: 1; }
	.hogoken-article-content .is-style-hogoken-numbered-section { grid-template-columns: 48px minmax(0, 1fr); column-gap: 13px; padding-bottom: 30px; }
	.hogoken-article-content .is-style-hogoken-numbered-section > :first-child:not(.wp-block-group__inner-container),
	.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > :first-child { font-size: 22px; }
	.hogoken-article-content .is-style-hogoken-numbered-section > h2,
	.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > h2 { font-size: 21px; margin-bottom: 12px; }
}

/* Standard article detail ------------------------------------------------ */
.hogoken-subpage-hero {
	border-bottom: 1px solid var(--hogoken-line);
	background: var(--hogoken-pale);
}

.hogoken-subpage-hero__inner {
	width: min(100% - 68px, 1120px);
	margin: 0 auto;
	padding: 44px 0 42px;
}

.hogoken-subpage-hero__inner > span {
	display: block;
	margin-bottom: 10px;
	color: var(--hogoken-green);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.4;
}

.hogoken-subpage-hero__type {
	margin: 0 0 8px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.45;
}

.hogoken-subpage-hero__inner > p:last-child {
	max-width: 680px;
	margin: 0;
	color: var(--hogoken-muted);
	font-size: 14px;
	line-height: 1.85;
}

.hogoken-article-page {
	box-sizing: border-box;
	width: min(100% - 48px, 900px);
	margin: 0 auto;
	padding: 36px 34px 58px;
}

.hogoken-article-back { margin: 0 0 36px; }

.hogoken-article-header {
	max-width: 760px;
	margin: 0 auto 30px;
}

.hogoken-article-category {
	display: inline-block;
	padding: 4px 9px;
	border-radius: 4px;
	background: #e9eeeb;
	color: #476359;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.hogoken-article-date {
	margin: 13px 0 22px;
	color: var(--hogoken-muted);
	font-size: 13px;
	line-height: 1.6;
}

.hogoken-article-header h1 {
	margin: 0;
	font-size: clamp(32px, 3.2vw, 43px);
	font-weight: 600;
	letter-spacing: .015em;
	line-height: 1.5;
}

.hogoken-article-lead {
	max-width: 760px;
	margin: 27px 0 0;
	color: #59625d;
	font-size: 17px;
	line-height: 2;
}

.hogoken-article-featured-image {
	margin: 0 0 46px;
	overflow: hidden;
	border-radius: 9px;
	background: var(--hogoken-pale);
}

.hogoken-article-featured-image img {
	display: block;
	width: 100%;
	height: auto;
}

.hogoken-article-content {
	max-width: 760px;
	margin: 0 auto;
	color: #343936;
	font-size: 16px;
	line-height: 1.9;
}

.hogoken-article-content > *:first-child { margin-top: 0; }
.hogoken-article-content > *:last-child { margin-bottom: 0; }
.hogoken-article-content p { margin: 0 0 1.2em; }

.hogoken-article-content h2,
.hogoken-article-content h3,
.hogoken-article-content h4 {
	color: var(--hogoken-ink);
	font-weight: 600;
	letter-spacing: .01em;
}

.hogoken-article-content h2 {
	margin: 1.9em 0 .65em;
	padding-bottom: .4em;
	border-bottom: 1px solid var(--hogoken-line);
	font-size: 24px;
	line-height: 1.55;
}

.hogoken-article-content h3 {
	margin: 1.65em 0 .6em;
	font-size: 20px;
	line-height: 1.6;
}

.hogoken-article-content h4 {
	margin: 1.45em 0 .55em;
	font-size: 18px;
	line-height: 1.65;
}

.hogoken-article-content ul,
.hogoken-article-content ol {
	margin: 1.2em 0 1.7em;
	padding-left: 1.55em;
}

.hogoken-article-content li + li { margin-top: .45em; }
.hogoken-article-content a { color: var(--hogoken-green-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }

.hogoken-article-content figure { margin: 2.1em 0; }
.hogoken-article-content figure img { display: block; max-width: 100%; height: auto; border-radius: 7px; }
.hogoken-article-content figcaption { margin-top: 8px; color: var(--hogoken-muted); font-size: 12px; line-height: 1.7; }

.hogoken-article-content table {
	width: 100%;
	margin: 1.25em 0;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.75;
}

.hogoken-article-content th,
.hogoken-article-content td {
	padding: 12px 14px;
	border: 1px solid var(--hogoken-line);
	vertical-align: top;
	text-align: left;
}

.hogoken-article-content th { background: #edf3f1; font-weight: 600; }
.hogoken-article-content .is-style-hogoken-table { overflow-x: auto; }

.hogoken-article-content .is-style-hogoken-note {
	margin: 1.8em 0;
	padding: 21px 25px;
	border-left: 3px solid var(--hogoken-green);
	background: var(--hogoken-pale);
}

.hogoken-article-content .is-style-hogoken-note::before {
	display: block;
	margin-bottom: 8px;
	color: var(--hogoken-green-dark);
	content: 'NOTE';
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.4;
}

.hogoken-article-content .is-style-hogoken-note > *:last-child { margin-bottom: 0; }
.hogoken-article-content .is-style-hogoken-note > .wp-block-table:last-child,
.hogoken-article-content .is-style-hogoken-note > .wp-block-group__inner-container > .wp-block-table:last-child { margin-bottom: 0; }

.hogoken-article-content .is-style-hogoken-numbered-section {
	display: grid !important;
	grid-template-columns: 76px minmax(0, 1fr);
	column-gap: 24px;
	row-gap: 0;
	margin: 1.9em 0;
	padding-top: 2px;
}

/* The Group block includes an inner wrapper. Flatten it so its child blocks
 * share the same two-column grid as the section number. */
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container {
	display: contents !important;
}

.hogoken-article-content .is-style-hogoken-numbered-section > :first-child:not(.wp-block-group__inner-container),
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > :first-child {
	grid-column: 1;
	grid-row: 1;
	margin: 0;
	color: var(--hogoken-green);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
}

.hogoken-article-content .is-style-hogoken-numbered-section > :not(:first-child):not(.wp-block-group__inner-container),
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > :not(:first-child) { grid-column: 2; }

.hogoken-article-content .is-style-hogoken-numbered-section > :last-child:not(.wp-block-group__inner-container),
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > :last-child { margin-bottom: 0; }

/* A numbered section has its own vertical rhythm: the heading begins beside
 * the number instead of inheriting the wide margins used for normal h2s. */
.hogoken-article-content .is-style-hogoken-numbered-section > h2,
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > h2 {
	margin: 0 0 .55em;
	padding-bottom: .35em;
	font-size: 22px;
	line-height: 1.55;
}

.hogoken-article-content .is-style-hogoken-numbered-section > p:not(:first-child),
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > p:not(:first-child) {
	margin: 0 0 1em;
}

.hogoken-article-content blockquote {
	margin: 2em 0;
	padding: 4px 0 4px 21px;
	border-left: 2px solid #a7b9b3;
	color: #58625d;
}

.hogoken-article-content blockquote cite { color: var(--hogoken-muted); font-size: 12px; }

.hogoken-article-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 940px;
	margin: 62px auto 0;
	padding-top: 24px;
	border-top: 1px solid var(--hogoken-line);
}

.hogoken-article-navigation a {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 7px;
	color: var(--hogoken-ink);
	text-decoration: none;
}

.hogoken-article-navigation__next { align-items: flex-end; text-align: right; }
.hogoken-article-navigation span { color: var(--hogoken-green-dark); font-size: 13px; font-weight: 600; }
.hogoken-article-navigation strong { font-size: 15px; font-weight: 600; line-height: 1.65; }
.hogoken-article-list-link { margin: 34px 0 0; text-align: center; }

@media (max-width: 560px) {
	.hogoken-subpage-hero__inner { width: min(100% - 40px, 1120px); padding: 31px 0 30px; }
	.hogoken-subpage-hero__type { font-size: 21px; }
	.hogoken-subpage-hero__inner > p:last-child { font-size: 13px; }
	.hogoken-article-page { width: min(100% - 40px, 900px); padding: 28px 20px 52px; }
	.hogoken-article-back { margin-bottom: 32px; }
	.hogoken-article-header { margin-bottom: 32px; }
	.hogoken-article-date { margin: 11px 0 18px; }
	.hogoken-article-header h1 { font-size: 31px; line-height: 1.42; }
	.hogoken-article-lead { margin-top: 20px; font-size: 15px; line-height: 1.9; }
	.hogoken-article-featured-image { margin-bottom: 34px; border-radius: 7px; }
	.hogoken-article-content { font-size: 15px; line-height: 2; }
	.hogoken-article-content h2 { margin-top: 2.25em; font-size: 24px; }
	.hogoken-article-content h3 { font-size: 20px; }
	.hogoken-article-content h4 { font-size: 17px; }
	.hogoken-article-content th, .hogoken-article-content td { min-width: 122px; padding: 10px 11px; }
	.hogoken-article-content .is-style-hogoken-note { padding: 19px 18px; }
	.hogoken-article-content .is-style-hogoken-numbered-section { grid-template-columns: 48px minmax(0, 1fr); column-gap: 13px; }
	.hogoken-article-content .is-style-hogoken-numbered-section > :first-child:not(.wp-block-group__inner-container),
	.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > :first-child { font-size: 20px; }
	.hogoken-article-navigation { gap: 12px; margin-top: 48px; padding-top: 20px; }
	.hogoken-article-navigation strong { font-size: 14px; }
}

/* Front page -------------------------------------------------------------- */
.hogoken-home {
	width: 100%;
	overflow: hidden;
}

.hogoken-home h1,
.hogoken-home h2,
.hogoken-home h3,
.hogoken-home p { margin-top: 0; }

.hogoken-home-hero {
	position: relative;
	width: 100%;
	aspect-ratio: 1774 / 748;
	overflow: hidden;
	background: #f5f4f1;
}

.hogoken-home-hero > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.hogoken-home-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.92) 26%, rgba(255,255,255,.25) 47%, rgba(0,0,0,0) 62%);
}

.hogoken-home-hero__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 43%;
	height: 100%;
	padding: 54px 38px 64px 42px;
}

.hogoken-home-hero h1 { margin: 0; color: #121413; font-weight: 400; }
.hogoken-home-hero h1 span { display: block; max-width: 100%; width: max-content; }
.hogoken-home-hero__primary { margin-bottom: 18px; font-size: clamp(42px, 3.65vw, 56px); font-weight: 600; letter-spacing: .035em; line-height: 1.24; }
.hogoken-home-hero__secondary { font-size: clamp(31px, 2.55vw, 39px); font-weight: 500; letter-spacing: .045em; line-height: 1.48; }
.hogoken-home-hero p { margin: 34px 0 0; color: #292d2a; font-size: 17px; font-weight: 400; letter-spacing: .035em; line-height: 2.2; }

.hogoken-home-button {
	display: inline-block;
	align-self: flex-start;
	margin-top: 24px;
	padding: 12px 24px;
	border-radius: 5px;
	background: #4f817a;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
	text-decoration: none;
}

.hogoken-home-purpose { padding: 28px; background: #f2f3f2; }
.hogoken-home-purpose__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hogoken-home-purpose a { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 137px; padding: 18px 20px; border: 1px solid #dfe2df; border-radius: 8px; background: #fff; text-decoration: none; transition: background .18s, border-color .18s; }
.hogoken-home-purpose a:hover { border-color: #bfcac6; background: #f8fbfa; }
.hogoken-home-purpose b { flex: 0 0 auto; width: 82px; height: 82px; }
.hogoken-home-purpose img { width: 100%; height: 100%; object-fit: contain; }
.hogoken-home-purpose span { font-size: 16px; font-weight: 600; letter-spacing: .015em; }

.hogoken-home-themes { padding: 22px 28px 0; background: #fff; }
.hogoken-home-themes h2 { margin: 0 0 8px; font-size: 19px; font-weight: 600; letter-spacing: .02em; }
.hogoken-home-new-articles-jump { display: none; }
.hogoken-home-category-row { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--hogoken-line); }
.hogoken-home-category-row a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; height: 115px; overflow: hidden; border-right: 1px solid var(--hogoken-line); text-decoration: none; }
.hogoken-home-category-row a:last-child { border-right: 0; }
.hogoken-home-category-row a::before { position: absolute; top: 0; right: 10px; left: 10px; height: 4px; border-radius: 3px; content: ""; }
.hogoken-home-category-row .article-category-1::before { background: #607b70; }
.hogoken-home-category-row .article-category-2::before { background: #bd9870; }
.hogoken-home-category-row .article-category-3::before { background: #39a276; }
.hogoken-home-category-row .article-category-4::before { background: #7573a6; }
.hogoken-home-category-row .article-category-5::before { background: #3f8295; }
.hogoken-home-category-row b { width: 58px; height: 58px; font-weight: 400; }
.hogoken-home-category-row img { width: 100%; height: 100%; object-fit: contain; }
.hogoken-home-category-row span { font-size: 14px; font-weight: 600; letter-spacing: .015em; }
.hogoken-home-category-row a:hover { background: #f8faf9; }

.hogoken-home-articles { padding: 34px 34px 30px; }
.hogoken-home-section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 18px; }
.hogoken-home-section-title h2 { margin: 0; font-size: 25px; font-weight: 600; line-height: 1.45; }
.hogoken-home-section-title p { margin: 4px 0 0; color: #69716d; font-size: 14px; line-height: 1.7; }
.hogoken-home-section-title > a { color: #4f7168; font-size: 13px; font-weight: 600; text-decoration: none; }
.hogoken-home-article-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.hogoken-home-article-card { position: relative; display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--hogoken-line); border-radius: 9px; background: #fff; text-decoration: none; transition: border-color .16s, box-shadow .16s, transform .16s; }
.hogoken-home-article-card:hover { border-color: #9bb2aa; box-shadow: 0 8px 20px rgba(56,78,68,.1); transform: translateY(-2px); }
.hogoken-home-article-card__image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.9) contrast(.97) brightness(1.03) sepia(.035); }
.hogoken-home-article-card > div { position: relative; display: flex; flex: 1; min-width: 0; flex-direction: column; padding: 14px 14px 30px; }
.hogoken-home-tag { display: inline-block; align-self: flex-start; padding: 3px 7px; border-radius: 4px; background: #e9eeeb; color: #476359; font-size: 13px; font-weight: 600; line-height: 1.45; }
.article-tag-before { background: #f5ede3; color: #886a47; }
.article-tag-health { background: #dcefe6; color: #33745d; }
.article-tag-behavior { background: #e9edf4; color: #566b87; }
.article-tag-topics { background: #e4eef1; color: #3f7282; }
.hogoken-home-article-card h3 { margin: 13px 0 9px; overflow-wrap: anywhere; font-size: 17px; font-weight: 600; letter-spacing: .005em; line-height: 1.55; }
.hogoken-home-article-card p { margin: 0; overflow-wrap: anywhere; color: #565b57; font-size: 14px; line-height: 1.8; }
.hogoken-home-article-card i { position: absolute; right: 14px; bottom: 10px; color: #527166; font-size: 21px; font-style: normal; line-height: 1; }
.hogoken-home-more { display: none; width: max-content; margin: 20px auto 0; padding: 11px 20px; border: 1px solid #8da59c; border-radius: 5px; color: #4f7168; font-size: 13px; font-weight: 600; text-decoration: none; }

.hogoken-home-ad { display: flex; min-height: 76px; margin: 0 34px 26px; align-items: center; justify-content: center; gap: 5px; flex-direction: column; border-radius: 9px; background: #f4f5f4; text-align: center; }
.hogoken-home-ad strong { font-size: 16px; font-weight: 500; }
.hogoken-home-ad span { color: #646a67; font-size: 11px; }
.hogoken-home-ad--small { min-height: 62px; }
.hogoken-home-ad--small strong { color: #777d79; font-size: 12px; }

.hogoken-home-events { margin: 0 34px 30px; padding: 24px 34px 27px; border-radius: 10px; background: #eef4f2; }
.hogoken-home-events__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 17px; }
.hogoken-home-events__heading > div > span { display: block; margin-bottom: 5px; color: #638078; font-size: 13px; font-weight: 600; letter-spacing: .12em; }
.hogoken-home-events h2 { margin: 0; font-size: 25px; font-weight: 600; line-height: 1.45; }
.hogoken-home-events p { margin: 7px 0 0; color: #5b625e; font-size: 13px; line-height: 1.8; }
.hogoken-home-events__heading > a { flex: 0 0 auto; padding: 10px 17px; border: 1px solid #9eaaa5; border-radius: 5px; background: rgba(255,255,255,.55); font-size: 12px; font-weight: 600; text-decoration: none; }
.hogoken-home-event-list { border-top: 1px solid #cdd8d4; }
.hogoken-home-event { display: grid; min-height: 72px; grid-template-columns: 74px 72px minmax(220px, 1fr) 100px 18px; align-items: center; gap: 16px; border-bottom: 1px solid #cdd8d4; text-decoration: none; }
.hogoken-home-event:hover { background: rgba(255,255,255,.45); }
.hogoken-home-event__date { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.hogoken-home-event__date strong { font-size: 24px; font-weight: 500; }
.hogoken-home-event__date small { margin-top: 5px; font-size: 10px; }
.hogoken-home-event__pref, .hogoken-home-event__type { justify-self: start; padding: 5px 8px; border: 1px solid #b8c6c0; border-radius: 4px; background: rgba(255,255,255,.65); font-size: 11px; white-space: nowrap; }
.hogoken-home-event__type { border-color: transparent; background: #dce9e4; }
.hogoken-home-event__name { display: flex; flex-direction: column; gap: 5px; }
.hogoken-home-event__name strong { font-size: 14px; font-weight: 600; }
.hogoken-home-event__name small { color: #6a716d; font-size: 11px; }
.hogoken-home-event__time { font-size: 12px; white-space: nowrap; }
.hogoken-home-event i { font-size: 22px; font-style: normal; font-weight: 300; }

.hogoken-home-checklist { display: grid; grid-template-columns: 24% 1fr; align-items: center; gap: 30px; margin: 0 34px 30px; padding: 34px 48px; border: 1px solid #afc8c1; border-radius: 10px; background: #f2f6f4; }
.hogoken-home-checklist__icon { display: grid; place-items: center; }
.hogoken-home-checklist__icon img { width: 150px; height: 150px; object-fit: contain; }
.hogoken-home-checklist > div:last-child { display: flex; align-items: flex-start; flex-direction: column; }
.hogoken-home-checklist > div:last-child > span { color: #4f817a; font-size: 13px; font-weight: 600; letter-spacing: .14em; }
.hogoken-home-checklist h2 { margin: 7px 0 10px; font-size: 27px; font-weight: 600; line-height: 1.45; }
.hogoken-home-checklist p { margin: 0; color: #515854; font-size: 15px; line-height: 1.9; }
.hogoken-home-checklist__items { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 17px 0; }
.hogoken-home-checklist__items b { color: #39433f; font-size: 14px; font-weight: 600; }
.hogoken-home-checklist .hogoken-home-button { margin-top: 0; padding: 11px 25px; }

.hogoken-home-feature { display: grid; grid-template-columns: 46% 54%; grid-template-rows: minmax(0, 1fr); aspect-ratio: 4 / 1; margin: 0 34px 30px; overflow: hidden; border-radius: 10px; background: #f0f2f1; }
.hogoken-home-feature__image { min-width: 0; min-height: 0; overflow: hidden; }
.hogoken-home-feature__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hogoken-home-feature__copy { display: grid; min-height: 0; align-content: center; justify-items: start; padding: 16px 42px; }
.hogoken-home-feature__copy > span, .hogoken-home-products__copy > span { color: #668178; font-size: 12px; font-weight: 600; letter-spacing: .14em; }
.hogoken-home-feature h2 { margin: 0 0 10px; font-size: 31px; font-weight: 500; letter-spacing: .01em; line-height: 1.45; }
.hogoken-home-feature p { margin: 0 0 14px; font-size: 16px; line-height: 1.9; }
.hogoken-home-feature .hogoken-home-button { margin-top: 0; padding: 12px 30px; }

.hogoken-home-products { padding: 0 34px 34px; }
.hogoken-home-products > a { display: grid; max-width: none; grid-template-columns: 42% 1fr; overflow: hidden; border-radius: 10px; background: #edf3f1; text-decoration: none; }
.hogoken-home-products__copy { padding: 38px 42px; }
.hogoken-home-products h2 { margin: 10px 0 13px; font-size: 31px; font-weight: 500; line-height: 1.45; }
.hogoken-home-products p { margin: 0; color: #56605a; font-size: 16px; line-height: 1.9; }
.hogoken-home-products b { display: inline-block; margin-top: 21px; color: #4e6c62; font-size: 13px; }
.hogoken-home-products__images { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 8px; padding: 22px; background: #f7f9f8; }
.hogoken-home-products__images img { width: 100%; height: 170px; object-fit: contain; }

@media (max-width: 1100px) {
	.hogoken-home-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.hogoken-home-hero { height: 650px; aspect-ratio: auto; }
	.hogoken-home-hero > img { object-fit: cover; object-position: 63% center; }
	.hogoken-home-hero__shade { background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.5) 65%, rgba(255,255,255,.05)); }
	.hogoken-home-hero__copy { width: 72%; padding: 54px 24px 58px; }
	.hogoken-home-hero p { font-size: 15px; }
	.hogoken-home-purpose__grid { grid-template-columns: repeat(2, 1fr); }
	.hogoken-home-events__heading { align-items: flex-start; flex-direction: column; }
	.hogoken-home-event { grid-template-columns: 64px 70px 1fr 18px; }
	.hogoken-home-event__type, .hogoken-home-event__time { display: none; }
	.hogoken-home-checklist { grid-template-columns: 1fr; padding: 30px; }
	.hogoken-home-checklist__icon { display: none; }
	.hogoken-home-feature { grid-template-columns: 1fr; grid-template-rows: auto auto; aspect-ratio: auto; }
	.hogoken-home-feature__image img { height: auto; }
	.hogoken-home-feature__copy { padding-top: 30px; padding-bottom: 30px; }
}

@media (max-width: 560px) {
	.hogoken-home-hero { height: 610px; }
	.hogoken-home-hero > img { object-position: 65% center; opacity: .78; }
	.hogoken-home-hero__copy { justify-content: flex-end; width: 94%; padding: 0 20px 48px; }
	.hogoken-home-hero__primary { font-size: clamp(34px, 10vw, 44px); }
	.hogoken-home-hero__secondary { font-size: clamp(27px, 7.6vw, 34px); }
	.hogoken-home-hero p { margin-top: 30px; font-size: 13px; line-height: 2; }
	.hogoken-home-hero p br { display: none; }
	.hogoken-home-purpose { padding: 22px 18px; }
	.hogoken-home-purpose__grid { gap: 9px; }
	.hogoken-home-purpose a { min-height: 112px; padding: 10px 6px; flex-direction: column; gap: 5px; }
	.hogoken-home-purpose b { width: 62px; height: 62px; }
	.hogoken-home-purpose span { font-size: 13px; }
	.hogoken-home-themes { padding: 20px 18px 0; }
	.hogoken-home-themes h2 { font-size: 17px; }
	.hogoken-home-new-articles-jump { display: flex; align-items: center; justify-content: center; min-height: 46px; margin: 15px 0 3px; border-top: 1px solid var(--hogoken-line); border-bottom: 1px solid var(--hogoken-line); color: #4f7168; font-size: 14px; font-weight: 600; text-decoration: none; }
	.hogoken-home-category-row { grid-template-columns: repeat(2, 1fr); }
	.hogoken-home-category-row a { height: 105px; border-bottom: 1px solid var(--hogoken-line); }
	.hogoken-home-category-row a:nth-child(2n) { border-right: 0; }
	.hogoken-home-category-row b { width: 52px; height: 52px; }
	.hogoken-home-category-row span { font-size: 13px; }
	.hogoken-home-articles { padding-right: 18px; padding-left: 18px; }
	.hogoken-home-section-title > a { display: none; }
	.hogoken-home-article-grid { grid-template-columns: 1fr; }
	.hogoken-home-article-card:nth-child(n+4) { display: none; }
	.hogoken-home-article-card > div { padding: 18px 18px 34px; }
	.hogoken-home-article-card h3 { font-size: 18px; }
	.hogoken-home-more { display: block; }
	.hogoken-home-ad, .hogoken-home-events, .hogoken-home-checklist, .hogoken-home-feature { margin-right: 18px; margin-left: 18px; }
	.hogoken-home-events { padding: 24px 18px; }
	.hogoken-home-event { grid-template-columns: 58px 1fr 16px; gap: 10px; }
	.hogoken-home-event__pref { display: none; }
	.hogoken-home-checklist { padding: 25px 20px; }
	.hogoken-home-checklist h2 { font-size: 22px; }
	.hogoken-home-checklist__items { flex-direction: column; gap: 9px; }
	.hogoken-home-feature h2 { font-size: 23px; }
	.hogoken-home-products { padding: 0 18px 28px; }
	.hogoken-home-products > a { grid-template-columns: 1fr; }
	.hogoken-home-products__copy { padding: 28px 24px; }
	.hogoken-home-products__images { padding: 16px; }
	.hogoken-home-products__images img { height: 115px; }
}

/* Article detail final cascade: keep this after component styles so the
 * baseline article geometry wins over the general child-theme defaults. */
.hogoken-subpage-hero__inner { padding: 38px 0 34px; }
.hogoken-subpage-hero__inner > span { margin-bottom: 10px; font-size: 15px; font-weight: 600; }
.hogoken-subpage-hero__type { margin: 10px 0 7px; color: #243b34; font-size: 30px; font-weight: 500; letter-spacing: .035em; }
.hogoken-subpage-hero__inner > p:last-child { font-size: 15px; }
.hogoken-breadcrumb { width: min(100% - 68px, 1160px); padding: 20px 0; color: #737975; font-size: 11px; }
.hogoken-breadcrumb span { margin: 0 6px; }
.hogoken-article-page { width: min(100% - 48px, 900px); padding: 36px 34px 58px; }
.hogoken-article-back,
.hogoken-article-list-link .hogoken-back-link { display: inline-flex; align-items: center; justify-content: center; border: 1px solid #67877d; border-radius: 6px; background: #fff; color: #4f7168; font-weight: 600; text-decoration: none; }
.hogoken-article-back { margin: 0 0 18px 18px; padding: 11px 20px; font-size: 15px; line-height: 1.5; }
.hogoken-article-list-link { margin: 32px 0 0; text-align: center; }
.hogoken-article-list-link .hogoken-back-link { min-width: 260px; margin: 0; padding: 13px 28px; font-size: 14px; line-height: 1.5; }
.hogoken-article-header { max-width: 760px; margin: 0 auto 26px; }
.hogoken-article-category { margin: 0 0 18px; padding: 4px 9px; border-radius: 4px; font-size: 11px; font-weight: 600; letter-spacing: .02em; line-height: 1.35; }
.hogoken-article-category::before { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: currentColor; content: ''; vertical-align: 1px; }
.hogoken-article-category.article-tag-before { background: #f5efe5; color: #94734e; }
.hogoken-article-date { margin: 0 0 10px; color: #6d7772; font-size: 13px; line-height: 1.6; }
.hogoken-article-header h1 { margin: 0 0 20px; font-size: clamp(30px, 4vw, 43px); font-weight: 500; letter-spacing: .02em; line-height: 1.5; }
.hogoken-article-lead { max-width: 760px; margin: 0; color: #4f5853; font-size: 17px; line-height: 2.05; }
.hogoken-article-content { max-width: 832px; font-size: 16px; line-height: 2.05; }
.hogoken-article-content > h2,
.hogoken-article-content > h3,
.hogoken-article-content > h4,
.hogoken-article-content > p,
.hogoken-article-content > ul,
.hogoken-article-content > ol,
.hogoken-article-content > figure { max-width: 760px; margin-right: auto; margin-left: auto; }
.hogoken-article-content > h2 { margin-top: 52px; margin-bottom: 18px; padding: 3px 0 0; border: 0; font-size: 25px; font-weight: 500; line-height: 1.65; }
.hogoken-article-content > h3 { margin-top: 38px; font-size: 20px; font-weight: 500; }
.hogoken-article-content > p { margin-bottom: 20px; color: #474e49; font-size: 15px; line-height: 2.1; }
.hogoken-article-content > .wp-block-table { max-width: 760px; margin: 32px auto; }

.hogoken-article-content .is-style-hogoken-note { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 32px; margin: 10px 0 32px; padding: 28px 32px; border-top: 1px solid var(--hogoken-line); border-bottom: 1px solid var(--hogoken-line); border-left: 0; background: transparent; }
.hogoken-article-content .is-style-hogoken-note::before { grid-column: 1; align-self: start; margin: 0; content: 'NOTE'; font-size: 14px; font-weight: 600; letter-spacing: .15em; line-height: 1.5; }
.hogoken-article-content .is-style-hogoken-note > .wp-block-group__inner-container { grid-column: 2; min-width: 0; }
.hogoken-article-content .is-style-hogoken-note p { margin: 0 0 12px; color: #626964; font-size: 15px; line-height: 1.9; }
.hogoken-article-content .is-style-hogoken-note p:last-child { margin-bottom: 0; }

.hogoken-article-content .wp-block-table,
.hogoken-article-content .is-style-hogoken-table { overflow: hidden; border: 1px solid var(--hogoken-line); border-radius: 8px; }
.hogoken-article-content .wp-block-table table { margin: 0; border: 0; }
.hogoken-article-content .wp-block-table thead { border-bottom: 1px solid var(--hogoken-line); }
.hogoken-article-content .wp-block-table th,
.hogoken-article-content .wp-block-table td { padding: 12px 14px; border-top: 0; border-left: 0; font-size: 14px; line-height: 1.75; }
.hogoken-article-content .wp-block-table th:last-child,
.hogoken-article-content .wp-block-table td:last-child { border-right: 0; }
.hogoken-article-content .wp-block-table tr:last-child td { border-bottom: 0; }
.hogoken-article-content .wp-block-table th { background: #f3f6f4; font-weight: 600; }

.hogoken-article-content .is-style-hogoken-numbered-section { margin: 0; padding: 0 0 38px; grid-template-columns: 76px minmax(0, 1fr); column-gap: 24px; }
.hogoken-article-content .is-style-hogoken-numbered-section > :first-child:not(.wp-block-group__inner-container),
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > :first-child { color: #658178; font-family: Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1.5; }
.hogoken-article-content .is-style-hogoken-numbered-section > h2,
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > h2 { margin: 0 0 16px; padding: 0; border: 0; font-size: 25px; font-weight: 500; line-height: 1.55; }
.hogoken-article-content .is-style-hogoken-numbered-section > p:not(:first-child),
.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > p:not(:first-child) { margin: 0 0 15px; line-height: 2.05; }
.hogoken-article-list-link .hogoken-back-link { min-width: 260px; justify-content: center; margin: 0; padding: 13px 28px; font-size: 14px; }
.hogoken-article-navigation { gap: 12px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #dce3df; }
.hogoken-article-navigation a { justify-content: center; min-height: 96px; padding: 17px 19px; border: 1px solid #d7e1dd; border-radius: 8px; background: #fff; }
.hogoken-article-navigation span { margin-bottom: 7px; color: #668178; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.hogoken-article-navigation strong { font-size: 15px; font-weight: 600; line-height: 1.65; }

@media (max-width: 560px) {
	.hogoken-article-back { margin-left: 0; }
	.hogoken-article-content { line-height: 2; }
	.hogoken-article-content > h2,
	.hogoken-article-content > h3,
	.hogoken-article-content > h4,
	.hogoken-article-content > p,
	.hogoken-article-content > ul,
	.hogoken-article-content > ol,
	.hogoken-article-content > figure,
	.hogoken-article-content > .wp-block-table { max-width: none; }
	.hogoken-article-content > h2 { margin-top: 2em; font-size: 21px; }
	.hogoken-article-content .is-style-hogoken-note { grid-template-columns: 1fr; row-gap: 14px; margin: 8px 0 28px; padding: 22px 0; }
	.hogoken-article-content .is-style-hogoken-note::before { grid-column: 1; }
	.hogoken-article-content .is-style-hogoken-note > .wp-block-group__inner-container { grid-column: 1; }
	.hogoken-article-content .is-style-hogoken-note p { font-size: 15px; }
	.hogoken-article-content .is-style-hogoken-numbered-section { grid-template-columns: 48px minmax(0, 1fr); column-gap: 13px; padding-bottom: 30px; }
	.hogoken-article-content .is-style-hogoken-numbered-section > :first-child:not(.wp-block-group__inner-container),
	.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > :first-child { font-size: 22px; }
	.hogoken-article-content .is-style-hogoken-numbered-section > h2,
	.hogoken-article-content .is-style-hogoken-numbered-section > .wp-block-group__inner-container > h2 { font-size: 21px; margin-bottom: 12px; }
}
