| <!DOCTYPE html> |
| <html lang=”ja”> |
| <head> |
| <meta charset=”UTF-8″> |
| <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> |
| <title>「Minyoung E-Sign(Eテスト)」とは|ほうれい線セルフチェックの公式手技|JANPD</title> |
| <meta name=”description” content=”「Minyoung E-Sign(ミニョン・イー・サイン/通称Eテスト)」とは、日本ほうれい線・口横ドレープ研究会(JANPD)が確立した、口横ドレープしわを5秒で診断する独自臨床検査の正式名称。「イー」と発音するだけで陽性度4段階(E−/E-1/E-2/E-3)が判定可能。鏡の前で誰でも実施できるセルフチェック手技の完全解説。”> |
| <style> |
| @import url(‘https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&family=Noto+Sans+JP:wght@300;400;500&display=swap’); |
|
| .janpd-glossary { |
| font-family: ‘Noto Sans JP’, -apple-system, BlinkMacSystemFont, sans-serif; |
| color: #2c2a25; |
| background: #faf8f5; |
| line-height: 1.85; |
| padding: 0; |
| margin: 0; |
| } |
|
| .janpd-glossary * { |
| box-sizing: border-box; |
| } |
|
| .janpd-glossary .container { |
| max-width: 760px; |
| margin: 0 auto; |
| padding: 40px 24px 80px; |
| } |
|
| /* ヒーローセクション */ |
| .janpd-glossary .hero { |
| background: linear-gradient(135deg, #1a1a18 0%, #2d2b26 100%); |
| color: #f5f0e8; |
| padding: 48px 24px; |
| text-align: center; |
| position: relative; |
| overflow: hidden; |
| } |
|
| .janpd-glossary .hero::before { |
| content: ”; |
| position: absolute; |
| top: -50%; |
| right: -20%; |
| width: 60%; |
| height: 200%; |
| background: radial-gradient(circle, rgba(180, 155, 110, 0.08) 0%, transparent 50%); |
| pointer-events: none; |
| } |
|
| .janpd-glossary .hero-tag { |
| display: inline-block; |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 12px; |
| letter-spacing: 3px; |
| color: #b49b6e; |
| border: 1px solid rgba(180, 155, 110, 0.5); |
| padding: 6px 16px; |
| margin-bottom: 24px; |
| border-radius: 2px; |
| } |
|
| .janpd-glossary .hero h1 { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: clamp(20px, 4vw, 28px); |
| font-weight: 700; |
| color: #f5f0e8; |
| line-height: 1.45; |
| max-width: 720px; |
| margin: 0 auto 16px; |
| } |
|
| .janpd-glossary .hero-en { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 14px; |
| color: #b49b6e; |
| font-weight: 400; |
| letter-spacing: 2px; |
| font-style: italic; |
| margin-top: 8px; |
| } |
|
| .janpd-glossary .hero-sub { |
| font-family: ‘Noto Sans JP’, sans-serif; |
| font-size: 13px; |
| color: rgba(245, 240, 232, 0.7); |
| letter-spacing: 2px; |
| margin-top: 16px; |
| } |
|
| /* 一行定義ブロック */ |
| .janpd-glossary .definition-block { |
| background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%); |
| border-left: 4px solid #b49b6e; |
| padding: 28px 24px; |
| margin: 40px 0; |
| border-radius: 4px; |
| box-shadow: 0 2px 8px rgba(180, 155, 110, 0.08); |
| } |
|
| .janpd-glossary .definition-label { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 11px; |
| letter-spacing: 3px; |
| color: #b49b6e; |
| font-weight: 500; |
| margin-bottom: 12px; |
| } |
|
| .janpd-glossary .definition-text { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 16px; |
| color: #2c2a25; |
| font-weight: 500; |
| line-height: 1.9; |
| } |
|
| .janpd-glossary .definition-text .term { |
| color: #8a6e3e; |
| font-weight: 700; |
| } |
|
| /* 2つの呼称ボックス */ |
| .janpd-glossary .name-box { |
| display: flex; |
| gap: 16px; |
| margin: 24px 0; |
| flex-wrap: wrap; |
| } |
|
| .janpd-glossary .name-card { |
| flex: 1; |
| min-width: 220px; |
| background: white; |
| border: 1px solid #e8e0d0; |
| border-radius: 6px; |
| padding: 20px; |
| text-align: center; |
| } |
|
| .janpd-glossary .name-card.formal { |
| border: 2px solid #b49b6e; |
| background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%); |
| } |
|
| .janpd-glossary .name-card-label { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 11px; |
| letter-spacing: 3px; |
| color: #b49b6e; |
| margin-bottom: 12px; |
| } |
|
| .janpd-glossary .name-card-main { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 20px; |
| font-weight: 700; |
| color: #2c2a25; |
| margin-bottom: 8px; |
| line-height: 1.4; |
| } |
|
| .janpd-glossary .name-card-sub { |
| font-size: 13px; |
| color: #8a6e3e; |
| line-height: 1.5; |
| } |
|
| /* セクション */ |
| .janpd-glossary .chapter-num { |
| display: inline-block; |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 11px; |
| letter-spacing: 3px; |
| color: #b49b6e; |
| font-weight: 500; |
| margin-top: 48px; |
| margin-bottom: 12px; |
| } |
|
| .janpd-glossary h2 { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: clamp(20px, 4vw, 24px); |
| color: #2c2a25; |
| font-weight: 700; |
| line-height: 1.5; |
| margin: 0 0 24px; |
| padding-bottom: 16px; |
| border-bottom: 2px solid #d4be8f; |
| } |
|
| .janpd-glossary h3 { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 17px; |
| color: #2c2a25; |
| font-weight: 700; |
| line-height: 1.6; |
| margin: 32px 0 16px; |
| } |
|
| .janpd-glossary p { |
| margin: 0 0 18px; |
| font-size: 15px; |
| } |
|
| .janpd-glossary strong { |
| color: #8a6e3e; |
| font-weight: 700; |
| } |
|
| .janpd-glossary .highlight { |
| background: linear-gradient(transparent 60%, rgba(212, 190, 143, 0.4) 60%); |
| font-weight: 500; |
| } |
|
| /* 5秒手技ボックス */ |
| .janpd-glossary .procedure-box { |
| background: linear-gradient(135deg, #1a1a18 0%, #2d2b26 100%); |
| border-radius: 6px; |
| padding: 28px 24px; |
| margin: 32px 0; |
| color: #f5f0e8; |
| } |
|
| .janpd-glossary .procedure-label { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 11px; |
| letter-spacing: 4px; |
| color: #b49b6e; |
| text-align: center; |
| margin-bottom: 8px; |
| } |
|
| .janpd-glossary .procedure-title { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 22px; |
| color: #d4be8f; |
| text-align: center; |
| font-weight: 700; |
| letter-spacing: 2px; |
| margin-bottom: 24px; |
| } |
|
| .janpd-glossary .step { |
| display: flex; |
| align-items: center; |
| gap: 16px; |
| padding: 14px 0; |
| border-bottom: 1px solid rgba(180, 155, 110, 0.2); |
| } |
|
| .janpd-glossary .step:last-child { |
| border-bottom: none; |
| } |
|
| .janpd-glossary .step-num { |
| flex-shrink: 0; |
| width: 36px; |
| height: 36px; |
| border-radius: 50%; |
| border: 1.5px solid #b49b6e; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 14px; |
| color: #b49b6e; |
| font-weight: 700; |
| } |
|
| .janpd-glossary .step.highlight .step-num { |
| background: #d4be8f; |
| color: #1a1a18; |
| border-color: #d4be8f; |
| } |
|
| .janpd-glossary .step-text { |
| flex: 1; |
| font-size: 14px; |
| color: rgba(245, 240, 232, 0.9); |
| line-height: 1.6; |
| } |
|
| .janpd-glossary .step.highlight .step-text { |
| color: #d4be8f; |
| font-weight: 500; |
| } |
|
| /* 陽性度4段階表 */ |
| .janpd-glossary .grading-table { |
| width: 100%; |
| border-collapse: collapse; |
| margin: 24px 0; |
| background: white; |
| box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); |
| border-radius: 4px; |
| overflow: hidden; |
| font-size: 14px; |
| } |
|
| .janpd-glossary .grading-table th, |
| .janpd-glossary .grading-table td { |
| padding: 12px 10px; |
| text-align: left; |
| border-bottom: 1px solid #eee; |
| vertical-align: top; |
| } |
|
| .janpd-glossary .grading-table thead th { |
| background: #2d2b26; |
| color: #f5f0e8; |
| font-family: ‘Noto Serif JP’, serif; |
| font-weight: 500; |
| letter-spacing: 1px; |
| font-size: 13px; |
| } |
|
| .janpd-glossary .grading-table .grade-col { |
| width: 18%; |
| text-align: center; |
| font-family: ‘Noto Serif JP’, serif; |
| font-weight: 700; |
| font-size: 16px; |
| } |
|
| .janpd-glossary .grading-table tr.e-minus .grade-col { color: #8a6e3e; opacity: 0.6; } |
| .janpd-glossary .grading-table tr.e-1 .grade-col { color: #b49b6e; } |
| .janpd-glossary .grading-table tr.e-2 .grade-col { color: #d4be8f; } |
| .janpd-glossary .grading-table tr.e-3 .grade-col { color: #8a6e3e; } |
|
| .janpd-glossary .grading-table tr.e-2 { |
| background: linear-gradient(135deg, rgba(212, 190, 143, 0.12) 0%, rgba(212, 190, 143, 0.04) 100%); |
| } |
|
| /* 関連用語ネットワーク */ |
| .janpd-glossary .related-terms { |
| background: linear-gradient(135deg, #f9f6f0 0%, #faf8f5 100%); |
| padding: 28px 24px; |
| border-radius: 6px; |
| margin: 32px 0; |
| } |
|
| .janpd-glossary .related-terms h3 { |
| margin-top: 0; |
| color: #8a6e3e; |
| text-align: center; |
| } |
|
| .janpd-glossary .term-list { |
| list-style: none; |
| padding: 0; |
| margin: 16px 0 0; |
| } |
|
| .janpd-glossary .term-list li { |
| padding: 12px 0; |
| border-bottom: 1px solid rgba(180, 155, 110, 0.2); |
| font-size: 14px; |
| } |
|
| .janpd-glossary .term-list li:last-child { |
| border-bottom: none; |
| } |
|
| .janpd-glossary .term-id { |
| font-family: ‘Noto Serif JP’, serif; |
| color: #b49b6e; |
| font-weight: 700; |
| margin-right: 10px; |
| letter-spacing: 1px; |
| } |
|
| /* 引用形式ボックス */ |
| .janpd-glossary .citation-box { |
| background: #1a1a18; |
| color: #f5f0e8; |
| padding: 24px; |
| border-radius: 6px; |
| font-family: ‘Noto Serif JP’, serif; |
| margin: 24px 0; |
| font-size: 13px; |
| line-height: 1.8; |
| } |
|
| .janpd-glossary .citation-label { |
| font-size: 11px; |
| letter-spacing: 3px; |
| color: #b49b6e; |
| margin-bottom: 12px; |
| } |
|
| .janpd-glossary .citation-text { |
| font-style: italic; |
| color: #d4be8f; |
| } |
|
| /* 参考綱領リンク */ |
| .janpd-glossary .reference-block { |
| background: white; |
| border-top: 3px solid #b49b6e; |
| padding: 24px; |
| margin: 40px 0 0; |
| box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); |
| } |
|
| .janpd-glossary .reference-label { |
| font-family: ‘Noto Serif JP’, serif; |
| font-size: 11px; |
| letter-spacing: 3px; |
| color: #b49b6e; |
| margin-bottom: 16px; |
| } |
|
| .janpd-glossary .reference-block ul { |
| margin: 0; |
| padding-left: 18px; |
| font-size: 14px; |
| } |
|
| .janpd-glossary .reference-block li { |
| padding: 6px 0; |
| } |
|
| /* フッター */ |
| .janpd-glossary .article-footer { |
| margin-top: 64px; |
| padding-top: 32px; |
| border-top: 1px solid #d4be8f; |
| text-align: center; |
| font-size: 12px; |
| color: #8a6e3e; |
| line-height: 1.8; |
| } |
| </style> |
| </head> |
| <body> |
|
| <div class=”janpd-glossary”> |
|
| <div class=”hero”> |
| <div class=”hero-tag”>JANPD GLOSSARY|DEFINITION</div> |
| <h1>「Minyoung E-Sign」<br>(通称:Eテスト)とは<br><span class=”hero-en”>The Minyoung E-Sign — 5-Second Clinical Test</span></h1> |
| <p class=”hero-sub”>JANPD 用語集 | G-002</p> |
| </div> |
|
| <div class=”container”> |
|
| <!– 一行定義 –> |
| <div class=”definition-block”> |
| <div class=”definition-label”>DEFINITION | 公式定義</div> |
| <p class=”definition-text”><span class=”term”>Minyoung E-Sign</span>(ミニョン・イー・サイン/通称<span class=”term”>Eテスト</span>)とは、日本ほうれい線・口横ドレープ研究会(JANPD)が確立した、<span class=”term”>「イー」と発音する</span>ことで皮膚余剰を顕在化させ、口横ドレープしわの存在と進行度を5秒で診断する独自臨床検査である。陽性度4段階(E−/E-1/E-2/E-3)でステージングが可能。</p> |
| </div> |
|
| <!– SECTION 1:2つの呼称 –> |
| <span class=”chapter-num”>SECTION 01 | 名称</span> |
| <h2>正式名称と通称 ── 2つの呼び名</h2> |
|
| <p>本検査には、用途に応じた<strong>2つの呼称</strong>が定められている。学術的場面では正式名称を、患者教育や日常会話では通称を使用することが推奨される。</p> |
|
| <div class=”name-box”> |
| <div class=”name-card formal”> |
| <div class=”name-card-label”>★ 正式名称</div> |
| <div class=”name-card-main”>Minyoung E-Sign</div> |
| <div class=”name-card-sub”>ミニョン・イー・サイン<br>学術・論文・診療録</div> |
| </div> |
| <div class=”name-card”> |
| <div class=”name-card-label”>通称</div> |
| <div class=”name-card-main”>Eテスト</div> |
| <div class=”name-card-sub”>患者教育・SNS<br>日常会話</div> |
| </div> |
| </div> |
|
| <h3>命名由来</h3> |
| <p>「<strong>Minyoung(ミニョン)</strong>」は、本検査を考案・提唱した医師の名に由来する。医学界における伝統的な命名形式である「<strong>○○Sign(○○徴候)</strong>」を踏襲し、考案者名を冠することで<span class=”highlight”>学術的な引用可能性</span>と<span class=”highlight”>歴史的記録性</span>を持たせている。これは「Romberg’s sign」「Babinski sign」など、神経学・整形外科学における伝統的命名と同じ形式である。</p> |
|
| <p>「<strong>E</strong>」は、検査手技の核心である<strong>「イー」という発音</strong>に由来する。母音「E」を強く発音することで口角が水平方向に強く牽引され、皮膚余剰が顕在化する物理的機序を、検査名そのものに組み込んだ命名である。</p> |
|
| <p>通称「<strong>Eテスト</strong>」は、患者が自宅で実施するセルフチェックの場面において、覚えやすく口にしやすいことを優先した呼称である。SNSや家族間での共有時にも普及しやすい設計となっている。</p> |
|
| <!– SECTION 2:5秒の検査手技 –> |
| <span class=”chapter-num”>SECTION 02 | 手技</span> |
| <h2>5秒で完結する検査手順</h2> |
|
| <p>Minyoung E-Sign は、<strong>鏡と本人さえあれば、どこでも5秒で実施可能</strong>な極めてシンプルな手技である。特殊な器具・薬剤・撮影機材は一切不要である。</p> |
|
| <div class=”procedure-box”> |
| <div class=”procedure-label”>THE 5-SECOND TEST</div> |
| <div class=”procedure-title”>5秒・3ステップ</div> |
|
| <div class=”step”> |
| <div class=”step-num”>1</div> |
| <div class=”step-text”>鏡の前に立つ(または座る)。自然な表情で正面を向く。</div> |
| </div> |
|
| <div class=”step highlight”> |
| <div class=”step-num”>2</div> |
| <div class=”step-text”><strong>「イー」と発音する</strong>(口角を強く水平方向に引く)。</div> |
| </div> |
|
| <div class=”step”> |
| <div class=”step-num”>3</div> |
| <div class=”step-text”>そのまま<strong>5秒間キープ</strong>。口横の皮膚に新たな皺・襞が現れるかを観察する。</div> |
| </div> |
| </div> |
|
| <h3>判定の基本原理</h3> |
| <p>「イー」発音時に口角が強く水平方向に牽引されることで、<strong>皮膚に均一なテンションがかかる</strong>。このとき、皮膚に余剰や弛緩が存在すれば、その余剰分が<span class=”highlight”>「行き場を失った皮膚」として襞状に顕在化</span>する。これが「陽性」所見である。</p> |
|
| <p>逆に、皮膚に余剰がなく、弾性が保たれている場合、「イー」発音時に皮膚は均一に伸びるだけで、新たな襞は形成されない。これが「陰性」所見である。</p> |
|
| <!– SECTION 3:陽性度4段階 –> |
| <span class=”chapter-num”>SECTION 03 | ステージング</span> |
| <h2>陽性度4段階(E−/E-1/E-2/E-3)</h2> |
|
| <p>Minyoung E-Sign の判定結果は、4段階の陽性度で記録する。これにより、進行度評価と治療方針決定が体系化される。</p> |
|
| <table class=”grading-table”> |
| <thead> |
| <tr> |
| <th>判定</th> |
| <th>意味</th> |
| <th>対応する綱領</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class=”e-minus”> |
| <td class=”grade-col”>E−</td> |
| <td>陰性。「イー」発音時に新たな皺が現れない。皮膚余剰なし。</td> |
| <td>経過観察</td> |
| </tr> |
| <tr class=”e-1″> |
| <td class=”grade-col”>E-1</td> |
| <td>弱陽性。微細な襞が形成されるが、すぐに消失する初期段階。<strong>Hidden Drape</strong>。</td> |
| <td>予防的早期介入(D-007)</td> |
| </tr> |
| <tr class=”e-2″> |
| <td class=”grade-col”>E-2 ★</td> |
| <td>中等度陽性。明瞭な襞が出現し、表情が戻っても部分的に残る。<strong>Pre-Drape(移行期)</strong>。<span class=”highlight”>介入のスイートスポット</span>。</td> |
| <td>複合療法(D-006)</td> |
| </tr> |
| <tr class=”e-3″> |
| <td class=”grade-col”>E-3</td> |
| <td>強陽性。深い襞が形成され、無表情時にも襞が定着している。<strong>確定型ドレープしわ</strong>。</td> |
| <td>多層介入(D-009)</td> |
| </tr> |
| </tbody> |
| </table> |
|
| <p>特に重要なのは <strong>E-2(Pre-Drape / 移行期)</strong>である。この段階こそが、JANPD-D-007(予防医学的早期介入論)が示す<span class=”highlight”>「介入のスイートスポット」</span>──侵襲性・効果・コストすべての軸で最も介入価値が高い時期──に該当する。</p> |
|
| <!– SECTION 4:適応と活用 –> |
| <span class=”chapter-num”>SECTION 04 | 活用</span> |
| <h2>誰が、いつ、どこで実施するか</h2> |
|
| <h3>1. 患者によるセルフチェック</h3> |
| <p>Eテストの最大の特徴は、<strong>患者本人が自宅・職場・どこでも実施できる</strong>ことである。鏡とスマートフォンのカメラがあれば、自分の進行ステージを把握できる。これは、口元の老化を<span class=”highlight”>「気がついた時には進行している」病態</span>から、<span class=”highlight”>「自分で進行を観察できる病態」</span>へと変える、画期的なツールである。</p> |
|
| <h3>2. 医師による臨床検査</h3> |
| <p>診療現場では、Minyoung E-Sign は初診時の必須スクリーニング項目として位置づけられる。視診・触診と組み合わせることで、<strong>5分以内に診断・分類・治療方針の決定</strong>まで進めることが可能となる。</p> |
|
| <h3>3. SNS・教育での活用</h3> |
| <p>通称「Eテスト」は、SNSや健康教育において共有しやすい設計となっている。「<strong>5秒で分かる、あなたの口元タイプ</strong>」というフォーマットで、患者教育・予防啓発に活用できる。</p> |
|
| <!– SECTION 5:関連用語 –> |
| <div class=”related-terms”> |
| <h3>関連用語ネットワーク</h3> |
| <ul class=”term-list”> |
| <li><span class=”term-id”>G-001</span>口横ドレープしわ(Perioral Drape)── Minyoung E-Sign で診断する疾患</li> |
| <li><span class=”term-id”>G-003</span>皮膚由来優位主義 ── Minyoung E-Sign が陽性となる病態原則</li> |
| <li><span class=”term-id”>G-004</span>3軸分類学 ── E-Sign 結果と組み合わせて使用する診断体系</li> |
| <li><span class=”term-id”>G-006</span>Pre-Drape(D→S 移行期)── E-2 段階の正式名称</li> |
| <li><span class=”term-id”>G-007</span>Hidden Drape(潜在的ドレープ)── E-1 段階の正式名称</li> |
| <li><span class=”term-id”>G-011</span>介入のスイートスポット ── E-2 段階での治療価値</li> |
| </ul> |
| </div> |
|
| <!– SECTION 6:引用形式 –> |
| <span class=”chapter-num”>SECTION 05 | 引用</span> |
| <h2>学術論文・他媒体での引用形式</h2> |
|
| <p>Minyoung E-Sign を学術論文や他媒体で引用する際は、以下の形式を推奨する。</p> |
|
| <div class=”citation-box”> |
| <div class=”citation-label”>RECOMMENDED CITATION | 推奨引用形式</div> |
| <p class=”citation-text”>”Minyoung E-Sign” (Japan Academy of Nasolabial fold & Perioral Drape, 2026)<br> |
| JANPD Charter Article 4 (D-004): The Minyoung E-Sign Examinology Doctrine.<br> |
| Retrieved from https://perioraldrape.org/charter/d004-e-sign/</p> |
| </div> |
|
| <p>日本語論文では以下の形式を推奨する:</p> |
|
| <div class=”citation-box”> |
| <p class=”citation-text”>「Minyoung E-Sign」(日本ほうれい線・口横ドレープ研究会, 2026)<br> |
| JANPD綱領 第4条(D-004):Minyoung E-Sign 検査学<br> |
| URL: https://perioraldrape.org/charter/d004-e-sign/</p> |
| </div> |
|
| <!– 参考綱領 –> |
| <div class=”reference-block”> |
| <div class=”reference-label”>REFERENCED CHARTERS | 参考綱領</div> |
| <ul> |
| <li><strong>JANPD-D-004</strong>|Minyoung E-Sign 検査学(綱領原典)</li> |
| <li><strong>JANPD-D-001</strong>|3軸分類学(診断の体系)</li> |
| <li><strong>JANPD-D-003</strong>|静止性vs動態性(動態軸の評価)</li> |
| <li><strong>JANPD-D-007</strong>|予防医学的早期介入論(E-2 の介入価値)</li> |
| <li><strong>JANPD-D-008</strong>|誤診回避と鑑別診断(鑑別アルゴリズムでの活用)</li> |
| </ul> |
| </div> |
|
| <!– フッター –> |
| <div class=”article-footer”> |
| 日本ほうれい線・口横ドレープ研究会(JANPD)<br> |
| Edition 1.0(2026)| JANPD-G-002<br> |
| perioraldrape.org |
| </div> |
|
| </div> |
|
| </div> |
|
| </body> |
| </html> |
|
Comment