{"product_id":"allegra-fx-jr","title":"Allegra FX Junior","description":"\u003cstyle\u003e\n\/* ===== アレグラFX ジュニア ===== *\/\n.pd-wrap, .pd-wrap * { box-sizing: border-box; }\n\n.pd-wrap {\n  --acc: #1a6e5a;\n  --acc-dark: #0c3d32;\n  --acc-light: #e8f5f2;\n  --acc-mid: #5aab96;\n  font-family: -apple-system, BlinkMacSystemFont, \"Hiragino Kaku Gothic ProN\", \"Meiryo\", sans-serif;\n  color: #333;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 4px;\n}\n\n\/* heading reset *\/\n.pd-wrap h1, .pd-wrap h2, .pd-wrap h3,\n.pd-wrap h4, .pd-wrap h5, .pd-wrap h6 {\n  margin: 0; padding: 0; line-height: 1.3; 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: 14px;\n  padding: 40px 32px 36px;\n  position: relative;\n  overflow: hidden;\n  margin-bottom: 28px;\n}\n.pd-wrap .pd-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 260px; height: 260px;\n  background: rgba(255,255,255,0.06);\n  border-radius: 50%;\n}\n.pd-wrap .pd-hero::after {\n  content: \"\";\n  position: absolute;\n  bottom: -80px; left: -40px;\n  width: 200px; height: 200px;\n  background: rgba(255,255,255,0.04);\n  border-radius: 50%;\n}\n.pd-wrap .hero-badges {\n  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px;\n}\n.pd-wrap .hero-badge {\n  background: rgba(255,255,255,0.18);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.35);\n  border-radius: 20px;\n  font-size: 11px; font-weight: 700;\n  padding: 4px 12px;\n  letter-spacing: 0.04em;\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);\n  letter-spacing: 0.03em;\n}\n.pd-wrap .hero-tagline {\n  color: rgba(255,255,255,0.92);\n  font-size: 14px;\n  margin-bottom: 20px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  line-height: 1.7;\n}\n.pd-wrap .hero-pills {\n  display: flex; flex-wrap: wrap; gap: 8px;\n}\n.pd-wrap .hero-pill {\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.4);\n  color: #fff;\n  border-radius: 20px;\n  font-size: 12px; font-weight: 600;\n  padding: 5px 14px;\n}\n\n\/* ===== CARD ===== *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 12px;\n  border: 1px solid #eee;\n  padding: 28px 26px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n}\n.pd-wrap .section-title {\n  font-size: 17px !important;\n  font-weight: 800 !important;\n  color: var(--acc) !important;\n  margin-bottom: 16px !important;\n  padding-bottom: 10px !important;\n  border-bottom: 2px solid var(--acc-light) !important;\n  position: relative;\n}\n.pd-wrap .section-title::before {\n  content: \"\";\n  position: absolute;\n  left: -26px; top: 0;\n  width: 4px; height: 100%;\n  background: var(--acc);\n  border-radius: 2px;\n}\n.pd-wrap .pd-text {\n  font-size: 14px; line-height: 1.85; color: #444;\n}\n\n\/* ===== FEATURE 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 { grid-template-columns: 1fr; }\n}\n.pd-wrap .feat-card {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 18px 16px;\n}\n.pd-wrap .feat-num {\n  display: inline-flex; align-items: center; justify-content: center;\n  width: 26px; height: 26px;\n  background: var(--acc); color: #fff;\n  border-radius: 50%;\n  font-size: 12px; font-weight: 800;\n  margin-bottom: 8px;\n}\n.pd-wrap .feat-title {\n  font-size: 14px; font-weight: 800;\n  color: var(--acc); margin-bottom: 6px;\n}\n.pd-wrap .feat-pill {\n  display: inline-block;\n  background: var(--acc); color: #fff;\n  border-radius: 12px;\n  font-size: 10px; font-weight: 700;\n  padding: 2px 9px; margin-bottom: 8px;\n}\n.pd-wrap .feat-desc {\n  font-size: 13px; color: #555; line-height: 1.7;\n}\n\n\/* ===== TABLE ===== *\/\n.pd-wrap .table-scroll { overflow-x: auto; }\n.pd-wrap .ing-table {\n  width: 100%; border-collapse: collapse; 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;\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); color: var(--acc);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  font-size: 10px; font-weight: 700;\n  padding: 2px 8px;\n}\n\n\/* ===== EFFICACY ===== *\/\n.pd-wrap .efficacy-grid {\n  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px;\n}\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  border-radius: 20px;\n  font-size: 13px; font-weight: 600;\n  padding: 6px 14px;\n}\n\n\/* ===== DOSAGE ===== *\/\n.pd-wrap .dosage-table {\n  width: 100%; border-collapse: collapse; font-size: 13px; margin-bottom: 12px;\n}\n.pd-wrap .dosage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: center;\n}\n.pd-wrap .dosage-table tbody tr td {\n  padding: 10px 14px !important;\n  text-align: center;\n  border-bottom: 1px solid #eee;\n  color: #333 !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  background: var(--acc-light);\n  border-left: 4px solid var(--acc);\n  border-radius: 0 8px 8px 0;\n  padding: 12px 14px;\n  font-size: 13px; color: #444; line-height: 1.75;\n  margin-top: 10px;\n}\n\n\/* ===== Q\u0026A ===== *\/\n.pd-wrap .qa-item {\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  overflow: hidden;\n  margin-bottom: 12px;\n}\n.pd-wrap .qa-q {\n  background: var(--acc-light);\n  padding: 12px 16px;\n  font-size: 14px; font-weight: 700;\n  color: var(--acc);\n}\n.pd-wrap .qa-q::before { content: \"Q. \"; }\n.pd-wrap .qa-a {\n  padding: 12px 16px;\n  font-size: 13px; color: #444; line-height: 1.75;\n}\n.pd-wrap .qa-a::before {\n  content: \"A. \";\n  font-weight: 700; color: var(--acc);\n}\n\n\/* ===== CAUTION ===== *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 10px 10px 0;\n  padding: 18px 20px;\n  margin-bottom: 20px;\n}\n.pd-wrap .caution-title {\n  font-size: 15px !important; font-weight: 800 !important;\n  color: #92400e !important; margin-bottom: 12px !important;\n}\n.pd-wrap .caution-list {\n  list-style: none; padding: 0; margin: 0;\n  font-size: 13px; color: #444; line-height: 1.85;\n}\n.pd-wrap .caution-list li { margin-bottom: 4px; }\n.pd-wrap .caution-list li::before { content: \"⚠️ \"; }\n\n\/* ===== STORAGE ===== *\/\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  border-radius: 0 10px 10px 0;\n  padding: 18px 20px;\n  margin-bottom: 20px;\n}\n.pd-wrap .storage-title {\n  font-size: 15px !important; font-weight: 800 !important;\n  color: #1e3a5f !important; margin-bottom: 12px !important;\n}\n.pd-wrap .storage-list {\n  list-style: none; padding: 0; margin: 0;\n  font-size: 13px; color: #444; line-height: 1.85;\n}\n.pd-wrap .storage-list li::before { content: \"📦 \"; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- 1. HERO --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003eClass 2 OTC Drug\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eAllergy-specific rhinitis medicine\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eTablet\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eFor ages 7–14\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eAllegra FX Junior\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eSame ingredients and dosage as prescription medicine. Allergy rhinitis medicine for elementary and middle school students that is less likely to cause drowsiness.\u003cbr\u003eRelieves sneezing, runny nose, and nasal congestion caused by pollen and house dust with twice-daily dosing.\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003eLess likely to cause drowsiness\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003eTwice a day, 24-hour relief\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003eCan be taken on an empty stomach\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003eSmall, easy-to-swallow tablets\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. 商品概要 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp class=\"pd-text\"\u003e\n      Allegra FX Junior is an allergy-specific rhinitis medicine for elementary and middle school students aged 7 to 14, sold by Hisamitsu Pharmaceutical. It contains 30mg of the second-generation antihistamine ingredient fexofenadine hydrochloride per tablet, identical in ingredients, ingredient amounts, additives, and tablet size to the prescription \"Allegra Tablet 30mg.\"\n    \u003c\/p\u003e\n    \u003cp class=\"pd-text\" style=\"margin-top:10px;\"\u003e\n      Designed with ingredients that have minimal impact on the brain, making it less likely to cause drowsiness or impaired concentration and judgment. Effective not only for pollen allergies but also for perennial allergic rhinitis caused by dust mites and house dust. Chosen by families looking for a medicine that is easy to use on school days.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 特長グリッド --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFour Features\u003c\/h2\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eDesigned to minimize drowsiness\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eSecond-generation antihistamine\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eUses a second-generation antihistamine ingredient that is less likely to affect the brain. It rarely causes drowsiness or impaired concentration and judgment, making it a medicine that does not interfere with school learning or activities.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eTwice a day for 24-hour relief\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eMorning and evening dosing\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eTaking twice a day, morning and evening, supports 24-hour effectiveness including pollen dispersal times from evening to night. This dosing reduces missed doses and fits easily into daily routines.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eSame ingredient and dosage as prescription medicine\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eFexofenadine hydrochloride 30mg\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eSame ingredients, ingredient amounts, additives, and tablet size as the prescription \"Allegra Tablet 30mg.\" A highly reliable ingredient used in over 100 countries.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eEasy to take on an empty stomach with small tablets\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eDesigned specifically for elementary and middle school students\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eCan be taken on an empty stomach regardless of meals. The tablets are small and easy to swallow, suitable for children from 7 years old. Supports early start of medication during pollen season.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. 有効成分 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eActive ingredient and amount\u003c\/h2\u003e\n    \u003cdiv class=\"table-scroll\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredient name\u003c\/th\u003e\n            \u003cth\u003eAmount (per 2 Tablets)\u003c\/th\u003e\n            \u003cth\u003eAction\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFexofenadine hydrochloride\u003cbr\u003e\u003cspan class=\"cat-pill\"\u003eSecond-generation antihistamine ingredient\u003c\/span\u003e\n\u003c\/td\u003e\n            \u003ctd\u003e60mg\u003cbr\u003e\u003csmall\u003e(30mg per Tablet)\u003c\/small\u003e\n\u003c\/td\u003e\n            \u003ctd\u003eBlocks histamine H₁ receptors to relieve allergy symptoms such as sneezing, runny nose, and nasal congestion.\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:#666;margin-top:8px;\"\u003eAdditives: Crystalline cellulose, partially alpha-starch hydrolysate, croscarmellose sodium, magnesium stearate, light anhydrous silicic acid, hypromellose, povidone, titanium dioxide, macrogol 400, ferric oxide black, ferric oxide yellow\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. 効能・効果 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eIndications and Effects\u003c\/h2\u003e\n    \u003cp class=\"pd-text\" style=\"margin-bottom:12px;\"\u003eRelief of nasal allergy symptoms such as sneezing, runny nose, and nasal congestion caused by pollen, house dust (indoor dust), etc.\u003c\/p\u003e\n    \u003cdiv class=\"efficacy-grid\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eSneezing\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eRunny nose\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eNasal congestion\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. 用法・用量 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eDosage and Administration\u003c\/h2\u003e\n    \u003cdiv class=\"table-scroll\"\u003e\n      \u003ctable class=\"dosage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eAge\u003c\/th\u003e\n            \u003cth\u003eDose per administration\u003c\/th\u003e\n            \u003cth\u003eNumber of doses\u003c\/th\u003e\n            \u003cth\u003eOne box (16 Tablets)\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e12–14 years old\u003c\/td\u003e\n            \u003ctd\u003e2 Tablets\u003c\/td\u003e\n            \u003ctd\u003eTwice a day (morning and evening)\u003c\/td\u003e\n            \u003ctd\u003e4 days supply\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e7–11 years old\u003c\/td\u003e\n            \u003ctd\u003e1 Tablet\u003c\/td\u003e\n            \u003ctd\u003eTwice a day (morning and evening)\u003c\/td\u003e\n            \u003ctd\u003e8 days supply\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eUnder 7 years old\u003c\/td\u003e\n            \u003ctd colspan=\"3\"\u003eDo not take\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      ・Strictly follow the prescribed dosage and administration.\u003cbr\u003e\n      ・When giving to children, please administer under the guidance and supervision of a guardian.\u003cbr\u003e\n      ・When used for seasonal allergic rhinitis such as pollen allergies, it is effective to start taking it early from the predicted pollen dispersal date or when symptoms begin.\u003cbr\u003e\n      ・Can be taken regardless of meals, even on an empty stomach.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 7. Q\u0026A（公式サイトより） --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eIs it the same ingredient as the medicine prescribed by doctors?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003eIt has the same ingredients, ingredient amounts, additives, tablet size, and form as the prescription \"Allegra Tablet 30mg\" (only the tablet surface engraving differs). It is approved as an allergy-specific rhinitis medicine and is not indicated for hives or itching associated with skin diseases.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eHow long does the effect last?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003eTaking it twice a day (morning and evening) provides 24-hour relief. Since pollen can rise in the cooler evening, taking it morning and evening covers the whole day.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eIs it effective for rhinitis caused by house dust?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003eYes, it is effective not only for seasonal allergies caused by pollen but also for perennial allergic rhinitis caused by dust mites and house dust.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eWhen is it effective to start taking it?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003eIt is effective to start taking the medicine early when pollen begins to fly or symptoms start. It can also be used after symptoms appear.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8. 使用上の注意 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003ch3 class=\"caution-title\"\u003e⚠️ Precautions for Use\u003c\/h3\u003e\n    \u003cul class=\"caution-list\"\u003e\n      \u003cli\u003eDo not take if you have had allergic reactions to this medicine or its ingredients.\u003c\/li\u003e\n      \u003cli\u003eDo not give to children under 7 years old.\u003c\/li\u003e\n      \u003cli\u003eAvoid using this medicine together with other allergy medications or oral antihistamines (such as cold medicine or motion sickness medicine).\u003c\/li\u003e\n      \u003cli\u003eAvoid using this medicine together with aluminum hydroxide\/magnesium hydroxide-containing preparations (antacids) or erythromycin (antibiotic).\u003c\/li\u003e\n      \u003cli\u003eAvoid drinking alcohol before and after taking this medicine.\u003c\/li\u003e\n      \u003cli\u003eIf you are breastfeeding, either do not take this medicine or avoid breastfeeding while taking it.\u003c\/li\u003e\n      \u003cli\u003eIf symptoms such as rash, hives, difficulty breathing, or palpitations appear after taking this medicine, stop taking it immediately and consult a doctor, pharmacist, or registered seller.\u003c\/li\u003e\n      \u003cli\u003eIf you have any questions, please consult a doctor, pharmacist, or registered seller.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 9. 保管上の注意 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003ch3 class=\"storage-title\"\u003e📦 Storage Precautions\u003c\/h3\u003e\n    \u003cul class=\"storage-list\"\u003e\n      \u003cli\u003eStore in a cool place, avoiding direct sunlight, high temperature, and humidity.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n      \u003cli\u003eDo not transfer to another container (this may cause misuse or quality changes).\u003c\/li\u003e\n      \u003cli\u003eDo not use the product past its expiration date.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Hisamitsu","offers":[{"title":"16 Tablets","offer_id":52796657566012,"sku":"4987188166055","price":1428.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987188166055.jpg?v=1771984870","url":"https:\/\/mamigo.jp\/en-sg\/products\/allegra-fx-jr","provider":"MamiGo","version":"1.0","type":"link"}