body:not(.home) .entry-title { font-size: clamp(26px, 4vw, 38px); line-height: 1.45; letter-spacing: .01em; }
body:not(.home) .article { max-width: 780px; margin-inline: auto; }
body:not(.home) .entry-content { color: #303846; font-size: 17px; line-height: 1.9; }
.ymt-fallback-eye-catch { overflow: hidden; margin: 0 0 30px; border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
.ymt-fallback-eye-catch img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
body:not(.home) .entry-content h2 { margin-top: 2.6em; padding: .55em .8em; border-left: 6px solid var(--color-primary); background: #f7fbff; font-size: 1.55em; }
body:not(.home) .entry-content h3 { margin-top: 2em; padding: .55em .75em; border-radius: 7px; background: var(--color-primary-light); font-size: 1.25em; }
body:not(.home) .entry-content h4 { padding-bottom: .35em; border-bottom: 2px solid var(--color-primary); }
body:not(.home) .entry-content a { color: #1769bd; text-decoration: underline; text-underline-offset: 3px; }
body:not(.home) .entry-content blockquote { border-left-color: var(--color-primary); border-radius: 0 8px 8px 0; background: #f4f8fc; }
body:not(.home) .entry-content table { min-width: 560px; }
body:not(.home) .entry-content .wp-block-table,
body:not(.home) .entry-content .ymt-table-wrap { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ymt-article-note { margin: 1.8em 0; padding: 18px 20px; border: 1px solid #b9d7f5; border-left: 5px solid var(--color-primary); border-radius: 8px; background: #f3f9ff; }
.ymt-article-visual { overflow: hidden; margin: 2em 0; border-radius: var(--radius-card); background: var(--color-surface); box-shadow: var(--shadow-card); }
.ymt-article-visual img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.ymt-article-visual figcaption { margin: 0; padding: 10px 14px; background: #f7faff; color: var(--color-text-muted); font-size: 13px; line-height: 1.6; text-align: left; }
.ymt-event-checklist { padding: 18px 22px 18px 42px; border-radius: 8px; background: #fff8ef; }
.ymt-official-link { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 14px; border: 1px solid #9fc7ef; border-radius: 999px; background: #f3f9ff; font-weight: 700; }
.ymt-official-link::after { margin-left: 7px; content: "↗"; text-decoration: none; }
body:not(.home) .breadcrumb { color: var(--color-text-muted); font-size: 12px; }
body:not(.home) .sidebar { border: 0; background: transparent; }
.ymt-contact-email { max-width: 720px; margin-top: 28px; padding: 24px; border: 1px solid var(--color-border); border-radius: var(--radius-card); background: #f9fbfe; }
.ymt-contact-email h2 { margin-top: 0 !important; }
.ymt-contact-email img { display: block; width: min(100%, 900px); height: auto; margin: 20px 0; border: 1px solid var(--color-border); border-radius: 8px; background: #fff; }
.ymt-contact-email-note { margin-bottom: 0; color: var(--color-text-muted); font-size: 14px; }
.ymt-html-sitemap { display: grid; gap: 24px; }
.ymt-html-sitemap section { padding: 20px; border: 1px solid var(--color-border); border-radius: var(--radius-card); background: #f9fbfe; }
.ymt-html-sitemap section h2 { margin-top: 0 !important; }
.ymt-html-sitemap ul { margin-bottom: 0; }
.ymt-html-sitemap li { margin-block: 7px; }
.ymt-html-sitemap time { margin-left: 10px; color: var(--color-text-muted); font-size: 13px; white-space: nowrap; }
