/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2026 | 07:27:55 */
/* ==================================================
   Dr.福島が解説する脳疾患 一覧・詳細ページCSS
   対象: /brain-disease-drfukushima/ page-id-1447
   対象: 配下詳細ページ page-id-3613, 3830, 1427, 3802
================================================== */

/* 001. Dr.福島解説：ページスコープ */
body.page-id-1447,
body.page-id-3613,
body.page-id-3830,
body.page-id-1427,
body.page-id-3802 {
    --dr-brain-navy: #06344a;
    --dr-brain-ink: #1f2f38;
    --dr-brain-muted: #66737b;
    --dr-brain-gold: #9a7b45;
    --dr-brain-line: #e6dfd2;
    --dr-brain-paper: #fffdfa;
    --dr-brain-soft: #fbfaf7;
}

/* 002. Dr.福島解説：背景 */
body.page-id-1447 #content,
body.page-id-1447 .site-content,
body.page-id-1447 .content-wrapper,
body.page-id-3613 #content,
body.page-id-3613 .site-content,
body.page-id-3613 .content-wrapper,
body.page-id-3830 #content,
body.page-id-3830 .site-content,
body.page-id-3830 .content-wrapper,
body.page-id-1427 #content,
body.page-id-1427 .site-content,
body.page-id-1427 .content-wrapper,
body.page-id-3802 #content,
body.page-id-3802 .site-content,
body.page-id-3802 .content-wrapper {
    background: linear-gradient(180deg, #ffffff 0%, var(--dr-brain-soft) 100%) !important;
}

/* 003. Dr.福島解説一覧：本文幅 */
body.page-id-1447 .brain-disease.entry-content {
    color: var(--dr-brain-ink);
}

body.page-id-1447 .brain-disease.entry-content .container {
    width: 100%;
    max-width: 980px;
}

body.page-id-1447 .brain-disease.entry-content .col-md-12 {
    float: none;
    width: 100%;
}

/* 004. Dr.福島解説一覧：写真導入 */
body.page-id-1447 #post-contents.blog-bottom::after {
    content: "";
    display: block;
    min-height: 260px;
    margin: 28px 0 0;
    border: 1px solid var(--dr-brain-line);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 253, 250, 0.88) 0%, rgba(255, 253, 250, 0.36) 44%, rgba(255, 253, 250, 0.03) 100%),
        url("https://dr-fukushima.com/wp-content/uploads/2026/05/fukushima.jpg") center 34% / cover no-repeat;
    box-shadow: 0 12px 26px rgba(6, 52, 74, 0.06);
}

/* 005. Dr.福島解説一覧：見出し */
body.page-id-1447 #post-contents.blog-bottom {
    margin: 0 0 32px;
}

body.page-id-1447 #post-contents h2 {
    position: relative;
    margin: 0;
    padding: 4px 0 18px 24px;
    border-bottom: 1px solid var(--dr-brain-line);
    color: var(--dr-brain-navy);
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
}

body.page-id-1447 #post-contents h2::before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 18px;
    left: 0;
    width: 5px;
    background: linear-gradient(180deg, #b79a60 0%, #d7c8a8 100%);
}

/* 006. Dr.福島解説一覧：カードグリッド */
body.page-id-1447 #brain-disease {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-id-1447 #brain-disease .arcgive-record {
    display: flex;
    min-width: 0;
    min-height: 286px;
    margin: 0;
    padding: 30px 32px;
    flex-direction: column;
    background: var(--dr-brain-paper);
    border: 1px solid var(--dr-brain-line);
    border-radius: 6px;
    box-shadow: 0 12px 26px rgba(6, 52, 74, 0.055);
    box-sizing: border-box;
}

/* 007. Dr.福島解説一覧：カード見出し */
body.page-id-1447 #brain-disease .arcgive-record h3 {
    margin: 0 0 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--dr-brain-line);
    color: var(--dr-brain-navy);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0;
}

body.page-id-1447 #brain-disease .arcgive-record h3 a {
    color: inherit;
    text-decoration: none;
}

body.page-id-1447 #brain-disease .arcgive-record h3 a:hover {
    color: #8a6c38;
}

/* 008. Dr.福島解説一覧：説明文 */
body.page-id-1447 #brain-disease .arcgive-record p {
    margin: 0;
    color: var(--dr-brain-ink);
    font-size: 16px;
    line-height: 1.9;
}

body.page-id-1447 #brain-disease .arcgive-record p:empty {
    display: none;
}

/* 009. Dr.福島解説一覧：詳細リンク */
body.page-id-1447 #brain-disease .arcgive-record > a {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: 24px;
    align-items: center;
    gap: 9px;
    color: var(--dr-brain-gold);
    font-size: 0;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

body.page-id-1447 #brain-disease .arcgive-record > a::before {
    content: "Dr.福島の解説を読む";
    font-size: 16px;
}

body.page-id-1447 #brain-disease .arcgive-record > a::after {
    content: "›";
    font-size: 26px;
    line-height: 1;
    transform: translateY(-1px);
}

body.page-id-1447 #brain-disease .arcgive-record > a:hover {
    color: var(--dr-brain-navy);
}

