{"product_id":"g2770001-00000g88","title":"低周波導子パルス","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003e低周波導子パルス専用粘着パッド 製品説明\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* --- Design Guidelines --- *\/\n        :root {\n            --main-blue: #006FC5;\n            --main-orange: #FF8800;\n            --bg-blue-light: #e6f3ff;\n            --bg-orange-light: #fff8e6;\n            --bg-gray-light: #f9fafb;\n            --footer-yellow: #fef3c7;\n            --warning-red: #dc2626;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: var(--bg-gray-light);\n            color: #333;\n            line-height: 1.6;\n            overflow-x: hidden; \/* 横スクロールを完全に防止 *\/\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n            width: 100%;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            text-align: center;\n            margin-bottom: 2.5rem;\n            padding-bottom: 12px;\n            border-bottom: 4px solid var(--main-orange);\n            line-height: 1.3;\n        }\n\n        @media (min-width: 768px) {\n            .h1-style {\n                font-size: 2.5rem;\n            }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            border-bottom: 2px solid var(--main-orange);\n            display: inline-block;\n            max-width: 100%;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: var(--main-blue);\n            margin-top: 2rem;\n            margin-bottom: 1rem;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 1.5rem;\n            text-align: justify;\n            word-wrap: break-word; \/* 長い単語の改行を許可 *\/\n        }\n\n        \/* Card Style *\/\n        .product-card-body {\n            background: #ffffff;\n            padding: 24px 32px;\n            border-radius: 0 0 12px 12px;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n            border: 1px solid #d1d5db;\n            border-top: none;\n            margin-bottom: 2rem;\n            overflow: hidden;\n        }\n\n        \/* Tab System *\/\n        .tab-container {\n            margin-top: 2rem;\n        }\n        .tab-navigation {\n            display: flex;\n            width: 100%;\n            border: 1px solid var(--main-blue);\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n            flex-wrap: wrap;\n        }\n        .tab-button {\n            flex: 1;\n            min-width: 120px;\n            padding: 15px 5px;\n            border: none;\n            border-right: 1px solid var(--main-blue);\n            background: #fff;\n            font-size: 1.1rem;\n            font-weight: bold;\n            cursor: pointer;\n            transition: 0.3s;\n            text-align: center;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .tab-button:last-child {\n            border-right: none;\n        }\n        .tab-button.active {\n            background-color: var(--main-blue);\n            color: #ffffff;\n        }\n\n        @media (max-width: 767px) {\n            .tab-button {\n                flex-basis: 50%;\n                font-size: 0.95rem;\n            }\n            .tab-button:nth-child(even) {\n                border-right: none;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n        }\n\n        .tab-content {\n            display: none;\n            animation: fadeIn 0.4s ease;\n        }\n        .tab-content.active {\n            display: block;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        \/* Blue Box Component *\/\n        .blue-box {\n            background-color: var(--bg-blue-light);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 1.5rem 0;\n            border-left: 6px solid var(--main-blue);\n        }\n\n        \/* Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            margin-bottom: 1.5rem;\n            border-radius: 8px;\n            border: 1px solid #ddd;\n            overflow: hidden; \/* コンテナ内でのはみ出しを防止 *\/\n        }\n\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            table-layout: fixed; \/* テーブル幅を固定してはみ出しを防止 *\/\n        }\n        .data-table th, .data-table td {\n            padding: 12px 10px;\n            font-size: 1.1rem;\n            border: 1px solid #ddd;\n            word-break: break-all; \/* 長いテキストを強制的に改行 *\/\n        }\n        .data-table th {\n            background-color: var(--main-blue);\n            color: #ffffff;\n            text-align: center;\n            font-weight: 700;\n        }\n        .data-table td {\n            background-color: #ffffff;\n            text-align: center;\n        }\n\n        @media (min-width: 768px) {\n            .data-table th, .data-table td {\n                font-size: 1.25rem;\n                padding: 12px 15px;\n            }\n        }\n\n        \/* Spec Table Side Header *\/\n        .spec-table-header {\n            text-align: left !important;\n            width: 35%;\n            background-color: var(--main-blue) !important;\n            color: #ffffff !important;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: var(--footer-yellow);\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\n            border-radius: 10px;\n            width: 100%;\n        }\n\n        .footer-important-notes p {\n            color: var(--warning-red);\n            margin: 0;\n            font-weight: 700;\n            font-size: 1.1rem;\n            line-height: 1.6;\n        }\n\n        @media (min-width: 768px) {\n            .footer-important-notes p {\n                font-size: 1.25rem;\n            }\n        }\n\n        \/* Utility classes *\/\n        .custom-blue { color: var(--main-blue); }\n        .custom-orange { color: var(--main-orange); }\n\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- H1 Header --\u003e\n    \u003cheader\u003e\n        \u003ch1 class=\"h1-style\"\u003e低周波導子パルス｜伊藤超短波製医療機器用の粘着パッド　\u003c\/h1\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tab-container\"\u003e\n        \u003cnav class=\"tab-navigation\"\u003e\n            \u003cbutton class=\"tab-button active\" onclick=\"showTab(event, 'tab1')\"\u003e商品特長\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(event, 'tab2')\"\u003e商品詳細情報\u003c\/button\u003e\n        \u003c\/nav\u003e\n\n        \u003c!-- Tab 1: 商品特長 --\u003e\n        \u003cdiv id=\"tab1\" class=\"tab-content active\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\"\u003e伊藤超短波製の粘着パッド\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    伊藤超短波製医療機器用の粘着パッドです。医療関係者の管理の下、ご使用いただく医療機器で使用する消耗品となります。\u003cbr\u003e\n                    3種類のサイズがあり、使用する部位などによってお選びいただけます。\n                \u003c\/p\u003e\n\n                \u003ch2 class=\"h2-style\"\u003e低周波導子パルスの対応機種\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    ES-8000、5000、4000、400、EU-910、ESTIMUS、IM-2000、ESPURGE等\n                \u003c\/p\u003e\n\n                \u003ch2 class=\"h2-style\"\u003e低周波導子パルスの各サイズ\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    使用部位や目的に合わせて、L・M・Sの3種類から適したパルス導子を選択可能です。広範囲な部分にはLサイズ、さまざまな部位に使いやすいMサイズ、細かなポイントへの刺激で使用できるSサイズと、使い分けることでより精緻な施術を実現します。\n                \u003c\/p\u003e\n                \n                \u003cdiv class=\"blue-box\"\u003e\n                    \u003cul class=\"text-main\" style=\"list-style: none; padding-left: 0; margin-bottom: 0; font-weight: 700;\"\u003e\n                        \u003cli\u003eLサイズ (粘着部：約9cm×5cm)\u003c\/li\u003e\n                        \u003cli\u003eMサイズ (粘着部：約5cm×5cm)\u003c\/li\u003e\n                        \u003cli\u003eSサイズ (粘着部：Φ32mm)\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 2: 商品詳細情報 --\u003e\n        \u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\"\u003e商品詳細情報\u003c\/h2\u003e\n                \n                \u003ch3 class=\"h3-style\"\u003e基本仕様・対応機種\u003c\/h3\u003e\n                \u003cdiv class=\"table-wrapper\"\u003e\n                    \u003ctable class=\"data-table\"\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"spec-table-header\"\u003e原材料\u003c\/th\u003e\n                            \u003ctd\u003eポリアクリル酸コポリマー、グリセロール、精製水\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"spec-table-header\"\u003e対応機種\u003c\/th\u003e\n                            \u003ctd\u003eES-8000、5000、4000、400、EU-910、ESTIMUS、IM-2000、ESPURGE 等\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"spec-table-header\"\u003eサイズ\u003c\/th\u003e\n                            \u003ctd\u003eL\/M\/S\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"spec-table-header\"\u003e対象メーカー\u003c\/th\u003e\n                            \u003ctd\u003e伊藤超短波製医療機器用\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n\n                \u003ch3 class=\"h3-style\"\u003eサイズ・入数一覧\u003c\/h3\u003e\n                \u003cdiv class=\"table-wrapper\"\u003e\n                    \u003ctable class=\"data-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth style=\"width: 30%;\"\u003e品番\u003c\/th\u003e\n                                \u003cth style=\"width: 40%;\"\u003eサイズ\u003c\/th\u003e\n                                \u003cth style=\"width: 30%;\"\u003e入数\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e277-0001\u003c\/td\u003e\n                                \u003ctd\u003e約9cm × 5cm\u003c\/td\u003e\n                                \u003ctd\u003e4枚入\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e277-0002\u003c\/td\u003e\n                                \u003ctd\u003e約5cm × 5cm\u003c\/td\u003e\n                                \u003ctd\u003e4枚入\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e277-0003\u003c\/td\u003e\n                                \u003ctd\u003eΦ32mm\u003c\/td\u003e\n                                \u003ctd\u003e4枚入\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Footer Notes --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e医療関係者の方専売となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    function showTab(event, tabId) {\n        \/\/ 全てのタブコンテンツを非表示にする\n        const contents = document.querySelectorAll('.tab-content');\n        contents.forEach(content =\u003e content.classList.remove('active'));\n\n        \/\/ 全てのタブボタンのactiveクラスを解除する\n        const buttons = document.querySelectorAll('.tab-button');\n        buttons.forEach(button =\u003e button.classList.remove('active'));\n\n        \/\/ 選択されたタブを表示\n        document.getElementById(tabId).classList.add('active');\n        \n        \/\/ クリックされたボタンにactiveクラスを追加\n        event.currentTarget.classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"約9cm×5cm \/ 4枚入","offer_id":47379542147229,"sku":"2770001-00000g88","price":2305.0,"currency_code":"JPY","in_stock":true},{"title":"約5cm×5cm \/ 4枚入","offer_id":47380154450077,"sku":"2770002-00000g88","price":1921.0,"currency_code":"JPY","in_stock":true},{"title":"Φ32mm \/ 4枚入","offer_id":47380202553501,"sku":"2770003-00000g88","price":1729.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G2770001_5CG2770001_01_8de9c63a-a843-4c7f-a779-00142b88566b.jpg?v=1781664961","url":"https:\/\/ec.daiyak.co.jp\/products\/g2770001-00000g88","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}