/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2026 | 16:57:37 */
/* ==================================================
   dr-fukushima.com 追加CSS｜トップページ専用 v1（共通分離）
   用途：トップページ用CSS
   作成日：2026-05-19
   整理日：2026-06-02

   収録カテゴリ：
   A. 設計基盤・変数
   B. 基本タイポグラフィ・汎用要素
   I. トップページ：ファーストビュー・共通構造
   J. トップページ：今後の診療について
   K. トップページ：ピックアップ
   L. トップページ：ご挨拶
   M. トップページ：生涯手術成績
   N. トップページ：メッセージ
   O. トップページ：脳疾患リンク
   P. トップページ：Blog / News
   Z. トップページ用スマホ上書き

   読み込み：
   共通・下層ページ用CSSと併用する場合は、共通CSSの後に本ファイルを読み込む。
================================================== */

/* ==================================================
   A. 設計基盤・変数
================================================== */

/* A-01. Webフォント読み込み */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');

/* A-02. 共通変数 */
:root {
    --df-navy: #07324a;
    --df-navy-hover: #0b4b6d;
    --df-text: #1f2f3d;
    --df-subtext: #5a6470;
    --df-gold: #b8aa8e;
    --df-gold-light: #d8d0bf;
    --df-border: #ded6c6;
    --df-bg-soft: #fbfaf7;
    --df-intro-bg: #f2f0ea;
    --df-alert-bg: #fff8f6;
    --df-alert-border: #ead2cc;
    --df-alert-red: #9b2f2f;
}

/* ==================================================
   B. 基本タイポグラフィ・汎用要素
================================================== */

/* B-01. サイト全体の基本フォント */
html,
body {
    font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
    color: var(--df-text);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* B-02. 本文・リスト・表のフォント統一 */
p,
li,
td,
th,
dt,
dd {
    font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
}

/* B-03. フォーム部品のフォント統一 */
input,
textarea,
select,
button {
    font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    font-weight: 400;
}

/* B-04. リンク・ボタンのフォント統一 */
a,
button,
input[type="submit"],
.btn,
.btn-success {
    font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

/* B-05. 太字 */
strong,
b {
    font-weight: 700;
}

/* B-06. WordPress標準の右寄せ */
.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}

/* B-07. WordPressの小さい文字サイズ */
.has-small-font-size {
    line-height: 1.8em;
}

/* B-08. .btn-successボタン */
.btn-success {
    color: #ffffff;
    background-color: #0b5f8a;
    border-color: #0b5f8a;
    border-radius: 6px;
    font-weight: 600;
}

/* B-09. .btn-successホバー・フォーカス */
.btn-success:hover,
.btn-success:focus {
    color: #ffffff;
    background-color: #084764;
    border-color: #084764;
}

/* B-10. ナビゲーション */
nav,
.menu,
.global-nav,
.header-nav,
.site-navigation {
    font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
}

/* ==================================================
   I. トップページ：ファーストビュー・共通構造
================================================== */

/* I-01. ファーストビュー調整 */
.home #parallax-hero,
.home .hero-slideshow-wrapper {
    min-height: 620px;
}

.home .hero-slideshow-wrapper .hero__content {
    padding-top: 120px;
    padding-bottom: 90px;
}

.home .hero-content-style2 h2 {
    color: #ffffff;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.45;
    letter-spacing: 0.05em;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}



/* I-02. トップページ共通：セクション余白・見出し調整 */
.home #sid1726194857947,
.home #features,
.home #about,
.home #pickup,
.home #sid_message,
.home #top-brain-disease,
.home #top-explanation {
    padding-top: 64px;
    padding-bottom: 64px;
}

.home #sid1726194857947 .section-title,
.home #features .section-title,
.home #about .section-title,
.home #pickup .section-title,
.home #sid_message .section-title,
.home #top-brain-disease .section-title,
.home #top-explanation .section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 34px;
    padding-bottom: 14px;
    color: var(--df-navy);
    font-size: clamp(30px, 3.2vw, 42px);
    font-weight: 800;
    letter-spacing: 0.04em;
}

.home #sid1726194857947 .section-title::after,
.home #features .section-title::after,
.home #about .section-title::after,
.home #pickup .section-title::after,
.home #sid_message .section-title::after,
.home #top-brain-disease .section-title::after,
.home #top-explanation .section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 64px;
    height: 3px;
    background: var(--df-gold);
    transform: translateX(-50%);
    border-radius: 999px;
}

