{"title":"バンドエイド キズパワーパッド","description":"","products":[{"product_id":"band-aid-kizupowerpad-regular-size","title":"バンドエイド キズパワーパッド ふつうサイズ","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #1a7a3c;\n  --acc-dark: #145a2d;\n  --acc-light: #e8f5ed;\n  --acc-mid: #4a9d5f;\n  \n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  line-height: 1.7;\n  color: #333;\n  margin: 0;\n  padding: 0;\n}\n\n.pd-wrap h1,\n.pd-wrap h2,\n.pd-wrap h3,\n.pd-wrap h4,\n.pd-wrap h5,\n.pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  font-weight: 600;\n  line-height: 1.3;\n}\n\n.pd-wrap p {\n  margin: 0 0 1em 0;\n}\n\n.pd-wrap ul,\n.pd-wrap ol {\n  margin: 0 0 1em 0;\n  padding-left: 1.5em;\n}\n\n.pd-wrap .hero-section {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  padding: 3rem 1.5rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  position: relative;\n  overflow: hidden;\n}\n\n.pd-wrap .hero-section::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  right: -10%;\n  width: 300px;\n  height: 300px;\n  background: rgba(255, 255, 255, 0.05);\n  border-radius: 50%;\n}\n\n.pd-wrap .badge-group {\n  display: flex;\n  gap: 0.75rem;\n  flex-wrap: wrap;\n  margin-bottom: 1.5rem;\n}\n\n.pd-wrap .badge {\n  background: rgba(255, 255, 255, 0.25);\n  backdrop-filter: blur(10px);\n  color: #fff;\n  padding: 0.4rem 1rem;\n  border-radius: 20px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid rgba(255, 255, 255, 0.3);\n}\n\n.pd-wrap .hero-section h1 {\n  color: #fff;\n  font-size: 2rem;\n  margin-bottom: 0.75rem;\n  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);\n}\n\n.pd-wrap .tagline {\n  color: rgba(255, 255, 255, 0.95);\n  font-size: 1.1rem;\n  margin-bottom: 1.25rem;\n  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);\n}\n\n.pd-wrap .pill-tags {\n  display: flex;\n  gap: 0.5rem;\n  flex-wrap: wrap;\n}\n\n.pd-wrap .pill-tag {\n  background: rgba(255, 255, 255, 0.95);\n  color: var(--acc);\n  padding: 0.4rem 1rem;\n  border-radius: 20px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid rgba(255, 255, 255, 0.5);\n}\n\n.pd-wrap .overview-card {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .section-title {\n  font-size: 1.5rem;\n  color: var(--acc);\n  margin-bottom: 1.25rem;\n  padding-bottom: 0.75rem;\n  border-bottom: 3px solid var(--acc);\n  display: inline-block;\n}\n\n.pd-wrap .features-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 1.5rem;\n  margin-bottom: 2rem;\n}\n\n@media (max-width: 768px) {\n  .pd-wrap .features-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .feature-card {\n  background: var(--acc-light);\n  padding: 1.5rem;\n  border-radius: 10px;\n  border: 2px solid var(--acc-mid);\n  position: relative;\n}\n\n.pd-wrap .feature-number {\n  position: absolute;\n  top: -12px;\n  left: 1rem;\n  background: var(--acc);\n  color: #fff;\n  width: 32px;\n  height: 32px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 1rem;\n}\n\n.pd-wrap .feature-card h3 {\n  color: var(--acc-dark);\n  font-size: 1.15rem;\n  margin-bottom: 0.75rem;\n  margin-top: 0.5rem;\n}\n\n.pd-wrap .feature-ingredients {\n  display: flex;\n  gap: 0.4rem;\n  flex-wrap: wrap;\n  margin-bottom: 0.75rem;\n}\n\n.pd-wrap .ingredient-pill {\n  background: #fff;\n  color: var(--acc);\n  padding: 0.25rem 0.75rem;\n  border-radius: 12px;\n  font-size: 0.8rem;\n  font-weight: 600;\n  border: 1px solid var(--acc-mid);\n}\n\n.pd-wrap .ing-table-wrap {\n  overflow-x: auto;\n  margin-bottom: 2rem;\n  background: #fff;\n  border-radius: 10px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  min-width: 500px;\n}\n\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 1rem;\n  text-align: left;\n  font-weight: 600;\n  font-size: 0.95rem;\n}\n\n.pd-wrap .ing-table tbody tr td {\n  padding: 1rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n\n.pd-wrap .ing-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) {\n  background-color: #f9fafb;\n}\n\n.pd-wrap .efficacy-section {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .efficacy-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n  margin-top: 1rem;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  padding: 0.6rem 1.25rem;\n  border-radius: 8px;\n  font-size: 0.95rem;\n  font-weight: 500;\n  border: 2px solid var(--acc-mid);\n}\n\n.pd-wrap .usage-section {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .usage-table-wrap {\n  overflow-x: auto;\n  margin: 1rem 0;\n}\n\n.pd-wrap .usage-table {\n  width: 100%;\n  border-collapse: collapse;\n  min-width: 400px;\n}\n\n.pd-wrap .usage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 0.9rem;\n  text-align: left;\n  font-weight: 600;\n  font-size: 0.95rem;\n}\n\n.pd-wrap .usage-table tbody tr td {\n  padding: 0.9rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n\n.pd-wrap .usage-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n.pd-wrap .usage-table tbody tr:nth-child(even) {\n  background-color: #f9fafb;\n}\n\n.pd-wrap .note-box {\n  background: #fffbeb;\n  border-left: 4px solid #f59e0b;\n  padding: 1rem 1.25rem;\n  margin-top: 1.25rem;\n  border-radius: 6px;\n}\n\n.pd-wrap .note-box p:last-child {\n  margin-bottom: 0;\n}\n\n.pd-wrap .warning-section {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 8px;\n}\n\n.pd-wrap .warning-section h2 {\n  color: #d97706;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin-bottom: 1.25rem;\n}\n\n.pd-wrap .storage-section {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 8px;\n}\n\n.pd-wrap .storage-section h2 {\n  color: #4a6fa5;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin-bottom: 1.25rem;\n}\n\n.pd-wrap .qna-section {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .qna-item {\n  margin-bottom: 1.75rem;\n  padding-bottom: 1.75rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n\n.pd-wrap .qna-item:last-child {\n  margin-bottom: 0;\n  padding-bottom: 0;\n  border-bottom: none;\n}\n\n.pd-wrap .qna-q {\n  color: var(--acc);\n  font-weight: 700;\n  font-size: 1.05rem;\n  margin-bottom: 0.75rem;\n  display: flex;\n  align-items: flex-start;\n  gap: 0.5rem;\n}\n\n.pd-wrap .qna-a {\n  color: #4b5563;\n  padding-left: 1.75rem;\n  line-height: 1.7;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003cdiv class=\"hero-section\"\u003e\n    \u003cdiv class=\"badge-group\"\u003e\n      \u003cspan class=\"badge\"\u003e一般医療機器\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e管理医療機器\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eバンドエイド キズパワーパッド ふつうサイズ\u003c\/h1\u003e\n    \u003cp class=\"tagline\"\u003eモイストヒーリングで傷を早くきれいに治す\u003c\/p\u003e\n    \u003cdiv class=\"pill-tags\"\u003e\n      \u003cspan class=\"pill-tag\"\u003eハイドロコロイド素材\u003c\/span\u003e\n      \u003cspan class=\"pill-tag\"\u003e防水\u003c\/span\u003e\n      \u003cspan class=\"pill-tag\"\u003e密着保護\u003c\/span\u003e\n      \u003cspan class=\"pill-tag\"\u003eすり傷・きり傷\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"overview-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e商品概要\u003c\/h2\u003e\n    \u003cp\u003eバンドエイド キズパワーパッドは、ハイドロコロイド素材を採用した管理医療機器の絆創膏です。傷口から出る体液（滲出液）を吸収してゲル状のクッションを形成し、傷を密閉することで最適な湿潤環境を保ちます。これにより、傷の治りを早め、きれいに治すモイストヒーリング（湿潤療法）をサポートします。\u003c\/p\u003e\n    \u003cp\u003e防水性に優れ、傷口をしっかり保護しながら、水仕事や入浴時にも使用できます。ふつうサイズは日常的なすり傷・きり傷に最適なサイズで、手指や関節部など幅広い部位に使用できます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\" style=\"margin: 0 0 1.5rem 0;\"\u003e製品の特長\u003c\/h2\u003e\n  \u003cdiv class=\"features-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eモイストヒーリングで傷を早く治す\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003eハイドロコロイド素材\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e傷口から出る体液を吸収してゲル状のクッションを形成。傷を密閉して最適な湿潤環境を保ち、自然治癒力を最大限に引き出します。かさぶたを作らず、痛みを和らげながら傷をきれいに治します。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003e防水性で水仕事も安心\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003e防水フィルム\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e優れた防水性により、水仕事や入浴時にも傷口をしっかり保護。外部からの水分や細菌の侵入を防ぎ、清潔な状態を保ちます。日常生活での使用に配慮した設計です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003e密着保護で痛みを軽減\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003eポリウレタンフィルム\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e傷口にぴったり密着して保護し、外部刺激から傷を守ります。クッション性のあるパッドが痛みを和らげ、快適な装着感を実現。貼り替え時も傷口を傷つけにくい設計です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003e幅広い傷に対応\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003eふつうサイズ\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e日常的なすり傷・きり傷・さし傷・かき傷・あかぎれ・靴ずれなど、様々な傷に対応。ふつうサイズは手指や関節部など幅広い部位に使いやすいサイズです。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"efficacy-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e効能・効果\u003c\/h2\u003e\n    \u003cp\u003e以下の創傷の治療および保護\u003c\/p\u003e\n    \u003cdiv class=\"efficacy-tags\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eすり傷\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eきり傷\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eさし傷\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eかき傷\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eあかぎれ\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e靴ずれ等の創傷\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"usage-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e用法・用量\u003c\/h2\u003e\n    \n    \u003ch3 style=\"color: var(--acc-dark); margin: 1.5rem 0 1rem 0; font-size: 1.1rem;\"\u003e使用方法\u003c\/h3\u003e\n    \u003col style=\"line-height: 1.9;\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003e傷口の洗浄：\u003c\/strong\u003e水道水等で傷口をよく洗い、水分を清潔なガーゼやタオルで軽くふき取ります。\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e貼り付け：\u003c\/strong\u003eパッドの中央部分が傷口全体を覆うように貼ります。パッドが傷口からはみ出すように貼ることが重要です。\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e貼り替え：\u003c\/strong\u003e白いふくらみ（体液を吸収した部分）がパッドの端まで達したら貼り替えます。通常2〜3日に1回が目安です。\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eはがし方：\u003c\/strong\u003eパッドの端をゆっくりとはがします。無理にはがすと傷口を傷つける恐れがあります。\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n      \u003cp\u003e\u003cstrong\u003eご注意：\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cul style=\"margin: 0.5rem 0 0 0; padding-left: 1.5rem;\"\u003e\n        \u003cli\u003e消毒液や軟膏等を使用しないでください（密閉効果が損なわれます）\u003c\/li\u003e\n        \u003cli\u003e最長7日間まで使用できますが、傷の状態により適宜貼り替えてください\u003c\/li\u003e\n        \u003cli\u003e傷が治るまで繰り返し使用してください\u003c\/li\u003e\n        \u003cli\u003e使用中に傷口やその周辺に発赤、腫れ、痛み、化膿等が生じた場合は直ちに使用を中止し、医師にご相談ください\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qna-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eよくあるご質問\u003c\/h2\u003e\n    \n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003e白くふくらんできましたが、大丈夫ですか？\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e 白いふくらみは、傷口から出る体液（滲出液）をパッドが吸収してゲル状になったものです。これは正常な状態で、傷の治癒を促進しています。白いふくらみがパッドの端まで達したら貼り替えのタイミングです。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003e消毒液や軟膏を使ってもいいですか？\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e いいえ。消毒液や軟膏を使用すると、パッドの密閉効果が損なわれ、モイストヒーリングの効果が十分に発揮されません。傷口は水道水等でよく洗浄し、そのままパッドを貼ってください。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003eどのくらいの期間使用できますか？\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e 1枚のパッドは最長7日間使用できますが、通常2〜3日に1回の貼り替えが目安です。白いふくらみがパッドの端まで達したら貼り替えてください。傷が治るまで繰り返し使用してください。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003eお風呂に入っても大丈夫ですか？\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e はい。キズパワーパッドは防水性に優れているため、貼ったまま入浴できます。ただし、パッドの端から水が入らないよう、しっかりと密着させて貼ってください。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"warning-section\"\u003e\n    \u003ch2\u003e\n\u003cspan\u003e⚠️\u003c\/span\u003e使用上の注意\u003c\/h2\u003e\n    \n    \u003ch3 style=\"color: #d97706; margin: 1.5rem 0 0.75rem 0; font-size: 1.05rem;\"\u003eしてはいけないこと\u003c\/h3\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003e次の部位には使用しないでください\n        \u003cul style=\"margin-top: 0.5rem;\"\u003e\n          \u003cli\u003e感染している傷（傷の周囲が赤く腫れたり、化膿している傷）\u003c\/li\u003e\n          \u003cli\u003e深い傷や大きい傷\u003c\/li\u003e\n          \u003cli\u003e動物にかまれた傷\u003c\/li\u003e\n          \u003cli\u003e異物が刺さったままの傷\u003c\/li\u003e\n          \u003cli\u003e皮膚炎、湿疹、やけど\u003c\/li\u003e\n          \u003cli\u003eにきび、虫さされ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e消毒液、軟膏等を使用しないでください\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3 style=\"color: #d97706; margin: 1.5rem 0 0.75rem 0; font-size: 1.05rem;\"\u003e相談すること\u003c\/h3\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003e次の人は使用前に医師または薬剤師にご相談ください\n        \u003cul style=\"margin-top: 0.5rem;\"\u003e\n          \u003cli\u003e糖尿病の人\u003c\/li\u003e\n          \u003cli\u003e血友病等の血液疾患のある人\u003c\/li\u003e\n          \u003cli\u003e薬などによりアレルギー症状を起こしたことがある人\u003c\/li\u003e\n          \u003cli\u003e傷口が顔面にある人\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e次の場合は直ちに使用を中止し、医師にご相談ください\n        \u003cul style=\"margin-top: 0.5rem;\"\u003e\n          \u003cli\u003e使用中または使用後に、発疹・発赤、かゆみ、かぶれ等の症状があらわれた場合\u003c\/li\u003e\n          \u003cli\u003e傷口やその周辺に発赤、腫れ、痛み、熱感、化膿等が生じた場合\u003c\/li\u003e\n          \u003cli\u003e7日間使用しても治らない場合\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3 style=\"color: #d97706; margin: 1.5rem 0 0.75rem 0; font-size: 1.05rem;\"\u003eその他の注意\u003c\/h3\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003e小児に使用させる場合には、保護者の指導監督のもとに使用させてください\u003c\/li\u003e\n      \u003cli\u003e目に入らないように注意してください。万一、目に入った場合には、すぐに水またはぬるま湯で洗ってください\u003c\/li\u003e\n      \u003cli\u003e外用にのみ使用してください\u003c\/li\u003e\n      \u003cli\u003e定められた用法・用量を厳守してください\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"storage-section\"\u003e\n    \u003ch2\u003e\n\u003cspan\u003e📦\u003c\/span\u003e保管および取扱い上の注意\u003c\/h2\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003e直射日光の当たらない湿気の少ない涼しい所に保管してください\u003c\/li\u003e\n      \u003cli\u003e小児の手の届かない所に保管してください\u003c\/li\u003e\n      \u003cli\u003e他の容器に入れ替えないでください（誤用の原因になったり品質が変わることがあります）\u003c\/li\u003e\n      \u003cli\u003e個包装の袋が破損しているものは使用しないでください\u003c\/li\u003e\n      \u003cli\u003e使用期限を過ぎた製品は使用しないでください\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10枚入","offer_id":51881864429884,"sku":"4901730021906","price":850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730021906.jpg?v=1751851255"},{"product_id":"band-aid-kizupowerpad-spot","title":"バンドエイド キズパワーパッド スポットタイプ","description":"\u003cp\u003eバンドエイドの「キズパワーパッド スポットタイプ」は、顔や指などの小さなキズ、またはニキビ跡や軽度のやけどなどに最適な、**モイストヒーリング（湿潤療法）**を応用した絆創膏です。目立ちにくい肌色半透明の小さなサイズで、キズ口を乾燥させずに潤いのある環境を保ち、痛みを和らげながらキズを早くきれいに治し、傷跡を残りにくくするようサポートします。\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e商品の特徴\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e顔や指の小さなキズに最適:\u003c\/b\u003e 直径が小さい円形または楕円形のスポットタイプなので、目立ちやすい顔のキズや、指先の小さな切り傷、ニキビ跡など、ピンポイントでケアしたい場所にぴったりフィットします。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eモイストヒーリングで早くきれいに治す:\u003c\/b\u003e キズ口から出る体液（滲出液）を吸収してゲル状に膨らみ、キズが治るのに最適な湿潤環境を保ちます。これにより、かさぶたを作らずに皮膚の再生を促し、痛みを和らげながらキズを早く、きれいに治します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e肌色半透明で目立ちにくい:\u003c\/b\u003e 薄く、肌色半透明なので、貼っていてもほとんど目立ちません。顔などの露出する部分に貼っても気になりにくく、日常生活を快適に送れます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e高い密着性とはがれにくさ:\u003c\/b\u003e 柔らかくしなやかなハイドロコロイド素材が肌にぴったりフィットし、動きの多い指先や、洗顔時などもはがれにくいです。最長5日間貼り続けられる（目安）ため、貼り替えの手間が省けます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e完全防水仕様:\u003c\/b\u003e 360°完全防水設計なので、水仕事やシャワーを浴びても剥がれにくく、キズ口に水やバイ菌が侵入するのを防ぎます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e「バンドエイド キズパワーパッド スポットタイプ」は、目立ちにくい小さなキズを効果的にケアし、早くきれいに治したい方に最適な、機能性と審美性を兼ね備えた絆創膏です。\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使い方の４STEP\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口を洗う\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e観察・処置をする\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e潤いを保つ\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e経過を観察する\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 キズ口を洗う\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e水道の流水で、異物やバイ菌をしっかり洗い流します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e消毒液やクリームなどは塗らないでください。消毒剤の種類によっては、キズ修復のためにはたらく細胞にダメージを与え、治りを悪くする場合があります。消毒剤を使用する場合には、なるべく少量にし、水で洗い流すといいでしょう。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eうまく洗えないときは・・・\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口に砂や小石などが入っていて、水だけで流せない時は、清潔なガーゼや綿棒などで取り除きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 観察・処置をする\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e清潔なタオルやティッシュペーパーで水気を取り、出血がある時は、止血をします。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~３分経過しても血が止まらない場合は病院へ行きましょう。\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e粘着力を高め、はがれにくくするために、キズ口と周りの皮膚の水分・油分・クリームなどをふき取っておきます。そして、事前に個包装からキズパワーパッド™を取出し、両手で１分間温めることで、肌なじみがよくなります。また、キズパワーパッド™を選ぶ際は、キズよりも一回り大きいサイズのものを選ぶようにしましょう。ケガをした部位・大きさに合った商品を選ぶことで、さらに効果的に使用することができます。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eどんな点を観察したらいい？\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口にタオルやティッシュペーパーの繊維などの異物がついていないか確認します。また、やけどの場合は、水疱を無理につぶしたり皮膚を剥がさないようにします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 潤いを保つ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e体液（滲出液）が乾いてかさぶたにならないよう、 キズパワーパッド™商品をぴったり貼ってキズ口の潤いを保ちます。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e貼付後にもキズパワーパッド™を手のひらでおおって１分間温めましょう。そうすることで、端までしっかりと密着させることができます。\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 経過を観察する\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eキズ口がふさがるまで、キズの様子を観察しましょう。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口に異常が見られたら、家庭での処置を中止して、医師に相談しましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e体液（滲出液）がキズパワーパッド™から漏れてはがれてしまったら、キズ口を洗い、新しいものにはり替えましょう。\u003cbr\u003e皮膚が再生されてキズ口がふさがると、体液が出なくなり、貼り替えても白くゲル状にふくらまなくなってきます。\u003cbr\u003eまた、はり替えの際は、商品の一端を何回か引っ張って、ゆっくりはがしましょう。剥がれにくい場合は、温水を商品と皮膚の間に流し入れるようにするとはがれやすくなります。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eキズがふさがったら\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口がふさがればキズが治り始めたという合図です。しかし、むやみに触ると、皮膚の下の修復作業の邪魔になり修復が遅れてしまいます。また、できたばかりの皮膚は直射日光をたくさん浴びると色素沈着することも。キズ口がふさがってもしばらくばんそうこうで保護しましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™で処置できるキズ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽いすりキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽いすりキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽い切りキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽い切りキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽度のやけど\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽度のやけど\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ あかぎれ\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eあかぎれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ さかむけ\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eさかむけ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 靴ずれ\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e靴ずれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズパワーパッド™に適するキズ\u003cbr\u003e\u003cbr\u003e適さないキズを確認してみましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e詳しくはこちら\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e転んですりむいたキズや日常生活でできた切りキズはキズパワーパッド™で処置できます。ただし、キズが深い場合や大きい場合は病院へ行きましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使用上の注意\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2週間以上回復しないキズは医師のアドバイスを\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2週間以上経過しても回復しないキズは、家庭で手当できる範囲より重いキズである場合や、何かキズを治りにくくする原因がある場合が考えられます。病院に行って医師のアドバイスを受けるようにしてください。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e次の人は使用前に医師または薬剤師に相談してください。\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e糖尿病や血行障害の治療を受けている人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e強い倦怠感を感じていたり、発熱があるなど全身状態がよくない人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eアレルギー体質の人や、薬や絆創膏などで発疹などの過敏症状を経験した事がある人\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2歳以下の乳幼児には使用しないでください。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10枚入","offer_id":51888909287740,"sku":"4901730077699","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730077699.jpg?v=1752051116"},{"product_id":"band-aid-kizupowerpad-large-size","title":"バンドエイド キズパワーパッド 大きめサイズ","description":"\u003cp\u003e広範囲のキズや深いキズの治りを早め、痛みを和らげ、傷跡を残りにくくする**「モイストヒーリング（湿潤療法）」**を家庭で手軽に行える絆創膏です。独自のハイドロコロイド素材が体液をたっぷり閉じ込め、キズ口を乾燥させずに潤いのある環境を保ちます。肌色半透明で目立ちにくく、しなやかな貼り心地で、ひざやひじなどの大きなキズのケアに特に適しています。\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e商品の特徴\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eモイストヒーリングで早くきれいに治す:\u003c\/b\u003e キズ口から出る体液（滲出液）を吸収してゲル状に膨らみ、キズが治るのに最適な湿潤環境を保ちます。これにより、かさぶたを作らずに皮膚の再生を促し、痛みを和らげながらキズを早く、きれいに治します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e大きめサイズで広範囲のキズに対応:\u003c\/b\u003e 一般的なサイズではカバーしきれない、ひざやひじなどの大きなキズや、広範囲のすり傷などにも対応。一枚でしっかりとキズを保護します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e高い密着性ではがれにくい:\u003c\/b\u003e 柔らかくしなやかなハイドロコロイド素材が肌にぴったりフィットし、激しい動きや摩擦でもはがれにくいです。最長5日間貼り続けられる（目安）ため、貼り替えの手間が省けます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e肌色半透明で目立ちにくい:\u003c\/b\u003e 全体が肌色半透明なので、貼っていても目立ちにくく、自然な見た目を保てます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e完全防水仕様:\u003c\/b\u003e 360°完全防水設計なので、水仕事やシャワーを浴びても剥がれにくく、キズ口に水やバイ菌が侵入するのを防ぎます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e「バンドエイド キズパワーパッド 大きめサイズ」は、最新の技術で大きなキズの治りをサポートし、日常生活を快適に送りたい方にぴったりの絆創膏です。\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使い方の４STEP\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口を洗う\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e観察・処置をする\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e潤いを保つ\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e経過を観察する\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 キズ口を洗う\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e水道の流水で、異物やバイ菌をしっかり洗い流します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e消毒液やクリームなどは塗らないでください。消毒剤の種類によっては、キズ修復のためにはたらく細胞にダメージを与え、治りを悪くする場合があります。消毒剤を使用する場合には、なるべく少量にし、水で洗い流すといいでしょう。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eうまく洗えないときは・・・\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口に砂や小石などが入っていて、水だけで流せない時は、清潔なガーゼや綿棒などで取り除きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 観察・処置をする\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e清潔なタオルやティッシュペーパーで水気を取り、出血がある時は、止血をします。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~３分経過しても血が止まらない場合は病院へ行きましょう。\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e粘着力を高め、はがれにくくするために、キズ口と周りの皮膚の水分・油分・クリームなどをふき取っておきます。そして、事前に個包装からキズパワーパッド™を取出し、両手で１分間温めることで、肌なじみがよくなります。また、キズパワーパッド™を選ぶ際は、キズよりも一回り大きいサイズのものを選ぶようにしましょう。ケガをした部位・大きさに合った商品を選ぶことで、さらに効果的に使用することができます。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eどんな点を観察したらいい？\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口にタオルやティッシュペーパーの繊維などの異物がついていないか確認します。また、やけどの場合は、水疱を無理につぶしたり皮膚を剥がさないようにします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 潤いを保つ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e体液（滲出液）が乾いてかさぶたにならないよう、 キズパワーパッド™商品をぴったり貼ってキズ口の潤いを保ちます。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e貼付後にもキズパワーパッド™を手のひらでおおって１分間温めましょう。そうすることで、端までしっかりと密着させることができます。\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 経過を観察する\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eキズ口がふさがるまで、キズの様子を観察しましょう。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口に異常が見られたら、家庭での処置を中止して、医師に相談しましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e体液（滲出液）がキズパワーパッド™から漏れてはがれてしまったら、キズ口を洗い、新しいものにはり替えましょう。\u003cbr\u003e皮膚が再生されてキズ口がふさがると、体液が出なくなり、貼り替えても白くゲル状にふくらまなくなってきます。\u003cbr\u003eまた、はり替えの際は、商品の一端を何回か引っ張って、ゆっくりはがしましょう。剥がれにくい場合は、温水を商品と皮膚の間に流し入れるようにするとはがれやすくなります。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eキズがふさがったら\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口がふさがればキズが治り始めたという合図です。しかし、むやみに触ると、皮膚の下の修復作業の邪魔になり修復が遅れてしまいます。また、できたばかりの皮膚は直射日光をたくさん浴びると色素沈着することも。キズ口がふさがってもしばらくばんそうこうで保護しましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™で処置できるキズ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽いすりキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽いすりキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽い切りキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽い切りキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽度のやけど\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽度のやけど\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ あかぎれ\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eあかぎれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ さかむけ\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eさかむけ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 靴ずれ\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e靴ずれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズパワーパッド™に適するキズ\u003cbr\u003e\u003cbr\u003e適さないキズを確認してみましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e詳しくはこちら\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e転んですりむいたキズや日常生活でできた切りキズはキズパワーパッド™で処置できます。ただし、キズが深い場合や大きい場合は病院へ行きましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使用上の注意\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2週間以上回復しないキズは医師のアドバイスを\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2週間以上経過しても回復しないキズは、家庭で手当できる範囲より重いキズである場合や、何かキズを治りにくくする原因がある場合が考えられます。病院に行って医師のアドバイスを受けるようにしてください。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e次の人は使用前に医師または薬剤師に相談してください。\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e糖尿病や血行障害の治療を受けている人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e強い倦怠感を感じていたり、発熱があるなど全身状態がよくない人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eアレルギー体質の人や、薬や絆創膏などで発疹などの過敏症状を経験した事がある人\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2歳以下の乳幼児には使用しないでください。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6枚入","offer_id":51901324525884,"sku":"4901730021913","price":644.0,"currency_code":"JPY","in_stock":true},{"title":"12枚入","offer_id":51901324558652,"sku":"4901730077002","price":1594.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730021913.jpg?v=1752409304"},{"product_id":"band-aid-kizupowerpad-blister","title":"バンドエイド キズパワーパッド 靴ずれ用","description":"\u003cp\u003eバンドエイドの「キズパワーパッド 靴ずれ用」は、靴ずれによる痛みを和らげ、キズの治りを早める**モイストヒーリング（湿潤療法）**を応用した絆創膏です。靴ずれのできやすいかかとやアキレス腱にフィットするよう設計されており、独自のハイドロコロイド素材がキズ口から出る体液を吸収して潤いのある環境を保ちます。肌色半透明で目立ちにくく、高密着ではがれにくいので、靴ずれの不快感を気にせず快適に過ごしたい方に最適です。\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e商品の特徴\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e靴ずれに特化した形状と機能:\u003c\/b\u003e 靴ずれのできやすいかかとやアキレス腱にフィットしやすい専用設計。動きの多い足にもしっかり密着し、摩擦からキズを保護します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eモイストヒーリングで早くきれいに治す:\u003c\/b\u003e キズ口から出る体液（滲出液）を吸収してゲル状に膨らみ、キズが治るのに最適な湿潤環境を保ちます。これにより、かさぶたを作らずに皮膚の再生を促し、痛みを和らげながらキズを早く、きれいに治します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e高い密着性とはがれにくさ:\u003c\/b\u003e 柔らかくしなやかなハイドロコロイド素材が肌にぴったりフィットし、靴との摩擦や歩行による動きでもズレたり剥がれたりしにくいです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e肌色半透明で目立ちにくい:\u003c\/b\u003e 薄く、肌色半透明なので、貼っていてもほとんど目立ちません。素足になる季節でも気にせず使えます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e完全防水仕様:\u003c\/b\u003e 360°完全防水設計なので、水仕事やシャワーを浴びても剥がれにくく、キズ口に水やバイ菌が侵入するのを防ぎます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e「バンドエイド キズパワーパッド 靴ずれ用」は、靴ずれの痛みを軽減し、早くきれいに治したい方にとって、まさに救世主となる絆創膏です。\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使い方の４STEP\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口を洗う\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e観察・処置をする\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e潤いを保つ\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e経過を観察する\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 キズ口を洗う\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e水道の流水で、異物やバイ菌をしっかり洗い流します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e消毒液やクリームなどは塗らないでください。消毒剤の種類によっては、キズ修復のためにはたらく細胞にダメージを与え、治りを悪くする場合があります。消毒剤を使用する場合には、なるべく少量にし、水で洗い流すといいでしょう。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eうまく洗えないときは・・・\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口に砂や小石などが入っていて、水だけで流せない時は、清潔なガーゼや綿棒などで取り除きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 観察・処置をする\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e清潔なタオルやティッシュペーパーで水気を取り、出血がある時は、止血をします。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~３分経過しても血が止まらない場合は病院へ行きましょう。\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e粘着力を高め、はがれにくくするために、キズ口と周りの皮膚の水分・油分・クリームなどをふき取っておきます。そして、事前に個包装からキズパワーパッド™を取出し、両手で１分間温めることで、肌なじみがよくなります。また、キズパワーパッド™を選ぶ際は、キズよりも一回り大きいサイズのものを選ぶようにしましょう。ケガをした部位・大きさに合った商品を選ぶことで、さらに効果的に使用することができます。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eどんな点を観察したらいい？\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口にタオルやティッシュペーパーの繊維などの異物がついていないか確認します。また、やけどの場合は、水疱を無理につぶしたり皮膚を剥がさないようにします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 潤いを保つ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e体液（滲出液）が乾いてかさぶたにならないよう、 キズパワーパッド™商品をぴったり貼ってキズ口の潤いを保ちます。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e貼付後にもキズパワーパッド™を手のひらでおおって１分間温めましょう。そうすることで、端までしっかりと密着させることができます。\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 経過を観察する\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eキズ口がふさがるまで、キズの様子を観察しましょう。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口に異常が見られたら、家庭での処置を中止して、医師に相談しましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e体液（滲出液）がキズパワーパッド™から漏れてはがれてしまったら、キズ口を洗い、新しいものにはり替えましょう。\u003cbr\u003e皮膚が再生されてキズ口がふさがると、体液が出なくなり、貼り替えても白くゲル状にふくらまなくなってきます。\u003cbr\u003eまた、はり替えの際は、商品の一端を何回か引っ張って、ゆっくりはがしましょう。剥がれにくい場合は、温水を商品と皮膚の間に流し入れるようにするとはがれやすくなります。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eキズがふさがったら\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口がふさがればキズが治り始めたという合図です。しかし、むやみに触ると、皮膚の下の修復作業の邪魔になり修復が遅れてしまいます。また、できたばかりの皮膚は直射日光をたくさん浴びると色素沈着することも。キズ口がふさがってもしばらくばんそうこうで保護しましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™で処置できるキズ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽いすりキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽いすりキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽い切りキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽い切りキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽度のやけど\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽度のやけど\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ あかぎれ\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eあかぎれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ さかむけ\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eさかむけ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 靴ずれ\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e靴ずれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズパワーパッド™に適するキズ\u003cbr\u003e\u003cbr\u003e適さないキズを確認してみましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e詳しくはこちら\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e転んですりむいたキズや日常生活でできた切りキズはキズパワーパッド™で処置できます。ただし、キズが深い場合や大きい場合は病院へ行きましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使用上の注意\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2週間以上回復しないキズは医師のアドバイスを\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2週間以上経過しても回復しないキズは、家庭で手当できる範囲より重いキズである場合や、何かキズを治りにくくする原因がある場合が考えられます。病院に行って医師のアドバイスを受けるようにしてください。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e次の人は使用前に医師または薬剤師に相談してください。\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e糖尿病や血行障害の治療を受けている人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e強い倦怠感を感じていたり、発熱があるなど全身状態がよくない人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eアレルギー体質の人や、薬や絆創膏などで発疹などの過敏症状を経験した事がある人\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2歳以下の乳幼児には使用しないでください。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6枚入","offer_id":51927201677628,"sku":"4901730090889","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730090889.jpg?v=1753005082"},{"product_id":"band-aid-kizupowerpad-plus-regular-size","title":"バンドエイド キズパワーパッド プラス ふつうサイズ","description":"\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_small\"\u003e\n\u003cdiv class=\"rich-text\" data-sb-field-path=\".product.longDescription\"\u003e\n\u003cp\u003eバンドエイドの「キズパワーパッド プラス ふつうサイズ」は、傷の治りを早め、痛みを和らげ、傷跡を残りにくくする**「モイストヒーリング（湿潤療法）」**を家庭で手軽に行える絆創膏です。独自のハイドロコロイド素材が高吸収パッドの中央部で体液をたっぷり閉じ込め、キズ口を乾燥させずに潤いのある環境を保ちます。肌色半透明で目立ちにくく、しなやかな貼り心地で、切り傷やすり傷、靴ずれなど、様々なキズのケアに役立ちます。\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e商品の特徴\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eモイストヒーリングで早くきれいに治す:\u003c\/b\u003e キズ口から出る体液（滲出液）を吸収してゲル状に膨らみ、キズが治るのに最適な湿潤環境を保ちます。これにより、かさぶたを作らずに皮膚の再生を促し、痛みを和らげながらキズを早く、きれいに治します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e高吸収パッドで体液漏れを防ぐ:\u003c\/b\u003e パッドの中央部が25%厚くなっているため、体液をしっかり吸収し、漏れを防ぎます。高い密着性ではがれにくく、最長5日間貼り続けられる（目安）ため、貼り替えの手間が省けます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e肌に優しいしなやかな貼り心地:\u003c\/b\u003e 全体が肌色半透明のハイドロコロイド素材でできており、目立ちにくいのが特徴です。柔らかくしなやかなので、体の動きにぴったりフィットし、つけていても違和感が少ないです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e完全防水仕様:\u003c\/b\u003e 360°完全防水設計なので、水仕事やシャワーを浴びても剥がれにくく、キズ口に水やバイ菌が侵入するのを防ぎます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e幅広いキズに対応:\u003c\/b\u003e 切り傷、すり傷、かき傷、あかぎれ、さかむけ、靴ずれ、軽度のやけどなど、様々な日常のキズに使用できます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e「バンドエイド キズパワーパッド プラス ふつうサイズ」は、最新の技術でキズの治りをサポートし、日常生活を快適に送りたい方にぴったりの絆創膏です。\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003ch2 data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eキズパワーパッド™は何からできているの？\u003c\/h2\u003e\n\u003ch3 data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eハイドロコロイド素材\u003c\/h3\u003e\n\u003cp data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eハイドロコロイドは、医療現場でも使われる素材。\u003cbr data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e\u003cbr data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eこの素材を使い、日本で初めて家庭用にモイストヒーリングを普及したのがキズパワーパッド™です。\u003c\/p\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-state=\"open\" data-orientation=\"vertical\"\u003e\u003cbutton data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-radix-collection-item=\"\" class=\"vds-d_flex vds-items_center vds-w_100% vds-cursor_pointer vds-gap_xSmall [\u0026amp;\u0026gt;.iconCollapsed]:vds-d_block focusVisible:vds-ring_3px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.accordion.border.focus expanded:[\u0026amp;_.iconCollapsed]:vds-opacity_0 expanded:[\u0026amp;_.iconCollapsed]:vds-pointer-events_none expanded:[\u0026amp;_.iconCollapsed]:vds-transform_rotate(-180deg) expanded:[\u0026amp;_.iconCollapsed]:vds-transition_opacity_0.2s_ease-in-out,_transform_0.4s_ease-in-out expanded:[\u0026amp;_.iconExpanded]:vds-opacity_1 expanded:[\u0026amp;_.iconExpanded]:vds-pointer-events_all expanded:[\u0026amp;_.iconExpanded]:vds-transform_rotate(180deg) expanded:[\u0026amp;_.iconExpanded]:vds-transition_opacity_0.2s_ease-in-out,_transform_0.4s_ease-in-out vds-textStyle_headline.medium vds-justify_space-between vds-text_components.accordion.label.text.label vds-bg_components.accordion.label.background.base vds-pt_components.accordion.label.padding.top vds-pr_components.accordion.label.padding.right vds-pl_components.accordion.label.padding.left vds-pb_components.accordion.label.padding.bottom\" id=\"radix-:rv:\" data-orientation=\"vertical\" data-state=\"open\" aria-expanded=\"true\" aria-controls=\"radix-:r10:\" type=\"button\"\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-text_left rtl:vds-text_right vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\"\u003eハイドロコロイド素材について\u003c\/span\u003e\u003c\/span\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-d_flex vds-items_center vds-pos_relative\"\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"iconCollapsed vds-transition_transform_.2s_ease-in-out vds-transform_rotate(0deg) vds-opacity_1 vds-pos_absolute vds-right_0 lg:vds-right_unset vds-self_center\"\u003e\u003csvg aria-labelledby=\"svgTitle\" fill=\"currentcolor\" color=\"var(--components-accordion-label-icon-base)\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill=\"currentcolor\" d=\"M13 3C13 2.44772 12.5523 2 12 2C11.4477 2 11 2.44772 11 3V11L3 11C2.44772 11 2 11.4477 2 12C2 12.5523 2.44771 13 3 13L11 13V21C11 21.5523 11.4477 22 12 22C12.5523 22 13 21.5523 13 21V13L21 13C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11L13 11V3Z\" clip-rule=\"evenodd\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"iconExpanded vds-transition_transform_.2s_ease-in-out vds-transform_rotate(0deg) vds-opacity_0 vds-self_center\"\u003e\u003csvg aria-labelledby=\"svgTitle\" fill=\"currentcolor\" color=\"var(--components-accordion-label-icon-base)\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill=\"currentcolor\" d=\"M22 12C22 12.5523 21.5523 13 21 13L3 13C2.44771 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11L21 11C21.5523 11 22 11.4477 22 12Z\" clip-rule=\"evenodd\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/button\u003e\u003c\/h3\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"2rOzAFLVtCCT5wNf9g0kl7:content\" class='vds-overflow_hidden [\u0026amp;[data-state=\"open\"]]:vds-animation_accordionSlideDown_250ms_ease-in-out [\u0026amp;[data-state=\"closed\"]]:vds-animation_accordionSlideUp_250ms_ease-in-out [\u0026amp;[data-state=\"closed\"]]:vds-h_0 [\u0026amp;[data-state=\"closed\"]]:vds-d_none vds-bg_components.accordion.dropdown.background.base vds-text_components.accordion.dropdown.text.body' data-orientation=\"vertical\" aria-labelledby=\"radix-:rv:\" role=\"region\" id=\"radix-:r10:\" data-state=\"open\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-pt_components.accordion.dropdown.padding.top vds-pr_components.accordion.dropdown.padding.right vds-pl_components.accordion.dropdown.padding.left vds-pb_components.accordion.dropdown.padding.bottom vds-d_flex vds-flex_column vds-gap_36 lg:vds-gap_48\"\u003e\n\u003csection data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-bg_components.page.background.base vds-p_token(spacing.0)\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"71ttaViXBmx2aEeAG9xMKP\" class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_8 vds-w_100%\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-flex_column vds-gap-x_token(spacing.small) vds-overflow_hidden\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"5E9m6UntGZrmhouOkl0kud\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_token(spacing.0) vds-rounded-tr_token(spacing.0) vds-rounded-bl_token(spacing.0) vds-rounded-br_token(spacing.0) vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start vds-border-w_token(spacing.0)\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_16\/9 sm:vds-aspect_16\/9\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/21tNs7vtM8zfJPpX9mtMZA\/16106c42622f1e0db6622f86fe17a8b6\/band-aid_kizupowerpad_hydrocolloid.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"364.44444444444446\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"5507ijn68XJZt0zNDrtzy\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_0 vds-pr_0 vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_typography.body.regular\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eキズパワーパッド™は二層構造。外側は、バイ菌や水の侵入を防ぐポリウレタンフィルム。内側は、ハイドロコロイド素材でできています。ハイドロコロイド素材は、皮膚にぴったりくっつくための粘着剤（疎水性ポリマー）と、水分を吸収・保護するハイドロコロイド粒子（親水性ポリマー）でできています。\u003c\/p\u003e\n\u003cp data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eこのハイドロコロイド粒子が、キズ口に出てくる体液を吸収してふくらみ、ゼリーのようなゲル状のクッションになります。\u003cbr data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e皮膚が再生されてキズ口に出てくる体液が減ってくると、貼りかえるたびに膨らみが小さくなります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eキズパワーパッド™の3つの特長\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"4iyZQ22QYYA00fwM0dzqRL\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3IyDwHATFdjsRC06QDNwVb\/6759f6c65ea147c1124449e744ad08e0\/band-aid_kizupowerpad_3features_soft_0.png\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"420\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"4khGHA2QyC80WgD7CxVKh8\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e乾燥による神経への刺激をおさえるので、キズの痛みがやわらぎます。\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"uwxAT4yzmhjXDP0Aiq18c\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3gISA8dyVsS2edPHiJEtBw\/c7abd3c43d0859a5a4c3a87e1eaf8b5a\/band-aid_kizupowerpad_3features_quick_0.png\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"420\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"6oujPBfuCoPxoRDdFIBHHP\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e皮膚の回復に適した環境を整える体液（滲出液）を保つのでキズを早く治します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"5QqgDfyfdyLnXL5Np6UowQ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1rQjOYYE6LgO7U9SuV6zgy\/80cd03a369537fde8d0b64fba4aaecb7\/band-aid_kizupowerpad_3features_beauty_0.png\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"420\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"11nn5sD5Iftv4QG6zslfsl\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eキズあとが残る原因になりやすいかさぶたをつくらずにきれいに治します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv data-sb-object-id=\"GSNdJjBiez2w3Ui7tGEBg\" class=\"vds-box\"\u003e\n\u003cdiv data-sb-field-path=\".content\" class=\"vds-box\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003ch2\u003eあかぎれ・靴ずれ・やけどにもキズパワーパッド™\u003c\/h2\u003e\n\u003cp\u003eあかぎれ・靴ずれなど、できてしまったキズの痛みは耐えるもの・・・そう思っていませんか？\u003cbr\u003e\u003cbr\u003eキズパワーパッド™なら、そうしたキズの痛みもやわらげ、早くきれいに治します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"6zfENla3iQoiQE70ZHTVbl\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"RjOZcNMOXnPdg1moSllbW\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/akagire\" class=\"focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.link.border.focus focusVisible:vds-rounded_2px vds-ring_-2px vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\" aria-disabled=\"false\" role=\"link\" title=\"あかぎれ\" tabindex=\"0\" target=\"_self\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/2toNYz0HrdJVtSFflMEqXF\/483ce380c30eed20872645ee573872c1\/band-aid_kizupowerpad_akagire_0.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"308\" width=\"419\" loading=\"lazy\" data-sb-object-id=\"2iKtWhHrYKb4wVhdTYQKOw\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/a\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/akagire\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.tertiary.text.base.idle hover:vds-text_components.button.tertiary.text.base.hover active:vds-text_components.button.tertiary.text.base.pressed focus:vds-text_components.button.tertiary.text.base.hover disabled:vds-text_components.button.tertiary.text.base.disabled disabled:hover:vds-text_components.button.tertiary.text.base.disabled disabled:active:vds-text_components.button.tertiary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-bg_transparent vds-border-style_solid vds-text_center group\" data-sb-object-id=\"1RAGfK0bRx1oc7kslCM3e7\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eあかぎれ\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"3qYV7ZfDV2f67k39ufYUEE\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/blister\" class=\"focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.link.border.focus focusVisible:vds-rounded_2px vds-ring_-2px vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\" aria-disabled=\"false\" role=\"link\" title=\"靴ずれ\" tabindex=\"0\" target=\"_self\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4eur2w2p4sIufVntjwOhdu\/4e1378fb4f77e304230f76ecfd13fe3f\/band-aid_kizupowerpad_shoeslip_0.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"309\" width=\"421\" loading=\"lazy\" data-sb-object-id=\"5yRKpqGipGmLgEvn3tJUaw\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/a\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/blister\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.tertiary.text.base.idle hover:vds-text_components.button.tertiary.text.base.hover active:vds-text_components.button.tertiary.text.base.pressed focus:vds-text_components.button.tertiary.text.base.hover disabled:vds-text_components.button.tertiary.text.base.disabled disabled:hover:vds-text_components.button.tertiary.text.base.disabled disabled:active:vds-text_components.button.tertiary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-bg_transparent vds-border-style_solid vds-text_center group\" data-sb-object-id=\"uZNjmBZoYFCQjoj17p5sL\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e靴ずれ\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1mLcpFTlW2zz9IbsQfixfJ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003ca href=\"https:\/\/www.band-aid.jp\/kizu\/yakedo\" class=\"focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.link.border.focus focusVisible:vds-rounded_2px vds-ring_-2px vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\" aria-disabled=\"false\" role=\"link\" title=\"やけど\" tabindex=\"0\" target=\"_self\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7CxVKo6SNcVO2lpwn4yxCp\/363c8949a447b5f8e5a255d9c29be5ef\/band-aid_kizupowerpad_scald_0.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"311\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"1ay76w0qTOyYACayLlDsUF\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/a\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizu\/yakedo\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.tertiary.text.base.idle hover:vds-text_components.button.tertiary.text.base.hover active:vds-text_components.button.tertiary.text.base.pressed focus:vds-text_components.button.tertiary.text.base.hover disabled:vds-text_components.button.tertiary.text.base.disabled disabled:hover:vds-text_components.button.tertiary.text.base.disabled disabled:active:vds-text_components.button.tertiary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-bg_transparent vds-border-style_solid vds-text_center group\" data-sb-object-id=\"1xWyjEHkhSPwVxgiX8BOHZ\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eやけど\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使い方の４STEP\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"437\" width=\"421\" loading=\"lazy\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口を洗う\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"436\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e観察・処置をする\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"436\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e潤いを保つ\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"436\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e経過を観察する\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 キズ口を洗う\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"321\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e水道の流水で、異物やバイ菌をしっかり洗い流します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e消毒液やクリームなどは塗らないでください。消毒剤の種類によっては、キズ修復のためにはたらく細胞にダメージを与え、治りを悪くする場合があります。消毒剤を使用する場合には、なるべく少量にし、水で洗い流すといいでしょう。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eうまく洗えないときは・・・\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口に砂や小石などが入っていて、水だけで流せない時は、清潔なガーゼや綿棒などで取り除きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 観察・処置をする\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"458.44155844155847\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e清潔なタオルやティッシュペーパーで水気を取り、出血がある時は、止血をします。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e2~３分経過しても血が止まらない場合は病院へ行きましょう。\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e粘着力を高め、はがれにくくするために、キズ口と周りの皮膚の水分・油分・クリームなどをふき取っておきます。そして、事前に個包装からキズパワーパッド™を取出し、両手で１分間温めることで、肌なじみがよくなります。また、キズパワーパッド™を選ぶ際は、キズよりも一回り大きいサイズのものを選ぶようにしましょう。ケガをした部位・大きさに合った商品を選ぶことで、さらに効果的に使用することができます。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eどんな点を観察したらいい？\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口にタオルやティッシュペーパーの繊維などの異物がついていないか確認します。また、やけどの場合は、水疱を無理につぶしたり皮膚を剥がさないようにします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 潤いを保つ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"458.44155844155847\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e体液（滲出液）が乾いてかさぶたにならないよう、 キズパワーパッド™商品をぴったり貼ってキズ口の潤いを保ちます。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e貼付後にもキズパワーパッド™を手のひらでおおって１分間温めましょう。そうすることで、端までしっかりと密着させることができます。\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 経過を観察する\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"458.44155844155847\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eキズ口がふさがるまで、キズの様子を観察しましょう。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口に異常が見られたら、家庭での処置を中止して、医師に相談しましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e体液（滲出液）がキズパワーパッド™から漏れてはがれてしまったら、キズ口を洗い、新しいものにはり替えましょう。\u003cbr\u003e皮膚が再生されてキズ口がふさがると、体液が出なくなり、貼り替えても白くゲル状にふくらまなくなってきます。\u003cbr\u003eまた、はり替えの際は、商品の一端を何回か引っ張って、ゆっくりはがしましょう。剥がれにくい場合は、温水を商品と皮膚の間に流し入れるようにするとはがれやすくなります。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eキズがふさがったら\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口がふさがればキズが治り始めたという合図です。しかし、むやみに触ると、皮膚の下の修復作業の邪魔になり修復が遅れてしまいます。また、できたばかりの皮膚は直射日光をたくさん浴びると色素沈着することも。キズ口がふさがってもしばらくばんそうこうで保護しましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™で処置できるキズ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™で処置できるキズ 軽いすりキズ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e軽いすりキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™で処置できるキズ 軽い切りキズ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e軽い切りキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™で処置できるキズ 軽度のやけど\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e軽度のやけど\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™で処置できるキズ あかぎれ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eあかぎれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™で処置できるキズ さかむけ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eさかむけ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™で処置できるキズ 靴ずれ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e靴ずれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003eキズパワーパッド™に適するキズ\u003cbr\u003e\u003cbr\u003e適さないキズを確認してみましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizu\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e詳しくはこちら\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\" class=\"vds-box\"\u003e\n\u003cdiv data-sb-field-path=\".content\" class=\"vds-box\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e転んですりむいたキズや日常生活でできた切りキズはキズパワーパッド™で処置できます。ただし、キズが深い場合や大きい場合は病院へ行きましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使用上の注意\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e2週間以上回復しないキズは医師のアドバイスを\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2週間以上経過しても回復しないキズは、家庭で手当できる範囲より重いキズである場合や、何かキズを治りにくくする原因がある場合が考えられます。病院に行って医師のアドバイスを受けるようにしてください。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e次の人は使用前に医師または薬剤師に相談してください。\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e糖尿病や血行障害の治療を受けている人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e強い倦怠感を感じていたり、発熱があるなど全身状態がよくない人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eアレルギー体質の人や、薬や絆創膏などで発疹などの過敏症状を経験した事がある人\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2歳以下の乳幼児には使用しないでください。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10枚入","offer_id":51936483443004,"sku":"4901730180467","price":1025.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730180467.jpg?v=1753174271"},{"product_id":"band-aid-kizupowerpad-akagire","title":"バンドエイド キズパワーパッド 水仕事用","description":"\u003ch3\u003eバンドエイド キズパワーパッド 水仕事用\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eバンドエイドの「キズパワーパッド 水仕事用」は、水に触れる機会の多い手や指のキズに最適な、\u003cb\u003eモイストヒーリング（湿潤療法）を応用した絆創膏です。独自のハイドロコロイド素材がキズ口を乾燥させずに潤いのある環境を保ち、痛みを和らげながらキズを早くきれいに治します。特に水に強く、はがれにくい\u003c\/b\u003e設計なので、炊事や手洗いなど、日常生活での水仕事を気にせず快適に過ごしたい方にぴったりの頼れる一枚です。\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e商品の特徴\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e水に強く、はがれにくい密着力:\u003c\/b\u003e 特殊な粘着技術により、水に濡れてもはがれにくい強力な密着性を実現。水仕事や手洗いの多い環境でも、キズをしっかり保護します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eモイストヒーリングで早くきれいに治す:\u003c\/b\u003e キズ口から出る体液（滲出液）を吸収してゲル状に膨らみ、キズが治るのに最適な湿潤環境を保ちます。これにより、かさぶたを作らずに皮膚の再生を促し、痛みを和らげながらキズを早く、きれいに治します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e肌に優しいしなやかな貼り心地:\u003c\/b\u003e 柔らかくしなやかなハイドロコロイド素材が肌にぴったりフィットし、指や関節の動きを妨げません。つけていても違和感が少なく、快適に過ごせます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e目立ちにくい半透明タイプ:\u003c\/b\u003e 肌色半透明なので、貼っていても目立ちにくく、指先などの露出する部分にも気兼ねなく使用できます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e「水仕事中のキズをしっかり守る」:\u003c\/b\u003e 日常生活で水に触れることが多い方のキズケアに特化した、**「機能性と快適性を両立した絆創膏」**として、家事や仕事をサポートします。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e「バンドエイド キズパワーパッド 水仕事用」は、水に負けない強力な保護力と、キズを早くきれいに治す効果で、毎日の生活を快適に送りたい方に最適な絆創膏です。\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使い方の４STEP\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口を洗う\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e観察・処置をする\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e潤いを保つ\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e経過を観察する\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 キズ口を洗う\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e水道の流水で、異物やバイ菌をしっかり洗い流します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e消毒液やクリームなどは塗らないでください。消毒剤の種類によっては、キズ修復のためにはたらく細胞にダメージを与え、治りを悪くする場合があります。消毒剤を使用する場合には、なるべく少量にし、水で洗い流すといいでしょう。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eうまく洗えないときは・・・\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口に砂や小石などが入っていて、水だけで流せない時は、清潔なガーゼや綿棒などで取り除きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 観察・処置をする\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e清潔なタオルやティッシュペーパーで水気を取り、出血がある時は、止血をします。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~３分経過しても血が止まらない場合は病院へ行きましょう。\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e粘着力を高め、はがれにくくするために、キズ口と周りの皮膚の水分・油分・クリームなどをふき取っておきます。そして、事前に個包装からキズパワーパッド™を取出し、両手で１分間温めることで、肌なじみがよくなります。また、キズパワーパッド™を選ぶ際は、キズよりも一回り大きいサイズのものを選ぶようにしましょう。ケガをした部位・大きさに合った商品を選ぶことで、さらに効果的に使用することができます。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eどんな点を観察したらいい？\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口にタオルやティッシュペーパーの繊維などの異物がついていないか確認します。また、やけどの場合は、水疱を無理につぶしたり皮膚を剥がさないようにします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 潤いを保つ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e体液（滲出液）が乾いてかさぶたにならないよう、 キズパワーパッド™商品をぴったり貼ってキズ口の潤いを保ちます。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e貼付後にもキズパワーパッド™を手のひらでおおって１分間温めましょう。そうすることで、端までしっかりと密着させることができます。\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 経過を観察する\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eキズ口がふさがるまで、キズの様子を観察しましょう。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口に異常が見られたら、家庭での処置を中止して、医師に相談しましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e体液（滲出液）がキズパワーパッド™から漏れてはがれてしまったら、キズ口を洗い、新しいものにはり替えましょう。\u003cbr\u003e皮膚が再生されてキズ口がふさがると、体液が出なくなり、貼り替えても白くゲル状にふくらまなくなってきます。\u003cbr\u003eまた、はり替えの際は、商品の一端を何回か引っ張って、ゆっくりはがしましょう。剥がれにくい場合は、温水を商品と皮膚の間に流し入れるようにするとはがれやすくなります。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eキズがふさがったら\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口がふさがればキズが治り始めたという合図です。しかし、むやみに触ると、皮膚の下の修復作業の邪魔になり修復が遅れてしまいます。また、できたばかりの皮膚は直射日光をたくさん浴びると色素沈着することも。キズ口がふさがってもしばらくばんそうこうで保護しましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™で処置できるキズ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽いすりキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽いすりキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽い切りキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽い切りキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽度のやけど\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽度のやけど\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ あかぎれ\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eあかぎれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ さかむけ\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eさかむけ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 靴ずれ\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e靴ずれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズパワーパッド™に適するキズ\u003cbr\u003e\u003cbr\u003e適さないキズを確認してみましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e詳しくはこちら\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e転んですりむいたキズや日常生活でできた切りキズはキズパワーパッド™で処置できます。ただし、キズが深い場合や大きい場合は病院へ行きましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使用上の注意\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2週間以上回復しないキズは医師のアドバイスを\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2週間以上経過しても回復しないキズは、家庭で手当できる範囲より重いキズである場合や、何かキズを治りにくくする原因がある場合が考えられます。病院に行って医師のアドバイスを受けるようにしてください。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e次の人は使用前に医師または薬剤師に相談してください。\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e糖尿病や血行障害の治療を受けている人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e強い倦怠感を感じていたり、発熱があるなど全身状態がよくない人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eアレルギー体質の人や、薬や絆創膏などで発疹などの過敏症状を経験した事がある人\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2歳以下の乳幼児には使用しないでください。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10枚入","offer_id":51940170629436,"sku":"4901730120012","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730120012.jpg?v=1753233667"},{"product_id":"band-aid-kizupowerpad-plus-large-size","title":"バンドエイド キズパワーパッド プラス 大きめサイズ","description":"\u003cp\u003eバンドエイドの「キズパワーパッド プラス 大きめサイズ」は、広範囲のキズや深いキズの治りを早め、痛みを和らげ、傷跡を残りにくくする**「モイストヒーリング（湿潤療法）」**を家庭で手軽に行える絆創膏です。独自のハイドロコロイド素材が高吸収パッドの中央部で体液をたっぷり閉じ込め、キズ口を乾燥させずに潤いのある環境を保ちます。肌色半透明で目立ちにくく、しなやかな貼り心地で、ひざやひじなどの大きなキズのケアに特に適しています。\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e商品の特徴\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eモイストヒーリングで早くきれいに治す:\u003c\/b\u003e キズ口から出る体液（滲出液）を吸収してゲル状に膨らみ、キズが治るのに最適な湿潤環境を保ちます。これにより、かさぶたを作らずに皮膚の再生を促し、痛みを和らげながらキズを早く、きれいに治します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e大きめサイズで広範囲のキズに対応:\u003c\/b\u003e 一般的なサイズではカバーしきれない、ひざやひじなどの大きなキズや、広範囲のすり傷などにも対応。一枚でしっかりとキズを保護します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e高吸収パッドで体液漏れを防ぐ:\u003c\/b\u003e パッドの中央部が25%厚くなっているため、体液をしっかり吸収し、漏れを防ぎます。高い密着性ではがれにくく、最長5日間貼り続けられる（目安）ため、貼り替えの手間が省けます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e肌に優しいしなやかな貼り心地:\u003c\/b\u003e 全体が肌色半透明のハイドロコロイド素材でできており、目立ちにくいのが特徴です。柔らかくしなやかなので、体の動きにぴったりフィットし、つけていても違和感が少ないです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e完全防水仕様:\u003c\/b\u003e 360°完全防水設計なので、水仕事やシャワーを浴びても剥がれにくく、キズ口に水やバイ菌が侵入するのを防ぎます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e「バンドエイド キズパワーパッド プラス 大きめサイズ」は、最新の技術で大きなキズの治りをサポートし、日常生活を快適に送りたい方にぴったりの絆創膏です。\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使い方の４STEP\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口を洗う\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e観察・処置をする\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e潤いを保つ\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e経過を観察する\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 キズ口を洗う\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e水道の流水で、異物やバイ菌をしっかり洗い流します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e消毒液やクリームなどは塗らないでください。消毒剤の種類によっては、キズ修復のためにはたらく細胞にダメージを与え、治りを悪くする場合があります。消毒剤を使用する場合には、なるべく少量にし、水で洗い流すといいでしょう。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eうまく洗えないときは・・・\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口に砂や小石などが入っていて、水だけで流せない時は、清潔なガーゼや綿棒などで取り除きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 観察・処置をする\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e清潔なタオルやティッシュペーパーで水気を取り、出血がある時は、止血をします。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~３分経過しても血が止まらない場合は病院へ行きましょう。\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e粘着力を高め、はがれにくくするために、キズ口と周りの皮膚の水分・油分・クリームなどをふき取っておきます。そして、事前に個包装からキズパワーパッド™を取出し、両手で１分間温めることで、肌なじみがよくなります。また、キズパワーパッド™を選ぶ際は、キズよりも一回り大きいサイズのものを選ぶようにしましょう。ケガをした部位・大きさに合った商品を選ぶことで、さらに効果的に使用することができます。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eどんな点を観察したらいい？\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口にタオルやティッシュペーパーの繊維などの異物がついていないか確認します。また、やけどの場合は、水疱を無理につぶしたり皮膚を剥がさないようにします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 潤いを保つ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e体液（滲出液）が乾いてかさぶたにならないよう、 キズパワーパッド™商品をぴったり貼ってキズ口の潤いを保ちます。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e貼付後にもキズパワーパッド™を手のひらでおおって１分間温めましょう。そうすることで、端までしっかりと密着させることができます。\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 経過を観察する\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eキズ口がふさがるまで、キズの様子を観察しましょう。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口に異常が見られたら、家庭での処置を中止して、医師に相談しましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e体液（滲出液）がキズパワーパッド™から漏れてはがれてしまったら、キズ口を洗い、新しいものにはり替えましょう。\u003cbr\u003e皮膚が再生されてキズ口がふさがると、体液が出なくなり、貼り替えても白くゲル状にふくらまなくなってきます。\u003cbr\u003eまた、はり替えの際は、商品の一端を何回か引っ張って、ゆっくりはがしましょう。剥がれにくい場合は、温水を商品と皮膚の間に流し入れるようにするとはがれやすくなります。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eキズがふさがったら\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口がふさがればキズが治り始めたという合図です。しかし、むやみに触ると、皮膚の下の修復作業の邪魔になり修復が遅れてしまいます。また、できたばかりの皮膚は直射日光をたくさん浴びると色素沈着することも。キズ口がふさがってもしばらくばんそうこうで保護しましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™で処置できるキズ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽いすりキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽いすりキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽い切りキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽い切りキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽度のやけど\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽度のやけど\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ あかぎれ\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eあかぎれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ さかむけ\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eさかむけ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 靴ずれ\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e靴ずれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズパワーパッド™に適するキズ\u003cbr\u003e\u003cbr\u003e適さないキズを確認してみましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e詳しくはこちら\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e転んですりむいたキズや日常生活でできた切りキズはキズパワーパッド™で処置できます。ただし、キズが深い場合や大きい場合は病院へ行きましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使用上の注意\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2週間以上回復しないキズは医師のアドバイスを\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2週間以上経過しても回復しないキズは、家庭で手当できる範囲より重いキズである場合や、何かキズを治りにくくする原因がある場合が考えられます。病院に行って医師のアドバイスを受けるようにしてください。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e次の人は使用前に医師または薬剤師に相談してください。\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e糖尿病や血行障害の治療を受けている人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e強い倦怠感を感じていたり、発熱があるなど全身状態がよくない人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eアレルギー体質の人や、薬や絆創膏などで発疹などの過敏症状を経験した事がある人\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2歳以下の乳幼児には使用しないでください。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6枚入","offer_id":52088596037948,"sku":"4901730180450","price":1025.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730180450.jpg?v=1756608614"},{"product_id":"band-aid-kizupowerpad-yubi","title":"バンドエイド キズパワーパッド 指用","description":"\u003cp\u003eバンドエイドの「キズパワーパッド 指用」は、指先のキズに特化した、**モイストヒーリング（湿潤療法）**を応用した絆創膏です。指に巻きつけやすい特殊な形状と、高い伸縮性を持つハイドロコロイド素材が、指の動きにぴったりフィット。体液をしっかり吸収してキズ口を乾燥させずに潤いのある環境を保ち、痛みを和らげながらキズを早くきれいに治し、はがれにくく、違和感なく快適に過ごせるようサポートします。\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e商品の特徴\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e指に特化した形状とフィット感:\u003c\/b\u003e 指に巻きつけやすいよう設計された特殊な形状と、柔軟なハイドロコロイド素材が、関節の動きを妨げずに指にぴったりと密着します。水仕事の際も剥がれにくく、快適に過ごせます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eモイストヒーリングで早くきれいに治す:\u003c\/b\u003e キズ口から出る体液（滲出液）を吸収してゲル状に膨らみ、キズが治るのに最適な湿潤環境を保ちます。これにより、かさぶたを作らずに皮膚の再生を促し、痛みを和らげながらキズを早く、きれいに治します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e高い伸縮性と密着性:\u003c\/b\u003e 伸縮性に優れた素材が指の動きに柔軟に対応し、激しい動きや摩擦でもズレたり剥がれたりしにくいです。最長5日間貼り続けられる（目安）ため、貼り替えの手間が省けます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e目立ちにくい肌色半透明:\u003c\/b\u003e 薄く、肌色半透明なので、貼っていてもほとんど目立ちません。日常生活で指を使う際も、見た目を気にせず過ごせます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e完全防水仕様:\u003c\/b\u003e 360°完全防水設計なので、水仕事やシャワーを浴びても剥がれにくく、キズ口に水やバイ菌が侵入するのを防ぎます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e「バンドエイド キズパワーパッド 指用」は、指のキズを効果的に保護し、早くきれいに治したい方に最適な、機能性と快適さを兼ね備えた絆創膏です。\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使い方の４STEP\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口を洗う\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e観察・処置をする\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e潤いを保つ\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e経過を観察する\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 キズ口を洗う\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e水道の流水で、異物やバイ菌をしっかり洗い流します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e消毒液やクリームなどは塗らないでください。消毒剤の種類によっては、キズ修復のためにはたらく細胞にダメージを与え、治りを悪くする場合があります。消毒剤を使用する場合には、なるべく少量にし、水で洗い流すといいでしょう。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eうまく洗えないときは・・・\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口に砂や小石などが入っていて、水だけで流せない時は、清潔なガーゼや綿棒などで取り除きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 観察・処置をする\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e清潔なタオルやティッシュペーパーで水気を取り、出血がある時は、止血をします。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~３分経過しても血が止まらない場合は病院へ行きましょう。\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e粘着力を高め、はがれにくくするために、キズ口と周りの皮膚の水分・油分・クリームなどをふき取っておきます。そして、事前に個包装からキズパワーパッド™を取出し、両手で１分間温めることで、肌なじみがよくなります。また、キズパワーパッド™を選ぶ際は、キズよりも一回り大きいサイズのものを選ぶようにしましょう。ケガをした部位・大きさに合った商品を選ぶことで、さらに効果的に使用することができます。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eどんな点を観察したらいい？\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口にタオルやティッシュペーパーの繊維などの異物がついていないか確認します。また、やけどの場合は、水疱を無理につぶしたり皮膚を剥がさないようにします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 潤いを保つ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e体液（滲出液）が乾いてかさぶたにならないよう、 キズパワーパッド™商品をぴったり貼ってキズ口の潤いを保ちます。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e貼付後にもキズパワーパッド™を手のひらでおおって１分間温めましょう。そうすることで、端までしっかりと密着させることができます。\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 経過を観察する\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eキズ口がふさがるまで、キズの様子を観察しましょう。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口に異常が見られたら、家庭での処置を中止して、医師に相談しましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e体液（滲出液）がキズパワーパッド™から漏れてはがれてしまったら、キズ口を洗い、新しいものにはり替えましょう。\u003cbr\u003e皮膚が再生されてキズ口がふさがると、体液が出なくなり、貼り替えても白くゲル状にふくらまなくなってきます。\u003cbr\u003eまた、はり替えの際は、商品の一端を何回か引っ張って、ゆっくりはがしましょう。剥がれにくい場合は、温水を商品と皮膚の間に流し入れるようにするとはがれやすくなります。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eキズがふさがったら\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口がふさがればキズが治り始めたという合図です。しかし、むやみに触ると、皮膚の下の修復作業の邪魔になり修復が遅れてしまいます。また、できたばかりの皮膚は直射日光をたくさん浴びると色素沈着することも。キズ口がふさがってもしばらくばんそうこうで保護しましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™で処置できるキズ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽いすりキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽いすりキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽い切りキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽い切りキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽度のやけど\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽度のやけど\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ あかぎれ\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eあかぎれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ さかむけ\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eさかむけ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 靴ずれ\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e靴ずれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズパワーパッド™に適するキズ\u003cbr\u003e\u003cbr\u003e適さないキズを確認してみましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e詳しくはこちら\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e転んですりむいたキズや日常生活でできた切りキズはキズパワーパッド™で処置できます。ただし、キズが深い場合や大きい場合は病院へ行きましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使用上の注意\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2週間以上回復しないキズは医師のアドバイスを\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2週間以上経過しても回復しないキズは、家庭で手当できる範囲より重いキズである場合や、何かキズを治りにくくする原因がある場合が考えられます。病院に行って医師のアドバイスを受けるようにしてください。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e次の人は使用前に医師または薬剤師に相談してください。\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e糖尿病や血行障害の治療を受けている人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e強い倦怠感を感じていたり、発熱があるなど全身状態がよくない人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eアレルギー体質の人や、薬や絆創膏などで発疹などの過敏症状を経験した事がある人\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2歳以下の乳幼児には使用しないでください。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6枚入","offer_id":52109593313596,"sku":"4901730016322","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730016322.jpg?v=1757038813"},{"product_id":"band-aid-kizupowerpad-hiji-hiza","title":"バンドエイド キズパワーパッド ひじ・ひざ用","description":"\u003ch3\u003eバンドエイド キズパワーパッド ひじ・ひざ用\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eバンドエイドの「キズパワーパッド ひじ・ひざ用」は、動きの多いひじやひざのキズに特化した、**モイストヒーリング（湿潤療法）**を応用した絆創膏です。独自の三日月形デザインと伸縮性の高いハイドロコロイド素材が、関節の動きにぴったりフィット。体液をしっかり吸収してキズを早くきれいに治し、痛みを和らげながら、はがれにくく、違和感なく快適に過ごせるようサポートします。\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e商品の特徴\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e関節の動きにフィットする三日月形:\u003c\/b\u003e ひじやひざの関節の動きを妨げない、独自の三日月形にカットされています。これにより、屈伸運動をしてもシワになりにくく、しっかり密着してはがれにくいのが特徴です。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eモイストヒーリングで早くきれいに治す:\u003c\/b\u003e キズ口から出る体液（滲出液）を吸収してゲル状に膨らみ、キズが治るのに最適な湿潤環境を保ちます。かさぶたを作らずに皮膚の再生を促し、痛みを和らげながらキズを早く、きれいに治します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e高い伸縮性と密着性:\u003c\/b\u003e 伸縮性の高いハイドロコロイド素材が、肌の動きに合わせて柔軟にフィット。一度貼るとぴったり密着し、激しい動きでもズレたり剥がれたりしにくいです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e完全防水仕様:\u003c\/b\u003e 360°完全防水設計なので、水仕事やシャワーを浴びても剥がれにくく、キズ口に水やバイ菌が侵入するのを防ぎます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e「関節のキズに特化した高機能絆創膏」:\u003c\/b\u003e 動きの多い部位のキズケアに特化した、**「快適性と機能性を両立した絆創膏」**として、アクティブな毎日を送る方をサポートします。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e「バンドエイド キズパワーパッド ひじ・ひざ用」は、関節のキズをしっかり保護し、早くきれいに治したい方に最適な、機能性と快適さを兼ね備えた絆創膏です。\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使い方の４STEP\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口を洗う\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e観察・処置をする\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e潤いを保つ\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e経過を観察する\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 キズ口を洗う\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e水道の流水で、異物やバイ菌をしっかり洗い流します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e消毒液やクリームなどは塗らないでください。消毒剤の種類によっては、キズ修復のためにはたらく細胞にダメージを与え、治りを悪くする場合があります。消毒剤を使用する場合には、なるべく少量にし、水で洗い流すといいでしょう。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eうまく洗えないときは・・・\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口に砂や小石などが入っていて、水だけで流せない時は、清潔なガーゼや綿棒などで取り除きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 観察・処置をする\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e清潔なタオルやティッシュペーパーで水気を取り、出血がある時は、止血をします。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~３分経過しても血が止まらない場合は病院へ行きましょう。\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e粘着力を高め、はがれにくくするために、キズ口と周りの皮膚の水分・油分・クリームなどをふき取っておきます。そして、事前に個包装からキズパワーパッド™を取出し、両手で１分間温めることで、肌なじみがよくなります。また、キズパワーパッド™を選ぶ際は、キズよりも一回り大きいサイズのものを選ぶようにしましょう。ケガをした部位・大きさに合った商品を選ぶことで、さらに効果的に使用することができます。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eどんな点を観察したらいい？\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口にタオルやティッシュペーパーの繊維などの異物がついていないか確認します。また、やけどの場合は、水疱を無理につぶしたり皮膚を剥がさないようにします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 潤いを保つ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e体液（滲出液）が乾いてかさぶたにならないよう、 キズパワーパッド™商品をぴったり貼ってキズ口の潤いを保ちます。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e貼付後にもキズパワーパッド™を手のひらでおおって１分間温めましょう。そうすることで、端までしっかりと密着させることができます。\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 経過を観察する\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eキズ口がふさがるまで、キズの様子を観察しましょう。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口に異常が見られたら、家庭での処置を中止して、医師に相談しましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e体液（滲出液）がキズパワーパッド™から漏れてはがれてしまったら、キズ口を洗い、新しいものにはり替えましょう。\u003cbr\u003e皮膚が再生されてキズ口がふさがると、体液が出なくなり、貼り替えても白くゲル状にふくらまなくなってきます。\u003cbr\u003eまた、はり替えの際は、商品の一端を何回か引っ張って、ゆっくりはがしましょう。剥がれにくい場合は、温水を商品と皮膚の間に流し入れるようにするとはがれやすくなります。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eキズがふさがったら\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口がふさがればキズが治り始めたという合図です。しかし、むやみに触ると、皮膚の下の修復作業の邪魔になり修復が遅れてしまいます。また、できたばかりの皮膚は直射日光をたくさん浴びると色素沈着することも。キズ口がふさがってもしばらくばんそうこうで保護しましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™で処置できるキズ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽いすりキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽いすりキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽い切りキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽い切りキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽度のやけど\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽度のやけど\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ あかぎれ\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eあかぎれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ さかむけ\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eさかむけ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 靴ずれ\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e靴ずれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズパワーパッド™に適するキズ\u003cbr\u003e\u003cbr\u003e適さないキズを確認してみましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e詳しくはこちら\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e転んですりむいたキズや日常生活でできた切りキズはキズパワーパッド™で処置できます。ただし、キズが深い場合や大きい場合は病院へ行きましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使用上の注意\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2週間以上回復しないキズは医師のアドバイスを\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2週間以上経過しても回復しないキズは、家庭で手当できる範囲より重いキズである場合や、何かキズを治りにくくする原因がある場合が考えられます。病院に行って医師のアドバイスを受けるようにしてください。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e次の人は使用前に医師または薬剤師に相談してください。\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e糖尿病や血行障害の治療を受けている人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e強い倦怠感を感じていたり、発熱があるなど全身状態がよくない人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eアレルギー体質の人や、薬や絆創膏などで発疹などの過敏症状を経験した事がある人\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2歳以下の乳幼児には使用しないでください。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"3枚入","offer_id":52135683522876,"sku":"4901730080163","price":1004.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730080163.jpg?v=1757360999"},{"product_id":"band-aid-kizupowerpad-large-size-jumbo-size","title":"バンドエイド キズパワーパッド ジャンボサイズ","description":"\u003cp\u003eバンドエイドの「キズパワーパッド ジャンボサイズ」は、広範囲のキズや、擦りむき傷など大きな面積のキズに最適な、**モイストヒーリング（湿潤療法）**を応用した絆創膏です。独自のハイドロコロイド素材がキズ口から出る体液をたっぷり吸収し、乾燥させずに潤いのある環境を保ちます。貼るだけで痛みを和らげ、キズを早くきれいに治し、大きな傷跡を残りにくくするようサポートします。肌色半透明で目立ちにくく、しなやかな貼り心地で、日常生活での大きなキズケアに頼れる一枚です。\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e商品の特徴\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e広範囲のキズをカバーするジャンボサイズ:\u003c\/b\u003e 大きなすり傷や広範囲の切り傷など、一般的な絆創膏ではカバーしきれない大きなキズもしっかりと保護します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eモイストヒーリングで早くきれいに治す:\u003c\/b\u003e キズ口から出る体液（滲出液）を吸収してゲル状に膨らみ、キズが治るのに最適な湿潤環境を保ちます。これにより、かさぶたを作らずに皮膚の再生を促し、痛みを和らげながらキズを早く、きれいに治します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e高い密着性とはがれにくさ:\u003c\/b\u003e 柔らかくしなやかなハイドロコロイド素材が肌にぴったりフィットし、激しい動きや摩擦でもはがれにくいです。最長5日間貼り続けられる（目安）ため、頻繁な貼り替えの手間が省けます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e完全防水仕様:\u003c\/b\u003e 360°完全防水設計なので、水仕事やシャワーを浴びても剥がれにくく、キズ口に水やバイ菌が侵入するのを防ぎます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e「大きなキズもしっかりケア」:\u003c\/b\u003e 日常生活で起こりうる様々な大きなキズに対し、高い保護力と治療効果を発揮する**「頼れる高機能絆創膏」**です。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e「バンドエイド キズパワーパッド ジャンボサイズ」は、大きなキズを効果的にケアし、早くきれいに治したい方に最適な、機能性と快適さを兼ね備えた絆創膏です。\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使い方の４STEP\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口を洗う\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e観察・処置をする\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e潤いを保つ\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e経過を観察する\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 キズ口を洗う\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP1 キズ口を洗う\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e水道の流水で、異物やバイ菌をしっかり洗い流します。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e消毒液やクリームなどは塗らないでください。消毒剤の種類によっては、キズ修復のためにはたらく細胞にダメージを与え、治りを悪くする場合があります。消毒剤を使用する場合には、なるべく少量にし、水で洗い流すといいでしょう。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eうまく洗えないときは・・・\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口に砂や小石などが入っていて、水だけで流せない時は、清潔なガーゼや綿棒などで取り除きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 観察・処置をする\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP2 観察・処置をする\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e清潔なタオルやティッシュペーパーで水気を取り、出血がある時は、止血をします。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~３分経過しても血が止まらない場合は病院へ行きましょう。\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e粘着力を高め、はがれにくくするために、キズ口と周りの皮膚の水分・油分・クリームなどをふき取っておきます。そして、事前に個包装からキズパワーパッド™を取出し、両手で１分間温めることで、肌なじみがよくなります。また、キズパワーパッド™を選ぶ際は、キズよりも一回り大きいサイズのものを選ぶようにしましょう。ケガをした部位・大きさに合った商品を選ぶことで、さらに効果的に使用することができます。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eどんな点を観察したらいい？\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口にタオルやティッシュペーパーの繊維などの異物がついていないか確認します。また、やけどの場合は、水疱を無理につぶしたり皮膚を剥がさないようにします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 潤いを保つ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP3 潤いを保つ\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e体液（滲出液）が乾いてかさぶたにならないよう、 キズパワーパッド™商品をぴったり貼ってキズ口の潤いを保ちます。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e貼付後にもキズパワーパッド™を手のひらでおおって１分間温めましょう。そうすることで、端までしっかりと密着させることができます。\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 経過を観察する\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™の使い方STEP4 経過を観察する\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eキズ口がふさがるまで、キズの様子を観察しましょう。\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズ口に異常が見られたら、家庭での処置を中止して、医師に相談しましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e効果的に使うためのヒント\u003c\/p\u003e\n\u003cp\u003e体液（滲出液）がキズパワーパッド™から漏れてはがれてしまったら、キズ口を洗い、新しいものにはり替えましょう。\u003cbr\u003e皮膚が再生されてキズ口がふさがると、体液が出なくなり、貼り替えても白くゲル状にふくらまなくなってきます。\u003cbr\u003eまた、はり替えの際は、商品の一端を何回か引っ張って、ゆっくりはがしましょう。剥がれにくい場合は、温水を商品と皮膚の間に流し入れるようにするとはがれやすくなります。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eキズがふさがったら\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eキズ口がふさがればキズが治り始めたという合図です。しかし、むやみに触ると、皮膚の下の修復作業の邪魔になり修復が遅れてしまいます。また、できたばかりの皮膚は直射日光をたくさん浴びると色素沈着することも。キズ口がふさがってもしばらくばんそうこうで保護しましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™で処置できるキズ\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽いすりキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽いすりキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽い切りキズ\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽い切りキズ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 軽度のやけど\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e軽度のやけど\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ あかぎれ\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eあかぎれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ さかむけ\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eさかむけ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™で処置できるキズ 靴ずれ\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e靴ずれ\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eキズパワーパッド™に適するキズ\u003cbr\u003e\u003cbr\u003e適さないキズを確認してみましょう。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e詳しくはこちら\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e転んですりむいたキズや日常生活でできた切りキズはキズパワーパッド™で処置できます。ただし、キズが深い場合や大きい場合は病院へ行きましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e使用上の注意\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2週間以上回復しないキズは医師のアドバイスを\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2週間以上経過しても回復しないキズは、家庭で手当できる範囲より重いキズである場合や、何かキズを治りにくくする原因がある場合が考えられます。病院に行って医師のアドバイスを受けるようにしてください。\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e次の人は使用前に医師または薬剤師に相談してください。\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e糖尿病や血行障害の治療を受けている人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e強い倦怠感を感じていたり、発熱があるなど全身状態がよくない人。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eアレルギー体質の人や、薬や絆創膏などで発疹などの過敏症状を経験した事がある人\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2歳以下の乳幼児には使用しないでください。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"3枚入","offer_id":52240217473340,"sku":"4901730080156","price":1004.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730080156.jpg?v=1759283948"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/collections\/band-aid.jpg?v=1761985663","url":"https:\/\/mamigo.jp\/ja-ph\/collections\/kizupowerpad.oembed","provider":"MamiGo","version":"1.0","type":"link"}