{"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天更换一次。\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 一片贴片最长可使用7天，通常建议每2～3天更换一次。当白色膨胀部分达到贴片边缘时，请更换。请持续使用直到伤口愈合。\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\u003e使用7天后仍未痊愈时\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=1786435679"},{"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使用方法的4个步骤\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\u003e如果2~3分钟后血仍未止住，请去医院。\u003c\/p\u003e\n\u003cp\u003e有效使用的小贴士\u003c\/p\u003e\n\u003cp\u003e为了提高粘着力并防止脱落，请擦拭伤口及周围皮肤的水分、油分和霜等。然后，事先从个别包装中取出キズパワーパッド™，用双手温热1分钟，使其更贴合皮肤。此外，选择キズパワーパッド™时，应选择比伤口稍大一圈的尺寸。选择适合受伤部位和大小的产品，可以更有效地使用。\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贴敷后，用手掌覆盖キズパワーパッド™并加温1分钟。这样可以使边缘牢固贴合。\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\u003e超过2周未愈合的伤口请咨询医生的建议\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e超过2周仍未愈合的伤口，可能是家庭护理范围之外的较重伤口，或存在导致伤口难以愈合的原因。请前往医院接受医生的建议。\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\u003e请勿用于2岁以下的婴幼儿。\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这是一款可在家轻松进行促进大范围及深层伤口快速愈合、缓解疼痛并减少疤痕的**“湿润疗法（Moist Healing）”**创可贴。独特的水胶体材料充分锁住体液，保持伤口湿润环境不干燥。肤色半透明不显眼，柔软舒适，特别适合膝盖、肘部等大面积伤口护理。\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使用方法的4个步骤\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\u003e如果2~3分钟后仍未止血，请去医院。\u003c\/p\u003e\n\u003cp\u003e有效使用的小贴士\u003c\/p\u003e\n\u003cp\u003e为了增强粘着力并防止脱落，请擦拭伤口及周围皮肤的水分、油分和霜等。然后，事先从个别包装中取出キズパワーパッド™，用双手温热1分钟，使其更贴合皮肤。此外，选择キズパワーパッド™时，应选择比伤口稍大一圈的尺寸。选择适合受伤部位和大小的产品，可以更有效地使用。\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贴上后，用手掌覆盖キズパワーパッド™温热1分钟。这样可以使边缘紧密贴合。\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\u003e超过2周未愈合的伤口请咨询医生建议\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e超过2周仍未愈合的伤口，可能是家庭护理范围之外的较重伤口，或存在导致伤口难以愈合的原因。请前往医院接受医生的建议。\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\u003e请勿用于2岁以下的婴幼儿。\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使用方法的4个步骤\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\u003e如果2~3分钟后血仍未止住，请去医院。\u003c\/p\u003e\n\u003cp\u003e有效使用的小贴士\u003c\/p\u003e\n\u003cp\u003e为了提高粘着力并防止脱落，请擦拭伤口及周围皮肤的水分、油分和霜等。然后，事先从个别包装中取出キズパワーパッド™，用双手温热1分钟，使其更贴合皮肤。此外，选择キズパワーパッド™时，应选择比伤口稍大一圈的尺寸。选择适合受伤部位和大小的产品，可以更有效地使用。\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贴敷后，用手掌覆盖キズパワーパッド™并加温1分钟。这样可以使边缘紧密贴合。\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\u003e超过2周未愈合的伤口请咨询医生建议\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e超过2周仍未愈合的伤口，可能是家庭护理范围之外的较重伤口，或存在导致伤口难以愈合的原因。请前往医院接受医生建议。\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\u003e请勿用于2岁以下的婴幼儿。\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“Band-Aid キズパワーパッド プラス 普通尺寸”采用最新技术支持伤口愈合，是希望舒适度过日常生活的理想创可贴。\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使用方法的4个步骤\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\u003e如果2~3分钟后血仍未止住，请去医院。\u003c\/p\u003e\n\u003cp\u003e有效使用的提示\u003c\/p\u003e\n\u003cp\u003e为了提高粘着力并防止脱落，请擦拭伤口及周围皮肤的水分、油分和霜等。然后，事先从单独包装中取出キズパワーパッド™，用双手温热1分钟，使其更贴合皮肤。此外，选择キズパワーパッド™时，应选择比伤口稍大一圈的尺寸。选择适合受伤部位和大小的产品，可以更有效地使用。\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贴敷后，用手掌覆盖キズパワーパッド™并加温1分钟。这样可以使边缘牢固贴合。\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\u003e超过2周未愈合的伤口请咨询医生建议\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e超过2周仍未愈合的伤口，可能是家庭护理范围之外的严重伤口，或存在导致伤口难以愈合的原因。请前往医院接受医生的建议。\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\u003e请勿用于2岁以下的婴幼儿。\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使用方法的4个步骤\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\u003e如果2~3分钟后血仍未止住，请去医院。\u003c\/p\u003e\n\u003cp\u003e有效使用的小贴士\u003c\/p\u003e\n\u003cp\u003e为了提高粘着力并防止脱落，请擦拭伤口及周围皮肤的水分、油分和霜等。然后，事先从个别包装中取出キズパワーパッド™，用双手温热1分钟，使其更贴合皮肤。此外，选择キズパワーパッド™时，应选择比伤口稍大一圈的尺寸。选择适合受伤部位和大小的产品，可以更有效地使用。\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贴敷后，用手掌覆盖キズパワーパッド™并加温1分钟。这样可以使边缘紧密贴合。\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\u003e超过2周未愈合的伤口请咨询医生建议\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e超过2周仍未愈合的伤口，可能是家庭护理范围之外的较重伤口，或存在导致伤口难以愈合的原因。请前往医院接受医生建议。\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\u003e请勿用于2岁以下的婴幼儿。\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使用方法的4个步骤\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\u003e如果2~3分钟后血仍未止住，请去医院。\u003c\/p\u003e\n\u003cp\u003e有效使用的小贴士\u003c\/p\u003e\n\u003cp\u003e为了提高粘着力并防止脱落，请擦拭伤口及周围皮肤的水分、油分和霜等。然后，事先从个包装中取出キズパワーパッド™，用双手温热1分钟，使其更贴合皮肤。此外，选择キズパワーパッド™时，应选择比伤口稍大一圈的尺寸。选择适合受伤部位和大小的商品，可以更有效地使用。\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贴上后，用手掌覆盖キズパワーパッド™并加温1分钟。这样可以使边缘紧密贴合。\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\u003e超过2周未愈合的伤口请咨询医生建议\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e超过2周仍未愈合的伤口，可能是家庭护理范围之外的严重伤口，或存在导致伤口难以愈合的原因。请前往医院接受医生的建议。\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\u003e请勿用于2岁以下的婴幼儿。\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使用方法的4个步骤\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\u003e如果2~3分钟后血仍未止住，请去医院。\u003c\/p\u003e\n\u003cp\u003e有效使用的小贴士\u003c\/p\u003e\n\u003cp\u003e为了提高粘着力并防止脱落，请擦拭伤口及周围皮肤的水分、油分和霜等。然后，事先从个别包装中取出キズパワーパッド™，用双手温热1分钟，使其更贴合皮肤。此外，选择キズパワーパッド™时，应选择比伤口稍大一圈的尺寸。选择适合受伤部位和大小的产品，可以更有效地使用。\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贴上后，用手掌覆盖キズパワーパッド™并加温1分钟。这样可以使边缘紧密贴合。\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\u003e超过2周未愈合的伤口请咨询医生建议\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e超过2周仍未愈合的伤口，可能是家庭护理范围之外的严重伤口，或存在导致伤口难以愈合的原因。请前往医院接受医生的建议。\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\u003e请勿用于2岁以下的婴幼儿。\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使用方法的4个步骤\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\u003e如果2~3分钟后血仍未止住，请去医院。\u003c\/p\u003e\n\u003cp\u003e有效使用的小贴士\u003c\/p\u003e\n\u003cp\u003e为了提高粘着力并防止脱落，请擦拭伤口及周围皮肤的水分、油分和霜等。然后，事先从个包装中取出キズパワーパッド™，用双手温热1分钟，使其更贴合皮肤。此外，选择キズパワーパッド™时，应选择比伤口稍大一圈的尺寸。选择适合受伤部位和大小的商品，可以更有效地使用。\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贴上后，用手掌覆盖キズパワーパッド™并加温1分钟。这样可以使边缘紧密贴合。\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\u003e超过2周未愈合的伤口请咨询医生建议\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e超过2周仍未愈合的伤口，可能是家庭护理范围之外的较重伤口，或存在导致伤口难以愈合的原因。请前往医院接受医生的建议。\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\u003e请勿用于2岁以下的婴幼儿。\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使用方法的4个步骤\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\u003e如果2~3分钟后血仍未止住，请去医院。\u003c\/p\u003e\n\u003cp\u003e有效使用的小贴士\u003c\/p\u003e\n\u003cp\u003e为了提高粘着力并防止脱落，请擦拭伤口及周围皮肤的水分、油分和霜等。然后，事先从个包装中取出キズパワーパッド™，用双手温热1分钟，使其更贴合皮肤。此外，选择キズパワーパッド™时，应选择比伤口稍大一圈的尺寸。选择适合受伤部位和大小的产品，可以更有效地使用。\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贴上后，用手掌覆盖キズパワーパッド™温热1分钟。这样可以使边缘紧密贴合。\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\u003e超过2周未愈合的伤口请咨询医生建议\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e超过2周仍未愈合的伤口，可能是家庭护理范围之外的较重伤口，或存在导致伤口难以愈合的原因。请前往医院接受医生的建议。\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\u003e请勿用于2岁以下的婴幼儿。\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"}],"url":"https:\/\/mamigo.jp\/zh-hans\/collections\/band-aid-kizupowerpad.oembed","provider":"MamiGo","version":"1.0","type":"link"}