.home #sid1726194857947 .section-desc,
.home #about .section-desc,
.home #sid_message .section-desc,
.home #top-brain-disease .section-desc,
.home #top-explanation .section-desc {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/* I-03. トップページ：セクション背景のリズム調整 */

.home #sid1726194857947 {
    background: linear-gradient(180deg, #f3f1ec 0%, #fbfaf7 100%) !important;
}

.home #features {
    background: #ffffff !important;
}

.home #about {
    background: var(--df-bg-soft) !important;
}

.home #pickup {
    background: #ffffff !important;
}

.home #sid_message {
    background: var(--df-bg-soft) !important;
}

.home #top-brain-disease {
    background: #ffffff !important;
}

.home #top-explanation {
    background: var(--df-bg-soft) !important;
}

/* ==================================================
   J. トップページ：今後の診療について
================================================== */

/* J-01. トップ：今後の診療について */

.home #sid1726194857947 {
    padding-top: 58px !important;
    padding-bottom: 70px !important;
    background: linear-gradient(180deg, #f3f1ec 0%, #fbfaf7 100%) !important;
}

/* J-02. 見出し＋本文カード */
.home #sid1726194857947 .section-title-area {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 42px 48px 40px;
    background: #ffffff;
    border: 1px solid #ded6c6;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(7, 50, 74, 0.10);
    text-align: left;
    box-sizing: border-box;
}

/* J-03. 左アクセントライン：非表示 */
.home #sid1726194857947 .section-title-area::before {
    content: none !important;
    display: none !important;
}

/* J-04. 見出し */
.home #sid1726194857947 .section-title {
    display: block;
    margin: 0 0 22px;
    padding: 0 0 16px;
    color: var(--df-navy);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-align: left;
    border-bottom: 1px solid var(--df-gold-light);
}

/* J-05. 見出し下線 */
.home #sid1726194857947 .section-title::after {
    left: 0 !important;
    transform: none !important;
    width: 64px;
    height: 3px;
    background: var(--df-gold);
}

/* J-06. 本文エリア */
.home #sid1726194857947 .section-desc {
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* J-07. 本文 */
.home #sid1726194857947 .section-desc p {
    margin: 0 0 16px;
    color: var(--df-text);
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
}

/* J-08. 先頭文 */
.home #sid1726194857947 .section-desc p:first-child {
    color: var(--df-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.9;
}

/* J-09. 最終段落 */
.home #sid1726194857947 .section-desc p:last-child {
    margin-bottom: 0;
}

/* J-10. 本文内リンク */
.home #sid1726194857947 .section-desc a {
    color: var(--df-navy);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

/* J-11. 診療案内ボタン */
.home #sid1726194857947 .top-consultation-button {
    margin: 24px 0 0 !important;
}

.home #sid1726194857947 .top-consultation-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    color: #ffffff !important;
    background: var(--df-navy);
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(7, 50, 74, 0.16);
}

.home #sid1726194857947 .top-consultation-button a:hover {
    background: var(--df-navy-hover);
}


/* J-12. スマホ調整 */
@media (max-width: 768px) {
    .home #sid1726194857947 {
        padding-top: 42px !important;
        padding-bottom: 50px !important;
    }

    .home #sid1726194857947 .section-title-area {
        padding: 28px 24px 26px;
        border-radius: 14px;
    }

    .home #sid1726194857947 .section-title-area::before {
        top: 24px;
        height: calc(100% - 48px);
        width: 5px;
    }

    .home #sid1726194857947 .section-title {
        font-size: 25px;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }

    .home #sid1726194857947 .section-desc p {
        font-size: 16px;
        line-height: 1.9;
    }

    .home #sid1726194857947 .section-desc p:first-child {
        font-size: 16.5px;
    }

    .home #sid1726194857947 .top-consultation-button a {
        width: 100%;
        box-sizing: border-box;
    }}

/* ==================================================
   K. トップページ：ピックアップ
================================================== */

/* K-01. ピックアップ：余白つきカード型デザイン */
.home #features .section-content > .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home #features .feature-item {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 14px 14px 24px !important;
    margin: 0 !important;
    background: #ffffff;
    border: 1px solid var(--df-border);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(7, 50, 74, 0.07);
    overflow: hidden;
    box-sizing: border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home #features .feature-item:has(.feature-media:empty):has(h4:empty) {
    display: none !important;
}

