{"product_id":"shionogi-rinderon-vs-lotion","title":"林德隆 Vs 乳液","description":"\u003cstyle\u003e\n\/* ===== RESET \u0026 SCOPE ===== *\/\n.pd-wrap,\n.pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc:       #1a7ab4;\n  --acc-dark:  #0d4870;\n  --acc-light: #dff0fb;\n  --acc-mid:   #5aaad4;\n  font-family: \"Noto Sans JP\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", sans-serif;\n  color: #333;\n  max-width: 900px;\n  margin: 0 auto;\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  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* ===== HERO ===== *\/\n.pd-wrap .pd-hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 12px;\n  padding: 36px 32px 40px;\n  margin-bottom: 20px;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap .pd-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -40px;\n  right: -40px;\n  width: 200px;\n  height: 200px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.07);\n  pointer-events: none;\n}\n.pd-wrap .pd-hero::after {\n  content: \"\";\n  position: absolute;\n  bottom: -60px;\n  left: -30px;\n  width: 260px;\n  height: 260px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.05);\n  pointer-events: none;\n}\n.pd-wrap .hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 14px;\n}\n.pd-wrap .hero-badge {\n  display: inline-block;\n  border: 1.5px solid rgba(255,255,255,0.65);\n  border-radius: 20px;\n  color: #fff;\n  font-size: 12px;\n  font-weight: 600;\n  padding: 4px 12px;\n  background: rgba(255,255,255,0.12);\n  letter-spacing: 0.02em;\n}\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 34px) !important;\n  font-weight: 900 !important;\n  margin-bottom: 10px !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4) !important;\n  letter-spacing: 0.02em;\n}\n.pd-wrap .hero-tagline {\n  color: rgba(255,255,255,0.92);\n  font-size: 14px;\n  margin-bottom: 18px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  line-height: 1.6;\n}\n.pd-wrap .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.pd-wrap .hero-pill {\n  background: rgba(255,255,255,0.18);\n  border: 1px solid rgba(255,255,255,0.45);\n  border-radius: 20px;\n  color: #fff;\n  font-size: 13px;\n  font-weight: 600;\n  padding: 5px 14px;\n}\n\n\/* ===== SECTION WRAP ===== *\/\n.pd-wrap .section-wrap {\n  background: #ffffff;\n  border-radius: 10px;\n  padding: 24px 24px 28px;\n  margin-bottom: 16px;\n  box-shadow: 0 1px 6px rgba(0,0,0,0.07);\n}\n.pd-wrap .section-title {\n  font-size: 16px !important;\n  font-weight: 800 !important;\n  color: var(--acc) !important;\n  margin-bottom: 16px !important;\n  padding-bottom: 8px !important;\n  border-bottom: 2px solid var(--acc-light) !important;\n  position: relative;\n}\n.pd-wrap .section-title::before {\n  content: \"\";\n  display: inline-block;\n  width: 4px;\n  height: 16px;\n  background: var(--acc);\n  border-radius: 2px;\n  margin-right: 8px;\n  vertical-align: middle;\n}\n\n\/* ===== OVERVIEW ===== *\/\n.pd-wrap .overview-text {\n  font-size: 14px;\n  line-height: 1.85;\n  color: #444;\n}\n\n\/* ===== ACTION GRID ===== *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n}\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n.pd-wrap .action-card {\n  background: var(--acc-light);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 16px;\n}\n.pd-wrap .action-card .card-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 26px;\n  height: 26px;\n  background: var(--acc);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 800;\n  border-radius: 50%;\n  margin-bottom: 8px;\n}\n.pd-wrap .action-card h4 {\n  font-size: 13px !important;\n  font-weight: 800 !important;\n  color: var(--acc-dark) !important;\n  margin-bottom: 6px !important;\n}\n.pd-wrap .action-card .ing-pill {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  font-size: 11px;\n  font-weight: 700;\n  padding: 2px 9px;\n  border-radius: 10px;\n  margin-bottom: 6px;\n}\n.pd-wrap .action-card p {\n  font-size: 12px;\n  color: #555;\n  line-height: 1.7;\n  margin: 0;\n}\n\n\/* ===== INGREDIENT TABLE ===== *\/\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\n}\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: left !important;\n}\n.pd-wrap .ing-table tbody tr td {\n  padding: 10px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #eee;\n}\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n.pd-wrap .cat-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc-dark);\n  font-size: 11px;\n  font-weight: 700;\n  padding: 2px 8px;\n  border-radius: 10px;\n}\n\n\/* ===== EFFICACY TAGS ===== *\/\n.pd-wrap .efficacy-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 4px;\n}\n.pd-wrap .efficacy-tag {\n  display: inline-block;\n  background: var(--acc-light);\n  border: 1.5px solid var(--acc-mid);\n  color: var(--acc-dark);\n  font-size: 12px;\n  font-weight: 700;\n  padding: 5px 13px;\n  border-radius: 20px;\n}\n\n\/* ===== DOSAGE TABLE ===== *\/\n.pd-wrap .dosage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\n  margin-bottom: 12px;\n}\n.pd-wrap .dosage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 9px 12px !important;\n  text-align: center !important;\n}\n.pd-wrap .dosage-table tbody tr td {\n  padding: 9px 12px !important;\n  color: #333 !important;\n  border: 1px solid #e0e0e0;\n  text-align: center;\n  vertical-align: middle !important;\n  background-color: #fff;\n}\n.pd-wrap .dosage-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n.pd-wrap .dosage-note {\n  border-left: 4px solid var(--acc);\n  background: var(--acc-light);\n  padding: 10px 14px;\n  font-size: 12px;\n  color: #555;\n  border-radius: 0 6px 6px 0;\n  line-height: 1.7;\n}\n\n\/* ===== COMPARE TABLE ===== *\/\n.pd-wrap .compare-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\n}\n.pd-wrap .compare-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 12px !important;\n  text-align: center !important;\n  white-space: nowrap;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n.pd-wrap .compare-table tbody tr td {\n  padding: 9px 12px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  border-bottom: 1px solid #e0e0e0;\n  border-right: 1px solid #e8e8e8;\n  font-size: 12px;\n  text-align: center;\n}\n.pd-wrap .compare-table tbody tr td:first-child {\n  font-weight: 700 !important;\n  background-color: #f5f5f5 !important;\n  text-align: left !important;\n  white-space: nowrap;\n  font-size: 12px;\n}\n.pd-wrap .compare-table tbody tr td.highlight {\n  background-color: var(--acc-light) !important;\n  font-weight: 600;\n}\n.pd-wrap .compare-table tbody tr:nth-child(even) td {\n  background-color: #fafafa;\n}\n.pd-wrap .compare-table tbody tr:nth-child(even) td.highlight {\n  background-color: var(--acc-light) !important;\n}\n.pd-wrap .compare-badge {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  font-size: 10px;\n  font-weight: 800;\n  padding: 2px 7px;\n  border-radius: 10px;\n  margin-left: 4px;\n  vertical-align: middle;\n}\n\n\/* ===== CAUTION BOXES ===== *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 18px;\n}\n.pd-wrap .caution-box h3 {\n  font-size: 14px !important;\n  font-weight: 800 !important;\n  color: #92400e !important;\n  margin-bottom: 10px !important;\n}\n.pd-wrap .caution-box ul {\n  margin: 0;\n  padding-left: 18px;\n}\n.pd-wrap .caution-box ul li {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.8;\n  margin-bottom: 4px;\n}\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 18px;\n}\n.pd-wrap .storage-box h3 {\n  font-size: 14px !important;\n  font-weight: 800 !important;\n  color: #1e3a6e !important;\n  margin-bottom: 10px !important;\n}\n.pd-wrap .storage-box ul {\n  margin: 0;\n  padding-left: 18px;\n}\n.pd-wrap .storage-box ul li {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.8;\n  margin-bottom: 4px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- ① HERO --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003e指定第2类医药品\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e乳液型\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e适用于有毛部位及大面积\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eリンデロン Vs 乳液\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003e含强效类固醇的乳液型。适合软膏和霜难以涂抹的头皮、有毛部位及大面积患处，使用感清爽易吸收的剂型\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e✦ 含倍他米松吉草酸酯\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✦ 适合头皮和有毛部位使用\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✦ 不粘腻的乳液型\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✦ 易于涂抹于大面积\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② 商品概要 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003e商品概要\u003c\/h2\u003e\n    \u003cp class=\"overview-text\"\u003e\n      “リンデロンVsローション”是一种含有市售类固醇外用药中最强等级“强效等级”类固醇成分“倍他米松吉草酸酯”的，专为有毛部位使用设计的乳液型类固醇外用剂。对湿疹、皮肤炎、汗疹、皮肤炎症、瘙痒、冻疮、虫咬、荨麻疹等日常多种皮肤问题有效。\u003cbr\u003e\u003cbr\u003e\n      乳液型因液体状，最大特点是比软膏和霜更易涂抹于被头发覆盖的头皮、腋下、敏感区域等有毛部位。含水量高且易挥发，粘腻感少，适合夏季易出汗时躯干湿疹及大面积患处使用。但请注意，不能用于湿润（渗液）或化脓的患处。使用前请咨询医生、药剂师或注册销售员。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 特長グリッド --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003e四大特点\u003c\/h2\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"card-num\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003e易于涂抹于头皮和有毛部位的乳液型\u003c\/h4\u003e\n        \u003cspan class=\"ing-pill\"\u003e乳液（液体基剂）\u003c\/span\u003e\n        \u003cp\u003e因液体状，易于拨开头发直接涂抹患处，适合头皮、腋下、敏感区域等软膏和霜难以涂抹的有毛部位。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"card-num\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003e用强效类固醇迅速护理炎症\u003c\/h4\u003e\n        \u003cspan class=\"ing-pill\"\u003e倍他米松吉草酸酯\u003c\/span\u003e\n        \u003cp\u003eOTC医药品中最强等级的强效类固醇成分，能迅速护理头皮及有毛部位的炎症、发红和瘙痒。与软膏、霜含有相同成分和相同剂量。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"card-num\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003e不易粘腻，使用感清爽\u003c\/h4\u003e\n        \u003cspan class=\"ing-pill\"\u003e乳液基剂\u003c\/span\u003e\n        \u003cp\u003e含水量高且易挥发的乳液基剂，涂抹后不粘腻，使用感清爽。适合夏季或易出汗时身体湿疹的舒适使用。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"card-num\"\u003e4\u003c\/div\u003e\n        \u003ch4\u003e易于涂抹于大面积\u003c\/h4\u003e\n        \u003cspan class=\"ing-pill\"\u003e液体剂型\u003c\/span\u003e\n        \u003cp\u003e因其为易涂抹的液体型，可迅速均匀地涂抹于背部、腹部、手臂等大面积患处。涂抹量的参考为1日元硬币大小（约0.5克）。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 有効成分テーブル --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003e有效成分及含量（每1克中）\u003c\/h2\u003e\n    \u003cdiv style=\"overflow-x:auto\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e有效成分\u003c\/th\u003e\n            \u003cth\u003e含量\u003c\/th\u003e\n            \u003cth\u003e分类\u003c\/th\u003e\n            \u003cth\u003e作用\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003e倍他米松吉草酸酯\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1.2mg\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003e类固醇（抗炎症）\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e一种肾上腺皮质激素，抑制炎症，缓解瘙痒\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:12px; color:#777; margin-top:10px; line-height:1.7;\"\u003e\n      添加剂：流动石蜡、鲸蜡醇、油酸醇、甘油、异丙醇、聚氧乙烯硬脂酸酯40、聚氧乙烯硬化蓖麻油60、单硬脂酸甘油酯、氢氧化钠、柠檬酸水合物、对羟基苯甲酸甲酯\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ 効能・効果 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003e功效与效果\u003c\/h2\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      \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  \u003c!-- ⑥ 用法・用量 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003e用法用量\u003c\/h2\u003e\n    \u003cdiv style=\"overflow-x:auto; margin-bottom:12px;\"\u003e\n      \u003ctable class=\"dosage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e适用对象\u003c\/th\u003e\n            \u003cth\u003e每次用量\u003c\/th\u003e\n            \u003cth\u003e每日次数\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e无年龄限制\u003cbr\u003e（儿童在监护人监督下使用）\u003c\/td\u003e\n            \u003ctd\u003e适量\u003c\/td\u003e\n            \u003ctd\u003e1〜数次\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dosage-note\"\u003e\n      使用前请\u003cstrong\u003e充分摇匀\u003c\/strong\u003e，取适量（约1日元硬币大小・约0.5g）于手上，用手指直接涂抹于患处。用于头皮时，洗澡洗发后用毛巾擦干水分，保持微湿状态时涂抹效果更佳。请勿将容器口直接接触患处。\u003cbr\u003e\n      \u003cstrong\u003e※ 请勿用于化脓患处、渗液患处、眼睛及眼周。避免长期连续使用及大面积使用，务必阅读说明书。\u003c\/strong\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑦ 比較表 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003e林德隆 Vs 系列 比较表\u003c\/h2\u003e\n    \u003cdiv style=\"overflow-x:auto\"\u003e\n      \u003ctable class=\"compare-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e比较项目\u003c\/th\u003e\n            \u003cth\u003e林德隆 Vs\u003cbr\u003e乳液\u003cspan class=\"compare-badge\"\u003e本品\u003c\/span\u003e\n\u003c\/th\u003e\n            \u003cth\u003e林德隆 Vs\u003cbr\u003e霜\u003c\/th\u003e\n            \u003cth\u003e林德隆 Vs\u003cbr\u003e高级 霜\u003c\/th\u003e\n            \u003cth\u003e林德隆 Vs\u003cbr\u003e软膏\u003c\/th\u003e\n            \u003cth\u003e林德隆 Vs\u003cbr\u003e高级 软膏\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e分类\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e指定第2类医药品\u003c\/td\u003e\n            \u003ctd\u003e指定第2类医药品\u003c\/td\u003e\n            \u003ctd\u003e指定第2类医药品\u003c\/td\u003e\n            \u003ctd\u003e指定第2类医药品\u003c\/td\u003e\n            \u003ctd\u003e指定第2类医药品\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e剂型\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e乳液\u003c\/td\u003e\n            \u003ctd\u003e霜\u003c\/td\u003e\n            \u003ctd\u003e霜\u003c\/td\u003e\n            \u003ctd\u003e软膏\u003c\/td\u003e\n            \u003ctd\u003e软膏\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e配方类型\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e标准\u003cbr\u003e（1种成分）\u003c\/td\u003e\n            \u003ctd\u003e标准\u003cbr\u003e（1种成分）\u003c\/td\u003e\n            \u003ctd\u003e高级\u003cbr\u003e（4种成分）\u003c\/td\u003e\n            \u003ctd\u003e标准\u003cbr\u003e（1种成分）\u003c\/td\u003e\n            \u003ctd\u003e高级\u003cbr\u003e（4种成分）\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e主要有效成分\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e倍他米松\u003cbr\u003e仅吉草酸酯\u003c\/td\u003e\n            \u003ctd\u003e倍他米松\u003cbr\u003e仅吉草酸酯\u003c\/td\u003e\n            \u003ctd\u003e倍他米松吉草酸酯＋尿囊素＋生育酚乙酸酯＋异丙基甲基苯酚\u003c\/td\u003e\n            \u003ctd\u003e倍他米松\u003cbr\u003e仅吉草酸酯\u003c\/td\u003e\n            \u003ctd\u003e倍他米松吉草酸酯＋尿囊素＋生育酚乙酸酯＋异丙基甲基苯酚\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e皮肤修复成分\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e— 无\u003c\/td\u003e\n            \u003ctd\u003e— 无\u003c\/td\u003e\n            \u003ctd\u003e◎ 2种配合\u003cbr\u003e（尿囊素＋\u003cbr\u003e生育酚）\u003c\/td\u003e\n            \u003ctd\u003e— 无\u003c\/td\u003e\n            \u003ctd\u003e◎ 2种配合\u003cbr\u003e（尿囊素＋\u003cbr\u003e生育酚）\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e杀菌成分\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e— 无\u003c\/td\u003e\n            \u003ctd\u003e— 无\u003c\/td\u003e\n            \u003ctd\u003e◎ 有\u003cbr\u003e（异丙基\u003cbr\u003e甲基苯酚）\u003c\/td\u003e\n            \u003ctd\u003e— 无\u003c\/td\u003e\n            \u003ctd\u003e◎ 有\u003cbr\u003e（异丙基\u003cbr\u003e甲基苯酚）\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e内容量\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e10g\u003c\/td\u003e\n            \u003ctd\u003e5g \/ 10g\u003c\/td\u003e\n            \u003ctd\u003e8g\u003c\/td\u003e\n            \u003ctd\u003e5g \/ 10g\u003c\/td\u003e\n            \u003ctd\u003e8g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e基剂\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e液体\u003cbr\u003e（乳液类型）\u003c\/td\u003e\n            \u003ctd\u003e乳化剂\u003cbr\u003e（水＋油）\u003c\/td\u003e\n            \u003ctd\u003e乳化剂\u003cbr\u003e（水＋油）\u003c\/td\u003e\n            \u003ctd\u003e油性\u003cbr\u003e（凡士林类）\u003c\/td\u003e\n            \u003ctd\u003e油性\u003cbr\u003e（凡士林类）\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e刺激性\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e△ 稍强\u003c\/td\u003e\n            \u003ctd\u003e△ 稍强\u003c\/td\u003e\n            \u003ctd\u003e△ 稍强\u003c\/td\u003e\n            \u003ctd\u003e◎ 弱\u003c\/td\u003e\n            \u003ctd\u003e◎ 弱\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e黏腻感\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e◎ 几乎无\u003c\/td\u003e\n            \u003ctd\u003e少\u003c\/td\u003e\n            \u003ctd\u003e少\u003c\/td\u003e\n            \u003ctd\u003e稍多\u003c\/td\u003e\n            \u003ctd\u003e稍多\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e保湿・保护力\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e△ 低\u003c\/td\u003e\n            \u003ctd\u003e○ 普通\u003c\/td\u003e\n            \u003ctd\u003e○ 普通\u003c\/td\u003e\n            \u003ctd\u003e◎ 高\u003c\/td\u003e\n            \u003ctd\u003e◎ 高\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e可应对\u003cbr\u003e患处状态\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e主要针对干燥患处・\u003cbr\u003e有毛部位\u003cbr\u003e（不适合渗液）\u003c\/td\u003e\n            \u003ctd\u003e主要针对干燥患处\u003cbr\u003e（不适合渗液）\u003c\/td\u003e\n            \u003ctd\u003e主要针对干燥患处\u003cbr\u003e（不适合渗液）\u003c\/td\u003e\n            \u003ctd\u003e干燥至湿润\u003cbr\u003e两者皆可\u003c\/td\u003e\n            \u003ctd\u003e干燥至湿润\u003cbr\u003e两者皆可\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e适用于有毛部位\u003cbr\u003e易用性\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e◎ 最适合\u003c\/td\u003e\n            \u003ctd\u003e△ 稍难使用\u003c\/td\u003e\n            \u003ctd\u003e△ 稍难使用\u003c\/td\u003e\n            \u003ctd\u003e△ 稍难使用\u003c\/td\u003e\n            \u003ctd\u003e△ 稍难使用\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e适合这些人群\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e头皮、腋下、有毛部位皮肤问题、想大面积涂抹且不喜欢黏腻感者\u003c\/td\u003e\n            \u003ctd\u003e喜欢清爽使用感且患处干燥者\u003c\/td\u003e\n            \u003ctd\u003e想同时护理皮肤修复且不喜欢黏腻感者\u003c\/td\u003e\n            \u003ctd\u003e对刺激敏感者及湿润患处者\u003c\/td\u003e\n            \u003ctd\u003e想同时护理皮肤修复且干燥严重者\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑧ 使用上の注意 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003cdiv class=\"caution-box\"\u003e\n      \u003ch3\u003e⚠️ 使用注意事项\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003e禁止事项：\u003c\/strong\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        \u003cli\u003e请勿在化妆后或刮胡子后使用。\u003c\/li\u003e\n        \u003cli\u003e请勿将容器口直接接触患处（可能导致容器污染或炎症恶化）。\u003c\/li\u003e\n        \u003cli\u003e孕妇或怀疑怀孕者，请在使用前咨询医生、药剂师或注册销售人员。\u003c\/li\u003e\n        \u003cli\u003e使用5〜6天后症状无改善或恶化时，请停止使用并咨询医生、药剂师或注册销售人员。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑨ 保管上の注意 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003cdiv class=\"storage-box\"\u003e\n      \u003ch3\u003e📦 储存注意事项\u003c\/h3\u003e\n      \u003cul\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\n\n\u003c\/div\u003e\n","brand":"Shionogi Healthcare","offers":[{"title":"10g","offer_id":52300875825468,"sku":"4987904101018","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987904101018.jpg?v=1760516352","url":"https:\/\/mamigo.jp\/zh-hans\/products\/shionogi-rinderon-vs-lotion","provider":"MamiGo","version":"1.0","type":"link"}