@charset "UTF-8";
                /* 既存のスクロール／suggest 等のスタイル */
        div::-webkit-scrollbar {
            width: 15px;
        }

        div::-webkit-scrollbar-track {
            background: #fff;
            border: none;
            border-radius: 16px;
            box-shadow: inset 0 0 2px #777;
        }

        div::-webkit-scrollbar-thumb {
            background: #aaa;
            border-radius: 10px;
            box-shadow: none;
        }

        #suggest {
            top: auto;
            left: auto;
            width: 100%;
        }

        #suggest,
        #suggest2 {
            background-color: #FFFFFF;
            border: 1px solid #003399;
            max-height: 120px;
            overflow: auto;
            z-index: 1;
            letter-spacing: 0px;
            color: gray;
            border-radius: 10px;
        }

        #suggest div,
        #suggest2 div {
            display: block;
            overflow: hidden;
            white-space: nowrap;
        }

        #suggest div.over,
        #suggest2 div.over {
            background-color: #99CCFF;
        }

        #suggest div.select,
        #suggest2 div.select {
            background-color: #99CCFF;
        }



        .kodoku-contents-main .sectionTitle {
            color: #000;
            padding-left: 0px;
            margin-bottom: 0px;
        }

        .kodoku-contents-main .sectionHeaderText {
            padding: 0px 0px 10px 15px;
            text-indent: 1em;
        }

        .kodoku-contents-main .sectionContentTitle {
            padding: 5px 0px 5px 15px;
            font-weight: bold;
        }

        .kodoku-contents-main .sectionContentText {
            padding: 0px 0px 10px 15px;
            text-indent: 1em;
        }

        .kodoku-contents-main {
            max-width: 100%;
        }

        div.padding_left_40 {
            max-width: 100%;
        }

        @media screen and (max-width: 768px) {
            .kodoku-contents-main {
                max-width: 95%;
            }
        }

        /* カード用の追加スタイル（接頭辞 ga- を付与して競合を防ぐ） */
        :root {
            --ga-blue: #1f6fb6;
            --ga-blue-dark: #145a95;
            --ga-accent-red: #e24b4b;
            --ga-light-gray: #f4f6f8;
            --ga-text: #222;
            --ga-maxw: 900px;
        }
        .kodoku-contents-main .ga-body-wrap {
            display: flex;
            justify-content: center;
            padding: 20px 0;
            flex-direction: column
        }

        .kodoku-contents-main .ga-card {
            width: 100%;
            max-width: var(--ga-maxw);
            box-sizing: border-box;
            background: #fff;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
        }

        .kodoku-contents-main .ga-title-bar {
            display: flex;
            align-items: center;
            background: linear-gradient(#1756bd);
            color: #fff;
            padding: 6px 16px;
            width: 100%;
            min-height: 0;
            box-sizing: border-box;
            position: relative;
            margin-bottom: 12px;
        }
        .kodoku-contents-main .ga-title-bar .ga-title {
            font-weight: 700;
            font-size: 20px;
            letter-spacing: 0.02em;
        }

        .kodoku-contents-main .ga-title-bar::after {
            content: "";
            width: 0;
            height: 0;
            border-left: 18px solid rgba(255, 255, 255, 0.25);
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            position: absolute;
            right: -18px;
            top: 0;
            transform: translateY(50%);
        }

        .kodoku-contents-main .section-intro {
            font-size: 14px;
            color: #333;
            margin: 8px 0px 10px 0px;
            line-height: 1.4;
            text-align: center;
            display: block;
        }
        .kodoku-contents-main .section-intro p {
            margin: 0 0 8px !important;
        }
        .kodoku-contents-main .section-intro p:last-child {
             margin-bottom: 0;
        }
        
        
        .kodoku-contents-main .ga-intro {
            font-size: 14px;
            color: #333;
            margin: 8px 0 12px 0;
            line-height: 1.4;
            font-weight: 600;
        }
        
        .kodoku-contents-main .ga-exp {
            font-size: 14px;
            color: #333;
            margin: 8px 0 12px 0;
            line-height: 1.4;
        }

        .kodoku-contents-main .ga-top-row {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            margin-bottom: 12px;
            flex-wrap: wrap;
        }

        .kodoku-contents-main .ga-news {
            background: #fff;
            border: 2px solid;
            padding: 10px;
            border-radius: 20px;
            flex: 1 1 60%;
            min-width: 260px;
            position: relative;
        }

        .kodoku-contents-main .ga-label {
            display: inline-block;
            background: var(--ga-accent-red);
            color: #fff;
            padding: 10px 14px;
            font-weight: 700;
            font-size: 13px;
        }

        .kodoku-contents-main .ga-news ul {
            margin: 8px 0 0 16px;
            padding: 0;
            color: var(--ga-blue-dark);
            font-size: 13px;
            line-height: 1.5;
        }

        .kodoku-contents-main .ga-news li {
            margin-bottom: 6px;
        }

        .kodoku-contents-main .ga-older {
            align-self: flex-start;
            margin-left: auto;
            min-width: 160px;
        }

        .kodoku-contents-main .ga-btn {
            display: inline-block;
            border: 2px solid var(--ga-accent-red);
            color: var(--ga-accent-red);
            padding: 10px 14px;
            font-weight: 700;
            text-decoration: none;
            background: #fff;
            font-size: 13px;
            margin-left: auto; 
            margin-bottom:10px;
        }
        
        .kodoku-contents-main .ga-section-heading {
            position: relative;
            display: flex;
            align-items: center;
            background: #1756bd;
            color: #fff;
            font-weight: 700;
            margin: 6px 0 12px 0;
            font-size: 20px;
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal !important;
            overflow-wrap: anywhere;
            word-break: break-word;
            text-overflow: initial;
            padding: 8px 14px;
            min-height: 44px;
            line-height: 1;
        }
        .kodoku-contents-main .ga-section-heading::before {
            content: "";
            position: absolute;
            left: 8px;
            top: 6px;
            bottom: 6px;
            width: 2px;
            background: #fff;
            border-radius: 1px;
            pointer-events: none;
        }

        .kodoku-contents-main .ga-consult {
            background: #fbfdff;
            padding: 12px;
            border-radius: 6px;
            font-size: 20px;
        }

        .kodoku-contents-main .ga-consult .ga-tag {
            color: var(--ga-accent-red);
            font-weight: 800;
            display: inline-block;
            margin-right: 6px;
            font-size: 20px;
        }

        .kodoku-contents-main .ga-consult a {
            color: var(--ga-blue);
            font-weight: 700;
            text-decoration: none;
        }

        .kodoku-contents-main .ga-note {
            margin-top: 10px;
            font-size: 12px;
            color: #666;
            line-height: 1.4;
            white-space: pre-wrap;
        }
        .kodoku-contents-main .ga-row {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .kodoku-contents-main .ga-section {
            max-width: 900px;
            width: 100%;
            margin: 0 auto;
            box-sizing: border-box;
            padding: 0 16px;
        }

        
        @media (max-width:520px) {
            .kodoku-contents-main .ga-top-row {
                flex-direction: column;
            }

            .kodoku-contents-main .ga-older {
                margin-left: 0;
            }
        }

         .kodoku-contents-main .ga-section-heading.ga-section-heading-lined {
              border-top: 6px solid #fff; 
              border-bottom: 6px solid #fff; 
              box-sizing: border-box;
         }
         
         .kodoku-contents-main .ga-section-heading.ga-section-heading-lined::before {
            content: "";
            position: absolute;
            left: 18px;
            right: 10px;
            height: 6px;
            top: -6px;
            background: #fff;
            z-index: 0;
            pointer-events: none;
         }
         
         .kodoku-contents-main .ga-section-heading.ga-section-heading-lined::after {
            content: "";
            position: absolute;
            left: 18px;
            right: 10px;
            height: 6px;
            bottom: -6px;
            background: #fff;
            z-index: 0;
            pointer-events: none;
         }
         
         .kodoku-contents-main .section-title{
            background: #1561b6;
            color: #fff;
            text-align: center;
            font-weight: 700;
            font-size: 18px;
            margin: 0px 0px 20px auto;
            width: 100%;
            max-width: 1100px;
            box-sizing: border-box;
            position: relative;
            border-top: 6px solid #1756bd;
            border-bottom: 6px solid #1756bd;
            letter-spacing: .05em;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 44px;
            padding: 0 12px;
        }
        .kodoku-contents-main .section-title::before,
        .kodoku-contents-main .section-title::after{
            content: "";
            position: absolute;
            left: 8px;
            right: 8px;
            height: 2px;
            background: #fff;
        }
        .kodoku-contents-main .section-title::before { top: 0.5px; }
        .kodoku-contents-main .section-title::after  { bottom: 0.5px; }

        @media (max-width:520px) {
            .kodoku-contents-main .ga-section-heading {
                width: auto;
                max-width: 100%;
                box-sizing: border-box;
                padding: 6px 12px;
                font-size: 16px;
                white-space: normal;
                overflow-wrap: anywhere;
                word-break: break-word;
            }

       .kodoku-contents-main .org-link, .ga-exp, .ga-intro {
                white-space: normal;
                overflow-wrap: anywhere;
                word-break: break-word;
        }
        }
        
        .kodoku-contents-main .ga-news-list-wrap {
            padding: 8px 0 20px;
        }
        .kodoku-contents-main .ga-news-list {
            margin: 0;
            padding: 0 8px;
        }
        .kodoku-contents-main .ga-news-list dt {
             margin-top: 18px;
             font-weight: 700;
             color: var(--ga-text);
        }
        .kodoku-contents-main .ga-news-list dd {
            margin: 6px 0 0 18px;
            padding: 0;
        }
        .kodoku-contents-main .ga-news-list ul {
            list-style-image: url('/common/images/base/100001344.gif');
            list-style-position: outside;
            margin: 0;
            padding-left: 18px;
        }
        .kodoku-contents-main .ga-news-list li {
            margin-bottom: 6px;
        }
        .kodoku-contents-main .ga-news-list a {
            color:#003399;
            text-decoration: underline;
        }
        .kodoku-contents-main .ga-news-list a:hover {
            text-decoration: underline;
        }
            
        @media (min-width: 768px) {
            .kodoku-contents-main .ga-section-heading {
                padding: 8px 10px 8px 18px;
                min-height: 44px;
            }
            .kodoku-contents-main .ga-section-heading > * {
                margin: 0;
            }
            .kodoku-contents-main .ga-section-heading::before {
                left: 8px;
                top: 6px;
                bottom: 6px;
                transform: none;
            }
        }
        @media (min-width: 768px) {
            .kodoku-contents-main .ga-section-heading.ga-section-heading-lined::before,
            .kodoku-contents-main .ga-section-heading.ga-section-heading-lined::after {
                left: 18px;
                right: 10px;
                height: 6px;
                top: -6px;
                bottom: -6px;
            }
        }
        
        @media (max-width: 767px) {
            .kodoku-contents-main .ga-section-heading {
                flex-wrap: wrap;
                padding: 8px 12px 8px 18px;
                min-height: 44px;
                line-height: 1.2;
                font-size: 16px;
            }
            .kodoku-contents-main .ga-section-heading::before {
                left: 8px;
                top: 6px;
                bottom: 8px;
                transform: none;
                height: auto;
                width: 2px;
            }
        }