.home #features .feature-item:hover {
    transform: translateY(-3px);
    border-color: var(--df-gold-light);
    box-shadow: 0 16px 34px rgba(7, 50, 74, 0.11);
}

.home #features .feature-media {
    margin: 0 0 22px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--df-bg-soft);
}

.home #features .feature-media a,
.home #features .feature-media .icon-image {
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.home #features .feature-media img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: none;
    filter: none;
    transform: scale(1);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.home #features .feature-item:hover .feature-media img {
    transform: scale(1.04);
    filter: contrast(1.04) saturate(1.04);
}

.home #features .feature-item h4 {
    display: block;
    margin: 0 12px 10px;
    padding: 0;
    border: none;
    font-size: 20px;
    line-height: 1.55;
    text-align: center;
}

.home #features .feature-item h4 a {
    color: var(--df-navy);
    font-weight: 800;
    text-decoration: none;
}

.home #features .feature-item-content {
    padding: 0 12px;
    text-align: center;
}

.home #features .feature-item-content p {
    margin: 0;
    color: var(--df-subtext);
    font-size: 15.5px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .home #features .section-content > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 22px;
    }
}

/* K-03. PC：ピックアップ画像をカード上部いっぱいに広げる */
@media (min-width: 769px) {
    .home #features .feature-item {
        padding: 0 0 24px !important;
    }

    .home #features .feature-media {
        width: 100% !important;
        margin: 0 0 22px !important;
        border-radius: 10px !important;
        overflow: hidden !important;
    }

    .home #features .feature-media a,
    .home #features .feature-media .icon-image {
        width: 100% !important;
        border-radius: 10px !important;
        overflow: hidden !important;
    }

    .home #features .feature-media img {
        width: 100% !important;
        max-width: none !important;
        height: 220px !important;
        object-fit: cover !important;
        border-radius: 10px !important;
    }

    .home #features .feature-item h4,
    .home #features .feature-item-content {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ==================================================
   L. トップページ：ご挨拶
================================================== */

/* L-01. ご挨拶：プロフィールカード化 */
.home #about .section-title-area {
    max-width: none !important;
}

.home #about .section-desc {
    max-width: none !important;
    width: 100% !important;
    text-align: left;
}

.home #about .section-desc > .row {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--df-border);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(7, 50, 74, 0.08);
    box-sizing: border-box;
}

.home #about .section-desc img {
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(7, 50, 74, 0.10);
}

.home #about .section-desc p {
    color: var(--df-text);
    font-size: 17px;
    line-height: 1.95 !important;
}

.home #about .section-desc p:first-of-type {
    color: var(--df-navy);
    font-size: 20px !important;
    line-height: 1.85 !important;
    letter-spacing: 0.02em;
}

.home #about .section-desc .alignright {
    box-shadow: none;
    border-radius: 0;
}

/* ==================================================
   M. トップページ：生涯手術成績
================================================== */

/* M-01. トップ：福島孝徳 生涯手術成績 */
.surgery-records {
    width: 100% !important;
    max-width: 1080px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.surgery-records-lead {
    margin: 0 0 28px !important;
    color: var(--df-navy) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.8 !important;
    text-align: center !important;
}

.surgery-records-grid {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 20px !important;
    box-sizing: border-box !important;
}

.surgery-record-card {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 132px !important;
    padding: 14px 16px !important;
    background: #ffffff !important;
    border: 1px solid #e5ddcf !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 12px rgba(7, 50, 74, 0.04) !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.surgery-record-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.surgery-record-icon img {
    width: 34px !important;
    height: auto !important;
    opacity: 0.68 !important;
}

.surgery-record-body {
    min-width: 0 !important;
    text-align: left !important;
}

.surgery-record-title {
    display: block !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    color: var(--df-navy) !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.surgery-record-number {
    color: var(--df-text) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
}

.surgery-record-number .record-num {
    font-size: 30px !important;
    font-weight: 800 !important;
}

.surgery-record-number .record-unit {
    margin-left: 1px !important;
    font-size: 19px !important;
    font-weight: 800 !important;
}

.surgery-record-number .record-more {
    margin-left: 6px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.surgery-record-note {
    margin-top: 4px !important;
    color: var(--df-subtext) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.55 !important;
    white-space: normal !important;
}

.surgery-records-date {
    margin: 22px 0 0 !important;
    color: var(--df-subtext) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* ==================================================
   N. トップページ：メッセージ
================================================== */

/* N-01. 福島孝徳からのメッセージ：本文カード化 */

.home #sid_message .section-desc {
    position: relative;
    padding: 34px 38px;
    background: #ffffff;
    border: 1px solid var(--df-border);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(7, 50, 74, 0.08);
    text-align: left;
}

.home #sid_message .section-desc::before {
    content: none !important;
    display: none !important;
}

.home #sid_message .section-desc p {
    margin: 0 0 18px;
    color: var(--df-text);
    font-size: 17px;
    line-height: 1.95;
}

.home #sid_message .section-desc p:last-of-type {
    margin-bottom: 28px;
}

