@charset "UTF-8";


        /* 共通コンテンツ枠 */
        .container {
            max-width: 600px;
            margin: 0 auto 25px;
        }






        /* 各エピソードのセクション */
        .section {
            padding: 20px 0;
        }

        /* セクション間の区切り線 */
        .divider {
            border-top: 1px solid #9ba3b0;
        }



        /* 画像とテキストの並び */
        .content-txt {
            flex-grow: 1;
            font-size: 14px;
            line-height: 1.8;
            text-align: left;
        }

        .content-txt p {
            margin: 0 0 1.2em 0;
        }

        .content-ti {
            font-size: 16px;
            text-align: left;
            font-weight: bold;
            margin: 30px 0 5px;
        }


        .content-txt p:last-child {
            margin: 0;
        }

        .content-row {
            display: flex;
            gap: 15px;
            align-items: flex-start;
        }

        .content-left {
            flex-shrink: 0;
        }

        .content-right {
            flex-grow: 1;
            font-size: 14px;
            line-height: 1.8;
            text-align: left;
        }

        .content-right p {
            margin: 0 0 1.2em 0;
        }

        .content-right p:last-child {
            margin: 0;
        }





        /* 下部の画像並び（エピソード2） */
        .bottom-images {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }

        /* スマートフォン等の画面が小さい場合の調整 */
        @media (max-width: 500px) {
            .content-row {
                flex-direction: column;
            }

            .content-left {
                width: 100%;
                display: flex;
                justify-content: center;
                margin-bottom: 10px;
            }

            .bottom-images {
                flex-direction: column;
                align-items: center;
            }
        }



        /* Bottom Section (下のボックスも縦並びに変更) */
        .bottom-section {
            display: flex;
            flex-direction: column;
            border: 2px solid #ccc;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 25px;
            gap: 20px;
            background: #fff;
            text-align: left;
        }

        .bottom-col-1 {
            width: 100%;
            border-bottom: 1px dotted #333;
            padding-bottom: 10px;
        }

        .bottom-col-2 {
            width: 100%;
        }

        .label-100 {
            background: #007b43;
            color: #fff;
            font-size: 14px;
            display: inline-block;
            padding: 4px 12px;
            border-radius: 4px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .bottom-text {
            font-size: 15px;
            margin: 0;
            line-height: 1.6;
        }

        .number-highlight {
            color: #007b43;
            font-size: 42px;
            font-weight: bold;
            line-height: 1;
        }

        .number-red {
            color: #c00000;
            font-size: 24px;
            font-weight: bold;
        }

        .note-text {
            font-size: 12px;
            color: #666;
            margin-top: 10px;
        }

        .author-name {
            font-size: 18px;
           font-weight: normal;
            margin: 0 0 8px 0;
            letter-spacing: 2px;
            color: #1a1a4b;
            border-bottom: 1px dotted #333;
        }

        .author-title {
            font-size: 14px;
            margin: 0 0 5px 0;
        }



 /* 導入のご相談・お問い合わせボタン */
    .contact-box {
	    max-width: 300px;
        background-color: #004ea2; /* ブルー */
        color: #fff;
        padding: 14px 20px;
        border-radius: 50px; /* 両端を丸くする（ピル形状） */
        font-size: 14px;
    text-align: center;
    margin: 30px 0 50px;
    }


 /* 私が先制医療を広める理由ボタン */
    .contact-box2 {
	    max-width: 300px;
        background-color: #007b43;
        color: #fff;
        padding: 14px 20px;
        border-radius: 50px; /* 両端を丸くする（ピル形状） */
        font-size: 16px;
    text-align: center;
    margin: 30px 0 50px;
	
    }