/* 010. Dr.福島解説一覧：スマホ */
@media (max-width: 767px) {
    body.page-id-1447 .brain-disease.entry-content .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.page-id-1447 #post-contents.blog-bottom::after {
        min-height: 210px;
        margin-top: 22px;
        background:
            linear-gradient(180deg, rgba(255, 253, 250, 0.04) 0%, rgba(255, 253, 250, 0.36) 100%),
            url("https://dr-fukushima.com/wp-content/uploads/2026/05/fukushima.jpg") center 28% / cover no-repeat;
    }

    body.page-id-1447 #post-contents h2 {
        padding-left: 18px;
        font-size: 25px;
    }

    body.page-id-1447 #brain-disease {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.page-id-1447 #brain-disease .arcgive-record {
        min-height: 0;
        padding: 24px 22px;
    }

    body.page-id-1447 #brain-disease .arcgive-record h3 {
        font-size: 21px;
    }
}

/* 011. Dr.福島解説詳細：本文エリア */
body.page-id-3613 #post-contents,
body.page-id-3830 #post-contents,
body.page-id-1427 #post-contents,
body.page-id-3802 #post-contents {
    color: var(--dr-brain-ink);
}

body.page-id-3613 #post-contents .left,
body.page-id-3830 #post-contents .left,
body.page-id-1427 #post-contents .left,
body.page-id-3802 #post-contents .left {
    width: 100%;
    max-width: 920px;
}

/* 012. Dr.福島解説詳細：タイトル */
body.page-id-3613 #post-contents .left > h2:first-child,
body.page-id-3830 #post-contents .left > h2:first-child,
body.page-id-1427 #post-contents .left > h2:first-child,
body.page-id-3802 #post-contents .left > h2:first-child {
    position: relative;
    margin: 0 0 30px;
    padding: 4px 0 18px 24px;
    border-bottom: 1px solid var(--dr-brain-line);
    color: var(--dr-brain-navy);
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
}

body.page-id-3613 #post-contents .left > h2:first-child::before,
body.page-id-3830 #post-contents .left > h2:first-child::before,
body.page-id-1427 #post-contents .left > h2:first-child::before,
body.page-id-3802 #post-contents .left > h2:first-child::before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 18px;
    left: 0;
    width: 5px;
    background: linear-gradient(180deg, #b79a60 0%, #d7c8a8 100%);
}

/* 013. Dr.福島解説詳細：タイトル下写真 */
body.page-id-3613 #post-contents .dr-fukushima-detail-hero,
body.page-id-3830 #post-contents .dr-fukushima-detail-hero,
body.page-id-1427 #post-contents .dr-fukushima-detail-hero,
body.page-id-3802 #post-contents .dr-fukushima-detail-hero {
    display: block;
    overflow: hidden;
    margin: 28px 0 30px;
    border: 1px solid var(--dr-brain-line);
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(6, 52, 74, 0.06);
}

body.page-id-3613 #post-contents .dr-fukushima-detail-hero img,
body.page-id-3830 #post-contents .dr-fukushima-detail-hero img,
body.page-id-1427 #post-contents .dr-fukushima-detail-hero img,
body.page-id-3802 #post-contents .dr-fukushima-detail-hero img {
    display: block;
    width: 100%;
    height: 260px;
    margin: 0;
    object-fit: cover;
    object-position: center 34%;
}

/* 014. Dr.福島解説詳細：既存右寄せ写真の重複防止 */
body.page-id-3613 #post-contents img.alignright.wp-image-3816,
body.page-id-3830 #post-contents img.alignright.wp-image-3816,
body.page-id-1427 #post-contents img.alignright.wp-image-3816,
body.page-id-3802 #post-contents img.alignright.wp-image-3816 {
    display: none !important;
}

/* 015. Dr.福島解説詳細：本文見出し */
body.page-id-3613 #post-contents h3,
body.page-id-3830 #post-contents h3,
body.page-id-1427 #post-contents h3,
body.page-id-3802 #post-contents h3 {
    margin-top: 30px;
    color: var(--dr-brain-navy);
    letter-spacing: 0;
}

/* 016. Dr.福島解説詳細：スマホ */
@media (max-width: 767px) {
    body.page-id-3613 #post-contents .left > h2:first-child,
    body.page-id-3830 #post-contents .left > h2:first-child,
    body.page-id-1427 #post-contents .left > h2:first-child,
    body.page-id-3802 #post-contents .left > h2:first-child {
        padding-left: 18px;
        font-size: 25px;
    }

    body.page-id-3613 #post-contents .dr-fukushima-detail-hero,
    body.page-id-3830 #post-contents .dr-fukushima-detail-hero,
    body.page-id-1427 #post-contents .dr-fukushima-detail-hero,
    body.page-id-3802 #post-contents .dr-fukushima-detail-hero {
        margin-top: 22px;
    }

    body.page-id-3613 #post-contents .dr-fukushima-detail-hero img,
    body.page-id-3830 #post-contents .dr-fukushima-detail-hero img,
    body.page-id-1427 #post-contents .dr-fukushima-detail-hero img,
    body.page-id-3802 #post-contents .dr-fukushima-detail-hero img {
        height: 210px;
        object-position: center 28%;
    }
}