.home #sid_message .btn {
    border-radius: 999px;
    padding: 14px 34px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

/* N-02. 福島孝徳からのメッセージ：お問い合わせ注意書き */
.home #sid_message .section-desc p.dr-contact-note,
#sid_message .section-desc p.dr-contact-note {
    position: relative !important;
    display: block !important;
    margin: 34px 0 0 !important;
    padding: 18px 24px 18px 56px !important;
    background: #fff8f8 !important;
    border: 1px solid #f0dddd !important;
    border-radius: 10px !important;
    color: #9b1c1c !important;
    font-size: 15.5px !important;
    line-height: 1.9 !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    box-sizing: border-box !important;
}

/* N-03. 福島孝徳からのメッセージ：お問い合わせ注意書きの！アイコン */
.home #sid_message .section-desc p.dr-contact-note::before,
#sid_message .section-desc p.dr-contact-note::before {
    content: "！" !important;
    position: absolute !important;
    top: 21px !important;
    left: 24px !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #b21d1d !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 22px !important;
    text-align: center !important;
}

/* N-04. 福島孝徳からのメッセージ：お問い合わせ注意書き内リンク */
.home #sid_message .section-desc p.dr-contact-note a,
#sid_message .section-desc p.dr-contact-note a {
    color: #9b1c1c !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

/* N-05. スマホ：お問い合わせ注意書き */
@media (max-width: 768px) {
    .home #sid_message .section-desc p.dr-contact-note,
    #sid_message .section-desc p.dr-contact-note {
        margin-top: 28px !important;
        padding: 16px 18px 16px 50px !important;
        font-size: 14.5px !important;
        line-height: 1.85 !important;
    }

    .home #sid_message .section-desc p.dr-contact-note::before,
    #sid_message .section-desc p.dr-contact-note::before {
        top: 19px !important;
        left: 20px !important;
        width: 20px !important;
        height: 20px !important;
        font-size: 13px !important;
        line-height: 20px !important;
    }
}

/* ==================================================
   O. トップページ：脳疾患リンク
================================================== */

/* O-01. 脳疾患一覧・Dr.福島が解説する脳疾患：リンクカード化 */
.home #top-brain-disease .section-desc .row,
.home #top-explanation .section-desc .row {
    display: grid;
    gap: 14px;
}

.home #top-brain-disease .section-desc .row {
    grid-template-columns: repeat(4, 1fr);
}

.home #top-explanation .section-desc .row {
    grid-template-columns: repeat(2, 1fr);
}

.home #top-brain-disease .section-desc .row > div,
.home #top-explanation .section-desc .row > div {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

.home #top-brain-disease .section-desc a,
.home #top-explanation .section-desc a {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    min-height: 58px;
    padding: 15px 18px;
    color: var(--df-text);
    background: #ffffff;
    border: 1px solid var(--df-border);
    border-radius: 12px;
    box-shadow: 0 7px 18px rgba(7, 50, 74, 0.05);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home #top-brain-disease .section-desc a:hover,
.home #top-explanation .section-desc a:hover {
    color: var(--df-navy);
    border-color: var(--df-gold-light);
    box-shadow: 0 12px 26px rgba(7, 50, 74, 0.09);
    transform: translateY(-2px);
}

.home #top-brain-disease .section-desc i,
.home #top-explanation .section-desc i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--df-gold);
    line-height: 1 !important;
    transform: translateY(0) !important;
}

/* ==================================================
   P. トップページ：Blog / News
================================================== */

/* P-01. トップページ記事一覧サムネイル：正方形 */
.home #blog .list-article-thumb,
.home #news .list-article-thumb {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    margin-top: 6px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    border: 1px solid var(--df-border) !important;
    box-shadow: 0 8px 20px rgba(7, 50, 74, 0.08) !important;
}

.home #blog .list-article-thumb a,
.home #news .list-article-thumb a {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}

