{"id":25057,"date":"2023-08-10T10:35:04","date_gmt":"2023-08-10T02:35:04","guid":{"rendered":"https:\/\/www.konmison.com\/?p=25057"},"modified":"2026-06-01T14:58:56","modified_gmt":"2026-06-01T06:58:56","slug":"%e3%82%ad%e3%83%a3%e3%83%93%e3%83%86%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e7%b5%90%e6%9e%9c%e7%b7%8f%e5%90%88%e3%82%ac%e3%82%a4%e3%83%89","status":"publish","type":"post","link":"https:\/\/www.konmison.com\/ja\/%e3%82%ad%e3%83%a3%e3%83%93%e3%83%86%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e7%b5%90%e6%9e%9c%e7%b7%8f%e5%90%88%e3%82%ac%e3%82%a4%e3%83%89\/","title":{"rendered":"\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u7d50\u679c\u3092\u89e3\u8aac\uff1a\u73fe\u5b9f\u7684\u306a\u671f\u5f85\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3001\u91cd\u8981\u306a\u5909\u6570"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u7d50\u679c\u3092\u89e3\u8aac - \u73fe\u5b9f\u7684\u306a\u671f\u5f85\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3001\u5909\u6570<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Libre+Baskerville:wght@400;700&#038;family=Source+Sans+3:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* ===== Reset & Base ===== *\/\n        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n        html { scroll-behavior: smooth; }\n        \n        \/* ===== CSS Variables ===== *\/\n        :root {\n          \/* Layout *\/\n          --prose-width: 700px;\n          --bp-margin: 2em;      \n          --bp-padding: 18px;    \n        \n          \/* Light palette *\/\n          --color-bg-page: #FAFDFC;\n          --color-bg-surface: #FFFFFF;\n          --color-bg-alt: #F4FDFC;\n          --color-text-heading: #1E2D2B;\n          --color-text-body: #4A5E5B;\n          --color-accent: #34BCA8;\n          --color-accent-hover: #2A9E8F;\n          --color-border: rgba(52, 188, 168, 0.15);\n          --color-warning-bg: #FFFBF0;\n          --color-warning-accent: #E8A838;\n        \n          \/* Typography *\/\n          --font-display: 'Libre Baskerville', Georgia, serif;\n          --font-body: 'Source Sans 3', system-ui, sans-serif;\n          --font-mono: 'SF Mono', 'Fira Code', 'Consolas', monospace;\n          --font-size-body: 18px;\n          --font-size-h1: 2.2rem;\n          --font-size-h2: 1.6rem;\n          --font-size-h3: 1.2rem;\n          --line-height-body: 1.7;\n          --line-height-heading: 1.25;\n        \n          \/* Code *\/\n          --color-code-bg: #F4F4F4;\n          --color-code-text: #2A9E8F;\n        \n          \/* Sizes *\/\n          --section-py: 1.5em;\n        }\n        \n        \/* ===== Dark Mode ===== *\/\n        @media (prefers-color-scheme: dark) {\n          :root {\n            --color-bg-page: #162321;\n            --color-bg-surface: #1C2C2A;\n            --color-bg-alt: #1A2826;\n            --color-text-heading: #E8F2F0;\n            --color-text-body: #B5CCC8;\n            --color-accent: #56CBB9;\n            --color-accent-hover: #6FD8C9;\n            --color-border: rgba(86, 203, 185, 0.12);\n            --color-warning-bg: #2A2420;\n            --color-warning-accent: #E8A838;\n            --color-code-bg: #1E2D2B;\n            --color-code-text: #6FD8C9;\n          }\n        }\n        \n        \/* ===== Body ===== *\/\n        body {\n          background: var(--color-bg-page);\n          color: var(--color-text-body);\n          font-family: var(--font-body);\n          font-size: var(--font-size-body);\n          line-height: var(--line-height-body);\n          -webkit-font-smoothing: antialiased;\n          -moz-osx-font-smoothing: grayscale;\n        }\n        \n        \/* ===== Reading Progress Bar ===== *\/\n        #reading-progress {\n          position: fixed;\n          top: 0;\n          left: 0;\n          width: 0%;\n          height: 3px;\n          background: var(--color-accent);\n          z-index: 1000;\n          transition: width 0.15s ease;\n        }\n        \n        \/* ===== Article Container ===== *\/\n        .article-container {\n          max-width: var(--prose-width);\n          margin: 0 auto;\n          padding: 0 24px;\n        }\n        \n        \/* ===== Article Header ===== *\/\n        .article-header {\n          padding: 3.5em 0 1em;\n        }\n        \n        .article-header h1 {\n          font-family: var(--font-display);\n          font-size: var(--font-size-h1);\n          font-weight: 700;\n          line-height: var(--line-height-heading);\n          color: var(--color-text-heading);\n          margin-bottom: 0.5em;\n        }\n        \n        \/* ===== Section Wraps ===== *\/\n        .section-wrap {\n          padding: var(--section-py) 0;\n        }\n        \n       .section-wrap--white,\n.section-wrap--teal {\n  background: transparent;\n}\n        \n        \/* ===== Headings ===== *\/\n        h2 {\n          font-family: var(--font-display);\n          font-size: var(--font-size-h2);\n          font-weight: 700;\n          line-height: var(--line-height-heading);\n          color: var(--color-text-heading);\n          margin-bottom: 0.7em;\n          position: relative;\n        }\n        \n        h3 {\n          font-family: var(--font-display);\n          font-size: var(--font-size-h3);\n          font-weight: 700;\n          line-height: var(--line-height-heading);\n          color: var(--color-text-heading);\n          margin-top: 2.5em;\n          margin-bottom: 0.6em;\n        }\n        \n        \/* ===== H2 Section Markers ===== *\/\n        .h2-marker {\n          position: absolute;\n          left: -3.5rem;\n          top: 0.15em;\n          font-family: var(--font-display);\n          font-size: 1.6rem;\n          font-weight: 400;\n          color: var(--color-accent);\n          opacity: 0.35;\n          pointer-events: none;\n          line-height: 1;\n        }\n        \n        \/* ===== Paragraphs ===== *\/\n        p {\n          margin-bottom: 1.2em;\n        }\n        \n        p:last-child {\n          margin-bottom: 0;\n        }\n        \n        \/* ===== Links ===== *\/\n        a {\n          color: var(--color-accent);\n          text-decoration: underline;\n          text-underline-offset: 2px;\n          text-decoration-thickness: 1px;\n          transition: color 0.2s ease;\n        }\n        \n        a:hover {\n          color: var(--color-accent-hover);\n        }\n        \n        \/* ===== Strong ===== *\/\n        strong {\n          color: var(--color-text-heading);\n          font-weight: 700;\n        }\n        \n        \/* ===== Em ===== *\/\n        em {\n          font-style: italic;\n        }\n        \n        \/* ===== Horizontal Rules ===== *\/\n        hr {\n          border: none;\n          height: 1px;\n          background: var(--color-border);\n          margin: 3em 0;\n          width: 100%;\n        }\n        \n        \/* ===== Blockquotes ===== *\/\n        blockquote {\n          border-left: 3px solid var(--color-accent);\n          background: var(--color-bg-alt);\n          padding: 18px 22px;\n          margin: 1.8em 0;\n          font-style: italic;\n          font-weight: 400;\n          color: var(--color-text-body);\n        }\n        \n        \/* ===== Lists ===== *\/\n        ul, ol {\n          padding-left: 1.5em;\n          margin-bottom: 1.2em;\n        }\n        \n        li {\n          margin-bottom: 0.5em;\n        }\n        \n        ul ::marker {\n          color: var(--color-accent);\n        }\n        \n        ol ::marker {\n          color: var(--color-text-body);\n          font-weight: 600;\n        }\n        \n        .ol-checklist {\n          list-style: none;\n          padding-left: 0;\n          counter-reset: checklist-counter;\n        }\n        \n        .ol-checklist li {\n          counter-increment: checklist-counter;\n          margin-bottom: 1em;\n          padding-left: 28px;\n          position: relative;\n        }\n        \n        .ol-checklist li::before {\n          content: counter(checklist-counter) \".\";\n          color: var(--color-accent);\n          font-weight: 700;\n          font-family: var(--font-body);\n          position: absolute;\n          left: 0;\n          top: 0;\n        }\n        \n        .ol-checklist li strong {\n          display: inline;\n        }\n        \n        \/* ===== Code ===== *\/\n        code {\n          background: var(--color-code-bg);\n          font-family: var(--font-mono);\n          font-size: 0.85em;\n          padding: 2px 6px;\n          border-radius: 4px;\n          color: var(--color-code-text);\n        }\n        \n        \/* ===== Table ===== *\/\n        .table-wrapper {\n          overflow-x: auto;\n          margin: 2em 0;\n        }\n        \n        table {\n          width: 100%;\n          border-collapse: collapse;\n        }\n        \n        th {\n          background: #1E2D2B;\n          color: #FFFFFF;\n          font-family: var(--font-body);\n          font-weight: 600;\n          font-size: 0.8rem;\n          padding: 10px 14px;\n          text-transform: uppercase;\n          letter-spacing: 0.5px;\n          text-align: left;\n        }\n        \n        td {\n          padding: 10px 14px;\n          border-bottom: 1px solid var(--color-border);\n          vertical-align: top;\n          font-size: 0.9rem;\n        }\n        \n        tr:nth-child(even) td {\n          background: var(--color-bg-alt);\n        }\n        \n        @media (prefers-color-scheme: dark) {\n          th {\n            background: #1E2D2B;\n            color: #E8F2F0;\n          }\n          tr:nth-child(even) td {\n            background: #1A2826;\n          }\n        }\n        \n        \/* ===== References ===== *\/\n        .references-list {\n          list-style: none;\n          padding-left: 0;\n          counter-reset: ref-counter;\n        }\n        \n        .references-list li {\n          counter-increment: ref-counter;\n          margin-bottom: 0.8em;\n          padding-left: 2.2em;\n          position: relative;\n          font-size: var(--font-size-body); \/* \u4fee\u6539\u8fd9\u91cc\uff1a\u8c03\u7528\u6b63\u6587\u7684\u5b57\u4f53\u5927\u5c0f\u53d8\u91cf *\/\n          line-height: 1.6;\n        }\n        \n        .references-list li::before {\n          content: counter(ref-counter) \".\";\n          position: absolute;\n          left: 0;\n          top: 0;\n          color: var(--color-accent);\n          font-weight: 600;\n        }\n        \n        .references-list li a {\n          word-break: break-all;\n        }\n        \n        \/* ===== Animations ===== *\/\n        .animate-in {\n          opacity: 0;\n          transform: translateY(20px);\n          transition: opacity 0.45s ease, transform 0.45s ease;\n        }\n        \n        .animate-in.revealed {\n          opacity: 1;\n          transform: translateY(0);\n        }\n        p { opacity: 1; transform: none; }\n        \n        \n        \/* =========================================================\n           ===== BP BLOCKS (STRICT RESET TO FIX GAPS & ICONS) ======\n           ========================================================= *\/\n        \n        \/* \u5f3a\u5236\u6e05\u9664\u6240\u6709\u53ef\u80fd\u4ece\u5916\u90e8\u73af\u5883\uff08\u5982\u5728\u7ebf\u7f16\u8f91\u5668\uff09\u7ee7\u627f\u7684\u5947\u602a\u9ad8\u5ea6\u6216\u5916\u8fb9\u8ddd *\/\n        [class^=\"bp-\"] {\n          margin: var(--bp-margin) 0;\n          height: auto !important;\n          max-height: max-content !important;\n          display: block;\n        }\n        \n        \/* \u5f3a\u5236\u91cd\u7f6e\u5185\u90e8\u6587\u672c\u548c\u5bb9\u5668\u7684\u8fb9\u8ddd\uff0c\u9632\u6b62\u88ab\u5916\u90e8 CSS \u6491\u5f00 *\/\n        [class^=\"bp-\"] div, \n        [class^=\"bp-\"] span {\n          margin: 0;\n          padding: 0;\n          line-height: 1.5 !important;\n        }\n        \n        \/* \u5f3a\u5236\u56fe\u6807\u5927\u5c0f *\/\n        [class^=\"bp-\"] svg {\n          display: block;\n          max-width: 20px;\n          max-height: 20px;\n          width: 20px;\n          height: 20px;\n        }\n        \n        \/* \u7279\u6b8a\u5927\u56fe\u6807\u91cd\u7f6e *\/\n        .bp-2-icon svg { width: 32px; height: 32px; max-width: 32px; max-height: 32px; }\n        .bp-4-icon svg { width: 48px; height: 48px; max-width: 48px; max-height: 48px; opacity: 0.15; }\n        .bp-8-icon svg { width: 24px; height: 24px; max-width: 24px; max-height: 24px; }\n        \n        \n        \/* ===== BP-1: Distinctions ===== *\/\n        .bp-1-distinctions {\n          background: var(--color-bg-alt);\n          border-left: 4px solid var(--color-accent);\n          border-radius: 0 6px 6px 0;\n          padding: 18px 20px;\n        }\n        \n        .bp-1-header {\n          display: flex;\n          align-items: center;\n          justify-content: flex-start;\n          gap: 8px;\n          margin-bottom: 12px;\n          color: var(--color-accent);\n          font-family: var(--font-display);\n          font-weight: 700;\n          font-size: 0.95rem;\n        }\n        \n        .bp-1-header svg { flex-shrink: 0; }\n        \n        .bp-1-list {\n          display: flex;\n          flex-direction: column;\n          justify-content: flex-start !important; \/* \u5f3a\u5236\u7d27\u51d1\u6392\u5217 *\/\n          gap: 8px; \/* \u4e25\u683c\u9650\u5236\u95f4\u8ddd *\/\n        }\n        \n        .bp-1-item {\n          display: flex;\n          align-items: flex-start;\n          gap: 10px;\n          color: var(--color-text-body);\n          font-size: 0.95rem;\n        }\n        \n        .bp-1-bullet {\n          width: 6px;\n          height: 6px;\n          min-width: 6px;\n          background: var(--color-accent);\n          border-radius: 50%;\n          margin-top: 0.45em;\n        }\n        \n        \n        \/* ===== BP-2: Stat Callout ===== *\/\n        .bp-2-stat {\n          display: flex;\n          flex-direction: row;\n          align-items: flex-start;\n          justify-content: flex-start !important;\n          gap: 16px;\n          padding: 18px 20px;\n          background: var(--color-bg-surface);\n          border-top: 3px solid var(--color-accent);\n          border-radius: 6px;\n          box-shadow: 0 2px 12px rgba(52, 188, 168, 0.08);\n        }\n        \n        .bp-2-icon {\n          flex-shrink: 0;\n          color: var(--color-accent);\n          margin-top: 4px;\n        }\n        \n        .bp-2-content {\n          display: flex;\n          flex-direction: column;\n          justify-content: flex-start !important;\n          gap: 4px;\n        }\n        \n        .bp-2-value {\n          font-family: var(--font-display);\n          font-size: 1.8rem;\n          font-weight: 700;\n          color: var(--color-accent);\n          line-height: 1.1 !important;\n        }\n        \n        .bp-2-label {\n          color: var(--color-text-body);\n          font-size: 0.95rem;\n        }\n        \n        .bp-2-source {\n          color: var(--color-text-body);\n          font-size: 0.8rem;\n          opacity: 0.65;\n        }\n        \n        \n        \/* ===== BP-3: Collagen Tip ===== *\/\n        .bp-3-collagen-tip {\n          border-left: 4px solid var(--color-accent);\n          background: var(--color-bg-surface);\n          padding: 18px 20px;\n          border-radius: 0 6px 6px 0;\n          box-shadow: 0 2px 12px rgba(52, 188, 168, 0.06);\n        }\n        \n        .bp-3-header {\n          display: flex;\n          align-items: center;\n          justify-content: flex-start;\n          gap: 8px;\n          margin-bottom: 12px;\n          color: var(--color-accent);\n          font-family: var(--font-display);\n          font-weight: 700;\n          font-size: 0.95rem;\n        }\n        \n        .bp-3-phases {\n          display: flex;\n          flex-direction: column;\n          justify-content: flex-start !important;\n          gap: 10px;\n        }\n        \n        .bp-3-phase {\n          display: flex;\n          align-items: flex-start;\n          gap: 10px;\n          font-size: 0.95rem;\n        }\n        \n        .bp-3-week {\n          color: var(--color-accent);\n          font-weight: 700;\n          min-width: 7em;\n          flex-shrink: 0;\n        }\n        \n        .bp-3-desc { color: var(--color-text-body); }\n        \n        \n        \/* ===== BP-4: Timeline Grid ===== *\/\n        .bp-4-timeline-grid {\n          display: grid;\n          grid-template-columns: 1fr 1fr;\n          gap: 12px;\n        }\n        \n        .bp-4-card {\n          background: var(--color-bg-surface);\n          border-radius: 6px;\n          padding: 14px 16px;\n          position: relative;\n          box-shadow: 0 2px 8px rgba(52, 188, 168, 0.08);\n          overflow: hidden;\n        }\n        \n        .bp-4-card:nth-child(1) { background: rgba(52, 188, 168, 0.04); }\n        .bp-4-card:nth-child(2) { background: rgba(52, 188, 168, 0.07); }\n        .bp-4-card:nth-child(3) { background: rgba(52, 188, 168, 0.10); }\n        .bp-4-card:nth-child(4) { background: rgba(52, 188, 168, 0.13); }\n        \n        .bp-4-sessions {\n          font-family: var(--font-display);\n          font-size: 1.4rem;\n          font-weight: 700;\n          color: var(--color-accent);\n          margin-bottom: 4px;\n        }\n        \n        .bp-4-metric {\n          color: var(--color-text-body);\n          font-size: 0.85rem;\n        }\n        \n        .bp-4-icon {\n          position: absolute;\n          bottom: -4px;\n          right: 4px;\n          color: var(--color-accent);\n        }\n        \n        \n        \/* ===== BP-5: Area Comparison ===== *\/\n        .bp-5-area-comparison {\n          padding: 18px 20px;\n          background: var(--color-bg-alt);\n          border-radius: 6px;\n        }\n        \n        .bp-5-title {\n          display: flex;\n          align-items: center;\n          justify-content: flex-start;\n          gap: 8px;\n          margin-bottom: 14px;\n          color: var(--color-text-heading);\n          font-family: var(--font-display);\n          font-weight: 700;\n          font-size: 0.95rem;\n        }\n        \n        .bp-5-rows {\n          display: flex;\n          flex-direction: column;\n          justify-content: flex-start !important;\n          gap: 12px;\n        }\n        \n        .bp-5-row {\n          display: flex;\n          align-items: center;\n          gap: 12px;\n        }\n        \n        .bp-5-area {\n          width: 80px;\n          flex-shrink: 0;\n          font-size: 0.85rem;\n          font-weight: 600;\n          color: var(--color-text-heading);\n        }\n        \n        .bp-5-track {\n          flex: 1;\n          height: 24px;\n          background: rgba(52, 188, 168, 0.1);\n          border-radius: 4px;\n          position: relative;\n          overflow: hidden;\n        }\n        \n        .bp-5-fill {\n          height: 100%;\n          border-radius: 4px;\n          display: flex;\n          align-items: center;\n          justify-content: flex-end;\n          padding: 0 8px;\n          font-size: 0.75rem;\n          font-weight: 600;\n          color: #FFFFFF;\n        }\n        \n        .bp-5-row:nth-child(1) .bp-5-fill { width: 100%; background: var(--color-accent); }\n        .bp-5-row:nth-child(2) .bp-5-fill { width: 65%; background: rgba(52, 188, 168, 0.7); }\n        .bp-5-row:nth-child(3) .bp-5-fill { width: 50%; background: rgba(52, 188, 168, 0.5); }\n        \n        \n        \/* ===== BP-6: Fluctuation Comparison ===== *\/\n        .bp-6-fluctuation-bars {\n          padding: 18px 20px;\n          background: var(--color-bg-surface);\n          border: 1px solid var(--color-border);\n          border-radius: 6px;\n        }\n        \n        .bp-6-title {\n          display: flex;\n          align-items: center;\n          justify-content: flex-start;\n          gap: 8px;\n          margin-bottom: 14px;\n          color: var(--color-text-heading);\n          font-family: var(--font-display);\n          font-weight: 700;\n          font-size: 0.95rem;\n        }\n        \n        .bp-6-rows {\n          display: flex;\n          flex-direction: column;\n          justify-content: flex-start !important;\n          gap: 12px;\n        }\n        \n        .bp-6-row {\n          display: flex;\n          align-items: center;\n          gap: 10px;\n        }\n        \n        .bp-6-icon {\n          flex-shrink: 0;\n          display: flex;\n          align-items: center;\n          justify-content: center;\n          width: 20px;\n        }\n        .bp-6-icon svg { width: 16px; height: 16px; }\n        \n        .bp-6-icon--shield { color: var(--color-accent); }\n        .bp-6-icon--alert { color: var(--color-warning-accent); }\n        \n        .bp-6-label {\n          width: 150px;\n          flex-shrink: 0;\n          font-size: 0.85rem;\n          font-weight: 600;\n          color: var(--color-text-heading);\n        }\n        \n        .bp-6-track {\n          flex: 1;\n          height: 16px;\n          background: rgba(52, 188, 168, 0.08);\n          border-radius: 10px;\n          position: relative;\n          overflow: hidden;\n        }\n        \n        .bp-6-fill {\n          height: 100%;\n          border-radius: 10px;\n          transition: width 0.3s ease;\n        }\n        \n        .bp-6-row:nth-child(1) .bp-6-fill { width: 30%; background: var(--color-accent); }\n        .bp-6-row:nth-child(2) .bp-6-fill { width: 70%; background: rgba(52, 188, 168, 0.3); }\n        \n        .bp-6-range {\n          font-size: 0.75rem;\n          color: var(--color-text-body);\n          min-width: 60px;\n          text-align: right;\n        }\n        \n        \n        \/* ===== BP-7: Alcohol Warning ===== *\/\n        .bp-7-alcohol-warning {\n          border-left: 4px solid var(--color-warning-accent);\n          background: var(--color-warning-bg);\n          padding: 18px 20px;\n          border-radius: 0 6px 6px 0;\n        }\n        \n        .bp-7-header {\n          display: flex;\n          align-items: center;\n          justify-content: flex-start;\n          gap: 8px;\n          margin-bottom: 10px;\n          color: var(--color-warning-accent);\n          font-family: var(--font-display);\n          font-weight: 700;\n          font-size: 0.95rem;\n        }\n        \n        .bp-7-body {\n          font-size: 0.95rem;\n          color: var(--color-text-body);\n          margin-bottom: 10px;\n        }\n        \n        .bp-7-body strong {\n          font-size: 1.4rem;\n          font-family: var(--font-display);\n          color: var(--color-warning-accent);\n        }\n        \n        .bp-7-tip {\n          font-size: 0.85rem;\n          color: var(--color-text-body);\n          border-top: 1px solid var(--color-border);\n          padding-top: 10px;\n          margin-top: 8px; \/* \u7ed9\u8fb9\u754c\u7ebf\u4e0a\u65b9\u4e00\u70b9\u95f4\u8ddd *\/\n          display: flex;           \/* \u65b0\u589e\uff1a\u5f3a\u5236\u540c\u4e00\u884c\u663e\u793a *\/\n          align-items: flex-start; \/* \u65b0\u589e\uff1a\u9876\u90e8\u5bf9\u9f50 *\/\n          gap: 6px;                \/* \u65b0\u589e\uff1a\u7bad\u5934\u548c\u6587\u5b57\u7684\u95f4\u8ddd *\/\n        }\n        \n        .bp-7-tip-arrow {\n          color: var(--color-accent);\n          font-weight: 700;\n          display: inline-block;   \/* \u65b0\u589e\uff1a\u9632\u6b62\u5355\u72ec\u5360\u4e00\u884c *\/\n          flex-shrink: 0;          \/* \u65b0\u589e\uff1a\u9632\u6b62\u7bad\u5934\u88ab\u6324\u538b\u53d8\u5f62 *\/\n        }\n        \n        \n        \/* ===== BP-8: Formula Card ===== *\/\n        .bp-8-formula-card {\n          text-align: center;\n          background: var(--color-bg-alt);\n          border-radius: 8px;\n          padding: 22px;\n        }\n        \n        .bp-8-icon {\n          color: var(--color-accent);\n          margin-bottom: 12px;\n          display: flex;\n          justify-content: center;\n        }\n        \n        .bp-8-formula {\n          display: flex;\n          flex-wrap: wrap;\n          align-items: center;\n          justify-content: center;\n          gap: 8px 12px;\n          font-family: var(--font-display);\n        }\n        \n        .bp-8-factor {\n          font-size: 0.85rem;\n          text-transform: uppercase;\n          color: var(--color-text-heading);\n          padding: 6px 12px;\n          background: var(--color-bg-surface);\n          border-radius: 6px;\n          border: 1px solid var(--color-border);\n        }\n        \n        .bp-8-multiply {\n          color: var(--color-accent);\n          font-size: 1.2rem;\n          font-weight: 700;\n        }\n        \n        .bp-8-equals {\n          color: var(--color-accent);\n          font-size: 1.4rem;\n          font-weight: 700;\n        }\n        \n        .bp-8-outcome {\n          font-size: 1.1rem;\n          font-weight: 700;\n          color: var(--color-accent);\n          text-transform: uppercase;\n          padding: 6px 16px;\n          background: var(--color-bg-surface);\n          border-radius: 6px;\n          border: 2px solid var(--color-accent);\n        }\n        \n        \n        \/* ===== Responsive ===== *\/\n        @media (max-width: 1024px) {\n          .h2-marker {\n            left: -2.5rem;\n            font-size: 1.3rem;\n          }\n        }\n        \n        @media (max-width: 768px) {\n          :root {\n            --font-size-h1: 1.8rem;\n            --font-size-h2: 1.35rem;\n            --font-size-h3: 1.1rem;\n            --font-size-body: 16px;\n            --section-py: 1.2em;\n            --bp-padding: 16px;\n            --bp-margin: 1.6em;\n          }\n          .h2-marker { display: none; }\n          .article-container { padding: 0 18px; }\n          .article-header { padding: 2.2em 0 0.8em; }\n        \n          .bp-2-stat { flex-direction: column; gap: 8px; align-items: flex-start; }\n          .bp-4-timeline-grid { grid-template-columns: 1fr; }\n          .bp-8-formula { flex-direction: column; gap: 10px; }\n          .bp-8-factor { width: 100%; max-width: 260px; }\n        }\n        \n        @media (max-width: 480px) {\n          :root {\n            --font-size-h1: 1.5rem;\n            --font-size-h2: 1.2rem;\n            --font-size-h3: 1rem;\n            --font-size-body: 15px;\n            --section-py: 1.8em;\n          }\n          .article-container { padding: 0 14px; }\n          .bp-5-row { flex-wrap: wrap; gap: 6px; }\n          .bp-5-area { width: 100%; }\n          .bp-6-row { flex-wrap: wrap; gap: 6px; }\n          .bp-6-label { width: 100%; }\n          .bp-6-icon { display: none; }\n        }\n\n\/* \u5f3a\u5236\u6e05\u9664 WordPress \u4e3b\u9898\u7684\u9ed8\u8ba4\u5217\u8868\u7b26\u53f7 *\/\n.ol-checklist, \n.references-list,\n.ol-checklist li,\n.references-list li {\n  list-style: none !important;\n  list-style-type: none !important;\n}\n\n.ol-checklist li::marker,\n.references-list li::marker {\n  content: none !important;\n  display: none !important;\n}\n    <\/style>\n<\/head>\n\n<body>\n\n    <div id=\"reading-progress\" role=\"progressbar\" aria-label=\"\u8aad\u66f8\u306e\u9032\u6b69\"><\/div>\n\n    <div class=\"article-header\">\n        <div class=\"article-container\">\n        <\/div>\n    <\/div>\n\n    <div class=\"article-container\" style=\"padding-top: 1em; padding-bottom: 1em;\">\n        <p>\u8d85\u97f3\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306f\u3001\u624b\u8853\u3001\u9ebb\u9154\u3001\u307e\u305f\u306f\u62e1\u5f35\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0\u306a\u3057\u3067\u9811\u56fa\u306a\u5c40\u6240\u7684\u306a\u8102\u80aa\u3092\u30bf\u30fc\u30b2\u30c3\u30c8\u306b\u3059\u308b\u65b9\u6cd5\u3092\u63d0\u4f9b\u3057\u3001\u4f1d\u7d71\u7684\u306a\u8102\u80aa\u5438\u5f15\u306b\u4ee3\u308f\u308b\u4eba\u6c17\u306e\u3042\u308b\u975e\u4fb5\u8972\u7684\u306a\u9078\u629e\u80a2\u3068\u3057\u3066\u6d6e\u4e0a\u3057\u3066\u3044\u308b\u3002\u3057\u304b\u3057\u3001\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u306e\u8a87\u5927\u5e83\u544a\u306e\u4e2d\u3067\u3001\u8a87\u5f35\u3055\u308c\u305f\u4e3b\u5f35\u304b\u3089\u73fe\u5b9f\u7684\u306a\u81e8\u5e8a\u7d50\u679c\u3092\u5206\u96e2\u3059\u308b\u3053\u3068\u306f\u975e\u5e38\u306b\u91cd\u8981\u3067\u3059\u3002\u3053\u306e\u30ac\u30a4\u30c9\u3067\u306f\u3001\u8d85\u97f3\u6ce2\u306b\u3088\u308b\u8102\u80aa\u306e\u7834\u58ca\u3068\u30b3\u30e9\u30fc\u30b2\u30f3\u306e\u518d\u69cb\u7bc9\u306e\u80cc\u5f8c\u306b\u3042\u308b\u751f\u7269\u5b66\u7684\u30e1\u30ab\u30cb\u30ba\u30e0\u3092\u63a2\u6c42\u3057\u3001\u3069\u306e\u3088\u3046\u306b\u8102\u80aa\u5468\u7e01\u306e\u6e1b\u5c11\u304c\u8d77\u3053\u308b\u304b\u3092\u6b63\u78ba\u306b\u8aac\u660e\u3057\u307e\u3059\u3002\u5373\u5ea7\u306e\u7d44\u7e54\u53cd\u5fdc\u304b\u3089\u6570\u9031\u9593\u5f8c\u306e\u4ee3\u8b1d\u30af\u30ea\u30a2\u30e9\u30f3\u30b9\u306e\u30d4\u30fc\u30af\u307e\u3067\u3001\u76ee\u306b\u898b\u3048\u308b\u7d50\u679c\u304c\u51fa\u308b\u307e\u3067\u306e\u4e88\u60f3\u3055\u308c\u308b\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u8aac\u660e\u3057\u307e\u3059\u3002\u3055\u3089\u306b\u3001\u88c5\u7f6e\u306e\u4ed5\u69d8\u3001\u6cbb\u7642\u30d7\u30ed\u30c8\u30b3\u30fc\u30eb\u3001\u500b\u4eba\u306e\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb\u8981\u56e0\u306a\u3069\u3001\u6700\u7d42\u7684\u306b\u6210\u529f\u3092\u5de6\u53f3\u3059\u308b\u91cd\u8981\u306a\u5909\u6570\u3092\u691c\u8a3c\u3057\u307e\u3059\u3002<\/p>\n\n<img\nsrc=\"https:\/\/www.konmison.com\/wp-content\/uploads\/2023\/08\/image-5.png\" style=\"width: 512px; height: 384px; max-width: 100%; object-fit: cover; border-radius: 12px; margin: 30px auto; display: block; box-shadow: 10px 10px 60px 0px rgba(210, 221, 224, 0.35); transition: all 0.3s ease; cursor: pointer;\"\nonmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)'\"\nonmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)'\">\n\n    <\/div>\n\n    <div class=\"section-wrap section-wrap--white\" aria-label=\"\u8d85\u97f3\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u3068\u306f\uff1f\">\n        <div class=\"article-container\">\n\n            <h2 class=\"animate-in\"><span class=\"h2-marker\">01<\/span>\u8d85\u97f3\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u3068\u306f\uff1f<\/h2>\n\n            <p>\u8d85\u97f3\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306f\u4f4e\u5468\u6ce2\u97f3\u6ce2\u3092\u4f7f\u7528\u3059\u308b\u975e\u4fb5\u8972\u7684\u306a\u30dc\u30c7\u30a3\u8f2a\u90ed\u3092\u63cf\u304f\u51e6\u7f6e-\u666e\u901a 30 \u306e kHz \u304b\u3089 80 \u306e kHz \u306e\u7bc4\u56f2\u3067-\u76ae\u306e\u4e0b\u306e\u96c6\u4e2d\u3055\u305b\u305f\u8102\u80aa\u6c88\u6bbf\u7269\u3092\u76ee\u6a19\u3068\u3059\u308b\u3053\u3068\u3067\u3059\u3002\u5916\u79d1\u7684\u8102\u80aa\u5438\u5f15\u8853\u3068\u306f\u7570\u306a\u308a\u3001\u5207\u958b\u3001\u9ebb\u9154\u3001\u56de\u5fa9\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0\u304c\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n            <p>\u3057\u304b\u3057\u3001\u300c\u975e\u4fb5\u8972\u7684\u300d\u3068\u3044\u3046\u8868\u73fe\u306f\u3001\u3057\u3070\u3057\u3070\u8aa4\u3063\u305f\u5370\u8c61\u3092\u4e0e\u3048\u307e\u3059\u3002\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306f\u6e1b\u91cf\u6cd5\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u98df\u4e8b\u3084\u904b\u52d5\u306e\u4ee3\u308f\u308a\u306b\u306f\u306a\u308a\u307e\u305b\u3093\u3002\u307e\u305f\u3001\u4e00\u56de\u3067\u7d42\u308f\u308b\u3082\u306e\u3067\u3082\u3042\u308a\u307e\u305b\u3093\u3002\u30de\u30b7\u30f3\u306f\u3001\u305d\u308c\u3089\u3092\u5438\u5f15\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3067\u306f\u306a\u304f\u3001\u6a5f\u68b0\u7684\u306b\u8102\u80aa\u7d30\u80de\u3092\u7834\u58ca\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3001\u7279\u5b9a\u306e\u9818\u57df - \u8179\u90e8\u3001\u592a\u3082\u3082\u3001\u8107\u8179\u3001\u8155 - \u306e\u5186\u5468\u3092\u6e1b\u3089\u3059\u305f\u3081\u306b\u8a2d\u8a08\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u901a\u5e38\u30016\uff5e12\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u30012\uff5e5cm\u306e\u7d2f\u7a4d\u7684\u306a\u5468\u56f2\u5f84\u306e\u6e1b\u5c11\u3092\u3082\u305f\u3089\u3057\u307e\u3059\u304c\u3001\u4f53\u91cd\u8a08\u306b\u3088\u308b\u5287\u7684\u306a\u6e1b\u91cf\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n            <p>\u6700\u521d\u304b\u30893\u3064\u306e\u533a\u5225\u304c\u91cd\u8981\u3067\u3042\u308b\u3002\u7b2c\u4e00\u306b\u3001\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306f\u4f53\u91cd\u6e1b\u5c11\u3067\u306f\u306a\u304f\u3001\u4f53\u306e\u8f2a\u90ed\u3092\u6574\u3048\u308b\u3082\u306e\u3067\u3042\u308b\u3002\u7b2c2\u306b\u3001\u7d50\u679c\u306f\u6f38\u9032\u7684\u3001\u5373\u523b\u3067\u306f\u306a\u3044-\u30dc\u30c7\u30a3\u306f\u89e3\u653e\u3055\u308c\u305f\u8102\u80aa\u3092\u65b0\u9673\u4ee3\u8b1d\u3055\u305b\u3001\u9664\u53bb\u3059\u308b\u305f\u3081\u306b\u9031\u3092\u5fc5\u8981\u3068\u3059\u308b\u3002\u7b2c\u4e09\u306b\u3001\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306f\u5c06\u6765\u306e\u8102\u80aa\u5897\u52a0\u3092\u9632\u3050\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093 - \u751f\u6d3b\u7fd2\u6163\u304c\u30b9\u30e9\u30a4\u30c9\u3057\u305f\u5834\u5408\u3001\u6b8b\u308a\u306e\u8102\u80aa\u7d30\u80de\u306f\u307e\u3060\u62e1\u5927\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3053\u308c\u3089\u3092\u5ff5\u982d\u306b\u7f6e\u304f\u3053\u3068\u3067\u3001\u3053\u306e\u8a18\u4e8b\u306e\u6b8b\u308a\u306e\u90e8\u5206\u3092\u62bd\u8c61\u7684\u306a\u79d1\u5b66\u304b\u3089\u5b9f\u7528\u7684\u306a\u610f\u601d\u6c7a\u5b9a\u30c4\u30fc\u30eb\u306b\u5909\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3002<\/p>\n\n            <div class=\"bp-1-distinctions animate-in\" role=\"complementary\" aria-label=\"\u4e3b\u306a\u9055\u3044\">\n                <div class=\"bp-1-header\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                        <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n                        <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\" \/>\n                        <line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\" \/>\n                    <\/svg>\n                    <span>\u4e3b\u306a\u7279\u5fb4<\/span>\n                <\/div>\n                <div class=\"bp-1-list\">\n                    <div class=\"bp-1-item\">\n                        <span class=\"bp-1-bullet\" aria-hidden=\"true\"><\/span>\n                        <span class=\"bp-1-text\">\u6e1b\u91cf\u3067\u306f\u306a\u304f\u4f53\u306e\u8f2a\u90ed\u3092\u6574\u3048\u308b<\/span>\n                    <\/div>\n                    <div class=\"bp-1-item\">\n                        <span class=\"bp-1-bullet\" aria-hidden=\"true\"><\/span>\n                        <span class=\"bp-1-text\">\u7d50\u679c\u306f\u3059\u3050\u306b\u51fa\u308b\u3082\u306e\u3067\u306f\u306a\u304f\u3001\u5f90\u3005\u306b\u51fa\u308b\u3082\u306e<\/span>\n                    <\/div>\n                    <div class=\"bp-1-item\">\n                        <span class=\"bp-1-bullet\" aria-hidden=\"true\"><\/span>\n                        <span class=\"bp-1-text\">\u5c06\u6765\u306e\u8102\u80aa\u5897\u52a0\u3092\u9632\u3050\u3053\u3068\u306f\u3067\u304d\u306a\u3044<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"section-wrap section-wrap--teal\" aria-label=\"\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306f\u3069\u306e\u3088\u3046\u306b\u3057\u3066\u6e2c\u5b9a\u53ef\u80fd\u306a\u7d50\u679c\u3092\u751f\u307f\u51fa\u3059\u306e\u304b\uff1f\">\n        <div class=\"article-container\">\n\n            <h2 class=\"animate-in\"><span class=\"h2-marker\">02<\/span>\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306f\u3069\u306e\u3088\u3046\u306b\u3057\u3066\u6e2c\u5b9a\u53ef\u80fd\u306a\u7d50\u679c\u3092\u751f\u307f\u51fa\u3059\u306e\u304b\uff1f<\/h2>\n\n            <p>\u3069\u306e\u3088\u3046\u306a\u7d50\u679c\u304c\u5f97\u3089\u308c\u308b\u304b\u3092\u7406\u89e3\u3059\u308b\u306b\u306f\u3001\u307e\u305a\u30e1\u30ab\u30cb\u30ba\u30e0\u3092\u7406\u89e3\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3002\u8d85\u97f3\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306f\u30012\u3064\u306e\u7570\u306a\u308b\u751f\u7269\u5b66\u7684\u7d4c\u8def\u3092\u4ecb\u3057\u3066\u52d5\u4f5c\u3057\u307e\u3059 - 1\u3064\u306f\u5373\u6642\u304b\u3064\u6a5f\u68b0\u7684\u306a\u3001\u3082\u3046\u4e00\u3064\u306f\u9045\u5ef6\u3057\u3001\u71b1\u3002\u4e21\u65b9\u306f\u3001\u6700\u7d42\u7684\u306b\u93e1\u3067\u898b\u308b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u8ca2\u732e\u3057\u307e\u3059\u304c\u3001\u5f7c\u3089\u306f\u5b8c\u5168\u306b\u7570\u306a\u308b\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u3067\u52d5\u4f5c\u3057\u307e\u3059\u3002<\/p>\n\n            <h3>\u6a5f\u68b0\u7684\u7d4c\u8def\u8d85\u97f3\u6ce2\u306b\u3088\u308b\u8102\u80aa\u7d30\u80de\u306e\u7834\u58ca<\/h3>\n\n            <p>\u4e3b\u306a\u30e1\u30ab\u30cb\u30ba\u30e0\u306f\u97f3\u97ff\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\uff08\u8102\u80aa\u7d44\u7e54\u5185\u306e\u5fae\u7d30\u306a\u6c17\u6ce1\u306e\u5f62\u6210\u3068\u6fc0\u3057\u3044\u5d29\u58ca\uff09\u3067\u3042\u308b\u3002<\/p>\n\n            <p>\u8d85\u97f3\u6ce2\u30c8\u30e9\u30f3\u30b9\u30c7\u30e5\u30fc\u30b5\u30fc\u3092\u30ab\u30c3\u30d7\u30ea\u30f3\u30b0\u30b8\u30a7\u30eb\u3067\u76ae\u819a\u306b\u5f53\u3066\u308b\u3068\u3001\u7d44\u7e54\u5185\u3092\u4f1d\u64ad\u3059\u308b\u5727\u529b\u6ce2\u304c\u653e\u51fa\u3055\u308c\u308b\u3002\u5404\u6ce2\u52d5\u30b5\u30a4\u30af\u30eb\u306e\u8ca0\u5727\u76f8\u306e\u9593\u3001\u8102\u80aa\u7d30\u80de\u9593\u306e\u9593\u8cea\u6db2\u306f\u77ac\u9593\u7684\u306a\u5727\u529b\u4f4e\u4e0b\u3092\u7d4c\u9a13\u3057\u3001\u6eb6\u89e3\u30ac\u30b9\u3092\u6eb6\u6db2\u304b\u3089\u5f15\u304d\u51fa\u3057\u3066\u30de\u30a4\u30af\u30ed\u30d0\u30d6\u30eb\u3092\u5f62\u6210\u3059\u308b\u306e\u306b\u5341\u5206\u306a\u4f4e\u5727\u306b\u306a\u308b\u3002\u5171\u632f\u6642\u306e\u76f4\u5f84\u304c\u304a\u3088\u305d100\uff5e150\u30de\u30a4\u30af\u30ed\u30e1\u30fc\u30c8\u30eb\u306e\u3053\u306e\u6c17\u6ce1\u306f\u3001\u97f3\u97ff\u30b5\u30a4\u30af\u30eb\u3092\u91cd\u306d\u308b\u3054\u3068\u306b\u5927\u304d\u304f\u306a\u308b\u3002<\/p>\n\n            <p>\u6c17\u6ce1\u304c\u5171\u9cf4\u30b5\u30a4\u30ba\u306b\u9054\u3059\u308b\u3068\u3001\u6b21\u306e\u5727\u529b\u5909\u52d5\u306b\u3088\u3063\u3066\u6fc0\u3057\u304f\u5d29\u58ca\u3059\u308b\u3002\u3064\u307e\u308a\u3001\u96c6\u4e2d\u7684\u306a\u885d\u6483\u6ce2\u3068\u6d41\u4f53\u306e\u30de\u30a4\u30af\u30ed\u30b8\u30a7\u30c3\u30c8\u3092\u653e\u51fa\u3059\u308b\u7206\u7e2e\u3067\u3042\u308b\u3002\u8102\u80aa\u7d44\u7e54\u306f\u5468\u56f2\u306e\u8840\u7ba1\u3001\u795e\u7d4c\u3001\u7d50\u5408\u7d44\u7e54\u3088\u308a\u3082\u5f15\u5f35\u5f37\u5ea6\u304c\u4f4e\u3044\u305f\u3081\u3001\u6a5f\u68b0\u7684\u30b9\u30c8\u30ec\u30b9\u306b\u3088\u3063\u3066\u8102\u80aa\u7d30\u80de\u819c\u304c\u9078\u629e\u7684\u306b\u7834\u88c2\u3059\u308b\u3002\u3053\u306e\u30d7\u30ed\u30bb\u30b9\u306fBani\u3089(2013)\u306b\u3088\u3063\u3066\u8a73\u7d30\u306b\u8a18\u9332\u3055\u308c\u3066\u3044\u308b\u3002\u4f4e\u5468\u6ce2\u8d85\u97f3\u6ce2\u51e6\u7406\u5f8c\u306e\u30d2\u30c8\u8102\u80aa\u7d44\u7e54\u306e\u7d44\u7e54\u5b66\u7684\u89e3\u6790\u3067\u306f\u3001\u751f\u4f53\u5185\u3067\u8102\u80aa\u7d30\u80de\u306e\u30b5\u30a4\u30ba\u304c23%\u304b\u308947%\u6e1b\u5c11\u3057\u3066\u304a\u308a\u3001\u5fae\u5c0f\u8840\u7ba1\u7cfb\u3001\u771f\u76ae\u7dda\u7dad\u82bd\u7d30\u80de\u3001\u8868\u76ae\u30b1\u30e9\u30c1\u30ce\u30b5\u30a4\u30c8\u306b\u691c\u51fa\u53ef\u80fd\u306a\u640d\u50b7\u3092\u4e0e\u3048\u308b\u3053\u3068\u306a\u304f\u9054\u6210\u3055\u308c\u3066\u3044\u308b(<a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC4174158\/\" target=\"_blank\" rel=\"noopener\">\u30d5\u30a3\u30ec\u30f3\u30c4\u30a7\u5927\u5b66\u89e3\u5256\u5b66\u90e8<\/a>, 2013).<\/p>\n\n            <div class=\"bp-2-stat animate-in\" role=\"complementary\" aria-label=\"\u4e3b\u8981\u7d71\u8a08\">\n                <div class=\"bp-2-icon\" aria-hidden=\"true\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\" \/>\n                        <polyline points=\"17 6 23 6 23 12\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-2-content\">\n                    <div class=\"bp-2-value\">23-47%<\/div>\n                    <div class=\"bp-2-label\">\u751f\u4f53\u5185\u3067\u306e\u8102\u80aa\u7d30\u80de\u30b5\u30a4\u30ba\u7e2e\u5c0f<\/div>\n                    <div class=\"bp-2-source\">\u30d0\u30cb\u3089\u30012013<\/div>\n                <\/div>\n            <\/div>\n\n            <p>\u3053\u306e\u819c\u306e\u5fae\u7d30\u5b54\u304b\u3089\u653e\u51fa\u3055\u308c\u305f\u4e2d\u6027\u8102\u80aa\u306f\u3001\u9593\u8cea\u8154\u306b\u5165\u308a\u3001\u30ea\u30f3\u30d1\u7cfb\u3092\u901a\u3063\u3066\u8840\u6d41\u306b\u6392\u51fa\u3055\u308c\u308b\u3002\u809d\u81d3\u306f\u3053\u306e\u5f8c72\u6642\u9593\u304b\u3051\u3066\u4e2d\u6027\u8102\u80aa\u3092\u51e6\u7406\u3059\u308b\u3002\u3053\u306e\u305f\u3081\u3001\u3053\u306e\u9593\u306b\u6c34\u5206\u88dc\u7d66\u3084\u8efd\u3044\u904b\u52d5\u3092\u3059\u308b\u3068\u3001\u6b63\u5473\u306e\u7d50\u679c\u306b\u5927\u304d\u304f\u5f71\u97ff\u3059\u308b\u3002<\/p>\n\n            <h3>\u30b3\u30e9\u30fc\u30b2\u30f3\u306e\u30ea\u30e2\u30c7\u30ea\u30f3\u30b0\u3068\u808c\u306e\u5f15\u304d\u7de0\u3081\u52b9\u679c<\/h3>\n\n            <p>2\u3064\u76ee\u306e\u7d4c\u8def\u306f\u3042\u307e\u308a\u8b70\u8ad6\u3055\u308c\u306a\u3044\u304c\u3001\u5be9\u7f8e\u7684\u306a\u7d50\u679c\u306b\u3068\u3063\u3066\u540c\u69d8\u306b\u91cd\u8981\u3067\u3042\u308b\u3002\u8d85\u97f3\u6ce2\u30a8\u30cd\u30eb\u30ae\u30fc\u304c\u7d44\u7e54\u3092\u901a\u904e\u3059\u308b\u969b\u3001\u4e00\u90e8\u306f\u71b1\u306b\u5909\u63db\u3055\u308c\u3001\u771f\u76ae\u6df1\u90e8\u306e\u6e29\u5ea6\u3092\u7d0440\uff5e45\u2103\u307e\u3067\u4e0a\u6607\u3055\u305b\u308b\u3002\u3053\u306e\u71b1\u523a\u6fc0\u304c\u6570\u5206\u9593\u6301\u7d9a\u3059\u308b\u3068\u3001\u30d2\u30fc\u30c8\u30b7\u30e7\u30c3\u30af\u30d7\u30ed\u30c6\u30a4\u30f3\u304c\u6d3b\u6027\u5316\u3055\u308c\u3001\u771f\u76ae\u7dda\u7dad\u82bd\u7d30\u80de\u304c\u30b3\u30e9\u30fc\u30b2\u30f3\u5408\u6210\u3092\u30a2\u30c3\u30d7\u30ec\u30ae\u30e5\u30ec\u30fc\u30c8\u3059\u308b\u3088\u3046\u4fc3\u3057\u307e\u3059\u3002<\/p>\n\n            <p>\u6a5f\u68b0\u7684\u306a\u52b9\u679c\u3068\u306f\u7570\u306a\u308a\u3001\u30b3\u30e9\u30fc\u30b2\u30f3\u306e\u30ea\u30e2\u30c7\u30ea\u30f3\u30b0\u306f\u6570\u30f6\u6708\u304b\u3051\u3066\u884c\u308f\u308c\u307e\u3059\u3002\u65b0\u3057\u3044I\u578b\u304a\u3088\u3073III\u578b\u30b3\u30e9\u30fc\u30b2\u30f3\u306e\u6c88\u7740\u306f\u3001\u901a\u5e38\u3001\u6cbb\u7642\u5f8c4\uff5e8\u9031\u9593\u3067\u30d4\u30fc\u30af\u306b\u9054\u3057\u3001\u76ee\u306b\u898b\u3048\u308b\u808c\u306e\u5f15\u304d\u7de0\u3081\u306f\u3001\u30d5\u30eb\u30b3\u30fc\u30b9\u7d42\u4e86\u5f8c3\uff5e6\u30f5\u6708\u9593\u6539\u5584\u3057\u7d9a\u3051\u307e\u3059\u3002\u3053\u306e\u305f\u3081\u3001\u6700\u826f\u306e\u30d3\u30d5\u30a9\u30fc\u30fb\u30a2\u30d5\u30bf\u30fc\u5199\u771f\u306f\u3001\u6700\u7d42\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u7fcc\u65e5\u3067\u306f\u306a\u304f\u30018\uff5e12\u9031\u9593\u5f8c\u306b\u64ae\u5f71\u3055\u308c\u308b\u3053\u3068\u304c\u591a\u3044\u306e\u3067\u3059\u3002<\/p>\n\n            <div class=\"bp-3-collagen-tip animate-in\" role=\"complementary\" aria-label=\"\u6642\u9593\u306e\u7d4c\u904e\u3068\u3068\u3082\u306b\u7d50\u679c\u304c\u5411\u4e0a\u3059\u308b\u7406\u7531\">\n                <div class=\"bp-3-header\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                        <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n                        <polyline points=\"12 6 12 12 16 14\" \/>\n                    <\/svg>\n                    <span>\u6642\u9593\u306e\u7d4c\u904e\u3068\u3068\u3082\u306b\u7d50\u679c\u304c\u5411\u4e0a\u3059\u308b\u7406\u7531<\/span>\n                <\/div>\n                <div class=\"bp-3-phases\">\n                    <div class=\"bp-3-phase\">\n                        <span class=\"bp-3-week\">\u7b2c1-2\u9031<\/span>\n                        <span class=\"bp-3-desc\">\u521d\u671f\u30b3\u30e9\u30fc\u30b2\u30f3\u523a\u6fc0<\/span>\n                    <\/div>\n                    <div class=\"bp-3-phase\">\n                        <span class=\"bp-3-week\">4\u9031\u76ee\u304b\u30898\u9031\u76ee<\/span>\n                        <span class=\"bp-3-desc\">\u65b0\u3057\u3044\u30b3\u30e9\u30fc\u30b2\u30f3\u6790\u51fa\u306e\u30d4\u30fc\u30af<\/span>\n                    <\/div>\n                    <div class=\"bp-3-phase\">\n                        <span class=\"bp-3-week\">3\uff5e6\u30f6\u6708\u76ee<\/span>\n                        <span class=\"bp-3-desc\">\u76ee\u306b\u898b\u3048\u308b\u808c\u306e\u5f15\u304d\u7de0\u3081\u304c\u6210\u719f\u3059\u308b<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <p>\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u9ad8\u5468\u6ce2\uff08RF\uff09\u3068\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u3067\u3001\u771f\u76ae\u306b\u3055\u3089\u306a\u308b\u71b1\u30a8\u30cd\u30eb\u30ae\u30fc\u3092\u4f9b\u7d66\u3057\u3001\u76ae\u819a\u306e\u5f15\u304d\u7de0\u3081\u6210\u5206\u304c\u5897\u5e45\u3055\u308c\u308b\u3002129\u4eba\u306e\u53c2\u52a0\u8005\u3092\u5bfe\u8c61\u3068\u3057\u305f2019\u5e74\u306e\u4ecb\u5165\u7814\u7a76\u3067\u306f\u3001RF\u3068\u8d85\u97f3\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u3067\u300110\u30bb\u30c3\u30b7\u30e7\u30f3\u5f8c\u306b\u8179\u90e8\u3001\u8170\u90e8\u3001\u5927\u817f\u90e8\u5468\u56f2\u5f84\u306e\u6709\u610f\u306a\u6e1b\u5c11\u3092\u3082\u305f\u3089\u3057\u3001\u305d\u306e\u7d50\u679c\u306f\u3069\u3061\u3089\u304b\u306e\u30e2\u30c0\u30ea\u30c6\u30a3\u304c\u5358\u72ec\u3067\u9054\u6210\u3059\u308b\u3082\u306e\u3092\u4e0a\u56de\u3063\u305f\u3053\u3068\u304c\u660e\u3089\u304b\u306b\u306a\u3063\u305f(<a href=\"https:\/\/sciprofiles.com\/publication\/view\/1daddbd94be0ed7f2b8621465025c242\" target=\"_blank\" rel=\"noopener\">\u30e2\u30c0\u30f3\u30fb\u30b1\u30a2\u30fb\u30b8\u30e3\u30fc\u30ca\u30eb<\/a>, 2019).<\/p>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"section-wrap section-wrap--white\" aria-label=\"\u73fe\u5b9f\u7684\u306a\u7d50\u679c\uff1a\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u3068\u305d\u306e\u6e2c\u5b9a\u65b9\u6cd5\">\n        <div class=\"article-container\">\n\n            <h2 class=\"animate-in\"><span class=\"h2-marker\">03<\/span>\u73fe\u5b9f\u7684\u306a\u7d50\u679c\uff1a\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u3068\u305d\u306e\u6e2c\u5b9a\u65b9\u6cd5<\/h2>\n\n            <p>\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3 \u52b9\u679c\u300d\u306e\u691c\u7d22\u3067\u4e0a\u4f4d\u3092\u5360\u3081\u308b\u8cea\u554f\u304c\u3042\u308b\u3068\u3059\u308c\u3070\u3001\u305d\u308c\u306f\u3053\u308c\u3060\uff1a\"\u52b9\u679c\u304c\u51fa\u308b\u307e\u3067\u4f55\u56de\u901a\u3048\u3070\u3044\u3044\u3067\u3059\u304b\uff1f\"\u305d\u306e\u7b54\u3048\u306f\u3001\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u52b9\u679c\u304c\u4e00\u5ea6\u306b\u73fe\u308c\u308b\u306e\u3067\u306f\u306a\u304f\u3001\u6bb5\u968e\u7684\u306b\u73fe\u308c\u308b\u3053\u3068\u3092\u7406\u89e3\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u306b\u304b\u304b\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n\n<img\nsrc=\"https:\/\/www.konmison.com\/wp-content\/uploads\/2023\/08\/image-7.png\" style=\"width: 512px; height: 384px; max-width: 100%; object-fit: cover; border-radius: 12px; margin: 30px auto; display: block; box-shadow: 10px 10px 60px 0px rgba(210, 221, 224, 0.35); transition: all 0.3s ease; cursor: pointer;\"\nonmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)'\"\nonmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)'\">\n\n            <h3>\u30bb\u30c3\u30b7\u30e7\u30f3\u3054\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u4f55\u304c\u3044\u3064\u5909\u308f\u308b\u306e\u304b<\/h3>\n\n            <p>\u7d50\u679c\u306e\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u306f4\u3064\u306e\u6bb5\u968e\u306b\u5206\u304b\u308c\u3066\u3044\u308b\uff1a<\/p>\n\n            <p><strong>1\u30bb\u30c3\u30b7\u30e7\u30f3\u5f8c\uff08\u5373\u6642\uff09\uff1a<\/strong> \u307b\u3068\u3093\u3069\u306e\u4eba\u306f\u3001\u6cbb\u7642\u3055\u308c\u305f\u90e8\u4f4d\u306e\u5468\u56f2\u304c0.5\uff5e2cm\u6e1b\u5c11\u3057\u3066\u3044\u308b\u3053\u3068\u306b\u6c17\u3065\u304d\u307e\u3059\u3002\u305d\u306e\u4e00\u90e8\u306f\u672c\u7269\u306e\u8102\u80aa\u7d30\u80de\u306e\u7834\u58ca\u3067\u3042\u308a\u3001\u4e00\u90e8\u306f\u7d44\u7e54\u5185\u306e\u4e00\u6642\u7684\u306a\u4f53\u6db2\u306e\u518d\u5206\u914d\u3092\u53cd\u6620\u3057\u3066\u3044\u307e\u3059\u3002\u3044\u305a\u308c\u306b\u305b\u3088\u3001\u5373\u6642\u7684\u306a\u9055\u3044\u306f-\u63a7\u3048\u3081\u3067\u306f\u3042\u308a\u307e\u3059\u304c-\u91cd\u8981\u306a\u5fc3\u7406\u7684\u652f\u67f1\u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n\n            <p><strong>3\uff5e4\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u5f8c\uff08\u521d\u671f\u306e\u7d2f\u7a4d\uff09\uff1a<\/strong> \u3053\u3053\u3067\u30c8\u30ec\u30f3\u30c9\u304c\u76ee\u306b\u898b\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002\u8eab\u4f53\u306f\u6700\u521d\u306e\u6570\u56de\u306e\u6cbb\u7642\u3067\u4e2d\u6027\u8102\u80aa\u3092\u53d6\u308a\u9664\u304d\u3001\u65b0\u3057\u3044\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u91cd\u306d\u308b\u3054\u3068\u306b\u3001\u30bf\u30fc\u30b2\u30c3\u30c8\u30be\u30fc\u30f3\u306b\u6b8b\u3063\u3066\u3044\u308b\u8102\u80aa\u7d30\u80de\u306e\u6570\u304c\u5f90\u3005\u306b\u6e1b\u3063\u3066\u3044\u304d\u307e\u3059\u3002\u5468\u5f84\u306e\u6e1b\u5c11\u306f\u901a\u5e381\uff5e3cm\u306e\u7bc4\u56f2\u306b\u9054\u3057\u307e\u3059\u3002\u3053\u306e\u6bb5\u968e\u306b\u306a\u308b\u3068\u3001\u93e1\u3067\u306f\u307e\u3060\u5206\u304b\u3089\u306a\u304f\u3066\u3082\u3001\u6d0b\u670d\u306e\u30b5\u30a4\u30ba\u304c\u5909\u308f\u3063\u305f\u3068\u5831\u544a\u3055\u308c\u308b\u3053\u3068\u304c\u3088\u304f\u3042\u308a\u307e\u3059\u3002<\/p>\n\n            <p><strong>6\uff5e8\u30bb\u30c3\u30b7\u30e7\u30f3\u5f8c\uff08\u30b3\u30fc\u30b9\u534a\u3070\uff09\uff1a<\/strong> \u4eca\u3067\u306f\u3001\u307b\u3068\u3093\u3069\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c2\uff5e4cm\u306e\u7d2f\u7a4d\u6e1b\u5c11\u3092\u898b\u3066\u3044\u307e\u3059\u3002\u4ee5\u524d\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u5f97\u3089\u308c\u305f\u30b9\u30ad\u30f3\u30bf\u30a4\u30c8\u30cb\u30f3\u30b0\u52b9\u679c\u304c\u73fe\u308c\u59cb\u3081\u3001\u30e1\u30b8\u30e3\u30fc\u306b\u66f8\u304b\u308c\u305f\u6570\u5b57\u4ee5\u4e0a\u306b\u3001\u7d50\u679c\u306e\u8996\u899a\u7684\u306a\u8cea\u304c\u5411\u4e0a\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n\n            <p><strong>\u6700\u7d42\u30bb\u30c3\u30b7\u30e7\u30f3\u304b\u30898\uff5e12\u9031\u9593\u5f8c\uff08\u30d4\u30fc\u30af\u6642\uff09\uff1a<\/strong> \u3053\u308c\u304c\u6700\u3082\u91cd\u8981\u306a\u6642\u671f\u3067\u3042\u308b\u3002\u8eab\u4f53\u306f\u3001\u653e\u51fa\u3055\u308c\u305f\u8102\u80aa\u306e\u4ee3\u8b1d\u30af\u30ea\u30a2\u30e9\u30f3\u30b9\u3092\u5b8c\u5168\u306b\u5b8c\u4e86\u3057\u3001\u30b3\u30e9\u30fc\u30b2\u30f3\u306e\u30ea\u30e2\u30c7\u30ea\u30f3\u30b0\u306f\u30d4\u30fc\u30af\u306b\u9054\u3057\u3066\u3044\u308b\u30028\uff5e12\u56de\u306e\u30b3\u30fc\u30b9\u3067\u3001\u3088\u304f\u53cd\u5fdc\u3057\u305f\u4eba\u306e\u6700\u7d42\u7684\u306a\u5468\u56f2\u5f84\u306e\u6e1b\u5c11\u306f2\uff5e5cm\u3067\u3042\u308b\u3002PLOS ONE\u306b\u63b2\u8f09\u3055\u308c\u305f2021\u5e74\u306e\u7121\u4f5c\u70ba\u5316\u8a66\u9a13\u3067\u306f\u3001\u6709\u9178\u7d20\u904b\u52d5\u306b\u96c6\u675f\u8d85\u97f3\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u52a0\u3048\u308b\u3053\u3068\u3067\u3001\u904b\u52d5\u5358\u72ec\u3088\u308a\u3082\u6709\u610f\u306b\u5927\u304d\u306a\u30a6\u30a8\u30b9\u30c8\u5468\u56f2\u5f84\u306e\u6e1b\u5c11\u304c\u5f97\u3089\u308c\u308b\u3053\u3068\u304c\u78ba\u8a8d\u3055\u308c\u305f\u3002<a href=\"https:\/\/journals.plos.org\/plosone\/article?id=10.1371\/journal.pone.0250116\" target=\"_blank\" rel=\"noopener\">PLOS ONE<\/a>, 2021).<\/p>\n\n            <div class=\"bp-4-timeline-grid animate-in\" role=\"complementary\" aria-label=\"\u30bb\u30c3\u30b7\u30e7\u30f3\u5225\u7d50\u679c\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\">\n                <div class=\"bp-4-card\">\n                    <div class=\"bp-4-sessions\">1<\/div>\n                    <div class=\"bp-4-metric\">0.5-2cm<\/div>\n                    <div class=\"bp-4-icon\" aria-hidden=\"true\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"bp-4-card\">\n                    <div class=\"bp-4-sessions\">3-4<\/div>\n                    <div class=\"bp-4-metric\">1\uff5e3cm<\/div>\n                    <div class=\"bp-4-icon\" aria-hidden=\"true\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"bp-4-card\">\n                    <div class=\"bp-4-sessions\">6-8<\/div>\n                    <div class=\"bp-4-metric\">2-4cm<\/div>\n                    <div class=\"bp-4-icon\" aria-hidden=\"true\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"bp-4-card\">\n                    <div class=\"bp-4-sessions\">8-12\u9031\u9593<\/div>\n                    <div class=\"bp-4-metric\">2-5 cm<\/div>\n                    <div class=\"bp-4-icon\" aria-hidden=\"true\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\" \/>\n                            <polyline points=\"22 4 12 14.01 9 11.01\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <h3>\u6570\u5b57\u304c\u610f\u5473\u3059\u308b\u3082\u306e<\/h3>\n\n            <p>\u5468\u5f84\u306e\u7e2e\u5c0f\u306f\u6700\u3082\u3088\u304f\u5f15\u7528\u3055\u308c\u308b\u6307\u6a19\u3060\u304c\u3001\u305d\u308c\u306b\u306f\u6587\u8108\u304c\u5fc5\u8981\u3060\u3002\u30a6\u30a8\u30b9\u30c8\u30923\u30bb\u30f3\u30c1\u7d30\u304f\u3057\u305f\u3068\u3053\u308d\u3067\u300190\u30bb\u30f3\u30c1\u304b\u3089\u30b9\u30bf\u30fc\u30c8\u3057\u305f\u4eba\u306870\u30bb\u30f3\u30c1\u304b\u3089\u30b9\u30bf\u30fc\u30c8\u3057\u305f\u4eba\u3067\u306f\u898b\u3048\u65b9\u304c\u9055\u3046\u3002\u305d\u3057\u3066\u3001\u30e1\u30b8\u30e3\u30fc\u306f1\u3064\u306e\u6b21\u5143\u3057\u304b\u3068\u3089\u3048\u307e\u305b\u3093\u3002\u808c\u306e\u8cea\u611f\u3084\u8f2a\u90ed\u306e\u6ed1\u3089\u304b\u3055\u3001\u6700\u7d42\u7684\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u91cd\u8981\u306a\u8996\u899a\u7684\u5370\u8c61\u306b\u3064\u3044\u3066\u306f\u4f55\u3082\u8a9e\u308a\u307e\u305b\u3093\u3002<\/p>\n\n            <p>\u4f53\u306e\u90e8\u4f4d\u306b\u3088\u3063\u3066\u3082\u53cd\u5fdc\u306f\u7570\u306a\u308b\u3002\u8102\u80aa\u5c64\u304c\u6bd4\u8f03\u7684\u5747\u4e00\u3067\u3001\u8840\u6db2\u4f9b\u7d66\u304c\u826f\u597d\u306a\u8179\u90e8\u306f\u3001\u901a\u5e38\u30013\uff5e5cm\u306e\u6df1\u3055\u307e\u3067\u6d78\u900f\u3059\u308b40kHz\u306e\u8d85\u97f3\u6ce2\u306b\u6700\u3082\u5f37\u304f\u53cd\u5fdc\u3059\u308b\u3002\u8102\u80aa\u5c0f\u8449\u306e\u9593\u306b\u7dda\u7dad\u6027\u306e\u9694\u58c1\u304c\u5bc6\u96c6\u3057\u3066\u3044\u308b\u5927\u817f\u90e8\u306f\u3001\u53cd\u5fdc\u304c\u920d\u304f\u3001\u3088\u308a\u9ad8\u3044\u30bb\u30c3\u30b7\u30e7\u30f3\u56de\u6570\u304c\u5fc5\u8981\u306a\u5834\u5408\u304c\u3042\u308b\u3002\u8102\u80aa\u5c64\u304c\u8584\u3044\u4e8c\u306e\u8155\u306f\u3001\u8868\u5c641\uff5e2cm\u3092\u30bf\u30fc\u30b2\u30c3\u30c8\u3068\u3059\u308b80kHz\u306e\u8d85\u97f3\u6ce2\u304c\u3088\u308a\u52b9\u679c\u7684\u3067\u3042\u308b\u3053\u3068\u304c\u591a\u3044\u3002<\/p>\n\n            <div class=\"bp-5-area-comparison animate-in\" role=\"complementary\" aria-label=\"\u30dc\u30c7\u30a3\u30a8\u30ea\u30a2\u306e\u53cd\u5fdc\u6bd4\u8f03\">\n                <div class=\"bp-5-title\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                        <line x1=\"8\" y1=\"3\" x2=\"8\" y2=\"21\" \/>\n                        <polyline points=\"3 8 8 3 13 8\" \/>\n                        <line x1=\"16\" y1=\"3\" x2=\"16\" y2=\"21\" \/>\n                        <polyline points=\"11 16 16 21 21 16\" \/>\n                    <\/svg>\n                    <span>\u90e8\u4f4d\u5225\u76f8\u5bfe\u53cd\u5fdc<\/span>\n                <\/div>\n                <div class=\"bp-5-rows\">\n                    <div class=\"bp-5-row\">\n                        <span class=\"bp-5-area\">\u8179\u90e8<\/span>\n                        <div class=\"bp-5-track\">\n                            <div class=\"bp-5-fill\">40 kHz<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"bp-5-row\">\n                        <span class=\"bp-5-area\">\u592a\u3082\u3082<\/span>\n                        <div class=\"bp-5-track\">\n                            <div class=\"bp-5-fill\">40 kHz<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"bp-5-row\">\n                        <span class=\"bp-5-area\">\u6b66\u5668<\/span>\n                        <div class=\"bp-5-track\">\n                            <div class=\"bp-5-fill\">80 kHz<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <p>\u76ae\u4e0b\u8102\u80aa\u5c64\u306e\u539a\u3055\u304c1\u56de\u3067\u6e1b\u5c11\u3059\u308b\u306e\u306f\u3001\u901a\u5e38\u3001\u6e2c\u5b9a\u30ec\u30d9\u30eb\u30670.3\uff5e1.2mm\u3067\u3042\u308b\u3002\u3053\u306e\u6570\u5024\u306f\u5c0f\u3055\u304f\u805e\u3053\u3048\u307e\u3059\u304c\u3001\u6570\u767e\u5e73\u65b9\u30bb\u30f3\u30c1\u30e1\u30fc\u30c8\u30eb\u306e\u6cbb\u7642\u9762\u7a4d\u306b\u639b\u3051\u5408\u308f\u305b\u30018\uff5e12\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7a4d\u307f\u91cd\u306d\u305f\u5834\u5408\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c\u5b9f\u969b\u306b\u6c17\u3065\u304f\u30bb\u30f3\u30c1\u30e1\u30fc\u30c8\u30eb\u5358\u4f4d\u306e\u5186\u5468\u306e\u5909\u5316\u306b\u5909\u63db\u3055\u308c\u307e\u3059\u3002<\/p>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"section-wrap section-wrap--teal\" aria-label=\"\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u7d50\u679c\u304c\u7570\u306a\u308b\u7406\u7531\uff1a\u91cd\u8981\u306a\u5909\u6570\">\n        <div class=\"article-container\">\n\n            <h2 class=\"animate-in\"><span class=\"h2-marker\">04<\/span>\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u7d50\u679c\u304c\u7570\u306a\u308b\u7406\u7531\uff1a\u91cd\u8981\u306a\u5909\u6570<\/h2>\n\n            <p>\u3053\u308c\u306f\u3001\u307b\u3068\u3093\u3069\u306e\u8a18\u4e8b\u304c\u907f\u3051\u3066\u3044\u308b\u90e8\u5206\u3067\u3042\u308b\u3002\u5287\u7684\u306a\u30d3\u30d5\u30a9\u30fc\u30a2\u30d5\u30bf\u30fc\u3092\u793a\u3057\u3001\u7d30\u304b\u3044\u6587\u5b57\u3067\u300c\u7d50\u679c\u306f\u7570\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u300d\u3068\u6697\u793a\u3059\u308b\u3053\u3068\u306f\u3001\u3069\u306e\u5909\u6570\u304c\u5909\u52d5\u3092\u5f15\u304d\u8d77\u3053\u3059\u304b\u3092\u6b63\u78ba\u306b\u8aac\u660e\u3059\u308b\u3088\u308a\u3082\u7c21\u5358\u3067\u3059\u3002\u3057\u304b\u3057\u3001\u3082\u3057\u3042\u306a\u305f\u304c\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u8a55\u4fa1\u3059\u308b\u306e\u3067\u3042\u308c\u3070\u3001\u305d\u308c\u304c\u6f5c\u5728\u7684\u306a\u9867\u5ba2\u3068\u3057\u3066\u3067\u3042\u308c\u3001\u6a5f\u5668\u306b\u6295\u8cc7\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30af\u30ea\u30cb\u30c3\u30af\u306e\u30aa\u30fc\u30ca\u30fc\u3068\u3057\u3066\u3067\u3042\u308c\u3001\u3053\u306e\u67a0\u7d44\u307f\u3092\u7406\u89e3\u3059\u308b\u3053\u3068\u304c\u3001\u60c5\u5831\u306b\u57fa\u3065\u3044\u305f\u6c7a\u65ad\u3068\u30b3\u30b9\u30c8\u306e\u304b\u304b\u308b\u63a8\u6e2c\u306e\u9055\u3044\u306a\u306e\u3067\u3059\u3002<\/p>\n\n            <p>\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u7d50\u679c\u306f\u3001\u88c5\u7f6e\u3001\u30d7\u30ed\u30c8\u30b3\u30eb\u3001\u305d\u3057\u3066\u500b\u4eba\u3068\u3044\u30463\u3064\u306e\u5909\u6570\u304c\u4ea4\u5dee\u3059\u308b\u3068\u3053\u308d\u306b\u3042\u308b\u3002\u3069\u308c\u304b1\u3064\u3067\u3082\u5f31\u3051\u308c\u3070\u3001\u7d50\u679c\u306e\u8db3\u3092\u5f15\u3063\u5f35\u308b\u3053\u3068\u306b\u306a\u308b\u3002<\/p>\n\n            <h3>\u30c7\u30d0\u30a4\u30b9\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\uff1a\u5468\u6ce2\u6570\u3001\u30d1\u30ef\u30fc\u3001\u30d7\u30ed\u30fc\u30d6\u54c1\u8cea<\/h3>\n\n            <p><strong>\u5468\u6ce2\u6570\u3068\u6d78\u900f\u6df1\u5ea6\uff1a<\/strong> 40 kHz\u306e\u8d85\u97f3\u6ce2\u306f\u304a\u304a\u3088\u305d3\uff5e5cm\u307e\u3067\u6d78\u900f\u3059\u308b\u306e\u3067\u3001\u8179\u90e8\u3084\u5927\u817f\u90e8\u306e\u8102\u80aa\u306b\u9069\u3057\u3066\u3044\u308b\u300280 kHz\u306e\u8d85\u97f3\u6ce2\u306f1\uff5e2 cm\u306b\u3057\u304b\u9054\u3057\u306a\u3044\u305f\u3081\u3001\u8155\u3084\u3042\u3054\u306e\u3088\u3046\u306a\u8868\u9762\u7684\u306a\u7528\u9014\u306b\u9650\u5b9a\u3055\u308c\u308b\u30021\u3064\u306e\u5468\u6ce2\u6570\u306e\u307f\u3092\u63d0\u4f9b\u3059\u308b\u30de\u30b7\u30f3\u306f\u3001\u6700\u9069\u306b\u3059\u3079\u3066\u306e\u30dc\u30c7\u30a3\u9818\u57df\u3092\u6271\u3046\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u6700\u9ad8\u306e\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u30fb\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\u3001\u30aa\u30da\u30ec\u30fc\u30bf\u30fc\u304c\u5468\u6ce2\u6570\u3092\u89e3\u5256\u5b66\u7684\u69cb\u9020\u306b\u5408\u308f\u305b\u3089\u308c\u308b\u3088\u3046\u306b\u3001\u4e21\u65b9\u3092\u63d0\u4f9b\u3057\u3066\u3044\u308b\u3002<\/p>\n\n            <p><strong>\u30d1\u30ef\u30fc\u5bc6\u5ea6\u3068\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u95be\u5024\uff1a<\/strong> \u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u6c17\u6ce1\u306f\u3001\u30d7\u30ed\u30fc\u30d6\u8868\u9762\u306e\u97f3\u5727\u304c\u6700\u4f4e\u95be\u5024\uff08\u30d4\u30fc\u30af\u8ca0\u5727\u3067\u7d040.5\uff5e1.0MPa\uff09\u3092\u8d85\u3048\u306a\u3044\u9650\u308a\u5f62\u6210\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u3001\u7d040.5\uff5e3W\/cm\u306e\u30d1\u30ef\u30fc\u5bc6\u5ea6\u306b\u76f8\u5f53\u3057\u307e\u3059\u3002<sup>2<\/sup> \u306e\u51fa\u529b\u306f\u3001\u5468\u6ce2\u6570\u3068\u7d44\u7e54\u306e\u30a4\u30f3\u30d4\u30fc\u30c0\u30f3\u30b9\u306b\u4f9d\u5b58\u3059\u308b\u3002\u3053\u306e\u51fa\u529b\u3092\u7dad\u6301\u3067\u304d\u306a\u3044\u88c5\u7f6e\u3001\u307e\u305f\u306f\u6cbb\u7642\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u904e\u7a0b\u3067\u5b9a\u683c\u51fa\u529b\u304b\u3089\u5927\u304d\u304f\u5909\u52d5\u3059\u308b\u88c5\u7f6e\u3067\u306f\u3001\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u52b9\u679c\u304c\u4e00\u5b9a\u3057\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u52b9\u679c\u304c\u5f97\u3089\u308c\u307e\u305b\u3093\u3002\u533b\u7642\u30b0\u30ec\u30fc\u30c9\u306e\u6a5f\u5668\u306f\u3001\u901a\u5e38\u3001\u51fa\u529b\u306e\u5909\u52d5\u3092\u00b110%\u4ee5\u5185\u306b\u7dad\u6301\u3057\u307e\u3059\u3002\u4f4e\u7d1a\u6a5f\u5668\u3067\u306f\u00b120\uff5e30%\u306e\u5909\u52d5\u304c\u3042\u308a\u3001\u30bb\u30c3\u30b7\u30e7\u30f3\u306b\u3088\u3063\u3066\u306f\u610f\u5473\u306e\u3042\u308b\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u304c\u5168\u304f\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059\u3002<\/p>\n\n            <p><strong>\u30d7\u30ed\u30fc\u30d6\u306e\u54c1\u8cea\u3068\u97f3\u5834\u306e\u5747\u4e00\u6027\uff1a<\/strong> \u30d7\u30ed\u30fc\u30d6\u306f\u3001\u96fb\u6c17\u30a8\u30cd\u30eb\u30ae\u30fc\u304c\u6cbb\u7642\u7528\u8d85\u97f3\u6ce2\u3068\u306a\u308b\u5834\u6240\u3067\u3042\u308b\u3002\u30b9\u30c6\u30f3\u30ec\u30b9\u88fd\u307e\u305f\u306f\u30c1\u30bf\u30f3\u5408\u91d1\u306e\u30d7\u30ed\u30fc\u30d6\u306f\u3001\u6709\u52b9\u7167\u5c04\u9762\u7a4d\uff08ERA\u3001\u901a\u5e383\uff5e7cm\uff09\u304c\u660e\u78ba\u3067\u3042\u308b\u3002<sup>2<\/sup>)\u306f\u3001\u6cbb\u7642\u9762\u5168\u4f53\u306b\u5747\u4e00\u306a\u97f3\u5834\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u88fd\u9020\u4e0d\u826f\u306e\u30d7\u30ed\u30fc\u30d6\u3067\u306f\u3001\u30db\u30c3\u30c8\u30b9\u30dd\u30c3\u30c8\u3084\u30c7\u30c3\u30c9\u30be\u30fc\u30f3\u304c\u751f\u3058\u3001\u4e00\u90e8\u306e\u7d44\u7e54\u304c\u904e\u5270\u306a\u30a8\u30cd\u30eb\u30ae\u30fc\u3092\u53d7\u3051\u308b\u4e00\u65b9\u3067\u3001\u96a3\u63a5\u3059\u308b\u90e8\u4f4d\u306f\u307b\u3068\u3093\u3069\u30a8\u30cd\u30eb\u30ae\u30fc\u3092\u53d7\u3051\u307e\u305b\u3093\u3002\u30d5\u30eb\u30b3\u30fc\u30b9\u306e\u6cbb\u7642\u3067\u306f\u3001\u3053\u306e\u4e0d\u4e00\u81f4\u304c\u8907\u5408\u7684\u306b\u4f5c\u7528\u3057\u3001\u4e88\u6e2c\u4e0d\u53ef\u80fd\u306a\u7d50\u679c\u3092\u3082\u305f\u3089\u3057\u307e\u3059\u3002<\/p>\n\n            <div class=\"bp-6-fluctuation-bars animate-in\" role=\"complementary\" aria-label=\"\u30c7\u30d0\u30a4\u30b9\u306e\u51fa\u529b\u5b89\u5b9a\u6027\u306e\u6bd4\u8f03\">\n                <div class=\"bp-6-title\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                        <path d=\"M18 20V10\" \/>\n                        <path d=\"M12 20V4\" \/>\n                        <path d=\"M6 20v-6\" \/>\n                    <\/svg>\n                    <span>\u51fa\u529b\u5909\u52d5\u6bd4\u8f03<\/span>\n                <\/div>\n                <div class=\"bp-6-rows\">\n                    <div class=\"bp-6-row\">\n                        <span class=\"bp-6-icon bp-6-icon--shield\" aria-hidden=\"true\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" \/>\n                                <polyline points=\"9 12 11 14 15 10\" \/>\n                            <\/svg>\n                        <\/span>\n                        <span class=\"bp-6-label\">\u30e1\u30c7\u30a3\u30ab\u30eb\u30b0\u30ec\u30fc\u30c9\uff08\u00b110%\uff09<\/span>\n                        <div class=\"bp-6-track\">\n                            <div class=\"bp-6-fill\"><\/div>\n                        <\/div>\n                        <span class=\"bp-6-range\">\u00b110%<\/span>\n                    <\/div>\n                    <div class=\"bp-6-row\">\n                        <span class=\"bp-6-icon bp-6-icon--alert\" aria-hidden=\"true\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\" \/>\n                                <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\" \/>\n                                <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\" \/>\n                            <\/svg>\n                        <\/span>\n                        <span class=\"bp-6-label\">\u4e0b\u4f4d\uff08\u00b120\uff5e30%\uff09<\/span>\n                        <div class=\"bp-6-track\">\n                            <div class=\"bp-6-fill\"><\/div>\n                        <\/div>\n                        <span class=\"bp-6-range\">\u00b120-30%<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <p>\u3053\u308c\u3089\u306e\u88fd\u9020\u5909\u6570\u306f\u7406\u8ad6\u7684\u306a\u3082\u306e\u3067\u306f\u306a\u304f\u3001\u88c5\u7f6e\u306e\u80cc\u5f8c\u306b\u3042\u308b\u54c1\u8cea\u7ba1\u7406\u30a4\u30f3\u30d5\u30e9\u3092\u53cd\u6620\u3057\u3066\u3044\u307e\u3059\u3002\u533b\u7642\u6a5f\u5668\u306e\u56fd\u969b\u54c1\u8cea\u7ba1\u7406\u898f\u683c\u3067\u3042\u308bISO 13485\u8a8d\u8a3c\u306e\u4e0b\u3067\u88fd\u9020\u3055\u308c\u305f\u6a5f\u5668\u306f\u3001\u51fa\u529b\u6821\u6b63\u3001\u30c8\u30ec\u30fc\u30b5\u30d6\u30eb\u97f3\u97ff\u30d1\u30ef\u30fc\u6e2c\u5b9a\u3001\u30d0\u30c3\u30c1\u30ec\u30d9\u30eb\u306e\u6574\u5408\u6027\u8a66\u9a13\u3092\u7fa9\u52d9\u4ed8\u3051\u308b\u67a0\u7d44\u307f\u306e\u4e2d\u3067\u88fd\u9020\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u8a8d\u8a3c\u3092\u53d7\u3051\u3066\u3044\u308b\u30e1\u30fc\u30ab\u30fc\u306f\u3001CE\u3001FDA\u3001RoHS\u5bfe\u5fdc\u3068\u3068\u3082\u306b\u3001\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u4e0a\u306e\u4e3b\u5f35\u3067\u306f\u306a\u304f\u3001\u6587\u66f8\u5316\u3055\u308c\u305f\u691c\u8a3c\u306b\u3088\u3063\u3066\u4ed5\u69d8\u3092\u88cf\u4ed8\u3051\u3066\u3044\u307e\u3059\u3002\u5e83\u5dde\u3092\u62e0\u70b9\u3068\u3059\u308b\u7f8e\u5bb9\u6a5f\u5668\u30e1\u30fc\u30ab\u30fcKonmison\u306f\u3001ISO 13485\u306e\u4e0b\u3067\u904b\u55b6\u3055\u308c\u3001CE\u3001FDA\u3001RoHS\u3001FCC\u3001MSDS\u8a8d\u8a3c\u3092\u542b\u3080\u5b8c\u5168\u306a\u56fd\u969b\u30b3\u30f3\u30d7\u30e9\u30a4\u30a2\u30f3\u30b9\u30fb\u30b9\u30bf\u30c3\u30af\u3092\u7dad\u6301\u3057\u3066\u3044\u307e\u3059\u3002\u540c\u793e\u306e\u88fd\u9020\u30d7\u30ed\u30bb\u30b9\u306b\u306f\u3001303\u30b9\u30c6\u30f3\u30ec\u30b9\u92fc\u30d7\u30ed\u30fc\u30d6\u90e8\u54c1\u300148\u6642\u9593\u306ePCB\u30a8\u30fc\u30b8\u30f3\u30b0\u30c6\u30b9\u30c8\u3001100%\u53d7\u5165\u90e8\u54c1\u691c\u67fb\u304c\u7d44\u307f\u8fbc\u307e\u308c\u3066\u304a\u308a\u3001\u81e8\u5e8a\u306e\u4e00\u8cab\u6027\u3092\u640d\u306a\u3046\u30e6\u30cb\u30c3\u30c8\u3054\u3068\u306e\u51fa\u529b\u5909\u52d5\u3092\u76f4\u63a5\u7684\u306b\u6e1b\u3089\u3059\u5b9f\u8df5\u304c\u884c\u308f\u308c\u3066\u3044\u308b(<a href=\"https:\/\/www.konmison.com\/ja\/quality\/\" target=\"_blank\" rel=\"noopener\">ISO 13485\u8a8d\u8a3c\u306e\u88fd\u9020\u65bd\u8a2d<\/a>).\u3069\u306e\u3088\u3046\u306a\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u88c5\u7f6e\u3067\u3042\u308c\u3001\u305d\u308c\u3092\u8a55\u4fa1\u3059\u308b\u969b\u306b\u554f\u308f\u308c\u308b\u306e\u306f\u3001\u300c\u30b9\u30da\u30c3\u30af\u30b7\u30fc\u30c8\u306b\u66f8\u304b\u308c\u3066\u3044\u308b\u30d1\u30ef\u30fc\u300d\u3067\u306f\u306a\u304f\u3001\u300c\u3069\u306e\u3088\u3046\u306a\u54c1\u8cea\u30b7\u30b9\u30c6\u30e0\u306b\u3088\u3063\u3066\u3001\u3059\u3079\u3066\u306e\u30e6\u30cb\u30c3\u30c8\u304c\u5b9f\u969b\u306b\u305d\u306e\u30d1\u30ef\u30fc\u3092\u767a\u63ee\u3067\u304d\u308b\u306e\u304b\u300d\u3068\u3044\u3046\u3053\u3068\u3067\u3042\u308b(<a href=\"https:\/\/www.konmison.com\/ja\/%e3%82%ad%e3%83%a3%e3%83%93%e3%83%86%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e3%83%9e%e3%82%b7%e3%83%b3\/\" target=\"_blank\" rel=\"noopener\">\u696d\u52d9\u7528\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u88c5\u7f6e<\/a>).<\/p>\n\n            <h3>\u6cbb\u7642\u30d7\u30ed\u30c8\u30b3\u30eb\uff1a\u983b\u5ea6\u3001\u671f\u9593\u3001\u30c6\u30af\u30cb\u30c3\u30af<\/h3>\n\n            <p><strong>\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u983b\u5ea6\u3068\u4ee3\u8b1d\u30af\u30ea\u30a2\u30e9\u30f3\u30b9\u30a6\u30a3\u30f3\u30c9\u30a6\uff1a<\/strong> \u30dc\u30c7\u30a3\u306f\u5358\u4e00\u306e\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u306b\u3088\u3063\u3066\u89e3\u653e\u3055\u308c\u308b\u30c8\u30ea\u30b0\u30ea\u30bb\u30ea\u30c9\u3092\u53d6\u308a\u9664\u304f\u305f\u3081\u306b\u7d0472\u6642\u9593\u3092\u5fc5\u8981\u3068\u3059\u308b\u3002\u4e00\u6642\u7684\u306a\u6d41\u4f53\u306e\u6ede\u7559\u3068\u6e2c\u5b9a\u306e\u8aa4\u89e3\u3092\u62db\u304f\u30d7\u30e9\u30c8\u30fc\u306b\u3064\u306a\u304c\u308b\u3001\u305d\u308c\u306f\u5358\u306b\u30ea\u30f3\u30d1\u7cfb\u306e\u30af\u30ea\u30a2\u30e9\u30f3\u30b9\u5bb9\u91cf\u3092\u5727\u5012\u3057\u307e\u3059\u3002\u90312\u56de\u30013\uff5e4\u65e5\u9593\u9694\u3068\u3044\u3046\u6a19\u6e96\u7684\u306a\u30d7\u30ed\u30c8\u30b3\u30eb\u306f\u3001\u751f\u7406\u5b66\u7684\u306a\u7406\u7531\u306b\u3088\u308b\u3082\u306e\u3067\u3042\u308a\u3001\u6063\u610f\u7684\u306a\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n            <p><strong>\u5730\u57df\u3054\u3068\u306e\u6cbb\u7642\u671f\u9593\uff1a<\/strong> \u81e8\u5e8a\u7814\u7a76\u3067\u306f\u3001\u8179\u90e8\u306f1\u90e8\u4f4d\u3042\u305f\u308a15\uff5e20\u5206\u3001\u4e8c\u306e\u8155\u306f10\uff5e15\u5206\u3001\u5927\u817f\u90e8\u306f20\uff5e30\u5206\u306e\u8d85\u97f3\u6ce2\u7167\u5c04\u304c\u4e00\u822c\u7684\u3067\u3042\u308b\u3002\u3053\u308c\u3088\u308a\u77ed\u3044\u6642\u9593\u3067\u306f\u3001\u30c8\u30ea\u30fc\u30c8\u30e1\u30f3\u30c8\u30be\u30fc\u30f3\u5185\u306e\u8102\u80aa\u7d30\u80de\u306e\u6709\u610f\u306a\u5272\u5408\u3092\u7834\u58ca\u3059\u308b\u306e\u306b\u5341\u5206\u306a\u7d2f\u7a4d\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u30a4\u30d9\u30f3\u30c8\u304c\u767a\u751f\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308b\u3002\u3057\u304b\u3057\u3001\u9577\u3051\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u3082\u306e\u3067\u3082\u3042\u308a\u307e\u305b\u3093\u30021\u3064\u306e\u90e8\u4f4d\u306b30\u5206\u3092\u8d85\u3048\u308b\u3068\u3001\u305d\u308c\u306b\u6bd4\u4f8b\u3057\u305f\u8ffd\u52a0\u7684\u306a\u52b9\u679c\u304c\u5f97\u3089\u308c\u305a\u3001\u5c40\u6240\u7684\u306a\u4e0d\u5feb\u611f\u306e\u30ea\u30b9\u30af\u304c\u9ad8\u307e\u308a\u307e\u3059\u3002<\/p>\n\n            <p><strong>\u30d7\u30ed\u30fc\u30d6\u306e\u52d5\u304d\u65b9\uff1a<\/strong> \u30c8\u30e9\u30f3\u30b9\u30c7\u30e5\u30fc\u30b5\u30fc\u306f\u3001\u3086\u3063\u304f\u308a\u3068\u91cd\u306a\u308a\u5408\u3046\u5186\u3092\u63cf\u304f\u3088\u3046\u306b\u9023\u7d9a\u7684\u306b\u52d5\u304f\u3079\u304d\u3067\u3001\u6c7a\u3057\u3066\u9759\u6b62\u3057\u3066\u306f\u306a\u3089\u306a\u3044\u3002\u9759\u6b62\u3057\u305f\u30d7\u30ed\u30fc\u30d6\u306f\u5b9a\u5728\u6ce2\u30d1\u30bf\u30fc\u30f3\u3092\u4f5c\u308a\u51fa\u3057\u3001\u7d44\u7e54\u6df1\u5ea6\u306b\u30a8\u30cd\u30eb\u30ae\u30fc\u3092\u96c6\u4e2d\u3055\u305b\u3001\u71b1\u4e0d\u5feb\u611f\u3092\u5f15\u304d\u8d77\u3053\u3059\u53ef\u80fd\u6027\u304c\u3042\u308b\u3002\u9023\u7d9a\u7684\u306a\u52d5\u304d\u306b\u3088\u308a\u3001\u97f3\u5834\u304c\u6cbb\u7642\u9818\u57df\u5168\u4f53\u306b\u5747\u7b49\u306b\u5206\u6563\u3055\u308c\u308b\u3002\u30b2\u30eb\u306e\u88ab\u8986\u304c\u4e0d\u5341\u5206\u3060\u3068\u3001\u97f3\u97ff\u30a8\u30cd\u30eb\u30ae\u30fc\u306e30\uff5e50%\u304c\u7d44\u7e54\u306b\u4f1d\u9054\u3055\u308c\u305a\u306b\u30c8\u30e9\u30f3\u30b9\u30c7\u30e5\u30fc\u30b5\u306b\u53cd\u5c04\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n            <h3>\u500b\u3005\u306e\u8981\u56e0\uff1a\u751f\u7269\u5b66\u3001\u6c34\u5206\u88dc\u7d66\u3001\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb<\/h3>\n\n            <p><strong>\u4ee3\u8b1d\u7387\u3068\u8102\u80aa\u30af\u30ea\u30a2\u30e9\u30f3\u30b9\u52b9\u7387\uff1a<\/strong> \u8102\u80aa\u7d30\u80de\u304b\u3089\u653e\u51fa\u3055\u308c\u305f\u30c8\u30ea\u30b0\u30ea\u30bb\u30ea\u30c9\u306f\u3001\u30ea\u30f3\u30d1\u7cfb\u3092\u901a\u3063\u3066\u8840\u6d41\u306b\u4e57\u308a\u3001\u809d\u81d3\u3067\u4ee3\u8b1d\u3055\u308c\u307e\u3059\u3002\u5b89\u9759\u6642\u306e\u4ee3\u8b1d\u7387\u304c\u9ad8\u3044\u4eba\u307b\u3069\u3001\u3053\u306e\u8102\u8cea\u8ca0\u8377\u306e\u9664\u53bb\u304c\u65e9\u304f\u3001\u5404\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u52b9\u679c\u304c\u6b21\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u524d\u306b\u5b8c\u5168\u306b\u767a\u63ee\u3055\u308c\u308b\u3053\u3068\u306b\u306a\u308b\u3002\u4ee3\u8b1d\u306e\u9045\u3044\u4eba\u306f\u3001\u30bb\u30c3\u30b7\u30e7\u30f35\u304c\u4e88\u5b9a\u3055\u308c\u3066\u3044\u3066\u3082\u3001\u307e\u3060\u30bb\u30c3\u30b7\u30e7\u30f33\u306e\u8102\u8cea\u3092\u51e6\u7406\u3057\u3066\u3044\u308b\u304b\u3082\u3057\u308c\u306a\u3044\u3002<\/p>\n\n            <p><strong>\u6c34\u5206\u88dc\u7d66\u72b6\u614b\u3068\u30ea\u30f3\u30d1\u306e\u6d41\u308c\uff1a<\/strong> \u30ea\u30f3\u30d1\u7cfb\u306f\u4f53\u306e\u8102\u8cea\u8f38\u9001\u30a4\u30f3\u30d5\u30e9\u3067\u3042\u308a\u3001\u6c34\u306e\u4e0a\u3092\u6d41\u308c\u3066\u3044\u308b\u3002\u5b89\u9759\u6642\u306e\u30ea\u30f3\u30d1\u306e\u6d41\u308c\u306f1\u65e5\u7d042\uff5e3\u30ea\u30c3\u30c8\u30eb\u3002\u5341\u5206\u306a\u6c34\u5206\u88dc\u7d66\u3068\u8efd\u3044\u6d3b\u52d5\u304c\u3042\u308c\u3070\u30011\u65e5\u3042\u305f\u308a5\uff5e10\u30ea\u30c3\u30c8\u30eb\u307e\u3067\u5897\u52a0\u3059\u308b\u3002\u8131\u6c34\u72b6\u614b\u306e\u9867\u5ba2\u3001\u3042\u308b\u3044\u306f\u63a8\u5968\u3055\u308c\u3066\u3044\u308b1\u65e52\uff5e3\u30ea\u30c3\u30c8\u30eb\u306e\u6c34\u5206\u6442\u53d6\u3092\u7701\u7565\u3057\u305f\u9867\u5ba2\u306f\u3001\u8102\u8cea\u30af\u30ea\u30a2\u30e9\u30f3\u30b9\u30b7\u30b9\u30c6\u30e0\u3092\u534a\u5206\u306e\u5bb9\u91cf\u3067\u52d5\u304b\u3057\u3066\u3044\u308b\u3053\u3068\u306b\u306a\u308b\u3002\u8102\u80aa\u306f\u6392\u51fa\u3055\u308c\u308b\u304c\u3001\u9593\u8cea\u7a7a\u9593\u306b\u6ede\u7559\u3059\u308b\u305f\u3081\u3001\u6e2c\u5b9a\u53ef\u80fd\u306a\u8102\u80aa\u5468\u5f84\u306e\u6e1b\u5c11\u3092\u9045\u3089\u305b\u308b\u3053\u3068\u306b\u306a\u308b\u3002<\/p>\n\n            <p><strong>\u6cbb\u7642\u5f8c\u306e\u884c\u52d5 - \u52dd\u6557\u3092\u5206\u3051\u308b72\u6642\u9593\uff1a<\/strong> \u5404\u30bb\u30c3\u30b7\u30e7\u30f3\u5f8c\u306e72\u6642\u9593\u306f\u3001\u91cd\u8981\u306a\u4ee3\u8b1d\u306e\u6642\u9593\u5e2f\u3067\u3042\u308b\u3002\u65bd\u8853\u5f8c4\uff5e6\u6642\u9593\u4ee5\u5185\u306e\u8efd\u3044\u904b\u52d5\uff08\u65e9\u6b69\u304d\u3084\u7de9\u3084\u304b\u306a\u30b9\u30c8\u30ec\u30c3\u30c1\uff09\u306f\u3001\u8102\u80aa\u9178\u306e\u9178\u5316\u3068\u30ea\u30f3\u30d1\u306e\u30dd\u30f3\u30d7\u6a5f\u80fd\u3092\u9ad8\u3081\u308b\u3002\u3053\u306e\u6642\u9593\u5e2f\u306e\u30a2\u30eb\u30b3\u30fc\u30eb\u6442\u53d6\u306f\u7279\u306b\u9006\u52b9\u679c\u3067\u3042\u308b\u3002\u809d\u81d3\u304c\u8102\u8cea\u30af\u30ea\u30a2\u30e9\u30f3\u30b9\u3088\u308a\u3082\u30a2\u30eb\u30b3\u30fc\u30eb\u4ee3\u8b1d\u3092\u512a\u5148\u3059\u308b\u305f\u3081\u30011\u56de\u306e\u5927\u91cf\u98f2\u9152\uff08\u30a8\u30bf\u30ce\u30fc\u30eb30g\u4ee5\u4e0a\u3001\u6a19\u6e96\u7684\u306a\u30c9\u30ea\u30f3\u30af2\u676f\u7a0b\u5ea6\uff09\u306712\uff5e24\u6642\u9593\u3001\u809d\u8102\u80aa\u9178\u9178\u5316\u304c30\uff5e50%\u6e1b\u5c11\u3059\u308b\u3002\u7cbe\u88fd\u3055\u308c\u305f\u70ad\u6c34\u5316\u7269\u306e\u6025\u5897\u306f\u30a4\u30f3\u30b9\u30ea\u30f3\u3092\u4e0a\u6607\u3055\u305b\u3001\u8102\u80aa\u7d30\u80de\u306b\u653e\u51fa\u3067\u306f\u306a\u304f\u84c4\u7a4d\u3059\u308b\u3088\u3046\u306b\u30b7\u30b0\u30ca\u30eb\u3092\u9001\u308b\u3002<\/p>\n\n            <div class=\"bp-7-alcohol-warning animate-in\" role=\"complementary\" aria-label=\"\u30a2\u30eb\u30b3\u30fc\u30eb\u52b9\u679c\u306b\u95a2\u3059\u308b\u8b66\u544a\">\n                <div class=\"bp-7-header\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                        <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\" \/>\n                        <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\" \/>\n                        <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\" \/>\n                    <\/svg>\n                    <span>\u30a2\u30eb\u30b3\u30fc\u30eb\u52b9\u679c<\/span>\n                <\/div>\n                <div class=\"bp-7-body\">\n                    <strong>30-50%<\/strong> \u6a19\u6e96\u7684\u306a\u98f2\u6599\u30922\u676f\u4ee5\u4e0a\u98f2\u3080\u3068\u300112\uff5e24\u6642\u9593\u306b\u308f\u305f\u3063\u3066\u809d\u8102\u80aa\u9178\u9178\u5316\u304c\u6e1b\u5c11\u3057\u305f\u3002\n                <\/div>\n                <div class=\"bp-7-tip\">\n                    <span class=\"bp-7-tip-arrow\">\u2192<\/span> \u5404\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u7d50\u679c\u3092\u4fdd\u8b77\u3059\u308b\u305f\u3081\u3001\u30c8\u30ea\u30fc\u30c8\u30e1\u30f3\u30c8\u5f8c48\u6642\u9593\u306f\u30a2\u30eb\u30b3\u30fc\u30eb\u3092\u63a7\u3048\u3066\u304f\u3060\u3055\u3044\u3002\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"section-wrap section-wrap--white\" aria-label=\"\u6700\u9ad8\u306e\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u52b9\u679c\u3092\u5f97\u308b\u305f\u3081\u306b\">\n        <div class=\"article-container\">\n\n            <h2 class=\"animate-in\"><span class=\"h2-marker\">05<\/span>\u6700\u9ad8\u306e\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u52b9\u679c\u3092\u5f97\u308b\u305f\u3081\u306b<\/h2>\n\n            <p>\u524d\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u3001\u7d50\u679c\u306e\u3070\u3089\u3064\u304d\u306e\u80cc\u5f8c\u306b\u3042\u308b \"\u7406\u7531 \"\u304c\u660e\u3089\u304b\u306b\u306a\u3063\u305f\u3068\u3059\u308c\u3070\u3001\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u305d\u308c\u3092 \"\u3069\u3046\u5bfe\u51e6\u3059\u3079\u304d\u304b \"\u306b\u96c6\u7d04\u3059\u308b\u3082\u306e\u3067\u3042\u308b\u3002\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u7d50\u679c\u306f\u30e9\u30f3\u30c0\u30e0\u3067\u306f\u306a\u3044\u3002\u4e88\u6e2c\u53ef\u80fd\u306a\u65b9\u7a0b\u5f0f\u306b\u5f93\u3044\u307e\u3059\uff1a\u30c7\u30d0\u30a4\u30b9\u306e\u54c1\u8cea\u00d7\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u9075\u5b88\u00d7\u500b\u4eba\u306e\u30b3\u30f3\u30d7\u30e9\u30a4\u30a2\u30f3\u30b9\uff1d\u6b63\u5473\u306e\u7d50\u679c\u3002\u3069\u306e\u4e57\u6570\u306b\u304a\u3044\u3066\u3082\u3001\u5f31\u70b9\u304c\u3042\u308c\u3070\u305d\u306e\u7a4d\u306f\u6e1b\u5c11\u3057\u307e\u3059\u3002<\/p>\n\n<img\nsrc=\"https:\/\/www.konmison.com\/wp-content\/uploads\/2023\/08\/image-8.png\" style=\"width: 512px; height: 384px; max-width: 100%; object-fit: cover; border-radius: 12px; margin: 30px auto; display: block; box-shadow: 10px 10px 60px 0px rgba(210, 221, 224, 0.35); transition: all 0.3s ease; cursor: pointer;\"\nonmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)'\"\nonmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)'\">\n\n            <p>\u305d\u306e\u5b9f\u969b\u306e\u610f\u5473\u306f\u3053\u3046\u3060\uff1a<\/p>\n\n            <ol class=\"ol-checklist\">\n                <li><strong>\u691c\u8a3c\u53ef\u80fd\u306a\u4ed5\u69d8\u306e\u6a5f\u5668\u3092\u9078\u3076\u3002<\/strong> \u5358\u306a\u308b\u30b9\u30da\u30c3\u30af\u30b7\u30fc\u30c8\u3067\u306f\u306a\u304f\u3001\u6587\u66f8\u5316\u3055\u308c\u305f\u51fa\u529b\u6821\u6b63\u3092\u6c42\u3081\u307e\u3057\u3087\u3046\u3002ISO13485\u8a8d\u8a3c\u306f\u3001\u30e1\u30fc\u30ab\u30fc\u304c\u5358\u306a\u308b\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u4e0a\u306e\u7d04\u675f\u3067\u306f\u306a\u304f\u3001\u3053\u308c\u3089\u306e\u4ed5\u69d8\u3092\u76e3\u67fb\u53ef\u80fd\u306a\u54c1\u8cea\u30b7\u30b9\u30c6\u30e0\u3092\u6301\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u610f\u5473\u3059\u308b\u3002\u51fa\u529b\u306e\u4e00\u8cab\u6027\u3092\u8a3c\u660e\u3067\u304d\u306a\u3044\u88c5\u7f6e\u306f\u3001\u4e00\u8cab\u3057\u305f\u7d50\u679c\u304c\u5f97\u3089\u308c\u308b\u3053\u3068\u3092\u8a3c\u660e\u3067\u304d\u306a\u3044\u3002<\/li>\n                <li><strong>72\u6642\u9593\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3053\u3068\u3002<\/strong> \u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u9593\u9694\u306f\u5c11\u306a\u304f\u3068\u30823\u65e5\u4ee5\u4e0a\u3042\u3051\u308b\u3053\u3068\u3002\u9023\u7d9a\u3057\u305f\u65e5\u306b\u30c8\u30ea\u30fc\u30c8\u30e1\u30f3\u30c8\u3092\u884c\u3046\u3053\u3068\u3067\u3001\u30c8\u30ea\u30fc\u30c8\u30e1\u30f3\u30c8\u306e\u9032\u884c\u304c\u65e9\u307e\u308b\u308f\u3051\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/li>\n                <li><strong>\u7a4d\u6975\u7684\u306b\u6c34\u5206\u3092\u88dc\u7d66\u3059\u308b\u3002<\/strong> \u6cbb\u7642\u65e5\u3060\u3051\u3067\u306a\u304f\u3001\u6cbb\u7642\u671f\u9593\u4e2d\u306f\u6bce\u65e52\uff5e3\u30ea\u30c3\u30c8\u30eb\u306e\u6c34\u3092\u3002\u30ea\u30f3\u30d1\u7cfb\u306f\u8102\u8cea\u3092\u52d5\u304b\u3057\u3001\u6c34\u306f\u30ea\u30f3\u30d1\u7cfb\u3092\u52d5\u304b\u3059\u3002\u5341\u5206\u306a\u6c34\u5206\u88dc\u7d66\u304c\u306a\u3044\u3068\u3001\u653e\u51fa\u3055\u308c\u305f\u8102\u80aa\u306f\u6392\u51fa\u3055\u308c\u305a\u306b\u7d44\u7e54\u306e\u4e2d\u306b\u3068\u3069\u307e\u3063\u3066\u3057\u307e\u3044\u307e\u3059\u3002<\/li>\n                <li><strong>\u5404\u30bb\u30c3\u30b7\u30e7\u30f3\u5f8c\u30014\uff5e6\u6642\u9593\u4ee5\u5185\u306b\u79fb\u52d5\u3059\u308b\u3002<\/strong> 20\uff5e30\u5206\u306e\u30a6\u30a9\u30fc\u30ad\u30f3\u30b0\u3001\u307e\u305f\u306f\u305d\u308c\u306b\u76f8\u5f53\u3059\u308b\u8efd\u3044\u904b\u52d5\u306f\u3001\u8102\u8cea\u653e\u51fa\u306e\u30d4\u30fc\u30af\u6642\u306b\u8102\u80aa\u9178\u9178\u5316\u3068\u30ea\u30f3\u30d1\u6d41\u91cf\u306e\u4e21\u65b9\u3092\u5897\u52a0\u3055\u305b\u308b\u3002\u3053\u306e\u305f\u3063\u305f\u4e00\u3064\u306e\u884c\u52d5\u304c\u3001\u3059\u3079\u3066\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u6b63\u5473\u306e\u52b9\u679c\u3092\u5897\u5e45\u3055\u305b\u308b\u306e\u3067\u3042\u308b\u3002<\/li>\n                <li><strong>\u6cbb\u7642\u5f8c48\u6642\u9593\u306f\u30a2\u30eb\u30b3\u30fc\u30eb\u300172\u6642\u9593\u306f\u7cbe\u88fd\u70ad\u6c34\u5316\u7269\u3092\u907f\u3051\u308b\u3002<\/strong> \u3053\u308c\u3089\u306f\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb\u306e\u63d0\u6848\u3067\u306f\u306a\u304f\u3001\u4ee3\u8b1d\u4e0a\u306e\u524d\u63d0\u6761\u4ef6\u3067\u3042\u308b\u3002\u30a2\u30eb\u30b3\u30fc\u30eb\u306f\u3001\u8102\u8cea\u306e\u9664\u53bb\u306b\u5fc5\u8981\u306a\u77ac\u9593\u306b\u3001\u809d\u81d3\u306e\u51e6\u7406\u80fd\u529b\u3092\u596a\u3044\u5408\u3046\u3002\u7cbe\u88fd\u3055\u308c\u305f\u70ad\u6c34\u5316\u7269\u306f\u30a4\u30f3\u30b9\u30ea\u30f3\u5206\u6ccc\u306e\u5f15\u304d\u91d1\u3068\u306a\u308a\u3001\u8102\u80aa\u306e\u52d5\u54e1\u3092\u6253\u3061\u6d88\u3059\u3002<\/li>\n                <li><strong>\u6700\u7d42\u7d50\u679c\u3092\u5224\u65ad\u3059\u308b\u524d\u306b\u3001\u6700\u7d42\u30bb\u30c3\u30b7\u30e7\u30f3\u304b\u30898\uff5e12\u9031\u9593\u5f85\u3064\u3053\u3068\u3002<\/strong> \u4f53\u5185\u306e\u30b3\u30e9\u30fc\u30b2\u30f3\u306e\u30ea\u30e2\u30c7\u30ea\u30f3\u30b0\u3068\u4ee3\u8b1d\u30af\u30ea\u30a2\u30e9\u30f3\u30b9\u306f\u3001\u30ab\u30ec\u30f3\u30c0\u30fc\u3067\u306f\u306a\u304f\u3001\u72ec\u81ea\u306e\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u3067\u52d5\u3044\u3066\u3044\u307e\u3059\u3002\u65e9\u3059\u304e\u308b\u6e2c\u5b9a\u306f\u3001\u771f\u306e\u7d50\u679c\u3092\u904e\u5c0f\u8a55\u4fa1\u3059\u308b\u3002<\/li>\n            <\/ol>\n\n            <div class=\"bp-8-formula-card animate-in\" role=\"complementary\" aria-label=\"\u7d50\u679c\u5f0f\">\n                <div class=\"bp-8-icon\" aria-hidden=\"true\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M9 18h6\" \/>\n                        <path d=\"M10 22h4\" \/>\n                        <path d=\"M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8 6 6 0 0 0 6 8c0 1 .23 2.23 1.5 3.5A4.61 4.61 0 0 1 8.91 14\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-8-formula\">\n                    <span class=\"bp-8-factor\">\u30c7\u30d0\u30a4\u30b9\u306e\u54c1\u8cea<\/span>\n                    <span class=\"bp-8-multiply\">\u00d7<\/span>\n                    <span class=\"bp-8-factor\">\u30d7\u30ed\u30c8\u30b3\u30fc\u30eb\u306e\u9075\u5b88<\/span>\n                    <span class=\"bp-8-multiply\">\u00d7<\/span>\n                    <span class=\"bp-8-factor\">\u500b\u4eba\u30b3\u30f3\u30d7\u30e9\u30a4\u30a2\u30f3\u30b9<\/span>\n                    <span class=\"bp-8-equals\">=<\/span>\n                    <span class=\"bp-8-outcome\">\u7d14\u5229\u76ca<\/span>\n                <\/div>\n            <\/div>\n\n            <p>\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u7d50\u679c\u3092\u4e88\u6e2c\u3059\u308b\u552f\u4e00\u6700\u5927\u306e\u8981\u56e0\u306f\u3001\u30de\u30b7\u30f3\u3067\u3082\u3001\u30af\u30ea\u30cb\u30c3\u30af\u3067\u3082\u3001\u500b\u4eba\u306e\u958b\u59cb\u6642\u306e\u6e2c\u5b9a\u5024\u3067\u3082\u306a\u3044\u3002\u65b9\u7a0b\u5f0f\u306b\u542b\u307e\u308c\u308b3\u3064\u306e\u4e57\u6570\u304c\u3059\u3079\u3066\u540c\u6642\u306b\u6700\u9069\u5316\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3067\u3059\u3002\u6700\u9ad8\u306e\u6a5f\u5668\u3067\u3082\u3001\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u9075\u5b88\u304c\u4e0d\u5341\u5206\u3067\u3042\u308c\u3070\u3001\u7d50\u679c\u306f\u5e73\u51e1\u306a\u3082\u306e\u306b\u306a\u308a\u307e\u3059\u3002\u6700\u9ad8\u306e\u30d7\u30ed\u30c8\u30b3\u30fc\u30eb\u3067\u3082\u3001\u8131\u6c34\u72b6\u614b\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306f\u5e73\u51e1\u306a\u7d50\u679c\u3092\u751f\u3080\u3002\u3042\u308b\u30ab\u30c6\u30b4\u30ea\u30fc\u3067\u512a\u308c\u3066\u3044\u3066\u3082\u3001\u4ed6\u306e\u30ab\u30c6\u30b4\u30ea\u30fc\u3067\u306e\u6020\u6162\u3092\u88dc\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044\u3002<\/p>\n\n            <p><em>\u6a5f\u5668\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6bd4\u8f03\u691c\u8a0e\u4e2d\u3067\u3001\u3053\u3053\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u4ee5\u5916\u306e\u4ed5\u69d8\u3092\u8a55\u4fa1\u3057\u305f\u3044\u5834\u5408\u306f\u3001Konmison\u306e\u88fd\u54c1\u30ab\u30bf\u30ed\u30b0\u306b\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u5411\u3051\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u8a73\u7d30\u306a\u6280\u8853\u8cc7\u6599\u304c\u63b2\u8f09\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/em> (<a href=\"https:\/\/www.konmison.com\/ja\" target=\"_blank\" rel=\"noopener\">\u30b3\u30f3\u30df\u30bd\u30f3<\/a>)<\/p>\n\n            <hr>\n\n            <h2>\u53c2\u8003\u6587\u732e<\/h2>\n\n            <ol class=\"references-list\">\n                <li>Bani D, Quattrini Li A, Camilli M, et al. \u30d2\u30c8\u76ae\u819a\u8102\u80aa\u7d44\u7e54\u306b\u5bfe\u3059\u308b\u8d85\u97f3\u6ce2\u8a98\u767a\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u7d44\u7e54\u5b66\u7684\u304a\u3088\u3073\u8d85\u5fae\u7d30\u69cb\u9020\u5b66\u7684\u52b9\u679c\u3002 <em>\u5f62\u6210\u5916\u79d1\u3068\u518d\u5efa\u5916\u79d1 - Global Open<\/em>.2013;1(6):e41. <a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC4174158\/\" target=\"_blank\" rel=\"noopener\">https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC4174158\/<\/a><\/li>\n                <li>\u30e9\u30b8\u30aa\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u3068\u8d85\u97f3\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u4f75\u7528\u306b\u3088\u308b\u8eab\u4f53\u6e2c\u5b9a\u6307\u6a19\uff1a4\u7fa4\u9593\u4ecb\u5165\u7814\u7a76\u3002 <em>\u30e2\u30c0\u30f3\u30fb\u30b1\u30a2\u30fb\u30b8\u30e3\u30fc\u30ca\u30eb<\/em>. 2019. <a href=\"https:\/\/sciprofiles.com\/publication\/view\/1daddbd94be0ed7f2b8621465025c242\" target=\"_blank\" rel=\"noopener\">https:\/\/sciprofiles.com\/publication\/view\/1daddbd94be0ed7f2b8621465025c242<\/a><\/li>\n                <li>\u96c6\u675f\u8d85\u97f3\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u3068\u6709\u9178\u7d20\u904b\u52d5\u3068\u306e\u4f75\u7528\u306b\u3088\u308b\u8179\u90e8\u8102\u80aa\u6e1b\u5c11\u3002 <em>PLOS ONE<\/em>.2021;16(4):e0250116. <a href=\"https:\/\/journals.plos.org\/plosone\/article?id=10.1371\/journal.pone.0250116\" target=\"_blank\" rel=\"noopener\">https:\/\/journals.plos.org\/plosone\/article?id=10.1371\/journal.pone.0250116<\/a><\/li>\n                <li>Pugliese D, Palumbo P, Coronella L, et al. \u30d2\u30c8\u8102\u80aa\u7d44\u7e54\u306b\u5bfe\u3059\u308b\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u52b9\u679c\u3092\u6709\u3059\u308b\u4f4e\u5468\u6ce2\u8d85\u97f3\u6ce2\u306b\u3088\u3063\u3066\u8a98\u767a\u3055\u308c\u308b\u7d44\u7e54\u5909\u5316\u306e\u75c5\u7406\u7d44\u7e54\u5b66\u7684\u7279\u5fb4\u3002 <em>\u514d\u75ab\u75c5\u7406\u5b66\u30fb\u85ac\u7406\u5b66\u56fd\u969b\u30b8\u30e3\u30fc\u30ca\u30eb<\/em>. 2013;26(2):541-547. <a href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/23755772\/\" target=\"_blank\" rel=\"noopener\">https:\/\/pubmed.ncbi.nlm.nih.gov\/23755772\/<\/a><\/li>\n                <li>Konmison Quality Assurance - ISO 13485\u8a8d\u8a3c\u304a\u3088\u3073\u30b3\u30f3\u30d7\u30e9\u30a4\u30a2\u30f3\u30b9\u6587\u66f8\u3002 <a href=\"https:\/\/www.konmison.com\/ja\/quality\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.konmison.com\/quality\/<\/a><\/li>\n                <li>Konmison \u696d\u52d9\u7528\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u30de\u30b7\u30f3 - \u88fd\u54c1\u4ed5\u69d8\u3002 <a href=\"https:\/\/www.konmison.com\/ja\/%e3%82%ad%e3%83%a3%e3%83%93%e3%83%86%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e3%83%9e%e3%82%b7%e3%83%b3\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.konmison.com\/cavitation-machine\/<\/a><\/li>\n                <li>Konmison - \u30ab\u30b9\u30bf\u30e0\u7f8e\u5bb9\u6a5f\u5668\u30e1\u30fc\u30ab\u30fc\u3002 <a href=\"https:\/\/www.konmison.com\/ja\" target=\"_blank\" rel=\"noopener\">https:\/\/www.konmison.com\/<\/a><\/li>\n            <\/ol>\n\n        <\/div>\n    <\/div>\n\n    <script>\n        (function() {\n          \/\/ Reading progress bar\n          var progressBar = document.getElementById('reading-progress');\n          function updateProgress() {\n            var scrollTop = window.scrollY;\n            var docHeight = document.documentElement.scrollHeight - window.innerHeight;\n            if (docHeight > 0) {\n              var percent = (scrollTop \/ docHeight) * 100;\n              progressBar.style.width = percent + '%';\n            }\n          }\n          window.addEventListener('scroll', updateProgress);\n          window.addEventListener('resize', updateProgress);\n          updateProgress();\n        \n          \/\/ Scroll-triggered reveal animations\n          var animateElements = document.querySelectorAll('.animate-in');\n          if ('IntersectionObserver' in window) {\n            var observer = new IntersectionObserver(function(entries) {\n              entries.forEach(function(entry) {\n                if (entry.isIntersecting) {\n                  entry.target.classList.add('revealed');\n                  observer.unobserve(entry.target);\n                }\n              });\n            }, { threshold: 0.08, rootMargin: '0px 0px -40px 0px' });\n        \n            animateElements.forEach(function(el) {\n              observer.observe(el);\n            });\n          } else {\n            \/\/ Fallback: reveal all immediately\n            animateElements.forEach(function(el) {\n              el.classList.add('revealed');\n            });\n          }\n        })();\n    <\/script>\n\n<\/body>\n\n<\/html>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>\u8d85\u97f3\u6ce2\u30ad\u30e3\u30d3\u30c6\u30fc\u30b7\u30e7\u30f3\u306f\u3001\u624b\u8853\u3001\u9ebb\u9154\u3001\u307e\u305f\u306f\u62e1\u5f35\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0\u306a\u3057\u3067\u9811\u56fa\u306a\u5c40\u6240\u7684\u306a\u8102\u80aa\u3092\u30bf\u30fc\u30b2\u30c3\u30c8\u306b\u3059\u308b\u65b9\u6cd5\u3092\u63d0\u4f9b\u3057\u3001\u4f1d\u7d71\u7684\u306a\u8102\u80aa\u5438\u5f15\u306b\u4ee3\u308f\u308b\u4eba\u6c17\u306e\u3042\u308b\u975e\u4fb5\u8972\u7684\u306a\u9078\u629e\u80a2\u3068\u3057\u3066\u6d6e\u4e0a\u3057\u3066\u3044\u308b\u3002\u3057\u304b\u3057\u3001\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u306e\u8a87\u5927\u5e83\u544a\u306e\u4e2d\u3067\u3001\u305d\u308c\u306f\u8a87\u5f35\u3055\u308c\u305f\u4e3b\u5f35\u304b\u3089\u73fe\u5b9f\u7684\u306a\u81e8\u5e8a\u7d50\u679c\u3092\u5206\u96e2\u3059\u308b\u3053\u3068\u304c\u91cd\u8981\u3067\u3059\u3002<\/p>","protected":false},"author":1,"featured_media":25060,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"Ultrasonic Cavitation Results: When Will You See Changes?","_seopress_titles_desc":"When do ultrasonic cavitation results peak? Discover the 12-week timeline of fat disruption and collagen remodeling. Read our guide to optimize your contour.","_seopress_robots_index":"","footnotes":""},"categories":[79],"tags":[],"class_list":["post-25057","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mml-blog"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/posts\/25057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/comments?post=25057"}],"version-history":[{"count":13,"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/posts\/25057\/revisions"}],"predecessor-version":[{"id":88880,"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/posts\/25057\/revisions\/88880"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/media\/25060"}],"wp:attachment":[{"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/media?parent=25057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/categories?post=25057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.konmison.com\/ja\/wp-json\/wp\/v2\/tags?post=25057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}