.home #blog .list-article-thumb img,
.home #news .list-article-thumb img {
    display: block !important;
    width: 180px !important;
    height: 180px !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 10px !important;
    transform: scale(1) !important;
    transition: transform 0.35s ease, filter 0.35s ease !important;
}

.home #blog .list-article:hover .list-article-thumb img,
.home #news .list-article:hover .list-article-thumb img {
    transform: scale(1.045) !important;
    filter: contrast(1.04) saturate(1.04) !important;
}


/* ==================================================
   Q〜Z. 下層ページ・スマホ上書き
   ※P-01の後に配置する必要があるため、この位置に統合
================================================== */

/* ==================================================
   Z. トップページ用スマホ上書き
================================================== */

/* Z-02. スマホ：生涯手術成績 */
@media (max-width: 768px) {
        .surgery-records {
            width: 100% !important;
            max-width: none !important;
            margin: 0 auto !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            box-sizing: border-box !important;
        }

        .surgery-records-lead {
            margin-bottom: 24px !important;
            font-size: 18px !important;
            line-height: 1.75 !important;
            text-align: center !important;
        }

        .surgery-records-grid {
            display: grid !important;
            width: 100% !important;
            grid-template-columns: 1fr !important;
            gap: 14px !important;
            box-sizing: border-box !important;
        }

        .surgery-record-card {
            width: 100% !important;
            min-width: 0 !important;
            height: auto !important;
            min-height: 132px !important;
            padding: 14px 16px !important;
            border-radius: 10px !important;
            box-sizing: border-box !important;
            overflow: visible !important;
        }

        .surgery-record-body {
            min-width: 0 !important;
        }

        .surgery-record-title {
            font-size: 17px !important;
            line-height: 1.4 !important;
        }

        .surgery-record-number .record-num {
            font-size: 30px !important;
        }

        .surgery-record-note {
            white-space: normal !important;
        }
}
/* Z-03. スマホ：ピックアップを1列カード＋画像本文横並びに再設計 */
@media (max-width: 768px) {

    /* Z-03-01. ピックアップ全体を1列に戻す */
    .home #features .section-content > .row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Z-03-02. カード本体 */
    .home #features .feature-item {
        display: grid !important;
        grid-template-columns: 112px minmax(0, 1fr) 18px;
        grid-template-rows: auto auto;
        gap: 12px 14px;
        align-items: start;
        width: 100% !important;
        max-width: none !important;
        padding: 18px 16px !important;
        margin: 0 !important;
        border-radius: 12px !important;
        text-align: left;
        box-sizing: border-box !important;
    }

    /* Z-03-03. タイトル */
    .home #features .feature-item h4 {
        grid-column: 1 / 3;
        grid-row: 1;
        margin: 0;
        padding: 0;
        color: var(--df-navy);
        font-size: 18px;
        line-height: 1.45;
        text-align: left;
    }

    /* Z-03-04. サムネイル枠 */
    .home #features .feature-media {
        grid-column: 1;
        grid-row: 2;
        width: 112px !important;
        height: 84px !important;
        margin: 0 !important;
        overflow: hidden !important;
        border-radius: 6px !important;
        background: #f7f6f2;
    }

    /* Z-03-05. サムネイルリンク */
    .home #features .feature-media a,
    .home #features .feature-media .icon-image {
        display: block !important;
        width: 112px !important;
        height: 84px !important;
        overflow: hidden !important;
        border-radius: 6px !important;
    }

    /* Z-03-06. サムネイル画像 */
    .home #features .feature-media img {
        display: block !important;
        width: 112px !important;
        height: 84px !important;
        max-width: none !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
        object-position: center center !important;
        border-radius: 6px !important;
        box-shadow: none !important;
    }

    /* Z-03-07. 本文 */
    .home #features .feature-item-content {
        grid-column: 2;
        grid-row: 2;
        min-width: 0 !important;
        padding: 0;
        text-align: left;
    }

    .home #features .feature-item-content p {
        margin: 0;
        color: var(--df-subtext);
        font-size: 15px;
        line-height: 1.7;
    }

    /* Z-03-08. 右矢印 */
    .home #features .feature-item::after {
        content: "›";
        grid-column: 3;
        grid-row: 1 / 3;
        align-self: center;
        justify-self: end;
        color: var(--df-gold);
        font-size: 40px;
        font-weight: 300;
        line-height: 1;
    }
}
/* Z-04. スマホ：Blog / News 一覧をタイトル全面＋画像本文型に再設計 */
@media (max-width: 768px) {
    .home #blog .list-article,
    .home #news .list-article {
        display: grid !important;
        grid-template-columns: 118px minmax(0, 1fr) !important;
        grid-template-rows: auto auto auto !important;
        gap: 10px 14px !important;
        align-items: start !important;
        padding: 18px 0 22px !important;
        border-bottom: 1px solid #e6dfd2 !important;
    }

    .home #blog .list-article-content,
    .home #news .list-article-content,
    .home #blog .entry-header,
    .home #news .entry-header {
        display: contents !important;
    }

    .home #blog .list-article-meta,
    .home #news .list-article-meta {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        color: #9b8c6c;
        font-size: 12.5px !important;
        line-height: 1.5 !important;
        font-weight: 800 !important;
        letter-spacing: 0.06em;
    }

    .home #blog h2.entry-title,
    .home #news h2.entry-title {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 0 8px !important;
        color: var(--df-navy);
        font-size: 17px !important;
        line-height: 1.5 !important;
        font-weight: 800 !important;
        border-bottom: 1px solid #e6dfd2 !important;
    }

    .home #blog h2.entry-title a,
    .home #news h2.entry-title a {
        color: inherit !important;
        text-decoration: none !important;
    }

    .home #blog .list-article-thumb,
    .home #news .list-article-thumb {
        grid-column: 1 !important;
        grid-row: 3 !important;
        width: 118px !important;
        min-width: 118px !important;
        max-width: 118px !important;
        margin: 0 !important;
        border-radius: 12px !important;
    }

    .home #blog .list-article-thumb img,
    .home #news .list-article-thumb img {
        display: block !important;
        width: 118px !important;
        height: auto !important;
        aspect-ratio: 4 / 3;
        object-fit: cover !important;
        border-radius: 12px !important;
    }

    .home #blog .entry-excerpt,
    .home #news .entry-excerpt {
        grid-column: 2 !important;
        grid-row: 3 !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    .home #blog .entry-excerpt p,
    .home #news .entry-excerpt p {
        margin: 0 !important;
        color: var(--df-subtext);
        font-size: 13.5px !important;
        line-height: 1.6 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }
}
/* Z-05. スマホ：脳疾患一覧・解説リンクを2列カード化 */
@media (max-width: 768px) {
    .home #top-brain-disease .section-desc,
    .home #top-explanation .section-desc {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }

    .home #top-brain-disease .section-desc .row,
    .home #top-explanation .section-desc .row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .home #top-brain-disease .section-desc .row > div,
    .home #top-explanation .section-desc .row > div {
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
    }

    .home #top-brain-disease .section-desc a,
    .home #top-explanation .section-desc a {
        min-height: 56px;
        padding: 12px 10px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 1.45;
    }

    .home #top-brain-disease .section-desc i,
    .home #top-explanation .section-desc i {
        margin-right: 6px;
    }
}
/* Z-07. スマホ：ファーストビューを画像＋短文コピーに調整 */
@media (max-width: 768px) {
    .home #parallax-hero,
    .home .hero-slideshow-wrapper {
        min-height: auto !important;
    }

    .home .hero-slideshow-wrapper .hero__content {
        padding: 72px 14px 34px !important;
    }

    .home .hero-content-style2 .hcl2-content {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        text-align: left;
    }

    .home .hero-content-style2 .hcl2-image {
        display: block;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        margin: 0 auto 16px !important;
        border-radius: 14px;
    }

    .home .hero-content-style2 h2 {
        width: 100%;
        margin: 0 !important;
        color: #ffffff;
        font-size: clamp(18px, 5vw, 23px) !important;
        line-height: 1.5 !important;
        letter-spacing: 0.035em;
        text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
    }

    .home .hero-content-style2 .hero-small-text,
    .home .hero-content-style2 .hero-small-text p {
        display: none !important;
    }
}
/* Z-08. スマホ：脳疾患リンクカードのアイコン上下中央揃え */
@media (max-width: 768px) {
    .home #top-brain-disease .section-desc a,
    .home #top-explanation .section-desc a {
        display: flex !important;
        align-items: center !important;
        gap: 8px;
    }

    .home #top-brain-disease .section-desc i,
    .home #top-explanation .section-desc i {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 18px;
        min-width: 18px;
        height: 18px;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        transform: translateY(0) !important;
    }
}