{"id":29428,"date":"2026-06-15T15:26:08","date_gmt":"2026-06-15T07:26:08","guid":{"rendered":"https:\/\/www.ketegroup.com\/?p=29428"},"modified":"2026-07-13T13:53:19","modified_gmt":"2026-07-13T05:53:19","slug":"trapping-printing-guide","status":"publish","type":"post","link":"https:\/\/www.ketegroup.com\/ja\/%e3%83%88%e3%83%a9%e3%83%83%e3%83%94%e3%83%b3%e3%82%b0%e5%8d%b0%e5%88%b7%e3%82%ac%e3%82%a4%e3%83%89\/","title":{"rendered":"\u5370\u5237\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u306e\u305f\u3081\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u30ac\u30a4\u30c9\uff1a\u4ed5\u7d44\u307f\u3001\u898f\u683c\u3001\u304a\u3088\u3073\u30d7\u30ed\u30bb\u30b9\u3054\u3068\u306e\u6bd4\u8f03"},"content":{"rendered":"<!DOCTYPE html>\n<html>\n\n<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <title>\u5370\u5237\u306e\u30d7\u30ed\u306e\u305f\u3081\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u30ac\u30a4\u30c9\uff1a\u4ed5\u7d44\u307f\u3001\u898f\u683c\u3001\u304a\u3088\u3073\u5404\u30d7\u30ed\u30bb\u30b9\u3054\u3068\u306e\u6bd4\u8f03<\/title>\n<\/head>\n\n<body>\n    <div class=\"bd-post\">\n        <style>\n            @import url('https:\/\/fonts.googleapis.com\/css2?family=Roboto+Slab:wght@600&family=Roboto:wght@400;700&display=swap');\n            \n            .bd-post {\n              --bp-margin: 1.5em;\n              --bp-padding: 20px;\n              --color-primary: #136AD5;\n              --color-primary-hover: #0072FF;\n              --color-accent: #FF6A00;\n              --color-text: #333333;\n              --color-text-secondary: #666666;\n              --color-heading: #040202;\n              --color-white: #FFFFFF;\n              --color-near-black: #031008;\n              --color-bg-body: #FAFAFA;\n              --color-bg-primary: #031008;\n              --color-bg-accent: #136AD5;\n              --color-bg-soft: #BDD0E5;\n              --color-border: #D7E7F2;\n            \n              \/* NEW VARIABLES *\/\n              --kete-font-primary: 'Roboto', sans-serif;\n              --kete-font-secondary: 'Roboto Slab', serif;\n              --kete-text-main: #333333;\n              --kete-heading: #040202;\n            \n              font-family: var(--kete-font-primary);\n              font-size: 16px;\n              line-height: 1.8;\n              color: var(--kete-text-main);\n              font-weight: 400;\n              font-style: normal;\n              width: 100%;\n              box-sizing: border-box;\n            }\n            \n            \/* === URL overflow baseline === *\/\n            .bd-post a {\n              overflow-wrap: anywhere;\n              word-break: break-word;\n            }\n            .bd-post p,\n            .bd-post li {\n              overflow-wrap: break-word;\n              font-family: var(--kete-font-primary);\n              font-size: 16px;\n              font-weight: 400;\n              line-height: 1.8;\n              font-style: normal;\n              color: var(--kete-text-main);\n            }\n            \n            \/* === Article wrapper === *\/\n            .bd-post .bd-post-article {\n              width: 100%;\n              margin: 0 auto;\n            }\n            \n            \/* === Typography: H2 & .kete-h2 === *\/\n            .bd-post h2,\n            .bd-post .kete-h2 {\n              font-family: var(--kete-font-primary);\n              font-size: 32px;\n              font-weight: 700;\n              line-height: 1.1;\n              color: var(--kete-heading);\n              margin-top: 60px;\n              margin-bottom: 25px;\n              letter-spacing: -0.5px;\n              \n              \/* Optional structural properties *\/\n              position: relative;\n              overflow: visible;\n              z-index: 1;\n            }\n            \n            \/* Adjust first H2 margin to minimize gap *\/\n            .bd-post h2:first-of-type,\n            .bd-post .kete-h2:first-of-type {\n              margin-top: 15px; \n            }\n            \n            .bd-post .intro-image {\n              margin: 15px auto !important; \/* Compress image margin for smaller gap *\/\n            }\n            \n            \/* === Typography: H3 & .kete-h3 === *\/\n            .bd-post h3,\n            .bd-post .kete-h3 {\n              font-family: var(--kete-font-secondary);\n              font-size: 24px;\n              font-weight: 600;\n              line-height: 1.3;\n              color: var(--kete-heading);\n              margin-top: 45px;\n              margin-bottom: 20px;\n            }\n            \n            \/* === Typography: H4 === *\/\n            .bd-post h4 {\n              font-family: var(--kete-font-primary);\n              font-size: 20px;\n              font-weight: 700;\n              line-height: 1.3;\n              color: var(--kete-heading);\n            }\n            \n            \/* === Prose elements: color & font only no margin\/padding === *\/\n            .bd-post p {\n              font-family: var(--kete-font-primary);\n              font-size: 16px;\n              font-weight: 400;\n              line-height: 1.8;\n              color: var(--kete-text-main);\n              margin-top: 0;\n              margin-bottom: 15px; \/* Control standard paragraph gaps *\/\n            }\n            .bd-post p:first-of-type {\n              margin-top: 0;\n            }\n            .bd-post strong {\n              font-weight: 700;\n            }\n            \n            \/* === Blockquotes === *\/\n            .bd-post blockquote {\n              border-left: 3px solid var(--color-primary);\n              background: transparent;\n              font-style: italic;\n              font-weight: 400;\n              color: var(--kete-text-main);\n              padding-left: 20px;\n              margin-left: 0;\n              margin-right: 0;\n            }\n            \n            \/* === Lists === *\/\n            .bd-post ul,\n            .bd-post ol {\n              padding-left: 1.5em;\n            }\n            .bd-post ul { list-style: disc; }\n            .bd-post ol { list-style: decimal; }\n            .bd-post li {\n              font-family: var(--kete-font-primary);\n              font-size: 16px;\n              font-weight: 400;\n              color: var(--kete-text-main);\n            }\n            \n            \/* === Code === *\/\n            .bd-post code {\n              background: #F5F8FA;\n              font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;\n              padding: 2px 6px;\n              border-radius: 3px;\n              font-size: 0.9em;\n            }\n            \n            \/* === Horizontal rules === *\/\n            .bd-post hr {\n              border: none;\n              height: 1px;\n              background: var(--color-border);\n              margin: 30px 0;\n            }\n            \n            \/* === Images === *\/\n            .bd-post img {\n              max-width: 100%;\n              height: auto;\n            }\n            \n            \/* === Tables (global prose) === *\/\n            .bd-post .table-wrapper {\n              overflow-x: auto;\n              margin: var(--bp-margin) 0;\n            }\n            .bd-post .table-wrapper table {\n              width: 100%;\n              border-collapse: collapse;\n              font-size: 14px;\n            }\n            .bd-post .table-wrapper th {\n              background: var(--color-bg-primary);\n              color: var(--color-white);\n              font-family: var(--kete-font-primary);\n              font-weight: 600;\n              font-size: 14px;\n              padding: 12px 16px;\n              text-transform: uppercase;\n              letter-spacing: 0.05em;\n              text-align: left;\n              white-space: nowrap;\n            }\n            .bd-post .table-wrapper td {\n              padding: 10px 16px;\n              border-bottom: 1px solid var(--color-border);\n              vertical-align: top;\n              font-size: 14px;\n            }\n            .bd-post .table-wrapper tr:nth-child(even) td {\n              background: rgba(19, 106, 213, 0.03);\n            }\n            \n            \/* === Rich Element Tables === *\/\n            .bd-post .rich-table { margin: var(--bp-margin) 0; }\n            \n            \/* === BP Container Base === *\/\n            .bd-post .bp-1-callout,\n            .bd-post .bp-2-grid,\n            .bd-post .bp-3-callout,\n            .bd-post .bp-4-warning,\n            .bd-post .bp-5-stat,\n            .bd-post .bp-6-callout,\n            .bd-post .bp-7-grid,\n            .bd-post .bp-8-stat,\n            .bd-post .bp-9-checklist,\n            .bd-post .bp-cta-mid-banner,\n            .bd-post .bp-cta-end-callout {\n              margin: var(--bp-margin) 0;\n              padding: var(--bp-padding);\n              border-radius: 8px;\n              box-sizing: border-box;\n            }\n            \n            \/* === BP-1: Golden Rule Callout === *\/\n            .bd-post .bp-1-callout {\n              background: var(--color-bg-primary);\n              color: var(--color-white);\n              display: flex;\n              flex-direction: row;\n              gap: 1.25em;\n              align-items: flex-start;\n            }\n            .bd-post .bp-1-icon {\n              flex-shrink: 0;\n              width: 44px;\n              height: 44px;\n              color: var(--color-primary);\n            }\n            .bd-post .bp-1-icon svg {\n              width: 44px;\n              height: 44px;\n            }\n            .bd-post .bp-1-content { flex: 1; }\n            .bd-post .bp-1-title {\n              font-family: var(--kete-font-primary);\n              font-size: 22px;\n              font-weight: 700;\n              color: var(--color-white);\n              margin-bottom: 0.5em;\n            }\n            .bd-post .bp-1-text {\n              font-family: var(--kete-font-primary);\n              font-size: 16px;\n              font-weight: 400;\n              color: var(--color-white);\n              line-height: 1.7;\n            }\n            \n            \/* === BP-2: Misregistration Causes Grid === *\/\n            .bd-post .bp-2-grid {\n              background: var(--color-bg-soft);\n              color: var(--color-text);\n              display: grid;\n              grid-template-columns: 1fr 1fr 1fr;\n              gap: 1.25em;\n            }\n            .bd-post .bp-2-card {\n              background: rgba(255,255,255,0.5);\n              border-radius: 6px;\n              padding: 16px;\n            }\n            .bd-post .bp-2-card-icon {\n              width: 32px;\n              height: 32px;\n              color: var(--color-primary);\n              margin-bottom: 10px;\n            }\n            .bd-post .bp-2-card-icon svg {\n              width: 32px;\n              height: 32px;\n            }\n            .bd-post .bp-2-card-title {\n              font-family: var(--kete-font-primary);\n              font-size: 16px;\n              font-weight: 700;\n              color: var(--color-text);\n              margin-bottom: 6px;\n            }\n            .bd-post .bp-2-card-text {\n              font-family: var(--kete-font-primary);\n              font-size: 14px;\n              font-weight: 400;\n              color: var(--color-text-secondary);\n              line-height: 1.6;\n            }\n            \n            \/* === BP-3: Decision Framework === *\/\n            .bd-post .bp-3-callout {\n              background: var(--color-bg-accent);\n              color: var(--color-white);\n            }\n            .bd-post .bp-3-icon {\n              width: 36px;\n              height: 36px;\n              color: var(--color-white);\n              margin-bottom: 12px;\n            }\n            .bd-post .bp-3-icon svg {\n              width: 36px;\n              height: 36px;\n            }\n            .bd-post .bp-3-title {\n              font-family: var(--kete-font-primary);\n              font-size: 22px;\n              font-weight: 700;\n              color: var(--color-white);\n              margin-bottom: 14px;\n            }\n            .bd-post .bp-3-list {\n              display: flex;\n              flex-direction: column;\n              gap: 10px;\n            }\n            .bd-post .bp-3-item {\n              display: flex;\n              gap: 10px;\n              align-items: flex-start;\n              font-family: var(--kete-font-primary);\n              font-size: 15px;\n              font-weight: 400;\n              color: var(--color-white);\n              line-height: 1.6;\n            }\n            .bd-post .bp-3-item svg {\n              width: 18px;\n              height: 18px;\n              flex-shrink: 0;\n              margin-top: 3px;\n              color: rgba(255,255,255,0.8);\n            }\n            \n            \/* === BP-4: Warning === *\/\n            .bd-post .bp-4-warning {\n              background: var(--color-bg-soft);\n              color: var(--color-text);\n              border-left: 3px solid var(--color-accent);\n              display: flex;\n              flex-direction: row;\n              gap: 1em;\n              align-items: flex-start;\n              padding: 16px 20px;\n            }\n            .bd-post .bp-4-icon {\n              width: 24px;\n              height: 24px;\n              flex-shrink: 0;\n              color: var(--color-accent);\n            }\n            .bd-post .bp-4-icon svg {\n              width: 24px;\n              height: 24px;\n            }\n            .bd-post .bp-4-text {\n              font-family: var(--kete-font-primary);\n              font-size: 15px;\n              font-weight: 400;\n              color: var(--color-text);\n              line-height: 1.7;\n            }\n            \n            \/* === BP-5: CI Flexo Stat === *\/\n            .bd-post .bp-5-stat {\n              background: var(--color-bg-accent);\n              color: var(--color-white);\n              display: flex;\n              flex-direction: row;\n              gap: 1.5em;\n              align-items: center;\n            }\n            .bd-post .bp-5-icon {\n              width: 44px;\n              height: 44px;\n              flex-shrink: 0;\n              color: var(--color-white);\n            }\n            .bd-post .bp-5-icon svg {\n              width: 44px;\n              height: 44px;\n            }\n            .bd-post .bp-5-stats {\n              display: flex;\n              flex-direction: row;\n              gap: 2em;\n              flex: 1;\n            }\n            .bd-post .bp-5-stat-item { flex: 1; }\n            .bd-post .bp-5-stat-number {\n              font-family: var(--kete-font-primary);\n              font-size: 48px;\n              font-weight: 700;\n              color: var(--color-white);\n              line-height: 1.1;\n              margin-bottom: 4px;\n            }\n            .bd-post .bp-5-stat-label {\n              font-family: var(--kete-font-primary);\n              font-size: 14px;\n              font-weight: 400;\n              color: rgba(255,255,255,0.85);\n              line-height: 1.5;\n            }\n            \n            \/* === BP-6: Trap Width Formula === *\/\n            .bd-post .bp-6-callout {\n              background: var(--color-bg-primary);\n              color: var(--color-white);\n            }\n            .bd-post .bp-6-icon {\n              width: 36px;\n              height: 36px;\n              color: var(--color-primary);\n              margin-bottom: 10px;\n            }\n            .bd-post .bp-6-icon svg {\n              width: 36px;\n              height: 36px;\n            }\n            .bd-post .bp-6-title {\n              font-family: var(--kete-font-primary);\n              font-size: 22px;\n              font-weight: 700;\n              color: var(--color-white);\n              margin-bottom: 14px;\n            }\n            .bd-post .bp-6-formula {\n              font-family: var(--kete-font-primary);\n              font-size: 28px;\n              font-weight: 700;\n              color: var(--color-primary);\n              background: rgba(255,255,255,0.1);\n              padding: 14px 18px;\n              border-radius: 6px;\n              display: inline-block;\n              margin-bottom: 12px;\n              line-height: 1.3;\n              letter-spacing: 0.5px;\n            }\n            .bd-post .bp-6-example {\n              font-family: var(--kete-font-primary);\n              font-size: 15px;\n              font-weight: 400;\n              color: rgba(255,255,255,0.85);\n              line-height: 1.7;\n            }\n            \n            \/* === BP-7: Special Cases Grid === *\/\n            .bd-post .bp-7-grid {\n              background: var(--color-bg-soft);\n              color: var(--color-text);\n              display: grid;\n              grid-template-columns: 1fr 1fr 1fr;\n              gap: 1.25em;\n            }\n            .bd-post .bp-7-card {\n              background: rgba(255,255,255,0.5);\n              border-radius: 6px;\n              padding: 16px;\n            }\n            .bd-post .bp-7-card-icon {\n              width: 32px;\n              height: 32px;\n              color: var(--color-primary);\n              margin-bottom: 10px;\n            }\n            .bd-post .bp-7-card-icon svg {\n              width: 32px;\n              height: 32px;\n            }\n            .bd-post .bp-7-card-title {\n              font-family: var(--kete-font-primary);\n              font-size: 16px;\n              font-weight: 700;\n              color: var(--color-text);\n              margin-bottom: 6px;\n            }\n            .bd-post .bp-7-card-text {\n              font-family: var(--kete-font-primary);\n              font-size: 14px;\n              font-weight: 400;\n              color: var(--color-text-secondary);\n              line-height: 1.6;\n            }\n            \n            \/* === BP-8: Waste Cost Stat === *\/\n            .bd-post .bp-8-stat {\n              background: var(--color-bg-primary);\n              color: var(--color-white);\n              text-align: center;\n            }\n            .bd-post .bp-8-icon {\n              width: 40px;\n              height: 40px;\n              color: var(--color-primary);\n              margin: 0 auto 10px;\n            }\n            .bd-post .bp-8-icon svg {\n              width: 40px;\n              height: 40px;\n            }\n            .bd-post .bp-8-stat-number {\n              font-family: var(--kete-font-primary);\n              font-size: 56px;\n              font-weight: 700;\n              color: var(--color-primary);\n              line-height: 1.1;\n              margin-bottom: 8px;\n            }\n            .bd-post .bp-8-stat-label {\n              font-family: var(--kete-font-primary);\n              font-size: 18px;\n              font-weight: 500;\n              color: var(--color-white);\n              margin-bottom: 4px;\n            }\n            .bd-post .bp-8-stat-note {\n              font-family: var(--kete-font-primary);\n              font-size: 14px;\n              font-weight: 400;\n              color: rgba(255,255,255,0.7);\n            }\n            \n            \/* === BP-9: Trapping Standard Checklist === *\/\n            .bd-post .bp-9-checklist {\n              background: var(--color-bg-soft);\n              color: var(--color-text);\n            }\n            .bd-post .bp-9-icon {\n              width: 32px;\n              height: 32px;\n              color: var(--color-primary);\n              margin-bottom: 10px;\n            }\n            .bd-post .bp-9-icon svg {\n              width: 32px;\n              height: 32px;\n            }\n            .bd-post .bp-9-title {\n              font-family: var(--kete-font-primary);\n              font-size: 20px;\n              font-weight: 700;\n              color: var(--color-text);\n              margin-bottom: 14px;\n            }\n            .bd-post .bp-9-list {\n              display: flex;\n              flex-direction: column;\n              gap: 8px;\n            }\n            .bd-post .bp-9-item {\n              display: flex;\n              gap: 10px;\n              align-items: flex-start;\n              font-family: var(--kete-font-primary);\n              font-size: 15px;\n              font-weight: 400;\n              color: var(--color-text);\n              line-height: 1.6;\n            }\n            .bd-post .bp-9-item svg {\n              width: 18px;\n              height: 18px;\n              flex-shrink: 0;\n              margin-top: 3px;\n              color: var(--color-primary);\n            }\n            \n            \/* === BP-cta-mid: Banner === *\/\n            .bd-post .bp-cta-mid-banner {\n              background: var(--color-bg-accent);\n              color: var(--color-white);\n              display: flex;\n              flex-direction: row;\n              align-items: center;\n              gap: 1.5em;\n            }\n            .bd-post .bp-cta-mid-icon {\n              width: 36px;\n              height: 36px;\n              flex-shrink: 0;\n              color: var(--color-white);\n            }\n            .bd-post .bp-cta-mid-icon svg {\n              width: 36px;\n              height: 36px;\n            }\n            .bd-post .bp-cta-mid-text {\n              flex: 1;\n              font-family: var(--kete-font-primary);\n              font-size: 16px;\n              font-weight: 400;\n              color: var(--color-white);\n              line-height: 1.6;\n            }\n            .bd-post .bp-cta-mid-button {\n              display: inline-block;\n              font-family: var(--kete-font-primary);\n              font-size: 15px;\n              font-weight: 600;\n              color: var(--color-primary);\n              background: var(--color-white);\n              padding: 12px 22px;\n              border-radius: 6px;\n              text-decoration: none;\n              white-space: nowrap;\n              transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;\n              flex-shrink: 0;\n            }\n            .bd-post .bp-cta-mid-button:hover {\n              background: var(--color-near-black);\n              color: var(--color-white);\n              transform: translateY(-1px);\n            }\n            \n            \/* === BP-cta-end: Final Callout === *\/\n            .bd-post .bp-cta-end-callout {\n              background: var(--color-bg-primary);\n              color: var(--color-white);\n              text-align: center;\n            }\n            .bd-post .bp-cta-end-icon {\n              width: 48px;\n              height: 48px;\n              color: var(--color-primary);\n              margin: 0 auto 14px;\n            }\n            .bd-post .bp-cta-end-icon svg {\n              width: 48px;\n              height: 48px;\n            }\n            .bd-post .bp-cta-end-title {\n              font-family: var(--kete-font-primary);\n              font-size: 26px;\n              font-weight: 700;\n              color: var(--color-white);\n              line-height: 1.3;\n              margin-bottom: 10px;\n            }\n            .bd-post .bp-cta-end-subtitle {\n              font-family: var(--kete-font-primary);\n              font-size: 16px;\n              font-weight: 400;\n              color: rgba(255,255,255,0.8);\n              line-height: 1.6;\n              max-width: 520px;\n              margin: 0 auto 20px;\n            }\n            .bd-post .bp-cta-end-button {\n              display: inline-block;\n              font-family: var(--kete-font-primary);\n              font-size: 16px;\n              font-weight: 600;\n              color: var(--color-near-black);\n              background: var(--color-white);\n              padding: 14px 28px;\n              border-radius: 6px;\n              text-decoration: none;\n              transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;\n            }\n            .bd-post .bp-cta-end-button:hover {\n              background: var(--color-bg-accent);\n              color: var(--color-white);\n              transform: translateY(-1px);\n            }\n            \n            \/* === Entrance Animations === *\/\n            @keyframes fadeUp {\n              0% { opacity: 0; transform: translateY(20px); }\n              100% { opacity: 1; transform: translateY(0); }\n            }\n            \n            .bd-post .bp-1-callout,\n            .bd-post .bp-2-grid,\n            .bd-post .bp-3-callout,\n            .bd-post .bp-4-warning,\n            .bd-post .bp-5-stat,\n            .bd-post .bp-6-callout,\n            .bd-post .bp-7-grid,\n            .bd-post .bp-8-stat,\n            .bd-post .bp-9-checklist,\n            .bd-post .bp-cta-mid-banner,\n            .bd-post .bp-cta-end-callout {\n              animation: fadeUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) backwards;\n            }\n            .bd-post .bp-1-callout { animation-delay: 0.08s; }\n            .bd-post .bp-2-grid { animation-delay: 0.16s; }\n            .bd-post .bp-3-callout { animation-delay: 0.24s; }\n            .bd-post .bp-4-warning { animation-delay: 0.32s; }\n            .bd-post .bp-5-stat { animation-delay: 0.40s; }\n            .bd-post .bp-6-callout { animation-delay: 0.48s; }\n            .bd-post .bp-7-grid { animation-delay: 0.56s; }\n            .bd-post .bp-8-stat { animation-delay: 0.64s; }\n            .bd-post .bp-9-checklist { animation-delay: 0.72s; }\n            .bd-post .bp-cta-mid-banner { animation-delay: 0.44s; }\n            .bd-post .bp-cta-end-callout { animation-delay: 0.80s; }\n            \n            \/* === Mobile Adaptation === *\/\n            @media (max-width: 768px) {\n              .bd-post {\n                --bp-margin: 1em;\n                --bp-padding: 16px;\n              }\n            \n              \/* Scaled font sizes for H2, H3 elements *\/\n              .bd-post h2, .bd-post .kete-h2 { font-size: 48px; }\n              .bd-post h3, .bd-post .kete-h3 { font-size: 30px; }\n              .bd-post h4 { font-size: 19px; }\n            \n              \/* BP-5 stat number mobile *\/\n              .bd-post .bp-5-stat-number { font-size: 28px; }\n            \n              \/* BP-8 stat number mobile *\/\n              .bd-post .bp-8-stat-number { font-size: 28px; }\n            \n              \/* BP grids collapse to single column *\/\n              .bd-post .bp-2-grid {\n                grid-template-columns: 1fr;\n              }\n              .bd-post .bp-7-grid {\n                grid-template-columns: 1fr;\n              }\n            \n              \/* BP-5 stats stack vertically *\/\n              .bd-post .bp-5-stats {\n                flex-direction: column;\n                gap: 1em;\n              }\n            \n              \/* BP-1 and BP-cta-mid stack vertically *\/\n              .bd-post .bp-1-callout {\n                flex-direction: column;\n              }\n              .bd-post .bp-cta-mid-banner {\n                flex-direction: column;\n                text-align: center;\n              }\n              .bd-post .bp-cta-end-title {\n                font-size: 21px;\n              }\n            \n              \/* CTA buttons full-width on mobile *\/\n              .bd-post .bp-cta-mid-button,\n              .bd-post .bp-cta-end-button {\n                width: 100%;\n                text-align: center;\n                box-sizing: border-box;\n              }\n            \n              \/* Tables: ensure th text wraps instead of forcing wide columns *\/\n              .bd-post .table-wrapper th {\n                white-space: normal;\n              }\n            \n              \/* BP-6 formula wraps properly *\/\n              .bd-post .bp-6-formula {\n                display: block;\n                text-align: center;\n              }\n            \n              \/* BP-4 warning icon gets smaller *\/\n              .bd-post .bp-4-warning {\n                flex-direction: column;\n              }\n            }\n            \n            @media (max-width: 480px) {\n              .bd-post h2, .bd-post .kete-h2 { font-size: 36px; }\n              .bd-post h3, .bd-post .kete-h3 { font-size: 26px; }\n            }\n            \n            @media (max-width: 320px) {\n              .bd-post h2, .bd-post .kete-h2 { font-size: 30px; }\n              .bd-post h3, .bd-post .kete-h3 { font-size: 22px; }\n            }\n            \n        <\/style>\n\n        <article class=\"bd-post-article\">\n\n            <p>\u7aef\u3068\u7aef\u304c\u3074\u3063\u305f\u308a\u5408\u3046\u3088\u3046\u306b\u5207\u308a\u51fa\u3055\u308c\u305f2\u3064\u306e\u30d1\u30ba\u30eb\u306e\u30d4\u30fc\u30b9\u3092\u60f3\u50cf\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002\u30c6\u30fc\u30d6\u30eb\u306e\u4e0a\u3067\u306f\u3001\u305d\u308c\u3089\u306f\u5b8c\u74a7\u306b\u91cd\u306a\u308a\u307e\u3059\u3002\u3057\u304b\u3057\u3001\u30c6\u30fc\u30d6\u30eb\u304c\u307b\u3093\u306e\u308f\u305a\u304b\u30011\u30df\u30ea\u30e1\u30fc\u30c8\u30eb\u306e\u6570\u5206\u306e1\u307b\u3069\u305a\u308c\u305f\u3060\u3051\u3067\u30012\u3064\u306e\u30d4\u30fc\u30b9\u306e\u9593\u306b\u9699\u9593\u304c\u898b\u3048\u3001\u7d75\u67c4\u304c\u9014\u5207\u308c\u3066\u3057\u307e\u3044\u307e\u3059\u3002\u3053\u308c\u304c\u3001\u5370\u5237\u306b\u304a\u3044\u3066\u300c\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u300d\u304c\u89e3\u6c7a\u3059\u3079\u304d\u554f\u984c\u306a\u306e\u3067\u3059\u3002<\/p>\n\n            <p>\u591a\u8272\u5237\u308a\u306e\u5370\u5237\u4f5c\u696d\u3067\u306f\u3001\u5e38\u306b\u8907\u6570\u306e\u7248\u3001\u30b9\u30af\u30ea\u30fc\u30f3\u3001\u3042\u308b\u3044\u306f\u5370\u5237\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u304c\u3001\u5225\u3005\u306e\u5de5\u7a0b\u3067\u7570\u306a\u308b\u8272\u3092\u5237\u308a\u91cd\u306d\u307e\u3059\u3002\u3053\u306e\u4e16\u306e\u3069\u306e\u5370\u5237\u6a5f\u3067\u3042\u3063\u3066\u3082\u3001\u5370\u5237\u5de5\u7a0b\u5168\u4f53\u3092\u901a\u3058\u3066\u5b8c\u74a7\u306a\u898b\u5f53\u5408\u308f\u305b\u3092\u5b9f\u73fe\u3059\u308b\u3053\u3068\u306f\u4e0d\u53ef\u80fd\u3067\u3059\u3002\u96a3\u63a5\u3059\u308b\u8272\u306e\u9593\u306b\u610f\u56f3\u7684\u306b\u5fae\u7d30\u306a\u91cd\u306a\u308a\u3092\u4f5c\u308b\u300c\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u300d\u3068\u3044\u3046\u6280\u6cd5\u3092\u7528\u3044\u308b\u3053\u3068\u3067\u3001\u907f\u3051\u3089\u308c\u306a\u3044\u898b\u5f53\u305a\u308c\u304c\u3001\u6700\u7d42\u7684\u306a\u5370\u5237\u7269\u4e0a\u3067\u76ee\u306b\u898b\u3048\u308b\u767d\u3044\u9699\u9593\u306b\u306a\u308b\u306e\u3092\u9632\u3050\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3053\u308c\u306f\u5358\u306a\u308b\u30c7\u30b6\u30a4\u30f3\u4e0a\u306e\u88c5\u98fe\u3067\u306f\u306a\u304f\u3001\u751f\u7523\u73fe\u5834\u306b\u304a\u3051\u308b\u5fc5\u9808\u306e\u6280\u8853\u306a\u306e\u3067\u3059\u3002<\/p>\n\n            <p>\u672c\u30ac\u30a4\u30c9\u3067\u306f\u3001\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306b\u95a2\u3059\u308b\u57fa\u790e\u7406\u8ad6\u304b\u3089\u30d7\u30ed\u30bb\u30b9\u56fa\u6709\u306e\u898f\u683c\u306b\u81f3\u308b\u307e\u3067\u3092\u7db2\u7f85\u3057\u3066\u304a\u308a\u3001\u4ed6\u3067\u306f\u898b\u3089\u308c\u306a\u3044\u30d7\u30ed\u30bb\u30b9\u6a2a\u65ad\u7684\u306a\u6bd4\u8f03\u30921\u30da\u30fc\u30b8\u306b\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u6a5f\u3092\u64cd\u4f5c\u3057\u3066\u3044\u308b\u65b9\u3001\u30aa\u30d5\u30bb\u30c3\u30c8\u5370\u5237\u306e\u30d7\u30ea\u30d7\u30ec\u30b9\u696d\u52d9\u3092\u7ba1\u7406\u3057\u3066\u3044\u308b\u65b9\u3001\u3042\u308b\u3044\u306f\u5305\u88c5\u30e9\u30a4\u30f3\u7528\u306e\u6a5f\u68b0\u3092\u8a55\u4fa1\u3057\u3066\u3044\u308b\u65b9\u306a\u3069\u3001\u3042\u3089\u3086\u308b\u65b9\u3005\u306b\u5411\u3051\u3066\u57f7\u7b46\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n\n            <img decoding=\"async\" class=\"intro-image\" src=\"https:\/\/www.ketegroup.com\/wp-content\/uploads\/2025\/07\/sustainable-printing-methods-1.webp\" alt=\"\u9ad8\u901f\u6a5f\u68b0\u3092\u64cd\u4f5c\u3059\u308bKETE\u30b0\u30eb\u30fc\u30d7\u306e\u5f93\u696d\u54e1\" style=\"width: 512px; height: 384px; max-width: 100%; object-fit: cover; border-radius: 12px; display: block; box-shadow: 10px 10px 60px 0px rgba(210, 221, 224, 0.35); transition: all 0.3s ease; cursor: pointer;\" onmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)';\" onmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)';\">\n\n            <h2 class=\"kete-h2\">\u5370\u5237\u306b\u304a\u3051\u308b\u300c\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u300d\u3068\u306f\u4f55\u3067\u3059\u304b\uff1f<\/h2>\n\n            <p>\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\uff08\u30ab\u30e9\u30fc\u30fb\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u3068\u3082\u547c\u3070\u308c\u3001\u4e2d\u56fd\u306e\u30d7\u30ea\u30d7\u30ec\u30b9\u7528\u8a9e\u3067\u306f\u300c\u30b9\u30d7\u30ec\u30c3\u30c9\u300d\u3084\u300c\u30c1\u30e7\u30fc\u30af\u300d\u3068\u3082\u79f0\u3055\u308c\u308b\uff09\u3068\u306f\u3001\u5370\u5237\u30ec\u30a4\u30a2\u30a6\u30c8\u306b\u304a\u3044\u3066\u3001\u96a3\u63a5\u3059\u308b2\u3064\u306e\u8272\u306e\u9593\u306b\u610f\u56f3\u7684\u306b\u308f\u305a\u304b\u306a\u91cd\u306a\u308a\u3092\u4f5c\u308b\u30d7\u30ea\u30d7\u30ec\u30b9\u6280\u8853\u3067\u3042\u308b\u3002\u305d\u306e\u552f\u4e00\u306e\u76ee\u7684\u306f\u3001\u5370\u5237\u6a5f\u304c\u3069\u3046\u3057\u3066\u3082\u5b8c\u5168\u306a\u898b\u5f53\u5408\u308f\u305b\u304b\u3089\u305a\u308c\u3066\u3057\u307e\u3046\u969b\u306b\u3001\u8272\u306e\u5883\u754c\u90e8\u5206\u306b\u300c\u30d5\u30e9\u30c3\u30b7\u30e5\u300d\u3084\u300c\u30cf\u30ed\u30fc\u300d\u3068\u547c\u3070\u308c\u308b\u898b\u82e6\u3057\u3044\u767d\u3044\u9699\u9593\u304c\u751f\u3058\u308b\u306e\u3092\u9632\u3050\u3053\u3068\u306b\u3042\u308b\u3002<\/p>\n\n            <p>\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u304c\u5fc5\u8981\u306a\u7406\u7531\u3092\u7406\u89e3\u3059\u308b\u306b\u306f\u3001\u305d\u306e\u9006\u3067\u3042\u308b\u300c\u30ce\u30c3\u30af\u30a2\u30a6\u30c8\u300d\u306b\u3064\u3044\u3066\u7406\u89e3\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u591a\u8272\u5370\u5237\u306b\u304a\u3044\u3066\u3001\u524d\u666f\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\uff08\u4f8b\u3048\u3070\u9ec4\u8272\u306e\u30c6\u30ad\u30b9\u30c8\uff09\u304c\u8272\u4ed8\u304d\u306e\u80cc\u666f\uff08\u4f8b\u3048\u3070\u6fc3\u3044\u9752\uff09\u306e\u4e0a\u306b\u914d\u7f6e\u3055\u308c\u308b\u5834\u5408\u3001\u80cc\u666f\u306f\u30c6\u30ad\u30b9\u30c8\u306e\u771f\u4e0b\u306b\u5857\u308a\u3064\u3076\u3055\u308c\u305f\u9577\u65b9\u5f62\u3068\u3057\u3066\u5370\u5237\u3055\u308c\u308b\u308f\u3051\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u305d\u306e\u4ee3\u308f\u308a\u306b\u3001\u30c6\u30ad\u30b9\u30c8\u306e\u5f62\u72b6\u306b\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u300c\u7a74\u300d\u304c\u80cc\u666f\u7248\u304b\u3089\u5207\u308a\u629c\u304b\u308c\u307e\u3059\u3002\u3053\u308c\u304c\u30ce\u30c3\u30af\u30a2\u30a6\u30c8\u3067\u3059\u3002\u305d\u306e\u5f8c\u3001\u305d\u306e\u7a74\u306e\u4e2d\u306b\u9ec4\u8272\u306e\u30c6\u30ad\u30b9\u30c8\u304c\u5370\u5237\u3055\u308c\u307e\u3059\u3002\u7406\u8ad6\u4e0a\u306f\u3001\u9ec4\u8272\u304c\u305d\u306e\u7a74\u3092\u5b8c\u5168\u306b\u57cb\u3081\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059\u3002\u3057\u304b\u3057\u5b9f\u969b\u306b\u306f\u3001\u9ec4\u8272\u306e\u7248\u3068\u9752\u8272\u306e\u7248\u304c\u30de\u30a4\u30af\u30ed\u5358\u4f4d\u3067\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u307b\u3068\u3093\u3069\u3042\u308a\u307e\u305b\u3093\u3002\u305d\u306e\u7d50\u679c\u30012\u3064\u306e\u8272\u306e\u9593\u306b\u7d19\u306e\u8272\u304c\u900f\u3051\u3066\u898b\u3048\u308b\u7d30\u3044\u767d\u3044\u9699\u9593\u304c\u751f\u3058\u3066\u3057\u307e\u3044\u307e\u3059\u3002<\/p>\n\n            <p>\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u3067\u306f\u3001\u524d\u666f\u8272\u3092\u308f\u305a\u304b\u306b\u5927\u304d\u304f\u3059\u308b\uff08\u30b9\u30d7\u30ec\u30c3\u30c9\uff09\u304b\u3001\u629c\u304d\u7a74\u3092\u308f\u305a\u304b\u306b\u5c0f\u3055\u304f\u3059\u308b\uff08\u30c1\u30e7\u30fc\u30af\uff09\u3053\u3068\u3067\u30012\u8272\u304c\u6570\u30df\u30ea\u30e1\u30fc\u30c8\u30eb\u5358\u4f4d\u3067\u91cd\u306a\u308b\u3088\u3046\u306b\u3057\u3001\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3057\u307e\u3059\u3002\u3053\u306e\u91cd\u306a\u308a\u304c\u3042\u308b\u3053\u3068\u3067\u3001\u898b\u5f53\u304c\u305a\u308c\u3066\u3082\u3001\u305d\u3082\u305d\u3082\u9699\u9593\u304c\u306a\u3044\u305f\u3081\u3001\u767d\u3044\u9699\u9593\u304c\u751f\u3058\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u306e\u91cd\u306a\u308a\u81ea\u4f53\u306f\u901a\u5e38\u3001\u8089\u773c\u3067\u306f\u898b\u3048\u307e\u305b\u3093\u304c\u3001\u305d\u308c\u306b\u306f\u4e00\u8cab\u3057\u305f\u7406\u7531\u304c\u3042\u308a\u307e\u3059\u3002\u305d\u308c\u306f\u3001\u660e\u308b\u3044\u8272\u304c\u5e38\u306b\u6697\u3044\u8272\u306e\u65b9\u3078\u3068\u5e83\u304c\u3063\u3066\u3044\u304f\u304b\u3089\u3067\u3059\u3002<\/p>\n\n            <div class=\"bp-1-callout\">\n                <div class=\"bp-1-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M13 2 3 14h9l-1 8 10-12h-9l1-8z\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-1-content\">\n                    <div class=\"bp-1-title\">\u7f60\u731f\u306e\u9ec4\u91d1\u5f8b<\/div>\n                    <div class=\"bp-1-text\">\u660e\u308b\u3044\u8272\u306f\u5e38\u306b\u6697\u3044\u8272\u306b\u5411\u304b\u3063\u3066\u5e83\u304c\u308a\u307e\u3059\u3002\u6fc3\u3044\u9752\u306e\u80cc\u666f\u306b\u9ec4\u8272\u306e\u30c6\u30ad\u30b9\u30c8\u304c\u914d\u7f6e\u3055\u308c\u308b\u3068\u3001\u9ec4\u8272\u306f\u30c8\u30e9\u30c3\u30d7\u5e45\u5206\u3060\u3051\u5916\u5074\u3078\u5e83\u304c\u308a\u307e\u3059\u3002\u4eba\u9593\u306e\u76ee\u306f\u3001\u660e\u308b\u3044\u5f62\u72b6\u304c\u308f\u305a\u304b\u306b\u592a\u304f\u306a\u308b\u3053\u3068\u3088\u308a\u3082\u3001\u6fc3\u3044\u9752\u3092\u6a2a\u5207\u308b\u767d\u3044\u9699\u9593\u3092\u306f\u308b\u304b\u306b\u5f37\u304f\u8a8d\u8b58\u3059\u308b\u304b\u3089\u3067\u3059\u3002\u3053\u306e\u5358\u4e00\u306e\u539f\u5247\u304c\u3001\u4e8b\u5b9f\u4e0a\u3042\u3089\u3086\u308b\u5834\u9762\u306b\u304a\u3051\u308b\u30c8\u30e9\u30c3\u30d7\u306e\u65b9\u5411\u3092\u6c7a\u5b9a\u3065\u3051\u307e\u3059\u3002<\/div>\n                <\/div>\n            <\/div>\n\n            <p>\u3053\u308c\u306f\u30c7\u30b8\u30bf\u30eb\u6642\u4ee3\u306b\u306a\u3063\u3066\u521d\u3081\u3066\u751f\u307e\u308c\u305f\u6280\u8853\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306f\u3001\u591a\u8272\u5370\u5237\u305d\u306e\u3082\u306e\u304c\u5b58\u5728\u3057\u59cb\u3081\u305f\u5f53\u521d\u304b\u3089\u3001\u521d\u671f\u306e\u30ea\u30c8\u30b0\u30e9\u30d5\u5370\u5237\u6a5f\u304b\u3089\u4eca\u65e5\u306e\u9ad8\u901f\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u3084\u30b0\u30e9\u30d3\u30a2\u5370\u5237\u30e9\u30a4\u30f3\u306b\u81f3\u308b\u307e\u3067\u3001\u5e38\u306b\u5b58\u5728\u3057\u3066\u304d\u307e\u3057\u305f\u3002\u5909\u5316\u3057\u305f\u306e\u306f\u3001\u8ab0\u304c\u305d\u308c\u3092\u884c\u3046\u304b\u3001\u3069\u306e\u3088\u3046\u306b\u884c\u3046\u304b\u3001\u305d\u3057\u3066\u3069\u306e\u7a0b\u5ea6\u81ea\u52d5\u5316\u3055\u308c\u3066\u3044\u308b\u304b\u3068\u3044\u3046\u70b9\u3067\u3059\u3002\u5909\u308f\u3063\u3066\u3044\u306a\u3044\u306e\u306f\u3001\u305d\u308c\u304c\u306a\u305c\u91cd\u8981\u306a\u306e\u304b\u3068\u3044\u3046\u70b9\u3067\u3059\u3002\u5370\u5237\u306f\u7269\u7406\u7684\u306a\u30d7\u30ed\u30bb\u30b9\u3067\u3042\u308a\u3001\u7269\u7406\u7684\u306a\u30d7\u30ed\u30bb\u30b9\u306f\u6c7a\u3057\u3066\u5b8c\u74a7\u3067\u306f\u306a\u3044\u304b\u3089\u3067\u3059\u3002<\/p>\n\n            <hr>\n\n            <h2 class=\"kete-h2\">\u5370\u5237\u767b\u9332\u304c\u5931\u6557\u3059\u308b\u7406\u7531\u3000\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u304c\u89e3\u6c7a\u3059\u308b\u554f\u984c<\/h2>\n\n            <p>\u8ce2\u660e\u306a\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u3092\u884c\u3046\u306b\u306f\u3001\u307e\u305a\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u5bfe\u8c61\u3068\u306a\u308b\u554f\u984c\u3092\u7406\u89e3\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u8272\u5206\u89e3\u306e\u4f4d\u7f6e\u304c\u6b63\u78ba\u306b\u4e00\u81f4\u3057\u306a\u3044\u300c\u4f4d\u7f6e\u30ba\u30ec\u300d\u306b\u306f\u30013\u3064\u306e\u539f\u56e0\u306e\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u3089\u306f\u3044\u305a\u308c\u3082\u5b8c\u5168\u306b\u6392\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u305a\u3001\u6700\u5c0f\u9650\u306b\u6291\u3048\u3001\u88dc\u6b63\u3059\u308b\u3053\u3068\u3057\u304b\u3067\u304d\u307e\u305b\u3093\u3002<\/p>\n\n            <h3 class=\"kete-h3\">\u57fa\u8cea\u306e\u4e0d\u5b89\u5b9a\u6027<\/h3>\n\n            <p>\u7d19\u3084\u30d5\u30a3\u30eb\u30e0\u306f\u4e0d\u6d3b\u6027\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u7d19\u306f\u6e7f\u5ea6\u306b\u5fdc\u3058\u3066\u4f38\u7e2e\u3057\u307e\u3059\u3002\u5468\u56f2\u306e\u76f8\u5bfe\u6e7f\u5ea6\u304c10%\u5909\u5316\u3059\u308b\u3060\u3051\u3067\u3001\u30aa\u30d5\u30bb\u30c3\u30c8\u7528\u7d191\u679a\u306e\u5e45\u65b9\u5411\u306e\u5bf8\u6cd5\u304c0.1\uff5e0.3 mm\u4f38\u7e2e\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u306f\u3001\u30c7\u30b8\u30bf\u30eb\u30d5\u30a1\u30a4\u30eb\u4e0a\u3067\u5b8c\u5168\u306b\u4f4d\u7f6e\u5408\u308f\u305b\u3055\u308c\u3066\u3044\u305f\u8272\u540c\u58eb\u306e\u9593\u306b\u3001\u76ee\u306b\u898b\u3048\u308b\u9699\u9593\u304c\u751f\u3058\u308b\u306e\u306b\u5341\u5206\u306a\u5909\u5316\u3067\u3059\u3002\u8584\u3044\u30dd\u30ea\u30de\u30fc\u30d5\u30a3\u30eb\u30e0\uff08PE\u3001PP\u3001PET\uff09\u3078\u306e\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u3067\u306f\u3001\u72b6\u6cc1\u306f\u3055\u3089\u306b\u6df1\u523b\u3067\u3059\u3002\u5370\u5237\u5de5\u7a0b\u4e2d\u3001\u30a6\u30a7\u30d6\u5f35\u529b\u3060\u3051\u3067\u57fa\u6750\u304c1%\u304b\u30892%\u3082\u4f38\u3073\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u30a6\u30a7\u30d6\u5e451,000 mm\u306e\u5834\u5408\u3001\u3053\u308c\u306f\u6700\u521d\u306e\u5370\u5237\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u3068\u6700\u5f8c\u306e\u5370\u5237\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u9593\u3067\u6700\u592720 mm\u306e\u5bf8\u6cd5\u5909\u5316\u306b\u76f8\u5f53\u3057\u307e\u3059\u3002\u3044\u304b\u306a\u308b\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u6226\u7565\u3082\u3001\u3053\u306e\u7a0b\u5ea6\u306e\u6b6a\u307f\u3092\u5b8c\u5168\u306b\u5438\u53ce\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u304c\u3001\u9069\u5207\u306a\u30c8\u30e9\u30c3\u30d7\u5e45\u3092\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u3067\u3001\u5f35\u529b\u5236\u5fa1\u304c\u6700\u5927\u9650\u306e\u52b9\u679c\u3092\u767a\u63ee\u3057\u305f\u5f8c\u306e\u6b8b\u7559\u898b\u5f53\u8aa4\u5dee\u3092\u51e6\u7406\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059\u3002<\/p>\n\n            <p>\u6e29\u5ea6\u3082\u554f\u984c\u3092\u3055\u3089\u306b\u60aa\u5316\u3055\u305b\u307e\u3059\u3002\u4e7e\u71e5\u88c5\u7f6e\u304b\u3089\u306e\u71b1\u3001\u30ed\u30fc\u30e9\u30fc\u306b\u3088\u308b\u6469\u64e6\u3001\u3055\u3089\u306b\u306f\u30b7\u30d5\u30c8\u4e2d\u306b\u5370\u5237\u5ba4\u306e\u5468\u56f2\u6e29\u5ea6\u304c\u5909\u52d5\u3059\u308b\u3053\u3068\u3055\u3048\u3082\u3001\u57fa\u6750\u306e\u5909\u4f4d\u306e\u4e00\u56e0\u3068\u306a\u308a\u307e\u3059\u3002\u5348\u524d8\u6642\u306b\u5370\u5237\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30e0\u306e\u30ed\u30fc\u30eb\u3068\u3001\u5348\u5f8c2\u6642\u306b\u5370\u5237\u3055\u308c\u305f\u540c\u3058\u30ed\u30fc\u30eb\u306e\u6e2c\u5b9a\u7d50\u679c\u306f\u3001\u7570\u306a\u308b\u5834\u5408\u304c\u3042\u308b\u306e\u3067\u3059\u3002<\/p>\n\n            <h3 class=\"kete-h3\">\u6a5f\u68b0\u7684\u306a\u5909\u52d5<\/h3>\n\n            <p>\u3069\u306e\u5370\u5237\u6a5f\u306b\u3082\u6a5f\u68b0\u7684\u306a\u516c\u5dee\u304c\u5b58\u5728\u3057\u307e\u3059\u3002\u7248\u30b7\u30ea\u30f3\u30c0\u30fc\u306b\u306f\u632f\u308c\u304c\u3042\u308a\u307e\u3059\u3002\u6b6f\u8eca\u306b\u306f\u30d0\u30c3\u30af\u30e9\u30c3\u30b7\u30e5\u304c\u3042\u308a\u307e\u3059\u3002\u30d9\u30a2\u30ea\u30f3\u30b0\u306f\u6469\u8017\u3057\u307e\u3059\u3002\u5727\u7740\u5727\u529b\u306f\u30b7\u30ea\u30f3\u30c0\u30fc\u306e\u5e45\u65b9\u5411\u3067\u3070\u3089\u3064\u304d\u304c\u3042\u308a\u307e\u3059\u3002\u30aa\u30d5\u30bb\u30c3\u30c8\u5370\u5237\u3067\u306f\u3001\u30d6\u30e9\u30f3\u30b1\u30c3\u30c8\u9593\u306e\u30cb\u30c3\u30d7\u306b\u3088\u3063\u3066\u72ec\u81ea\u306e\u3070\u3089\u3064\u304d\u304c\u751f\u3058\u307e\u3059\u3002\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u3067\u306f\u3001\u7248\u56fa\u5b9a\u30c6\u30fc\u30d7\u306f\u3001\u7d4c\u5e74\u5909\u5316\u3001\u786c\u5ea6\u3001\u304a\u3088\u3073\u53d6\u308a\u4ed8\u3051\u3092\u884c\u3063\u305f\u30aa\u30da\u30ec\u30fc\u30bf\u30fc\u306b\u3088\u3063\u3066\u5727\u7e2e\u306e\u4ed5\u65b9\u304c\u7570\u306a\u308a\u307e\u3059\u3002\u30b0\u30e9\u30d3\u30a2\u5370\u5237\u3067\u306f\u3001\u30af\u30ed\u30e0\u30e1\u30c3\u30ad\u3055\u308c\u305f\u30b7\u30ea\u30f3\u30c0\u30fc\u8868\u9762\u304c\u5f90\u3005\u306b\u6469\u8017\u3057\u3001\u30bb\u30eb\u5bb9\u7a4d\u304c\u5909\u5316\u3059\u308b\u3053\u3068\u3067\u3001\u30a4\u30f3\u30ad\u306e\u8ee2\u5199\u7279\u6027\u3082\u5909\u5316\u3057\u307e\u3059\u3002<\/p>\n\n            <p>\u3053\u3046\u3057\u305f\u6a5f\u68b0\u7684\u306a\u8981\u56e0\u306b\u3088\u308a\u3001\u6574\u5099\u306e\u884c\u304d\u5c4a\u3044\u305f\u679a\u8449\u30aa\u30d5\u30bb\u30c3\u30c8\u5370\u5237\u6a5f\u3067\u306f\u00b10.05 mm\u3001\u8001\u673d\u5316\u3057\u305f\u30b9\u30bf\u30c3\u30af\u5f0f\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u6a5f\u304c\u9ad8\u901f\u3067\u7a3c\u50cd\u3057\u3066\u3044\u308b\u5834\u5408\u306b\u306f\u00b10.2 mm\u4ee5\u4e0a\u3068\u3044\u3063\u305f\u4f4d\u7f6e\u5408\u308f\u305b\u8aa4\u5dee\u304c\u751f\u3058\u307e\u3059\u3002\u30c8\u30e9\u30c3\u30d7\u5e45\u306f\u3001\u6559\u79d1\u66f8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u5024\u3092\u305d\u306e\u307e\u307e\u63a1\u7528\u3059\u308b\u306e\u3067\u306f\u306a\u304f\u3001\u305d\u306e\u5370\u5237\u6a5f\u306b\u5408\u308f\u305b\u3066\u8abf\u6574\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n            <h3 class=\"kete-h3\">\u30a4\u30f3\u30af\u306e\u6319\u52d5<\/h3>\n\n            <p>\u30a4\u30f3\u30af\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u3001\u751f\u7523\u7528\u5370\u5237\u6a5f\u306e\u5727\u529b\u3084\u901f\u5ea6\u4e0b\u3067\u306e\u6319\u52d5\u306f\u7570\u306a\u308a\u307e\u3059\u3002\u9ad8\u7c98\u5ea6\u306e\u30a4\u30f3\u30af\uff08\u30b9\u30af\u30ea\u30fc\u30f3\u5370\u5237\u3067\u4e0b\u5730\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u308b\u4e0d\u900f\u660e\u306a\u539a\u5857\u308a\u30db\u30ef\u30a4\u30c8\u306a\u3069\uff09\u306f\u3001\u4f4e\u7c98\u5ea6\u306e\u30d7\u30ed\u30bb\u30b9\u30a4\u30f3\u30af\u3088\u308a\u3082\u30b9\u30af\u30ea\u30fc\u30f3\u30e1\u30c3\u30b7\u30e5\u3092\u5f37\u304f\u5f15\u304d\u4f38\u3070\u3059\u305f\u3081\u3001\u5370\u5237\u5de5\u7a0b\u5168\u4f53\u3092\u901a\u3058\u3066\u898b\u5f53\u305a\u308c\u304c\u5f90\u3005\u306b\u751f\u3058\u307e\u3059\u3002\u30a6\u30a7\u30c3\u30c8\u30fb\u30aa\u30f3\u30fb\u30a6\u30a7\u30c3\u30c8\u30aa\u30d5\u30bb\u30c3\u30c8\u5370\u5237\u3067\u306f\u3001\u5148\u306b\u5370\u5237\u3055\u308c\u305f\u30a4\u30f3\u30af\u306e\u7c98\u7740\u6027\u306b\u3088\u308a\u3001\u7d19\u306e\u8868\u9762\u304b\u3089\u7e4a\u7dad\u304c\u5f15\u304d\u629c\u304b\u308c\u305f\u308a\u3001\u524d\u306e\u5370\u5237\u30e6\u30cb\u30c3\u30c8\u304b\u3089\u30a4\u30f3\u30af\u304c\u300c\u62fe\u308f\u308c\u3066\u300d\u3057\u307e\u3063\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u30b0\u30e9\u30d3\u30a2\u5370\u5237\u3067\u306f\u3001\u6eb6\u5264\u7cfb\u30a4\u30f3\u30af\u306e\u4e7e\u71e5\u901f\u5ea6\u304c\u30c9\u30c3\u30c8\u30b2\u30a4\u30f3\u306b\u5f71\u97ff\u3092\u4e0e\u3048\u3001\u305d\u306e\u7d50\u679c\u3001\u898b\u304b\u3051\u306e\u30c8\u30e9\u30c3\u30d7\u5e45\u306b\u3082\u5f71\u97ff\u3092\u53ca\u307c\u3057\u307e\u3059\u3002<\/p>\n\n            <div class=\"bp-2-grid\">\n                <div class=\"bp-2-card\">\n                    <div class=\"bp-2-card-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\" \/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"bp-2-card-title\">\u57fa\u8cea\u306e\u4e0d\u5b89\u5b9a\u6027<\/div>\n                    <div class=\"bp-2-card-text\">\u7d19\u3084\u30d5\u30a3\u30eb\u30e0\u306f\u3001\u6e7f\u5ea6\u3084\u6e29\u5ea6\u306e\u5909\u5316\u306b\u3088\u3063\u3066\u4f38\u7e2e\u3057\u3001\u5bf8\u6cd5\u5909\u5316\u304c\u751f\u3058\u308b\u3053\u3068\u3067\u3001\u5370\u5237\u5de5\u7a0b\u5168\u4f53\u3092\u901a\u3058\u3066\u8272\u306e\u4f4d\u7f6e\u305a\u308c\u304c\u751f\u3058\u307e\u3059\u3002<\/div>\n                <\/div>\n                <div class=\"bp-2-card\">\n                    <div class=\"bp-2-card-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" 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=\"3\" \/>\n                            <path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\" \/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"bp-2-card-title\">\u6a5f\u68b0\u7684\u306a\u5909\u52d5<\/div>\n                    <div class=\"bp-2-card-text\">\u7248\u30b7\u30ea\u30f3\u30c0\u30fc\u306e\u632f\u308c\u3001\u30ae\u30a2\u306e\u30d0\u30c3\u30af\u30e9\u30c3\u30b7\u30e5\u3001\u30d9\u30a2\u30ea\u30f3\u30b0\u306e\u6469\u8017\u3001\u304a\u3088\u3073\u7248\u53d6\u308a\u4ed8\u3051\u30c6\u30fc\u30d7\u306e\u5727\u7e2e\u306f\u3001\u3044\u305a\u308c\u3082\u898b\u5f53\u305a\u308c\u306e\u539f\u56e0\u3068\u306a\u308a\u3001\u3053\u308c\u3089\u304c\u5404\u5370\u5237\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u306b\u308f\u305f\u3063\u3066\u7d2f\u7a4d\u3057\u3066\u3044\u304d\u307e\u3059\u3002<\/div>\n                <\/div>\n                <div class=\"bp-2-card\">\n                    <div class=\"bp-2-card-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"13.5\" cy=\"6.5\" r=\"1.5\" fill=\"currentColor\" \/>\n                            <circle cx=\"17.5\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\" \/>\n                            <circle cx=\"8.5\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\" \/>\n                            <circle cx=\"6.5\" cy=\"12.5\" r=\"1.5\" fill=\"currentColor\" \/>\n                            <path d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.93 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-1.01 0-.83.67-1.5 1.5-1.5H16c3.31 0 6-2.69 6-6 0-4.97-4.49-9-10-9z\" \/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"bp-2-card-title\">\u30a4\u30f3\u30af\u306e\u6319\u52d5<\/div>\n                    <div class=\"bp-2-card-text\">\u30a4\u30f3\u30af\u306e\u7c98\u5ea6\u3001\u7c98\u7740\u6027\u3001\u4e7e\u71e5\u901f\u5ea6\u306f\u8272\u3084\u5370\u5237\u30d7\u30ed\u30bb\u30b9\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u3001\u305d\u308c\u306b\u3088\u308a\u751f\u7523\u5de5\u7a0b\u5168\u4f53\u3092\u901a\u3058\u3066\u30c9\u30c3\u30c8\u30b2\u30a4\u30f3\u3084\u5b9f\u52b9\u30c8\u30e9\u30c3\u30d7\u5e45\u306b\u5909\u5316\u304c\u751f\u3058\u307e\u3059\u3002<\/div>\n                <\/div>\n            <\/div>\n\n            <p>\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306f\u3001\u81ea\u793e\u306e\u5370\u5237\u6a5f\u304c\u898b\u5f53\u5408\u308f\u305b\u3092\u7dad\u6301\u3067\u304d\u306a\u3044\u3053\u3068\u3092\u8a8d\u3081\u308b\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u3001\u3069\u306e\u5370\u5237\u6a5f\u3082\u5b8c\u74a7\u306a\u898b\u5f53\u5408\u308f\u305b\u3092\u7dad\u6301\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u306a\u3044\u3068\u3044\u3046\u6280\u8853\u7684\u306a\u4e8b\u5b9f\u3092\u8a8d\u3081\u305f\u4e0a\u3067\u3001\u308f\u305a\u304b\u306a\u898b\u5f53\u5408\u308f\u305b\u306e\u8aa4\u5dee\u304c\u81f4\u547d\u7684\u306a\u554f\u984c\u3068\u306a\u308b\u306e\u3067\u306f\u306a\u304f\u3001\u76ee\u7acb\u305f\u306a\u3044\u3088\u3046\u30a2\u30fc\u30c8\u30ef\u30fc\u30af\u3092\u8a2d\u8a08\u3059\u308b\u3053\u3068\u304c\u8ce2\u660e\u306a\u5bfe\u5fdc\u3067\u3042\u308b\u3068\u3044\u3046\u8a8d\u8b58\u306a\u306e\u3067\u3059\u3002<\/p>\n\n            <hr>\n\n            <h2 class=\"kete-h2\">\u4e3b\u8981\u306a\u30e1\u30ab\u30cb\u30ba\u30e0\uff1a\u300c\u30b9\u30d7\u30ec\u30c3\u30c9\u300d\u3001\u300c\u30c1\u30e7\u30fc\u30af\u300d\u3001\u300c\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u300d<\/h2>\n\n            <p>\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u3092\u305d\u306e\u6a5f\u68b0\u7684\u306a\u672c\u8cea\u306b\u307e\u3067\u7a81\u304d\u8a70\u3081\u308b\u3068\u3001\u52d5\u304d\u306f\u305f\u3063\u305f3\u3064\u3057\u304b\u3042\u308a\u307e\u305b\u3093\u3002\u3042\u3089\u3086\u308b\u5370\u5237\u5de5\u7a0b\u306b\u304a\u3051\u308b\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u5224\u65ad\u306f\u3001\u3053\u308c\u30893\u3064\u306e\u52d5\u304d\u306e\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3\u3084\u7d44\u307f\u5408\u308f\u305b\u306b\u4ed6\u306a\u308a\u307e\u305b\u3093\u3002\u305d\u306e\u6280\u306e\u771f\u9ac4\u306f\u3001\u3069\u306e\u52d5\u304d\u3092\u3001\u3069\u306e\u65b9\u5411\u306b\u3001\u3069\u306e\u7a0b\u5ea6\u9069\u7528\u3059\u3079\u304d\u304b\u3092\u5224\u65ad\u3059\u308b\u3053\u3068\u306b\u3042\u308a\u307e\u3059\u3002<\/p>\n\n            <p>\u5404\u30c6\u30af\u30cb\u30c3\u30af\u3092\u691c\u8a0e\u3059\u308b\u524d\u306b\u3001\u305d\u308c\u3089\u3059\u3079\u3066\u306b\u5171\u901a\u3059\u308b\u300c\u9ec4\u91d1\u5f8b\u300d\u3092\u3057\u3063\u304b\u308a\u3068\u5fc3\u306b\u7559\u3081\u3066\u304a\u304d\u307e\u3057\u3087\u3046\uff1a <strong>\u660e\u308b\u3044\u8272\u306e\u307b\u3046\u304c\u5e38\u306b\u91cd\u306a\u308a\u90e8\u5206\u3068\u306a\u308b<\/strong>. \u4eba\u9593\u306e\u8996\u899a\u7cfb\u306f\u3001\u4e3b\u306b\u8f1d\u5ea6\u30b3\u30f3\u30c8\u30e9\u30b9\u30c8\u3092\u901a\u3058\u3066\u30a8\u30c3\u30b8\u3092\u8a8d\u8b58\u3057\u307e\u3059\u3002\u6697\u3044\u5f62\u72b6\u306e\u5883\u754c\u304c0.1 mm\u305a\u308c\u308b\u3068\u3001\u76ee\u306f\u305d\u308c\u306b\u6c17\u3065\u304d\u307e\u3059\u3002\u4e00\u65b9\u3001\u660e\u308b\u3044\u5f62\u72b6\u306e\u5883\u754c\u304c\u540c\u3058\u3060\u3051\u305a\u308c\u3066\u3082\u3001\u6c17\u3065\u304b\u308c\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u306e\u5358\u4e00\u306e\u539f\u7406\u304c\u3001\u4e8b\u5b9f\u4e0a\u3042\u3089\u3086\u308b\u72b6\u6cc1\u306b\u304a\u3044\u3066\u30c8\u30e9\u30c3\u30d7\u306e\u65b9\u5411\u3092\u6c7a\u5b9a\u3065\u3051\u3066\u3044\u307e\u3059\u3002<\/p>\n\n            <p>\u4ee5\u4e0b\u306b\u3001\u7c21\u5358\u306a\u5224\u65ad\u57fa\u6e96\u3092\u793a\u3057\u307e\u3059\u3002\u660e\u308b\u3044\u8981\u7d20\u304c\u524d\u666f\u306b\u3042\u308b\u5834\u5408\u306f\u300c\u30b9\u30d7\u30ec\u30c3\u30c9\u300d\u3092\u4f7f\u7528\u3057\u3001\u660e\u308b\u3044\u8981\u7d20\u304c\u80cc\u666f\u306b\u3042\u308b\u5834\u5408\u306f\u300c\u30c1\u30e7\u30fc\u30af\u300d\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u8272\u306e\u3044\u305a\u308c\u304b\u304c\u9ed2\u306e\u5834\u5408\u306f\u3001\u4f55\u3088\u308a\u3082\u307e\u305a\u300c\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u300d\u3092\u5f37\u304f\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u3068\u306f\u5b9f\u969b\u306b\u5b9f\u884c\u3059\u308b\u3060\u3051\u3067\u3059\u3002<\/p>\n\n            <div class=\"bp-3-callout\">\n                <div class=\"bp-3-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <line x1=\"6\" x2=\"6\" y1=\"3\" y2=\"15\" \/>\n                        <circle cx=\"18\" cy=\"6\" r=\"3\" \/>\n                        <circle cx=\"6\" cy=\"18\" r=\"3\" \/>\n                        <path d=\"M18 9a9 9 0 0 1-9 9\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-3-title\">\u8fc5\u901f\u306a\u610f\u601d\u6c7a\u5b9a\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af<\/div>\n                <div class=\"bp-3-list\">\n                    <div class=\"bp-3-item\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 6 9 17l-5-5\" \/>\n                        <\/svg>\n                        <span><strong>\u30b9\u30d7\u30ec\u30c3\u30c9<\/strong> \u660e\u308b\u3044\u8981\u7d20\u304c\u524d\u666f\u306b\u3042\u308b\u5834\u5408\u306f\u3001\u305d\u308c\u3092\u5916\u5074\u306b\u5411\u304b\u3063\u3066\u3001\u6697\u3044\u80cc\u666f\u3078\u3068\u5e83\u304c\u3063\u3066\u3044\u304f\u3088\u3046\u306b\u8868\u73fe\u3059\u308b<\/span>\n                    <\/div>\n                    <div class=\"bp-3-item\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 6 9 17l-5-5\" \/>\n                        <\/svg>\n                        <span><strong>\u30c1\u30e7\u30fc\u30af<\/strong> \u660e\u308b\u3044\u8272\u304c\u80cc\u666f\u306e\u5834\u5408\u306f\u3001\u30ce\u30c3\u30af\u30a2\u30a6\u30c8\u7a74\u3092\u5185\u5074\u306b\u7e2e\u5c0f\u3057\u3001\u6697\u3044\u8272\u306e\u524d\u666f\u304c\u7e01\u3092\u969b\u7acb\u305f\u305b\u308b\u3088\u3046\u306b\u3057\u307e\u3059<\/span>\n                    <\/div>\n                    <div class=\"bp-3-item\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 6 9 17l-5-5\" \/>\n                        <\/svg>\n                        <span><strong>\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8<\/strong> \u3042\u308b\u8272\u304c\u9ed2\u307e\u305f\u306f\u30e1\u30bf\u30ea\u30c3\u30af\u306e\u5834\u5408\u3001\u30ce\u30c3\u30af\u30a2\u30a6\u30c8\u51e6\u7406\u3092\u884c\u308f\u305a\u306b\u3001\u3088\u308a\u6fc3\u3044\u30a4\u30f3\u30af\u3092\u305d\u306e\u4e0a\u306b\u76f4\u63a5\u5370\u5237\u3057\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u898b\u5f53\u5408\u308f\u305b\u306e\u5883\u754c\u7dda\u304c\u5b8c\u5168\u306b\u306a\u304f\u306a\u308a\u307e\u3059\u3002<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"kete-h3\">\u660e\u308b\u3044\u8272\u3092\u5916\u5074\u306b\u5411\u304b\u3063\u3066\u5e83\u3052\u3066\u3044\u304f<\/h3>\n\n            <p>\u300c\u30b9\u30d7\u30ec\u30c3\u30c9\u300d\u3068\u306f\u3001\u305d\u306e\u540d\u306e\u901a\u308a\u3001\u660e\u308b\u3044\u524d\u666f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u308f\u305a\u304b\u306b\u62e1\u5927\u3057\u3001\u305d\u306e\u5883\u754c\u7dda\u3092\u308f\u305a\u304b\u306b\u8d85\u3048\u3066\u6697\u3044\u80cc\u666f\u306b\u91cd\u306a\u308b\u3088\u3046\u306b\u3059\u308b\u52b9\u679c\u3067\u3059\u3002\u30d9\u30af\u30bf\u30fc\u8868\u73fe\u3067\u8a00\u3048\u3070\u3001\u3053\u308c\u306f\u524d\u666f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3\u30b9\u30c8\u30ed\u30fc\u30af\u3092\u8ffd\u52a0\u3057\u3001\u305d\u306e\u30b9\u30c8\u30ed\u30fc\u30af\u3092\u524d\u666f\u3068\u540c\u3058\u8272\u306b\u8a2d\u5b9a\u3057\u3001\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u3059\u308b\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002<\/p>\n\n            <p>\u6700\u3082\u4e00\u822c\u7684\u306a\u30b1\u30fc\u30b9\u306f\u3001\u7d3a\u8272\u3084\u9ed2\u306e\u80cc\u666f\u306e\u4e0a\u306b\u9ec4\u8272\u3044\u6587\u5b57\u3084\u30ed\u30b4\u30de\u30fc\u30af\u304c\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3067\u3059\u3002\u9ec4\u8272\u306f\u660e\u308b\u3044\u8272\u3067\u3042\u308b\u305f\u3081\u3001\u5916\u5074\u306b\u5411\u304b\u3063\u3066\u5e83\u304c\u3063\u3066\u898b\u3048\u307e\u3059\u3002\u30c8\u30e9\u30c3\u30d7\u5e45\uff08\u30aa\u30d5\u30bb\u30c3\u30c8\u5370\u5237\u3067\u306f\u901a\u5e380.08\uff5e0.16 mm\u3001\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u3067\u306f0.15\uff5e0.25 mm\uff09\u3068\u306f\u3001\u3053\u306e\u76ee\u306b\u898b\u3048\u306a\u3044\u8f2a\u90ed\u7dda\u306e\u539a\u3055\u306e\u3053\u3068\u3067\u3059\u3002\u4eba\u9593\u306e\u76ee\u306f\u3001\u6697\u3044\u9752\u3092\u6a2a\u5207\u308b\u767d\u3044\u9699\u9593\u3092\u3001\u660e\u308b\u3044\u5f62\u72b6\u306e\u308f\u305a\u304b\u306a\u592a\u3055\u3088\u308a\u3082\u306f\u308b\u304b\u306b\u5f37\u304f\u8a8d\u8b58\u3059\u308b\u305f\u3081\u3001\u901a\u5e38\u306e\u8996\u8074\u8ddd\u96e2\u3067\u306f\u3053\u306e\u5e83\u304c\u308a\u306b\u6c17\u3065\u304b\u308c\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n            <p>\u8996\u899a\u7684\u306a\u5f71\u97ff\uff1a\u91cd\u306a\u308a\u5408\u3046\u90e8\u5206\u306f\u30012\u3064\u306e\u8272\u304c\u6df7\u3056\u308a\u5408\u3063\u3066\u308f\u305a\u304b\u306b\u6697\u3044\u8272\u8abf\u306b\u306a\u308a\u307e\u3059\u3002\u9ec4\u8272\u304c\u6fc3\u3044\u9752\u306e\u4e0a\u306b\u5e83\u304c\u308b\u5834\u5408\u3001\u305d\u306e\u91cd\u306a\u308a\u90e8\u5206\u306b\u306f\u304b\u3059\u304b\u306a\u7dd1\u304c\u304b\u3063\u305f\u8272\u5408\u3044\u304c\u751f\u3058\u307e\u3059\u3002\u3053\u308c\u306f\u300c\u8272\u8abf\u4f4e\u6e1b\u300d\u306b\u3088\u3063\u3066\u8abf\u6574\u3055\u308c\u307e\u3059\u3002\u30d7\u30ed\u5411\u3051\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3067\u306f\u3001\u660e\u308b\u3044\u30a4\u30f3\u30af\u306e\u91cd\u306a\u308a\u90e8\u5206\u306f\u3001\u30d5\u30eb\u5bc6\u5ea6\u306e100%\u3067\u306f\u306a\u304f40%-60%\u3067\u5370\u5237\u3055\u308c\u308b\u305f\u3081\u3001\u8272\u306e\u5909\u5316\u304c\u548c\u3089\u304e\u3001\u6700\u7d42\u7684\u306b\u306f\u307b\u3068\u3093\u3069\u76ee\u7acb\u305f\u306a\u304f\u306a\u308a\u307e\u3059\u3002\u6b63\u78ba\u306a\u30c6\u30a3\u30f3\u30c8\u4f4e\u6e1b\u7387\u306f\u3001\u30a4\u30f3\u30af\u30bb\u30c3\u30c8\u3001\u5370\u5237\u7d20\u6750\u3001\u304a\u3088\u3073\u30c8\u30e9\u30c3\u30d7\u5e45\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5024\u306f\u3001\u4e00\u5ea6\u8a2d\u5b9a\u3057\u3066\u305d\u306e\u307e\u307e\u306b\u3059\u308b\u306e\u3067\u306f\u306a\u304f\u3001\u30b8\u30e7\u30d6\u3054\u3068\u306b\u8abf\u6574\u3055\u308c\u307e\u3059\u3002<\/p>\n\n            <p>\u30a4\u30f3\u30af\u306e\u5e83\u304c\u308a\u65b9\u5411\u3092\u6c7a\u5b9a\u3065\u3051\u308b\u6280\u8853\u7684\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u3001\u5404\u30a4\u30f3\u30af\u306eCIELAB L*\uff08\u660e\u5ea6\uff09\u5024\u3067\u3059\u3002\u3053\u308c\u306f\u3001\u30ad\u30e3\u30ea\u30d6\u30ec\u30fc\u30b7\u30e7\u30f3\u3055\u308c\u3066\u3044\u306a\u3044\u30e2\u30cb\u30bf\u30fc\u4e0a\u3067\u76ee\u8996\u3057\u3066\u5224\u65ad\u3057\u305f\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8089\u773c\u3067\u306f\u660e\u5ea6\u304c\u4f3c\u3066\u898b\u3048\u308b2\u3064\u306e\u8272\u3067\u3082\u3001\u5206\u5149\u6e2c\u8272\u8a08\u3067\u6e2c\u5b9a\u3059\u308b\u3068L*\u5024\u306b\u5927\u304d\u306a\u9055\u3044\u304c\u3042\u308b\u5834\u5408\u304c\u3042\u308a\u3001\u305d\u306e\u9055\u3044\u304c\u5e83\u304c\u308a\u65b9\u5411\u3092\u6c7a\u5b9a\u3057\u307e\u3059\u3002\u8ff7\u3063\u305f\u5834\u5408\u306f\u3001\u6e2c\u5b9a\u3092\u884c\u3063\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n            <h3 class=\"kete-h3\">\u80cc\u666f\u3092\u7e2e\u5c0f\u3057\u3066\u30a8\u30c3\u30b8\u3092\u4fdd\u8b77\u3059\u308b<\/h3>\n\n            <p>\u30c1\u30e7\u30fc\u30af\u306f\u30b9\u30d7\u30ec\u30c3\u30c9\u306e\u5bfe\u6975\u306b\u3042\u308b\u6280\u6cd5\u3067\u3059\u3002\u524d\u666f\u3092\u62e1\u5927\u3059\u308b\u4ee3\u308f\u308a\u306b\u3001\u80cc\u666f\u306e\u5207\u308a\u629c\u304d\u7a74\u3092\u5c0f\u3055\u304f\u3059\u308b\u3053\u3068\u3067\u3001\u6697\u3044\u8272\u306e\u524d\u666f\u306e\u88ab\u5199\u4f53\u304c\u3001\u305d\u306e\u305f\u3081\u306b\u5207\u308a\u629c\u304b\u308c\u305f\u958b\u53e3\u90e8\u304b\u3089\u308f\u305a\u304b\u306b\u306f\u307f\u51fa\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002\u8996\u899a\u7684\u306a\u7d50\u679c\u306f\u540c\u3058\uff08\u6697\u3044\u8272\u304c\u8f2a\u90ed\u3092\u969b\u7acb\u305f\u305b\u308b\uff09\u3067\u3059\u304c\u3001\u624b\u6cd5\u306f\u7570\u306a\u308a\u3001\u72b6\u6cc1\u306b\u3088\u3063\u3066\u306f\u3001\u30c1\u30e7\u30fc\u30af\u306e\u65b9\u304c\u30b9\u30d7\u30ec\u30c3\u30c9\u3088\u308a\u3082\u3059\u3063\u304d\u308a\u3068\u3057\u305f\u4ed5\u4e0a\u304c\u308a\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n            <p>\u5178\u578b\u7684\u306a\u300c\u30c1\u30e7\u30fc\u30af\u300d\u73fe\u8c61\u306e\u4f8b\uff1a\u767d\u307e\u305f\u306f\u975e\u5e38\u306b\u660e\u308b\u3044\u80cc\u666f\u306e\u4e0a\u306b\u3001\u6fc3\u3044\u9752\u8272\u306e\u30ed\u30b4\u304c\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3067\u3059\u3002\u80cc\u666f\u306e\u65b9\u304c\u660e\u308b\u3044\u8272\u3067\u3042\u308b\u305f\u3081\u3001\u30ed\u30b4\u306e\u5185\u5074\u306b\u5411\u304b\u3063\u3066\u300c\u30c1\u30e7\u30fc\u30af\u300d\u73fe\u8c61\u304c\u751f\u3058\u3001\u7d50\u679c\u3068\u3057\u3066\u5207\u308a\u629c\u304d\u7a74\u304c\u30ed\u30b4\u3088\u308a\u3082\u308f\u305a\u304b\u306b\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059\u3002\u305d\u306e\u7d50\u679c\u3001\u6fc3\u3044\u9752\u8272\u306e\u30ed\u30b4\u306f\u3001\u30c8\u30e9\u30c3\u30d7\u306e\u5e45\u5206\u3060\u3051\u767d\u3044\u80cc\u666f\u3068\u91cd\u306a\u308a\u3001\u305d\u306e\u7e01\u306f\u304f\u3063\u304d\u308a\u3068\u6b8b\u308a\u307e\u3059\u3002<\/p>\n\n            <p>\u5b9f\u969b\u306b\u306f\u3001\u30b9\u30d7\u30ec\u30c3\u30c9\u3068\u30c1\u30e7\u30fc\u30af\u306e\u3069\u3061\u3089\u3092\u9078\u3076\u304b\u306f\u3001\u591a\u304f\u306e\u5834\u5408\u3001\u30a2\u30fc\u30c8\u30ef\u30fc\u30af\u306e\u4e2d\u3067\u3069\u3061\u3089\u306e\u8981\u7d20\u3092\u4fee\u6b63\u3057\u3084\u3059\u3044\u304b\u3068\u3044\u3046\u70b9\u306b\u5e30\u7740\u3057\u307e\u3059\u3002\u4f8b\u3048\u3070\u3001\u6697\u3044\u524d\u666f\u304c\u591a\u304f\u306e\u30d1\u30b9\u304b\u3089\u306a\u308b\u8907\u96d1\u306a\u30a4\u30e9\u30b9\u30c8\u3067\u3001\u80cc\u666f\u304c\u5358\u7d14\u306a\u9577\u65b9\u5f62\u3067\u3042\u308b\u5834\u5408\u3001\u6570\u5341\u500b\u3082\u306e\u524d\u666f\u8981\u7d20\u3092\u4e00\u3064\u305a\u3064\u30b9\u30d7\u30ec\u30c3\u30c9\u51e6\u7406\u3059\u308b\u3088\u308a\u3082\u3001\u80cc\u666f\u3092\u30c1\u30e7\u30fc\u30af\u51e6\u7406\u3059\u308b\u307b\u3046\u304c\u306f\u308b\u304b\u306b\u7c21\u5358\u3067\u3059\u3002\u901a\u5e38\u3001\u540c\u3058\u5370\u5237\u7269\u306b\u304a\u3044\u3066\u3001\u30c1\u30e7\u30fc\u30af\u306e\u5024\u306f\u540c\u7b49\u306e\u30b9\u30d7\u30ec\u30c3\u30c9\u306e\u5024\u3088\u308a\u30820.02\uff5e0.05 mm\u5c0f\u3055\u304f\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u306f\u3001\u80cc\u666f\u306e\u53ce\u7e2e\u304c\u3001\u524d\u666f\u306e\u62e1\u5f35\u3088\u308a\u3082\u8996\u899a\u7684\u306b\u308f\u305a\u304b\u306b\u76ee\u7acb\u3061\u3084\u3059\u3044\u305f\u3081\u3067\u3059\u3002\u6697\u3044\u5f62\u72b6\u306e\u5468\u56f2\u3067\u300c\u5185\u5074\u306b\u62bc\u3057\u5bc4\u305b\u3066\u304f\u308b\u300d\u3088\u3046\u306b\u898b\u3048\u308b\u660e\u308b\u3044\u80cc\u666f\u3088\u308a\u3082\u3001\u4e88\u60f3\u3088\u308a\u308f\u305a\u304b\u306b\u5927\u304d\u3044\u660e\u308b\u3044\u5f62\u72b6\u306e\u65b9\u304c\u3001\u76ee\u306b\u306f\u8a31\u5bb9\u3055\u308c\u3084\u3059\u3044\u306e\u3067\u3059\u3002<\/p>\n\n            <p>\u30d5\u30ec\u30ad\u30bd\u7279\u6709\u306e\u5fae\u5999\u306a\u70b9\u3068\u3057\u3066\u3001\u6697\u3044\u5b9f\u5730\u90e8\u5206\u304c\u660e\u308b\u3044\u30b9\u30af\u30ea\u30fc\u30f3\u8abf\u306e\u9818\u57df\u306b\u96a3\u63a5\u3057\u3066\u5370\u5237\u3055\u308c\u308b\u5834\u5408\u3001\u30c1\u30e7\u30fc\u30af\u73fe\u8c61\u306b\u3088\u3063\u3066\u3001\u5883\u754c\u90e8\u5206\u3067\u6697\u3044\u30a4\u30f3\u30af\u304c\u30b9\u30af\u30ea\u30fc\u30f3\u30c9\u30c3\u30c8\u5185\u306b\u7269\u7406\u7684\u306b\u6ef2\u307f\u8fbc\u3080\u306e\u3092\u9632\u304e\u307e\u3059\u3002\u3053\u308c\u306f\u898b\u5f53\u5408\u308f\u305b\u306e\u554f\u984c\u3067\u306f\u306a\u304f\u3001\u30a4\u30f3\u30af\u306e\u8ee2\u5199\u306b\u95a2\u3059\u308b\u7269\u7406\u7684\u306a\u554f\u984c\u3067\u3042\u308a\u3001\u30d5\u30ec\u30ad\u30bd\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u304c\u30aa\u30d5\u30bb\u30c3\u30c8\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u3088\u308a\u3082\u624b\u4f5c\u696d\u306b\u3088\u308b\u8abf\u6574\u304c\u5fc5\u8981\u306b\u306a\u308a\u304c\u3061\u306a\u7406\u7531\u306e\u4e00\u3064\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n\n            <img decoding=\"async\" src=\"https:\/\/www.ketegroup.com\/wp-content\/uploads\/2025\/07\/sustainable-printing-methods-2.webp\" alt=\"\u9ad8\u901f\u6a5f\u68b0\u3092\u64cd\u4f5c\u3059\u308bKETE\u30b0\u30eb\u30fc\u30d7\u306e\u5f93\u696d\u54e1\" 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;\" onmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)';\" onmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)';\">\n\n            <h3 class=\"kete-h3\">2\u3064\u306e\u30a4\u30f3\u30af\u304c\u540c\u3058\u9818\u57df\u3092\u5171\u6709\u3059\u308b\u5834\u5408\u306e\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8<\/h3>\n\n            <p>\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u306f\u6700\u3082\u5358\u7d14\u306a\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u6280\u6cd5\u3067\u3059\u304c\u3001\u76ae\u8089\u306a\u3053\u3068\u306b\u3001\u6700\u3082\u983b\u7e41\u306b\u8aa4\u7528\u3055\u308c\u308b\u6280\u6cd5\u3067\u3082\u3042\u308a\u307e\u3059\u3002\u5883\u754c\u90e8\u5206\u306b\u91cd\u306a\u308a\u9818\u57df\u3092\u8a2d\u3051\u308b\u306e\u3067\u306f\u306a\u304f\u3001\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u3067\u306f\u5883\u754c\u3092\u5b8c\u5168\u306b\u6392\u9664\u3057\u307e\u3059\u3002\u3064\u307e\u308a\u3001\u4e0b\u5730\u306e\u8272\u3092\u629c\u304d\u53d6\u308b\u3053\u3068\u306a\u304f\u3001\u4e00\u65b9\u306e\u30a4\u30f3\u30af\u304c\u3082\u3046\u4e00\u65b9\u306e\u30a4\u30f3\u30af\u306e\u4e0a\u306b\u76f4\u63a5\u5237\u3089\u308c\u308b\u306e\u3067\u3059\u3002<\/p>\n\n            <p>\u9ed2\u30a4\u30f3\u30af\u306f\u3001\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u306e\u5178\u578b\u7684\u306a\u4f8b\u3067\u3059\u3002\u9ed2\u306f\u4e0d\u900f\u660e\u5ea6\u304c\u9ad8\u3044\u305f\u3081\u3001\u305d\u306e\u4e0b\u306b\u3042\u308b\u3082\u306e\u3092\u3059\u3079\u3066\u96a0\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u305d\u306e\u305f\u3081\u3001\u9ed2\u306e\u30c6\u30ad\u30b9\u30c8\u3084\u9ed2\u306e\u7dda\u753b\u306f\u3001\u307b\u307c\u5e38\u306b\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u306b\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u306f\u975e\u5e38\u306b\u4e00\u822c\u7684\u306a\u8a2d\u5b9a\u3067\u3042\u308b\u305f\u3081\u3001\u307b\u3068\u3093\u3069\u306e\u30c7\u30b6\u30a4\u30f3\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u9ed2\u306e\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u304a\u308a\u3001\u307b\u3068\u3093\u3069\u306eRIP\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u3067\u3082\u3001\u7279\u306b\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u306a\u3044\u9650\u308a\u3001100%\u306e\u9ed2\u306f\u81ea\u52d5\u7684\u306b\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u3055\u308c\u307e\u3059\u3002\u305d\u306e\u7d50\u679c\u3001\u9ed2\u306e\u8981\u7d20\u306b\u3088\u3063\u3066\u30ce\u30c3\u30af\u30a2\u30a6\u30c8\u7a74\u304c\u751f\u3058\u308b\u3053\u3068\u306f\u306a\u304f\u3001\u898b\u5f53\u305a\u308c\u304c\u767a\u751f\u3059\u308b\u8981\u56e0\u304c\u306a\u304f\u306a\u308a\u307e\u3059\u3002<\/p>\n\n            <p>\u5371\u967a\u306a\u72b6\u6cc1\u3068\u306f\u3001\u30c7\u30b6\u30a4\u30ca\u30fc\u3084\u81ea\u52d5\u5316\u3055\u308c\u305f\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u304c\u3001\u9ed2\u4ee5\u5916\u306e\u8981\u7d20\u306b\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u3092\u9069\u7528\u3057\u3066\u3057\u307e\u3046\u5834\u5408\u3067\u3059\u3002\u6697\u3044\u80cc\u666f\u4e0a\u3067\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u304c\u8a2d\u5b9a\u3055\u308c\u305f\u767d\u3044\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u3001\u5b8c\u5168\u306b\u6d88\u3048\u3066\u3057\u307e\u3044\u307e\u3059\u3002\u767d\u30a4\u30f3\u30af\u306f\u5370\u5237\u3055\u308c\u307e\u3059\u304c\u3001\u534a\u900f\u660e\u3067\u3042\u308b\u305f\u3081\u3001\u6697\u3044\u80cc\u666f\u304c\u900f\u3051\u3066\u898b\u3048\u3001\u5370\u5237\u5de5\u7a0b\u3067\u767d\u3044\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u6d88\u3048\u3066\u3057\u307e\u3044\u307e\u3059\u3002\u30b7\u30a2\u30f3\u4e0a\u306b\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u3055\u308c\u305f\u9ec4\u8272\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u7dd1\u8272\u306b\u306a\u308a\u307e\u3059\u30022\u3064\u306e\u30b9\u30dd\u30c3\u30c8\u30ab\u30e9\u30fc\u3092\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u3059\u308b\u3068\u3001\u8ab0\u3082\u6307\u5b9a\u3057\u3066\u3044\u306a\u3044\u4e88\u6e2c\u4e0d\u53ef\u80fd\u306a\u7b2c3\u306e\u8272\u304c\u751f\u6210\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u30a8\u30e9\u30fc\u306f\u3001\u30d7\u30ea\u30d7\u30ec\u30b9\u5de5\u7a0b\u306b\u304a\u3044\u3066\u6700\u3082\u30b3\u30b9\u30c8\u306e\u304b\u304b\u308b\u3082\u306e\u306e\u4e00\u3064\u306b\u6570\u3048\u3089\u308c\u307e\u3059\u3002\u300c\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u300d\u3092\u660e\u793a\u7684\u306b\u6709\u52b9\u306b\u3057\u306a\u3044\u9650\u308a\u753b\u9762\u4e0a\u3067\u306f\u78ba\u8a8d\u3067\u304d\u305a\u3001\u5370\u5237\u304c\u958b\u59cb\u3055\u308c\u3066\u521d\u3081\u3066\u305d\u306e\u5b58\u5728\u304c\u660e\u3089\u304b\u306b\u306a\u308b\u304b\u3089\u3067\u3059\u3002<\/p>\n\n            <p>\u30e1\u30bf\u30eb\u30a4\u30f3\u30af\u306b\u3064\u3044\u3066\u306f\u7279\u306b\u8a00\u53ca\u3057\u3066\u304a\u304f\u4fa1\u5024\u304c\u3042\u308a\u307e\u3059\u3002\u30e1\u30bf\u30ea\u30c3\u30af\u30a4\u30f3\u30af\uff08\u91d1\u3001\u9280\u3001\u9285\u306a\u3069\uff09\u306f\u307b\u307c\u5b8c\u5168\u306b\u4e0d\u900f\u660e\u3067\u3059\u3002\u3053\u308c\u3089\u306e\u30a4\u30f3\u30af\u306e\u4e0a\u306b\u5225\u306e\u8272\u3092\u91cd\u306d\u5237\u308a\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002\u305d\u306e\u4ee3\u308f\u308a\u306b\u3001\u76f8\u5bfe\u7684\u306a\u8f1d\u5ea6\u306b\u95a2\u4fc2\u306a\u304f\u3001\u96a3\u63a5\u3059\u308b\u3059\u3079\u3066\u306e\u8272\u304c\u30e1\u30bf\u30ea\u30c3\u30af\u30a4\u30f3\u30af\u306b\u5411\u304b\u3063\u3066\u30c8\u30e9\u30c3\u30d7\u3055\u308c\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002\u30a8\u30c3\u30b8\u3092\u5b9a\u7fa9\u3059\u308b\u306e\u306f\u30e1\u30bf\u30ea\u30c3\u30af\u30a4\u30f3\u30af\u3067\u3042\u308a\u3001\u305d\u308c\u4ee5\u5916\u306b\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n            <div class=\"bp-4-warning\">\n                <div class=\"bp-4-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\" \/>\n                        <path d=\"M12 9v4\" \/>\n                        <path d=\"M12 17h.01\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-4-text\"><strong>\u30d7\u30ea\u30d7\u30ec\u30b9\u4f5c\u696d\u306b\u304a\u3051\u308b\u6700\u3082\u30b3\u30b9\u30c8\u306e\u304b\u304b\u308b\u30df\u30b9\uff1a<\/strong> \u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u306b\u8a2d\u5b9a\u3055\u308c\u305f\u767d\u3044\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u3001\u5370\u5237\u6642\u306b\u6d88\u3048\u3066\u3057\u307e\u3044\u307e\u3059\u3002\u767d\u30a4\u30f3\u30af\u306f\u5370\u5237\u3055\u308c\u307e\u3059\u304c\u3001\u534a\u900f\u660e\u3067\u3042\u308b\u305f\u3081\u3001\u6697\u3044\u80cc\u666f\u304c\u900f\u3051\u3066\u898b\u3048\u3001\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u304c\u6709\u52b9\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u9650\u308a\u3001\u753b\u9762\u4e0a\u3067\u306f\u767d\u3044\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u898b\u3048\u306a\u304f\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059\u3002<\/div>\n            <\/div>\n\n            <hr>\n\n            <h2 class=\"kete-h2\">\u5404\u7a2e\u5370\u5237\u30d7\u30ed\u30bb\u30b9\u306b\u304a\u3051\u308b\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\uff1a\u4e26\u5217\u6bd4\u8f03<\/h2>\n\n            <p>\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u672c\u30ac\u30a4\u30c9\u306e\u4e2d\u6838\u3092\u306a\u3059\u3082\u306e\u3067\u3042\u308a\u3001\u79c1\u305f\u3061\u306e\u77e5\u308b\u9650\u308a\u30015\u3064\u306e\u4e3b\u8981\u306a\u5370\u5237\u30d7\u30ed\u30bb\u30b9\u3059\u3079\u3066\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u8981\u4ef6\u3092\u30011\u3064\u306e\u53c2\u7167\u8868\u306b\u4e26\u3079\u3066\u6bd4\u8f03\u3057\u3066\u3044\u308bWeb\u4e0a\u306e\u552f\u4e00\u306e\u60c5\u5831\u6e90\u3067\u3059\u3002<\/p>\n\n            <p>\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u6226\u7565\u306f\u3001\u30c7\u30b6\u30a4\u30f3\u30bd\u30d5\u30c8\u306b\u3088\u3063\u3066\u6c7a\u307e\u308b\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u305d\u306e\u4ed5\u4e8b\u304c\u5370\u5237\u3055\u308c\u308b\u5370\u5237\u6a5f\u306b\u3088\u3063\u3066\u6c7a\u307e\u308b\u306e\u3067\u3059\u3002\u4ee5\u4e0b\u306e\u6bd4\u8f03\u8868\u3092\u78ba\u8a8d\u3059\u308b\u524d\u306b\u3001\u81ea\u793e\u306e\u751f\u7523\u74b0\u5883\u306b\u3064\u3044\u3066\u6b21\u306e3\u3064\u306e\u8cea\u554f\u306b\u7b54\u3048\u3066\u304f\u3060\u3055\u3044\uff1a<\/p>\n\n            <ol>\n                <li>\u304a\u4f7f\u3044\u306e\u5370\u5237\u6a5f\u306f\u679a\u8449\u5f0f\u3067\u3059\u304b\u3001\u305d\u308c\u3068\u3082\u8f2a\u8ee2\u5f0f\u3067\u3059\u304b\uff1f<\/li>\n                <li>\u5370\u5237\u3059\u308b\u7d20\u6750\u306f\u3001\u30b3\u30fc\u30c8\u7d19\u3001\u30d7\u30e9\u30b9\u30c1\u30c3\u30af\u30d5\u30a3\u30eb\u30e0\u3001\u6bb5\u30dc\u30fc\u30eb\u3001\u305d\u308c\u3068\u3082\u7e54\u7269\u3067\u3059\u304b\uff1f<\/li>\n                <li>\u901a\u5e38\u306e\u751f\u7523\u6761\u4ef6\u4e0b\u306b\u304a\u3044\u3066\u3001\u5fa1\u793e\u306e\u5370\u5237\u6a5f\u306e\u4e00\u822c\u7684\u306a\u898b\u5f53\u7cbe\u5ea6\u306f\u3069\u306e\u7a0b\u5ea6\u3067\u3059\u304b\uff08\u7406\u60f3\u7684\u306a\u8a66\u9a13\u6761\u4ef6\u4e0b\u3067\u306e\u30e1\u30fc\u30ab\u30fc\u4ed5\u69d8\u3067\u306f\u306a\u304f\uff09\uff1f<\/li>\n            <\/ol>\n\n            <p>\u3053\u308c\u30893\u3064\u306e\u8cea\u554f\u306b\u5bfe\u3059\u308b\u56de\u7b54\u306f\u3001\u4e0b\u306e\u8868\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30c3\u30d7\u5024\u306e\u63a8\u5968\u5024\u3084\u7279\u5225\u306a\u8003\u616e\u4e8b\u9805\u306b\u305d\u306e\u307e\u307e\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n\n            <div class=\"rich-table\">\n                <div class=\"table-wrapper\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>\u5bf8\u6cd5<\/th>\n                                <th>\u30aa\u30d5\u30bb\u30c3\u30c8\u30ea\u30bd\u30b0\u30e9\u30d5\u30a3\u30fc<\/th>\n                                <th>\u30d5\u30ec\u30ad\u30bd\u5370\u5237<\/th>\n                                <th>\u30b0\u30e9\u30d3\u30a2\u5370\u5237<\/th>\n                                <th>\u30c7\u30b8\u30bf\u30eb\uff08\u30c8\u30ca\u30fc\uff0f\u30a4\u30f3\u30af\u30b8\u30a7\u30c3\u30c8\uff09<\/th>\n                                <th>\u30b9\u30af\u30ea\u30fc\u30f3\u5370\u5237<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td><strong>\u4e00\u822c\u7684\u306a\u767b\u9332\u7cbe\u5ea6<\/strong><\/td>\n                                <td>\u00b10.03\uff5e0.05 mm\uff08\u679a\u9001\u308a\uff09<br>\u00b10.05\uff5e0.08 mm\uff08\u30a6\u30a7\u30d6\uff09<\/td>\n                                <td>\u00b10.10\uff5e0.20 mm\uff08\u7a4d\u5c64\u578b\uff09<br>\u00b10.05\uff5e0.10 mm\uff08CI\u30bf\u30a4\u30d7\uff09<\/td>\n                                <td>\u00b10.05\uff5e0.10 mm<\/td>\n                                <td>\u00b10.02\uff5e0.05 mm\uff08\u540c\u4e00\u306e\u30d7\u30ea\u30f3\u30c8\u30a8\u30f3\u30b8\u30f3\u5185\u306b\u304a\u3051\u308b\u8272\u9593\u306e\u30ba\u30ec\u306f\u7121\u8996\u3067\u304d\u308b\u7a0b\u5ea6\uff09<\/td>\n                                <td>\u00b10.20\uff5e0.50 mm\uff08\u30b9\u30af\u30ea\u30fc\u30f3\u306e\u5f35\u529b\u3084\u30aa\u30d5\u30b3\u30f3\u30bf\u30af\u30c8\u306b\u3088\u3063\u3066\u5927\u304d\u304f\u5909\u52d5\u3059\u308b\uff09<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>\u63a8\u5968\u30c8\u30e9\u30c3\u30d7\u5e45<\/strong><\/td>\n                                <td>0.08\uff5e0.16 mm\uff08\u30b3\u30fc\u30c6\u30a3\u30f3\u30b0\u6e08\u307f\uff09<br>0.10\uff5e0.20 mm\uff08\u30b3\u30fc\u30c6\u30a3\u30f3\u30b0\u306a\u3057\uff09<\/td>\n                                <td>0.15\uff5e0.25 mm\uff08\u30d5\u30a3\u30eb\u30e0\uff0f\u7d19\uff09<br>0.25\uff5e0.40 mm\uff08\u6ce2\u5f62\uff09<\/td>\n                                <td>0.10\uff5e0.20 mm<\/td>\n                                <td>\u901a\u5e38\u3001\u30cd\u30a4\u30c6\u30a3\u30d6\u306e\u30c7\u30b8\u30bf\u30eb\u51fa\u529b\u306e\u5834\u5408\u306f\u4e0d\u8981\u3067\u3059<\/td>\n                                <td>0.25\uff5e0.75 pt\uff08\u7e4a\u7dad\u88fd\u54c1\uff09<br>0.15\uff5e0.40 pt\uff08\u786c\u8cea\u57fa\u6750\uff09<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>\u30b3\u30a2\u306e\u6355\u6349\u306b\u95a2\u3059\u308b\u8ab2\u984c<\/strong><\/td>\n                                <td>\u30a4\u30f3\u30af\u3068\u6c34\u306e\u30d0\u30e9\u30f3\u30b9\u306f\u3001\u5370\u6750\u306e\u5bf8\u6cd5\u5b89\u5b9a\u6027\u306b\u5f71\u97ff\u3092\u4e0e\u3048\u3001\u30a6\u30a7\u30c3\u30c8\u30fb\u30aa\u30f3\u30fb\u30a6\u30a7\u30c3\u30c8\u3067\u306e\u30a4\u30f3\u30af\u306e\u9589\u3058\u8fbc\u3081\u306f\u3001\u91cd\u306d\u5237\u308a\u306e\u6319\u52d5\u3092\u8907\u96d1\u306b\u3059\u308b\u3002<\/td>\n                                <td>\u57fa\u677f\u306e\u4f38\u3073\u3068\u30d7\u30ec\u30fc\u30c8\u306e\u5909\u5f62\u304c\u4e3b\u306a\u8981\u56e0\u3067\u3042\u308a\u3001CI\u30d7\u30ec\u30b9\u306f\u30b9\u30bf\u30c3\u30af\u578b\u3088\u308a\u3082\u4f4d\u7f6e\u5408\u308f\u305b\u7cbe\u5ea6\u304c\u9ad8\u3044<\/td>\n                                <td>\u30af\u30ed\u30e0\u30b7\u30ea\u30f3\u30c0\u30fc\u306e\u6469\u8017\u306b\u3088\u308a\u3001\u5370\u5237\u306e\u9032\u884c\u306b\u4f34\u3044\u30bb\u30eb\u5bb9\u7a4d\u3084\u30c9\u30c3\u30c8\u30b2\u30a4\u30f3\u304c\u5909\u5316\u3059\u308b\u3002\u307e\u305f\u3001\u6eb6\u5264\u306e\u4e7e\u71e5\u901f\u5ea6\u306f\u30a4\u30f3\u30af\u306e\u5e83\u304c\u308a\u306b\u5f71\u97ff\u3092\u4e0e\u3048\u308b\u3002<\/td>\n                                <td>\u96fb\u5b50\u5199\u771f\u65b9\u5f0f\u304a\u3088\u3073\u30a4\u30f3\u30af\u30b8\u30a7\u30c3\u30c8\u65b9\u5f0f\u3067\u306f\u30011\u56de\u306e\u30a8\u30f3\u30b8\u30f3\u901a\u904e\u3067\u3059\u3079\u3066\u306e\u8272\u3092\u5370\u5237\u3067\u304d\u308b\u305f\u3081\u3001\u30e6\u30cb\u30c3\u30c8\u9593\u306e\u898b\u5408\u308f\u305b\u8abf\u6574\u304c\u4e0d\u8981\u306b\u306a\u308a\u307e\u3059\u3002<\/td>\n                                <td>\u751f\u7523\u30ed\u30c3\u30c8\u9593\u3067\u30b9\u30af\u30ea\u30fc\u30f3\u30e1\u30c3\u30b7\u30e5\u306e\u5f35\u529b\u4f4e\u4e0b\u3084\u30aa\u30d5\u30b3\u30f3\u30bf\u30af\u30c8\u8ddd\u96e2\u306e\u305a\u308c\u304c\u751f\u3058\u308b\u3002\u30a4\u30f3\u30af\u306e\u5806\u7a4d\u304c\u539a\u304f\u306a\u308b\u3068\u3001\u898b\u304b\u3051\u4e0a\u306e\u898b\u5f53\u30ba\u30ec\u304c\u5f37\u8abf\u3055\u308c\u308b\u3002<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>\u81ea\u52d5\u5316\u306e\u6210\u719f\u5ea6<\/strong><\/td>\n                                <td>RIP\u5185\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u6a5f\u80fd\u3092\u5099\u3048\u305f\u30a8\u30f3\u30b8\u30f3\uff08\u30b3\u30c0\u30c3\u30af\u30fb\u30d7\u30ea\u30f3\u30a8\u30ca\u30b8\u30fc\u3001\u30cf\u30a4\u30c7\u30eb\u30d9\u30eb\u30af\u30fb\u30d7\u30ea\u30cd\u30af\u30c8\u3001\u5bcc\u58ebXMF\uff09\u306f\u3001\u307b\u3068\u3093\u3069\u306e\u30aa\u30d5\u30bb\u30c3\u30c8\u5370\u5237\u306e\u30b7\u30ca\u30ea\u30aa\u3092\u81ea\u52d5\u7684\u306b\u51e6\u7406\u3057\u307e\u3059<\/td>\n                                <td>\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u306e\u30d7\u30ea\u30d7\u30ec\u30b9\u4f5c\u696d\u306e\u3046\u3061\u3001\u304a\u3088\u305d50%\u7a0b\u5ea6\u306f\u3001\u4f55\u3089\u304b\u306e\u624b\u4f5c\u696d\u307e\u305f\u306f\u4eba\u624b\u306b\u3088\u308b\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u3092\u4f34\u3063\u3066\u3044\u307e\u3059\u3002\u8907\u96d1\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u30ec\u30a4\u30a2\u30a6\u30c8\u306e\u5834\u5408\u3001\u81ea\u52d5\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u3067\u306f\u4e0d\u5341\u5206\u306a\u3053\u3068\u304c\u3088\u304f\u3042\u308a\u307e\u3059\u3002<\/td>\n                                <td>\u30d7\u30ea\u30d7\u30ec\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306b\u642d\u8f09\u3055\u308c\u305f\u9ad8\u6027\u80fd\u306a\u30b0\u30e9\u30d3\u30a2\u7528\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u5c02\u7528\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001\u307b\u3068\u3093\u3069\u306e\u72b6\u6cc1\u3092\u51e6\u7406\u3067\u304d\u307e\u3059\u304c\u3001\u4e7e\u71e5\u3068\u30c9\u30c3\u30c8\u30b2\u30a4\u30f3\u304c\u3088\u308a\u5927\u304d\u306a\u5909\u52d5\u8981\u56e0\u3068\u306a\u308a\u307e\u3059\u3002<\/td>\n                                <td>\u975e\u5e38\u306b\u9ad8\u6027\u80fd\u306a\u30c7\u30b8\u30bf\u30eb\u5370\u5237\u6a5f\u3067\u306f\u3001\u8272\u9593\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3002\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u304c\u5fc5\u8981\u306b\u306a\u308b\u306e\u306f\u3001\u30c7\u30b8\u30bf\u30eb\u51fa\u529b\u3092\u5370\u5237\u5f8c\u306e\u5de5\u7a0b\u3068\u7d44\u307f\u5408\u308f\u305b\u308b\u5834\u5408\u306e\u307f\u3067\u3059\uff08\u4f8b\uff1a\u30c7\u30b8\u30bf\u30eb\uff0b\u30d5\u30ec\u30ad\u30bd\u306e\u30b9\u30dd\u30c3\u30c8\u30ab\u30e9\u30fc\uff09\u3002<\/td>\n                                <td>\u30b9\u30af\u30ea\u30fc\u30f3\u5370\u5237\u306b\u304a\u3051\u308b\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u5927\u90e8\u5206\u306f\u3001\u30c7\u30b6\u30a4\u30f3\u30bd\u30d5\u30c8\uff08Illustrator\u3001CorelDRAW\uff09\u3067\u624b\u4f5c\u696d\u3067\u884c\u308f\u308c\u3066\u3044\u307e\u3059\u3002<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>\u7279\u5225\u306a\u7559\u610f\u4e8b\u9805<\/strong><\/td>\n                                <td>\u30a6\u30a7\u30c3\u30c8\u30fb\u30aa\u30f3\u30fb\u30a6\u30a7\u30c3\u30c8\u5370\u5237\u3067\u306f\u3001\u30a4\u30f3\u30af\u306e\u7c98\u7740\u6027\u3068\u8ee2\u5199\u9806\u5e8f\u3092\u8003\u616e\u3057\u3066\u30c8\u30e9\u30c3\u30d7\u306e\u65b9\u5411\u3092\u6c7a\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b<\/td>\n                                <td>\u9bae\u660e\u306a\u9ed2\u7e01\u3092\u5b9f\u73fe\u3059\u308b\u306b\u306f\u3001\u30ad\u30fc\u30d7\u30a2\u30a6\u30a7\u30a4\uff0f\u30b9\u30c6\u30a4\u30a2\u30a6\u30a7\u30a4\u306e\u30c1\u30e7\u30fc\u30af\u304c\u4e0d\u53ef\u6b20\u3067\u3059\u3002\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u3067\u306f\u3001\u30f4\u30a3\u30cd\u30c3\u30c8\u304c3-4%\u30c9\u30c3\u30c8\u4ee5\u4e0b\u306b\u8584\u304f\u306a\u3063\u3066\u306f\u306a\u308a\u307e\u305b\u3093\u3002\u8aad\u307f\u53d6\u308a\u3084\u3059\u3055\u3092\u78ba\u4fdd\u3059\u308b\u305f\u3081\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u306f\u30a6\u30a7\u30d6\u65b9\u5411\u306b\u914d\u7f6e\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/td>\n                                <td>\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u306b\u306f\u30b9\u30e9\u30a4\u30c7\u30a3\u30f3\u30b0\u30c8\u30e9\u30c3\u30d7\u304c\u5fc5\u8981\u3067\u3059\u3002\u30e1\u30bf\u30ea\u30c3\u30af\u8272\u306b\u306f\u5e38\u306b\u30c8\u30e9\u30c3\u30d7\u3092\u9069\u7528\u3057\u3066\u304f\u3060\u3055\u3044\uff08\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u306f\u7d76\u5bfe\u306b\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\uff09\u3002<\/td>\n                                <td>\u30c7\u30b8\u30bf\u30eb\u5370\u5237\u3068\u5f93\u6765\u306e\u30dd\u30b9\u30c8\u30d7\u30ea\u30f3\u30c8\uff08\u30d5\u30ec\u30ad\u30bd\u30cb\u30b9\u3001\u30b9\u30af\u30ea\u30fc\u30f3\u30e1\u30bf\u30ea\u30c3\u30af\uff09\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u5834\u5408\u306f\u3001\u30dd\u30b9\u30c8\u30d7\u30ea\u30f3\u30c8\u5de5\u7a0b\u3092\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u57fa\u6e96\u3068\u3057\u3066\u6271\u3046\u3053\u3068<\/td>\n                                <td>\u4e0d\u900f\u660e\u306a\u30db\u30ef\u30a4\u30c8\u306e\u4e0b\u5730\u306f\u3001\u4e0a\u5857\u308a\u8272\u3088\u308a\u3082\u6b6a\u307f\u304c\u751f\u3058\u3084\u3059\u3044\u305f\u3081\u3001\u4e0d\u900f\u660e\u5ea6\u306e\u9ad8\u3044\u30a4\u30f3\u30af\u30b7\u30b9\u30c6\u30e0\u3067\u306f\u3001\u30c8\u30e9\u30c3\u30d7\u5024\u30922\u500d\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <p>\u8868\u306e\u5185\u5bb9\u4ee5\u5916\u306b\u3082\u30012\u3064\u306e\u30d7\u30ed\u30bb\u30b9\u6a2a\u65ad\u7684\u306a\u77e5\u898b\u306b\u6ce8\u76ee\u3059\u3079\u304d\u3067\u3059\u3002\u3053\u308c\u3089\u306f\u3044\u305a\u308c\u3082\u3001\u30d7\u30ea\u30d7\u30ec\u30b9\u8a2d\u5b9a\u3060\u3051\u3067\u306a\u304f\u3001\u6a5f\u68b0\u3084\u751f\u7523\u306b\u95a2\u3059\u308b\u610f\u601d\u6c7a\u5b9a\u306b\u3082\u5f71\u97ff\u3092\u53ca\u307c\u3057\u307e\u3059\u3002<\/p>\n\n            <p>\u307e\u305a\u3001\u30bb\u30f3\u30c8\u30e9\u30eb\u30fb\u30a4\u30f3\u30d7\u30ec\u30c3\u30b7\u30e7\u30f3\uff08CI\uff09\u578b\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u6a5f\u3068\u30b9\u30bf\u30c3\u30af\u578b\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u6a5f\u306e\u9055\u3044\u306f\u3001\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306b\u304a\u3044\u3066\u975e\u5e38\u306b\u91cd\u8981\u306a\u610f\u5473\u3092\u6301\u3061\u307e\u3059\u3002CI\u578b\u5370\u5237\u6a5f\u3067\u306f\u3001\u57fa\u6750\u304c\u5358\u4e00\u306e\u5927\u53e3\u5f84\u30c9\u30e9\u30e0\u306b\u5dfb\u304d\u4ed8\u3051\u3089\u308c\u3001\u3059\u3079\u3066\u306e\u5370\u5237\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u304c\u305d\u306e\u5468\u56f2\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u57fa\u6750\u304c\u30c9\u30e9\u30e0\u306b\u56fa\u5b9a\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u9593\u306e\u898b\u5f53\u7cbe\u5ea6\u306f\u3001\u30a6\u30a7\u30d6\u304c\u72ec\u7acb\u3057\u3066\u914d\u7f6e\u3055\u308c\u305f\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u9593\u3092\u79fb\u52d5\u3059\u308b\u30b9\u30bf\u30c3\u30af\u578b\u5370\u5237\u6a5f\u306b\u6bd4\u3079\u3001\u901a\u5e382\uff5e3\u500d\u9ad8\u304f\u306a\u308a\u307e\u3059\u3002\u3064\u307e\u308a\u3001CI\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u6a5f\u306f\u3001\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u306e\u8a31\u5bb9\u7bc4\u56f2\u306e\u4e0b\u9650\uff08\u30d5\u30a3\u30eb\u30e0\u306e\u5834\u5408\u30010.10\uff5e0.15 mm\uff09\u306e\u30c8\u30e9\u30c3\u30d7\u5e45\u3067\u5370\u5237\u3067\u304d\u308b\u306e\u306b\u5bfe\u3057\u3001\u540c\u3058\u57fa\u6750\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u3001\u30b9\u30bf\u30c3\u30af\u5f0f\u5370\u5237\u6a5f\u3067\u306f0.20\uff5e0.25 mm\u306e\u30c8\u30e9\u30c3\u30d7\u5e45\u304c\u5fc5\u8981\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002CI\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306b\u3088\u3063\u3066\u53ef\u80fd\u3068\u306a\u308b\u72ed\u3044\u30c8\u30e9\u30c3\u30d7\u5e45\u306f\u3001\u5358\u306b\u30d7\u30ea\u30d7\u30ec\u30b9\u4f5c\u696d\u306e\u5229\u4fbf\u6027\u306b\u3068\u3069\u307e\u308a\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u3001\u8cb7\u3044\u624b\u304c\u5fae\u7d30\u306a\u30c6\u30ad\u30b9\u30c8\u306e\u9bae\u660e\u3055\u3084\u8272\u8abf\u306e\u79fb\u884c\u306e\u6ed1\u3089\u304b\u3055\u306b\u3088\u3063\u3066\u54c1\u8cea\u3092\u5224\u65ad\u3059\u308b\u5e02\u5834\u306b\u304a\u3044\u3066\u3001\u7af6\u4e89\u4e0a\u306e\u5dee\u5225\u5316\u8981\u56e0\u3068\u306a\u308a\u307e\u3059\u3002\u3059\u3079\u3066\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u30b3\u30f3\u30d0\u30fc\u30bf\u30fc\u306f\u3001\u8a2d\u5099\u6295\u8cc7\u306e\u6c7a\u5b9a\u3092\u884c\u3046\u524d\u306b\u3001\u5370\u5237\u6a5f\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3068\u9054\u6210\u53ef\u80fd\u306a\u5370\u5237\u54c1\u8cea\u3068\u306e\u3053\u306e\u95a2\u4fc2\u6027\u3092\u7406\u89e3\u3057\u3066\u304a\u304f\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n            <div class=\"bp-5-stat\">\n                <div class=\"bp-5-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M22 7 13.5 15.5 8.5 10.5 2 17\" \/>\n                        <path d=\"M16 7h6v6\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-5-stats\">\n                    <div class=\"bp-5-stat-item\">\n                        <div class=\"bp-5-stat-number\">2\uff5e3\u500d\u00d7<\/div>\n                        <div class=\"bp-5-stat-label\">CI\u3068\u30b9\u30bf\u30c3\u30af\u30d5\u30ec\u30ad\u30bd\u3092\u6bd4\u8f03\u3057\u305f\u5834\u5408\u3001CI\u306e\u65b9\u304c\u767b\u9332\u7cbe\u5ea6\u304c\u9ad8\u3044<\/div>\n                    <\/div>\n                    <div class=\"bp-5-stat-item\">\n                        <div class=\"bp-5-stat-number\">0.10\uff5e0.15 mm<\/div>\n                        <div class=\"bp-5-stat-label\">CI\u30d5\u30ec\u30ad\u30bd\uff08\u30d5\u30a3\u30eb\u30e0\uff09\u306b\u304a\u3051\u308b\u30c8\u30e9\u30c3\u30d7\u5e45<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <p>\u7b2c\u4e8c\u306b\u3001\u30c7\u30b8\u30bf\u30eb\u5370\u5237\u306b\u3088\u3063\u3066\u3001\u5de5\u7a0b\u5185\u3067\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306f\u307b\u307c\u4e0d\u8981\u306b\u306a\u308a\u307e\u3057\u305f\u3002\u3057\u304b\u3057\u3001\u30c7\u30b8\u30bf\u30eb\u5370\u5237\u3055\u308c\u305f\u5370\u5237\u7269\u304c\u5f93\u6765\u306e\u30dd\u30b9\u30c8\u30d7\u30ea\u30f3\u30c8\u5de5\u7a0b\u3092\u7d4c\u308b\u3084\u3044\u306a\u3084\u3001\u3053\u306e\u300c\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u4e0d\u8981\u300d\u3068\u3044\u3046\u7d04\u675f\u306f\u5d29\u308c\u3066\u3057\u307e\u3044\u307e\u3059\u3002\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u306b\u3088\u308b\u30b9\u30dd\u30c3\u30c8\u30cb\u30b9\u3001\u30b9\u30af\u30ea\u30fc\u30f3\u5370\u5237\u306b\u3088\u308b\u30e1\u30bf\u30ea\u30c3\u30af\u30a2\u30af\u30bb\u30f3\u30c8\u3001\u3042\u308b\u3044\u306f\u7b94\u62bc\u3057\u304c\u65bd\u3055\u308c\u308b\u30c7\u30b8\u30bf\u30eb\u5370\u5237\u30e9\u30d9\u30eb\u306e\u5834\u5408\u3001\u305d\u308c\u3089\u306e\u30dd\u30b9\u30c8\u30d7\u30ea\u30f3\u30c8\u5de5\u7a0b\u306b\u304a\u3044\u3066\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u3088\u3046\u306a\u30cf\u30a4\u30d6\u30ea\u30c3\u30c9\u306a\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u3067\u306f\u3001\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u57fa\u6e96\u3068\u306a\u308b\u306e\u306f\u5e38\u306b\u5f93\u6765\u306e\u5de5\u7a0b\u3067\u3042\u308a\u3001\u30c7\u30b8\u30bf\u30eb\u5370\u5237\u6a5f\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n            <div class=\"bp-cta-mid-banner\">\n                <div class=\"bp-cta-mid-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M5 12h14\" \/>\n                        <path d=\"m12 5 7 7-7 7\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-cta-mid-text\">\u5305\u88c5\u30e9\u30a4\u30f3\u306b\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u6a5f\u3084\u30b0\u30e9\u30d3\u30a2\u5370\u5237\u6a5f\u3092\u5c0e\u5165\u3092\u691c\u8a0e\u4e2d\u3067\u3059\u304b\uff1f \u5370\u5237\u6a5f\u306e\u69cb\u9020\u3092\u3001\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u8981\u4ef6\u306b\u5408\u308f\u305b\u3066\u9078\u5b9a\u3057\u307e\u3057\u3087\u3046\u3002<\/div>\n                <a class=\"bp-cta-mid-button\" href=\"https:\/\/www.ketegroup.com\/ja\/%e3%81%8a%e5%95%8f%e3%81%84%e5%90%88%e3%82%8f%e3%81%9b\/\" target=\"_self\">\u4ed5\u69d8\u3092\u6bd4\u8f03\u3059\u308b<\/a>\n            <\/div>\n\n            <hr>\n\n            <h2 class=\"kete-h2\">\u30c8\u30e9\u30c3\u30d7\u5e45\u306e\u57fa\u6e96\uff1a\u6570\u5024\u3092\u6b63\u78ba\u306b\u628a\u63e1\u3059\u308b<\/h2>\n\n            <p>\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u4ed5\u7d44\u307f\u3092\u7406\u89e3\u3059\u308b\u3053\u3068\u306f\u5fc5\u8981\u3067\u3059\u304c\u3001\u305d\u308c\u3060\u3051\u3067\u306f\u4e0d\u5341\u5206\u3067\u3059\u3002\u3042\u308b\u6642\u70b9\u3067\u3001\u8ab0\u304b\u304c\u30c8\u30e9\u30c3\u30d7\u306e\u5e45\u306b\u5177\u4f53\u7684\u306a\u6570\u5024\u3092\u5272\u308a\u5f53\u3066\u308b\u5fc5\u8981\u304c\u3042\u308a\u3001\u305d\u306e\u6570\u5024\u306f\u6b63\u78ba\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002\u5c0f\u3055\u3059\u304e\u308b\u3068\u9699\u9593\u304c\u6b8b\u308a\u3001\u5927\u304d\u3059\u304e\u308b\u3068\u3059\u3079\u3066\u306e\u8272\u306e\u5883\u754c\u306b\u76ee\u306b\u898b\u3048\u308b\u6697\u3044\u30cf\u30ed\u30fc\u304c\u751f\u3058\u3066\u3057\u307e\u3044\u307e\u3059\u3002\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u306f\u3001\u305d\u306e\u6839\u62e0\u3068\u5177\u4f53\u7684\u306a\u57fa\u6e96\u5024\u306e\u4e21\u65b9\u306b\u3064\u3044\u3066\u89e3\u8aac\u3057\u307e\u3059\u3002<\/p>\n\n            <h3 class=\"kete-h3\">\u6570\u5b57\u306e\u80cc\u5f8c\u306b\u3042\u308b\u8ad6\u7406<\/h3>\n\n            <p>\u30c8\u30e9\u30c3\u30d7\u306e\u5e45\u306f\u3001\u5358\u306a\u308b\u6063\u610f\u7684\u306a\u7f8e\u7684\u5224\u65ad\u306b\u3088\u308b\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u30024\u3064\u306e\u8981\u56e0\u306b\u3088\u3063\u3066\u6c7a\u5b9a\u3055\u308c\u308b\u3082\u306e\u3067\u3042\u308a\u3001\u3042\u306a\u305f\u306e\u5f79\u5272\u306f\u3001\u305d\u308c\u305e\u308c\u306e\u8981\u56e0\u304c\u3069\u306e\u3088\u3046\u306b\u305d\u306e\u6570\u5024\u3092\u4e0a\u4e0b\u3055\u305b\u308b\u304b\u3092\u7406\u89e3\u3059\u308b\u3053\u3068\u3067\u3059\uff1a<\/p>\n\n            <p><strong>\u5831\u9053\u6a5f\u95a2\u306e\u767b\u9332\u306e\u6b63\u78ba\u6027<\/strong> \u304c\u4e3b\u8981\u306a\u8981\u56e0\u3068\u306a\u308a\u307e\u3059\u3002\u00b10.05 mm\u306e\u7cbe\u5ea6\u3092\u5b89\u5b9a\u3057\u3066\u7dad\u6301\u3067\u304d\u308b\u5370\u5237\u6a5f\u3067\u3042\u308c\u3070\u3001\u00b10.15 mm\u307e\u3067\u305a\u308c\u3066\u3057\u307e\u3046\u5370\u5237\u6a5f\u3088\u308a\u3082\u72ed\u3044\u30c8\u30e9\u30c3\u30d7\u5e45\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u3059\u3002\u4e00\u822c\u7684\u306a\u7d4c\u9a13\u5247\u3068\u3057\u3066\u3001\u6700\u5c0f\u30c8\u30e9\u30c3\u30d7\u5e45\u306f\u3001\u6e2c\u5b9a\u3055\u308c\u305f\u6700\u5927\u898b\u5f53\u305a\u308c\u306e2\u500d\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u751f\u7523\u5de5\u7a0b\u306b\u304a\u3051\u308b\u6700\u60aa\u306e\u5834\u5408\u306e\u767b\u9332\u8aa4\u5dee\u304c0.08 mm\u3067\u3042\u308b\u5834\u5408\u306f\u3001\u30c8\u30e9\u30c3\u30d7\u5e45\u30920.16 mm\u306b\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u300c2\u500d\u306e\u30eb\u30fc\u30eb\u300d\u306f\u3001\u65e5\u3005\u306e\u5909\u52d5\u3001\u30aa\u30da\u30ec\u30fc\u30bf\u30fc\u306b\u3088\u308b\u5dee\u7570\u3001\u304a\u3088\u3073\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b5\u30a4\u30af\u30eb\u9593\u306e\u5370\u5237\u6a5f\u306e\u6f38\u9032\u7684\u306a\u6469\u8017\u3092\u8003\u616e\u3057\u305f\u5b89\u5168\u30de\u30fc\u30b8\u30f3\u3092\u78ba\u4fdd\u3059\u308b\u3082\u306e\u3067\u3059\u3002<\/p>\n\n            <div class=\"bp-6-callout\">\n                <div class=\"bp-6-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\" \/>\n                        <line x1=\"8\" x2=\"16\" y1=\"6\" y2=\"6\" \/>\n                        <line x1=\"8\" x2=\"12\" y1=\"12\" y2=\"12\" \/>\n                        <line x1=\"14\" x2=\"16\" y1=\"12\" y2=\"12\" \/>\n                        <line x1=\"8\" x2=\"10\" y1=\"18\" y2=\"18\" \/>\n                        <line x1=\"14\" x2=\"16\" y1=\"18\" y2=\"18\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-6-title\">\u30c8\u30e9\u30c3\u30d7\u5e45\u306e\u8a08\u7b97\u5f0f<\/div>\n                <div class=\"bp-6-formula\">\u30c8\u30e9\u30c3\u30d7 = 2 \u00d7 \u6700\u5927\u4f4d\u7f6e\u305a\u308c<\/div>\n                <div class=\"bp-6-example\">\u672c\u756a\u751f\u7523\u306b\u304a\u3051\u308b\u767b\u9332\u8aa4\u5dee\u306e\u6700\u5927\u5024\u304c 0.08 mm \u3067\u3042\u308b\u5834\u5408\u306f\u3001\u30c8\u30e9\u30c3\u30d7\u3092\u6b21\u306e\u3088\u3046\u306b\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 <strong>0.16 mm<\/strong>. \u3053\u306e\u500d\u5897\u30eb\u30fc\u30eb\u306f\u3001\u65e5\u3005\u306e\u5909\u52d5\u3001\u30aa\u30da\u30ec\u30fc\u30bf\u30fc\u306b\u3088\u308b\u5dee\u7570\u3001\u304a\u3088\u3073\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b5\u30a4\u30af\u30eb\u9593\u306e\u30d7\u30ec\u30b9\u6a5f\u306e\u6f38\u9032\u7684\u306a\u6469\u8017\u3092\u8003\u616e\u3057\u305f\u5b89\u5168\u30de\u30fc\u30b8\u30f3\u3092\u78ba\u4fdd\u3059\u308b\u3082\u306e\u3067\u3059\u3002<\/div>\n            <\/div>\n\n            <p><strong>\u57fa\u8cea\u306e\u5b89\u5b9a\u6027<\/strong> \u3053\u308c\u306f\u4e57\u6570\u3067\u3059\u3002\u5b89\u5b9a\u3057\u305f\u57fa\u6750\uff08\u7a7a\u8abf\u7ba1\u7406\u3055\u308c\u305f\u5370\u5237\u5ba4\u5185\u306e\u30b3\u30fc\u30c8\u7d19\uff09\u306e\u5834\u5408\u306f\u3001\u57fa\u6e96\u5024\u306b\u8fd1\u3065\u3051\u3066\u304f\u3060\u3055\u3044\u3002\u4e0d\u5b89\u5b9a\u306a\u57fa\u6750\uff08\u590f\u5834\u306e\u7a7a\u8abf\u306e\u306a\u3044\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u5834\u3092\u901a\u308b\u8584\u3044PE\u30d5\u30a3\u30eb\u30e0\uff09\u306e\u5834\u5408\u306f\u300130%\u304b\u308950%\u3092\u52a0\u3048\u3066\u304f\u3060\u3055\u3044\u3002\u4e00\u822c\u7684\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u57fa\u6750\u306e\u4e2d\u3067\u6700\u3082\u5bf8\u6cd5\u5b89\u5b9a\u6027\u304c\u4f4e\u3044\u6bb5\u30dc\u30fc\u30eb\u306e\u5834\u5408\u306f\u3001\u57fa\u6e96\u5024\u306e2\u500d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n            <p><strong>\u30b9\u30af\u30ea\u30fc\u30f3\u7dda\u6570\uff08lpi\uff09<\/strong> \u4e0b\u9650\u5024\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u30c8\u30e9\u30c3\u30d7\u306e\u5e45\u306f\u3001\u4f7f\u7528\u4e2d\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u7dda\u6570\u306b\u304a\u3051\u308b\u5358\u4e00\u306e\u30cf\u30fc\u30d5\u30c8\u30fc\u30f3\u30c9\u30c3\u30c8\u306e\u76f4\u5f84\u3088\u308a\u3082\u72ed\u304f\u3057\u3066\u306f\u306a\u308a\u307e\u305b\u3093\u3002150 lpi\u306e\u5834\u5408\u30011\u3064\u306e\u30c9\u30c3\u30c8\u306e\u76f4\u5f84\u306f\u7d040.17 pt\uff080.06 mm\uff09\u3067\u3059\u3002\u3053\u308c\u3088\u308a\u72ed\u3044\u30c8\u30e9\u30c3\u30d7\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u30c8\u30e9\u30c3\u30d7\u81ea\u4f53\u304c\u8996\u8a8d\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002\u6587\u5b57\u901a\u308a\u3001\u5370\u5237\u753b\u50cf\u306e\u30c9\u30c3\u30c8\u69cb\u9020\u306e\u4e2d\u306b\u6d88\u3048\u3066\u3057\u307e\u3046\u306e\u3067\u3059\u3002<\/p>\n\n            <p><strong>\u8272\u306e\u30b3\u30f3\u30c8\u30e9\u30b9\u30c8<\/strong> \u8996\u8a8d\u6027\u306e\u4e0a\u9650\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u30b3\u30f3\u30c8\u30e9\u30b9\u30c8\u306e\u9ad8\u3044\u8272\u306e\u7d44\u307f\u5408\u308f\u305b\uff08\u9ed2\u5730\u306b\u9ec4\u8272\u3001\u7d3a\u5730\u306b\u767d\uff09\u306f\u3001\u9699\u9593\u3092\u76ee\u7acb\u305f\u305b\u3084\u3059\u3044\u305f\u3081\u3001\u30c8\u30e9\u30c3\u30d7\u306e\u5e45\u3092\u308f\u305a\u304b\u306b\u5e83\u3052\u308b\u3079\u304d\u3068\u3044\u3046\u6839\u62e0\u3068\u306a\u308a\u307e\u3059\u3002\u4f4e\u30b3\u30f3\u30c8\u30e9\u30b9\u30c8\u306e\u7d44\u307f\u5408\u308f\u305b\uff082\u3064\u306e\u4f3c\u305f\u3088\u3046\u306a\u9752\u8272\u306a\u3069\uff09\u306f\u3001\u3084\u308a\u3059\u304e\u308b\u3068\u30c8\u30e9\u30c3\u30d7\u81ea\u4f53\u304c\u969b\u7acb\u3061\u3059\u304e\u3066\u3057\u307e\u3046\u305f\u3081\u3001\u63a7\u3048\u3081\u306b\u8a2d\u5b9a\u3059\u3079\u304d\u3067\u3059\u3002\u8272\u306e\u3044\u305a\u308c\u304b\u304c\u9ed2\u306e\u5834\u5408\u306f\u3001\u30c8\u30e9\u30c3\u30d7\u306e\u5e45\u30921.5\u500d\u304b\u30892\u500d\u306b\u5897\u3084\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u9ed2\u306e\u8996\u899a\u7684\u306a\u652f\u914d\u529b\u306b\u3088\u308a\u3001\u9ed2\u5730\u306b\u767d\u3044\u9699\u9593\u304c\u3042\u308b\u3068\u3001\u4ed6\u306e\u3069\u306e\u898b\u5f53\u305a\u308c\u3088\u308a\u3082\u76ee\u7acb\u3063\u3066\u3057\u307e\u3044\u307e\u3059\u3002<\/p>\n\n            <h3 class=\"kete-h3\">\u30d7\u30ed\u30bb\u30b9\u56fa\u6709\u306e\u57fa\u6e96\u5024<\/h3>\n\n            <p>\u4ee5\u4e0b\u306e\u53c2\u7167\u8868\u306b\u306f\u3001\u521d\u671f\u8a2d\u5b9a\u306e\u30c8\u30e9\u30c3\u30d7\u5024\u304c\u8a18\u8f09\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u3089\u306f\u666e\u904d\u7684\u306a\u5b9a\u6570\u3067\u306f\u306a\u304f\u3001\u30ad\u30e3\u30ea\u30d6\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8d77\u70b9\u3068\u306a\u308b\u5024\u3067\u3059\u3002\u5404\u5370\u5237\u4f1a\u793e\u3067\u306f\u3001\u72ec\u81ea\u306e\u898b\u5f53\u5408\u308f\u305b\u30c6\u30b9\u30c8\u3092\u5b9f\u65bd\u3057\u3001\u305d\u306e\u7d50\u679c\u306b\u5fdc\u3058\u3066\u8abf\u6574\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n            <div class=\"rich-table\">\n                <div class=\"table-wrapper\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>\u5370\u5237\u5de5\u7a0b<\/th>\n                                <th>\u57fa\u677f\u306e\u7a2e\u985e<\/th>\n                                <th>\u30b9\u30af\u30ea\u30fc\u30f3\u7dda\u6570\uff08lpi\uff09<\/th>\n                                <th>\u63a8\u5968\u30c8\u30e9\u30c3\u30d7\u5e45\uff08mm\uff09<\/th>\n                                <th>\u63a8\u5968\u30c8\u30e9\u30c3\u30d7\u5e45\uff08pt\uff09<\/th>\n                                <th>\u6ce8\u8a18<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td>\u30aa\u30d5\u30bb\u30c3\u30c8\u679a\u8449\u5370\u5237<\/td>\n                                <td>\u30b3\u30fc\u30c8\u7d19\uff08\u5149\u6ca2\u30fb\u30b7\u30eb\u30af\uff09<\/td>\n                                <td>150\uff5e175 lpi<\/td>\n                                <td>0.06\uff5e0.10 mm<\/td>\n                                <td>0.17\uff5e0.28 pt<\/td>\n                                <td>\u9ad8\u54c1\u8cea\u306a\u5546\u696d\u7528\u4f5c\u696d\u306b\u9069\u3057\u305f\u3001\u5b9f\u7528\u4e0a\u6700\u5c0f\u306e\u30c8\u30e9\u30c3\u30d7<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u30aa\u30d5\u30bb\u30c3\u30c8\u679a\u8449\u5370\u5237<\/td>\n                                <td>\u975e\u30b3\u30fc\u30c8\u7d19<\/td>\n                                <td>120\uff5e150 lpi<\/td>\n                                <td>0.10\uff5e0.15 mm<\/td>\n                                <td>0.28\uff5e0.43 pt<\/td>\n                                <td>\u30c8\u30e9\u30c3\u30d7\u3092\u5927\u304d\u304f\u3059\u308b\u3053\u3068\u3067\u3001\u9ad8\u3044\u5438\u53ce\u6027\u3068\u5bf8\u6cd5\u5b89\u5b9a\u6027\u306e\u4f4e\u3055\u3092\u88dc\u3046<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u30aa\u30d5\u30bb\u30c3\u30c8\u30fb\u30a6\u30a7\u30d6\uff08\u30d2\u30fc\u30c8\u30bb\u30c3\u30c8\uff09<\/td>\n                                <td>\u5857\u5de5\u7d19<\/td>\n                                <td>133\uff5e150 lpi<\/td>\n                                <td>0.08\uff5e0.12 mm<\/td>\n                                <td>0.23\uff5e0.34 pt<\/td>\n                                <td>\u30a6\u30a7\u30d6\u30c6\u30f3\u30b7\u30e7\u30f3\u306b\u3088\u308a\u3001\u7e26\u65b9\u5411\u306e\u4f4d\u7f6e\u5408\u308f\u305b\u306e\u5909\u52d5\u8981\u56e0\u304c\u52a0\u308f\u308b<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u30d5\u30ec\u30ad\u30bd CI \u30d7\u30ec\u30b9<\/td>\n                                <td>\u30d5\u30a3\u30eb\u30e0\uff08PE\u3001PP\u3001PET\uff09<\/td>\n                                <td>1\u30a4\u30f3\u30c1\u3042\u305f\u308a133\u30e9\u30a4\u30f3<\/td>\n                                <td>0.10\uff5e0.18 mm<\/td>\n                                <td>0.28\uff5e0.51 pt<\/td>\n                                <td>CI\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306f\u3001\u30b9\u30bf\u30c3\u30af\u30d5\u30ec\u30ad\u30bd\u3088\u308a\u3082\u304d\u3064\u3044\u30c8\u30e9\u30c3\u30d7\u3092\u5b9f\u73fe\u3057\u307e\u3059<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u30d5\u30ec\u30ad\u30bd CI \u30d7\u30ec\u30b9<\/td>\n                                <td>\u7d19<\/td>\n                                <td>100\uff5e120 lpi<\/td>\n                                <td>0.12\uff5e0.20 mm<\/td>\n                                <td>0.34\uff5e0.57 pt<\/td>\n                                <td>\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u306e\u7d19\u306f\u3001\u30d5\u30a3\u30eb\u30e0\u306b\u6bd4\u3079\u3066\u5bf8\u6cd5\u5b89\u5b9a\u6027\u304c\u4f4e\u3044<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u30d5\u30ec\u30af\u30bd\u30fb\u30b9\u30bf\u30c3\u30af\u30d7\u30ec\u30b9<\/td>\n                                <td>\u30d5\u30a3\u30eb\u30e0<\/td>\n                                <td>85\uff5e110 lpi<\/td>\n                                <td>0.18\uff5e0.25 mm<\/td>\n                                <td>0.51\uff5e0.71 pt<\/td>\n                                <td>\u30b9\u30bf\u30c3\u30af\u30d7\u30ec\u30b9\u306e\u4f4d\u7f6e\u5408\u308f\u305b\u8aa4\u5dee\u306b\u3088\u308a\u3001\u3088\u308a\u5927\u304d\u306a\u5b89\u5168\u30de\u30fc\u30b8\u30f3\u304c\u5fc5\u8981\u3068\u306a\u308b<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u30d5\u30ec\u30af\u30bd\u30fb\u30b9\u30bf\u30c3\u30af\u30d7\u30ec\u30b9<\/td>\n                                <td>\u6bb5\u30dc\u30fc\u30eb<\/td>\n                                <td>55\uff5e85 lpi<\/td>\n                                <td>0.25\uff5e0.40 mm<\/td>\n                                <td>0.71\uff5e1.14 pt<\/td>\n                                <td>\u4e00\u822c\u7684\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30c3\u30d7\u5024\u306e\u3046\u3061\u6700\u5927\u306e\u3082\u306e\uff1b\u30b9\u30af\u30ea\u30fc\u30f3\u76ee\u6570\u306e\u6700\u3082\u7c97\u3044\u3082\u306e<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u7248\u753b<\/td>\n                                <td>\u30d5\u30a3\u30eb\u30e0\uff08PE\u3001PP\u3001PET\uff09<\/td>\n                                <td>100\uff5e150 lpi<\/td>\n                                <td>0.10\uff5e0.18 mm<\/td>\n                                <td>0.28\uff5e0.51 pt<\/td>\n                                <td>\u30b0\u30e9\u30d3\u30a2\u5370\u5237\u306e\u4f4d\u7f6e\u5408\u308f\u305b\u7cbe\u5ea6\u306f\u9ad8\u3044\u304c\u3001\u6eb6\u5264\u4e7e\u71e5\u306b\u3088\u308a\u3070\u3089\u3064\u304d\u304c\u751f\u3058\u308b<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u7248\u753b<\/td>\n                                <td>\u7d19<\/td>\n                                <td>1\u30a4\u30f3\u30c1\u3042\u305f\u308a133\u30e9\u30a4\u30f3<\/td>\n                                <td>0.12\uff5e0.20 mm<\/td>\n                                <td>0.34\uff5e0.57 pt<\/td>\n                                <td>\u4e7e\u71e5\u4e2d\u306e\u7d19\u306e\u5bf8\u6cd5\u5909\u5316\u3092\u8003\u616e\u306b\u5165\u308c\u308b\u5fc5\u8981\u304c\u3042\u308b<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u30c7\u30b8\u30bf\u30eb<\/td>\n                                <td>\u8a72\u5f53\u306a\u3057\uff08\u30cd\u30a4\u30c6\u30a3\u30d6\u30c7\u30b8\u30bf\u30eb\u51fa\u529b\uff09<\/td>\n                                <td>\u8a72\u5f53\u306a\u3057<\/td>\n                                <td>\u5fc5\u9808\u3067\u306f\u3042\u308a\u307e\u305b\u3093<\/td>\n                                <td>\u5fc5\u9808\u3067\u306f\u3042\u308a\u307e\u305b\u3093<\/td>\n                                <td>\u30c7\u30b8\u30bf\u30eb\u51fa\u529b\u304c\u5f93\u6765\u306e\u5370\u5237\u5f8c\u5de5\u7a0b\u3068\u7d44\u307f\u5408\u308f\u3055\u308c\u308b\u5834\u5408\u306b\u306e\u307f\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u753b\u9762<\/td>\n                                <td>\u7e4a\u7dad\uff08\u7dbf\u3001\u30dd\u30ea\u30a8\u30b9\u30c6\u30eb\uff09<\/td>\n                                <td>45\uff5e85 lpi<\/td>\n                                <td>0.18\uff5e0.35 mm<\/td>\n                                <td>0.5\u30dd\u30a4\u30f3\u30c8\u304b\u30891\u30dd\u30a4\u30f3\u30c8<\/td>\n                                <td>\u4e0d\u900f\u660e\u5ea6\u306e\u9ad8\u3044\u30a4\u30f3\u30af\u3084\u7c97\u3044\u30e1\u30c3\u30b7\u30e5\u76ee\u6570\u306b\u5bfe\u5fdc\u3057\u305f\u3001\u3088\u308a\u5927\u304d\u306a\u30c8\u30e9\u30c3\u30d7<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\u753b\u9762<\/td>\n                                <td>\u786c\u8cea\u57fa\u677f\uff08\u30a2\u30af\u30ea\u30eb\u3001\u91d1\u5c5e\u3001\u30ac\u30e9\u30b9\uff09<\/td>\n                                <td>65\uff5e100 lpi<\/td>\n                                <td>0.10\uff5e0.20 mm<\/td>\n                                <td>0.28\uff5e0.57 pt<\/td>\n                                <td>\u786c\u8cea\u306e\u57fa\u6750\u306b\u3088\u308a\u751f\u5730\u306e\u4f38\u3073\u304c\u6291\u3048\u3089\u308c\u308b\u305f\u3081\u3001\u3088\u308a\u304d\u3064\u3044\u30c8\u30e9\u30c3\u30d7\u304c\u53ef\u80fd\u306b\u306a\u308b<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"kete-h3\">\u30eb\u30fc\u30eb\u3092\u7834\u308b\u7279\u5225\u306a\u30b1\u30fc\u30b9<\/h3>\n\n            <p>\u4ee5\u4e0b\u306e3\u3064\u306e\u30b7\u30ca\u30ea\u30aa\u306f\u3001\u6a19\u6e96\u7684\u306a\u8ad6\u7406\u306b\u53cd\u3057\u3066\u3044\u308b\u305f\u3081\u3001\u7d4c\u9a13\u8c4a\u5bcc\u306a\u30d7\u30ea\u30d7\u30ec\u30b9\u62c5\u5f53\u8005\u3067\u3055\u3048\u3082\u3001\u3057\u3070\u3057\u3070\u9a5a\u304b\u3055\u308c\u308b\u3082\u306e\u3067\u3059\uff1a<\/p>\n\n            <p><strong>\u6df1\u307f\u306e\u3042\u308b\u9ed2<\/strong> \u9ed2\u30a4\u30f3\u30af\u306e\u4e0b\u306b\u3001\u8996\u899a\u7684\u306a\u6fc3\u3055\u3092\u6df1\u3081\u308b\u305f\u3081\u306b\u4e00\u5b9a\u5272\u5408\u306e\u30b7\u30a2\u30f3\u3001\u30de\u30bc\u30f3\u30bf\u3001\u307e\u305f\u306f\u30a4\u30a8\u30ed\u30fc\u3092\u6df7\u305c\u305f\u3082\u306e\u306f\u3001\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u843d\u3068\u3057\u7a74\u3068\u306a\u308a\u307e\u3059\u3002\u554f\u984c\u70b9\u306f\u3001\u4e0b\u5730\u306eCMY\u8272\u304c\u9ed2\u306e\u8f2a\u90ed\u306e\u7aef\u307e\u3067\u5e83\u304c\u3063\u3066\u3044\u308b\u72b6\u614b\u3067\u5370\u5237\u6a5f\u306e\u4f4d\u7f6e\u304c\u305a\u308c\u308b\u3068\u3001\u9ed2\u306e\u4e0b\u304b\u3089\u8272\u4ed8\u304d\u306e\u30d5\u30ea\u30f3\u30b8\uff08\u901a\u5e38\u306f\u30b7\u30a2\u30f3\u3084\u30de\u30bc\u30f3\u30bf\uff09\u304c\u306b\u3058\u307f\u51fa\u3066\u3057\u307e\u3046\u3053\u3068\u3067\u3059\u3002\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001\u300c\u30ad\u30fc\u30d7\u30a2\u30a6\u30a7\u30a4\uff08\u30b9\u30c6\u30a4\u30a2\u30a6\u30a7\u30a4\uff09\u300d\u30c1\u30e7\u30fc\u30af\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u3064\u307e\u308a\u3001\u4e0b\u5730\u306eCMY\u8272\u3092\u9ed2\u306e\u7aef\u304b\u30890.08\uff5e0.15 mm\u5f8c\u9000\u3055\u305b\u3001\u53ef\u8996\u5883\u754c\u3092\u7d14\u7c8b\u306a\u9ed2\u3060\u3051\u3067\u5b9a\u7fa9\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002\u6a19\u6e96\u7684\u306a\u30ea\u30c3\u30c1\u30d6\u30e9\u30c3\u30af\u306e\u914d\u5408\u306f100K + 40C\u3067\u3059\u304c\u3001\u5370\u5237\u696d\u8005\u306b\u3088\u3063\u3066\u7570\u306a\u308b\u30ec\u30b7\u30d4\u304c\u4f7f\u7528\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u5fc5\u305a\u30d7\u30ea\u30d7\u30ec\u30b9\u696d\u8005\u306b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n            <p><strong>\u30e1\u30bf\u30ea\u30c3\u30af\u30a4\u30f3\u30af<\/strong> \u6a19\u6e96\u7684\u306a\u8f1d\u5ea6\u30eb\u30fc\u30eb\u3092\u9006\u8ee2\u3055\u305b\u307e\u3059\u3002\u30e1\u30bf\u30ea\u30c3\u30af\u30a4\u30f3\u30af\u306f\u4e0d\u900f\u660e\u5ea6\u304c\u9ad8\u3044\u305f\u3081\u3001\u900f\u660e\u6027\u304c\u306a\u3044\u305f\u3081\u3001\u96a3\u63a5\u3059\u308b\u8272\u3067\u30aa\u30fc\u30d0\u30fc\u30d7\u30ea\u30f3\u30c8\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u4ee3\u308f\u308a\u3001\u3069\u306e\u8272\u304c\u660e\u308b\u3044\u30fb\u6697\u3044\u304b\u306b\u95a2\u308f\u3089\u305a\u3001\u3059\u3079\u3066\u306e\u975e\u30e1\u30bf\u30ea\u30c3\u30af\u8272\u306f\u30e1\u30bf\u30ea\u30c3\u30af\u8272\u306b\u5411\u304b\u3063\u3066\u30c8\u30e9\u30c3\u30d7\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u30e1\u30bf\u30ea\u30c3\u30af\u30a4\u30f3\u30af\u304c\u8996\u899a\u7684\u306a\u5883\u754c\u7dda\u3092\u6c7a\u5b9a\u3065\u3051\u308b\u306e\u3067\u3059\u3002\u3053\u308c\u306f\u3001\u30b4\u30fc\u30eb\u30c9\u3001\u30b7\u30eb\u30d0\u30fc\u3001\u304a\u3088\u3073\u3042\u3089\u3086\u308b\u30ab\u30b9\u30bf\u30e0\u30e1\u30bf\u30ea\u30c3\u30af\u30d6\u30ec\u30f3\u30c9\u306b\u3082\u540c\u69d8\u306b\u5f53\u3066\u306f\u307e\u308a\u307e\u3059\u3002<\/p>\n\n            <p><strong>\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u3068\u30f4\u30a3\u30cd\u30c3\u30c8<\/strong> \u30b9\u30e9\u30a4\u30c7\u30a3\u30f3\u30b0\u30fb\u30c8\u30e9\u30c3\u30d7\u3001\u3059\u306a\u308f\u3061\u3001\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u306e\u9577\u3055\u306b\u6cbf\u3063\u3066\u3001\u305d\u306e\u5c40\u6240\u7684\u306a\u8272\u5bc6\u5ea6\u306b\u6bd4\u4f8b\u3057\u3066\u5e45\u304c\u5909\u5316\u3059\u308b\u30c8\u30e9\u30c3\u30d7\u304c\u5fc5\u8981\u3067\u3059\u3002\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u304c\u6fc3\u3044\u90e8\u5206\u3067\u306f\u30c8\u30e9\u30c3\u30d7\u306e\u5e45\u306f\u72ed\u304f\u306a\u308a\u3001\u8272\u304c\u8584\u304f\u306a\u308b\u90e8\u5206\u3067\u306f\u30c8\u30e9\u30c3\u30d7\u306e\u5e45\u304c\u5e83\u304c\u308a\u307e\u3059\u3002\u3053\u308c\u306f\u8a08\u7b97\u4e0a\u3001\u5bb9\u6613\u3067\u306f\u306a\u304f\u3001Adobe Illustrator \u3084 InDesign \u306e\u6a19\u6e96\u6a5f\u80fd\u3067\u306f\u5b9f\u73fe\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u308c\u306b\u306f\u3001\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u306b\u5bfe\u5fdc\u3057\u305f\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u5099\u3048\u305f\u5c02\u7528\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\uff08Esko ArtPro+\u3001Kodak Prinergy\u3001Hybrid PACKZ\u3001\u307e\u305f\u306f\u540c\u7b49\u306e\u3082\u306e\uff09\u304c\u5fc5\u8981\u3067\u3059\u3002\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u3067\u306f\u3001\u3055\u3089\u306b\u5225\u306e\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u306b\u95a2\u3059\u308b\u30eb\u30fc\u30eb\u304c\u9069\u7528\u3055\u308c\u307e\u3059\u3002\u305d\u308c\u306f\u3001\u30c9\u30c3\u30c8\u30ab\u30d0\u30ec\u30c3\u30b8\u304c3\uff5e4%\u672a\u6e80\u306e\u30f4\u30a3\u30cd\u30c3\u30c8\u3092\u7d76\u5bfe\u306b\u30d5\u30a7\u30fc\u30c9\u3055\u305b\u3066\u306f\u306a\u3089\u306a\u3044\u3001\u3068\u3044\u3046\u3082\u306e\u3067\u3059\u3002\u30d5\u30ec\u30ad\u30bd\u7248\u3067\u306f\u3001\u3053\u306e\u95be\u5024\u4ee5\u4e0b\u306e\u30c9\u30c3\u30c8\u3092\u78ba\u5b9f\u306b\u518d\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u305a\u3001\u305d\u306e\u7d50\u679c\u751f\u3058\u308b\u300c\u30c9\u30c3\u30c8\u30d6\u30ea\u30c3\u30b8\u300d\u306b\u3088\u308a\u3001\u672c\u6765\u306f\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u304c\u6ed1\u3089\u304b\u306b\u30bc\u30ed\u3078\u3068\u30d5\u30a7\u30fc\u30c9\u3059\u308b\u306f\u305a\u306e\u7b87\u6240\u306b\u3001\u898b\u82e6\u3057\u3044\u30cf\u30fc\u30c9\u30a8\u30c3\u30b8\u304c\u751f\u3058\u3066\u3057\u307e\u3044\u307e\u3059\u3002<\/p>\n\n            <div class=\"bp-7-grid\">\n                <div class=\"bp-7-card\">\n                    <div class=\"bp-7-card-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" 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                            <path d=\"m9 12 2 2 4-4\" \/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"bp-7-card-title\">\u30ea\u30c3\u30c1\u30fb\u30d6\u30e9\u30c3\u30af<\/div>\n                    <div class=\"bp-7-card-text\">\u30ad\u30fc\u30d7\u30a2\u30a6\u30a7\u30a4\uff08\u30b9\u30c6\u30a4\u30a2\u30a6\u30a7\u30a4\uff09\u30c1\u30e7\u30fc\u30af\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u9ed2\u306e\u7e01\u304b\u30890.08\uff5e0.15 mm\u5185\u5074\u306b\u3001\u57fa\u3068\u306a\u308bCMY\u306e\u8272\u3092\u7d5e\u308a\u8fbc\u307f\u3001\u53ef\u8996\u5883\u754c\u3092\u7d14\u7c8b\u306a\u9ed2\u3060\u3051\u3067\u5b9a\u7fa9\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002<\/div>\n                <\/div>\n                <div class=\"bp-7-card\">\n                    <div class=\"bp-7-card-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" 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 class=\"bp-7-card-title\">\u30e1\u30bf\u30ea\u30c3\u30af\u30a4\u30f3\u30af<\/div>\n                    <div class=\"bp-7-card-text\">\u3059\u3079\u3066\u306e\u975e\u30e1\u30bf\u30ea\u30c3\u30af\u30ab\u30e9\u30fc\u306f\u3001\u8f1d\u5ea6\u306b\u304b\u304b\u308f\u3089\u305a\u3001\u30e1\u30bf\u30ea\u30c3\u30af\u30ab\u30e9\u30fc\u5074\u306b\u5411\u304b\u3063\u3066\u30c8\u30e9\u30c3\u30d7\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u30e1\u30bf\u30ea\u30c3\u30af\u30a4\u30f3\u30af\u304c\u8996\u899a\u7684\u306a\u30a8\u30c3\u30b8\u306e\u5883\u754c\u3092\u6c7a\u5b9a\u3057\u307e\u3059\u3002<\/div>\n                <\/div>\n                <div class=\"bp-7-card\">\n                    <div class=\"bp-7-card-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <line x1=\"4\" x2=\"4\" y1=\"21\" y2=\"14\" \/>\n                            <line x1=\"4\" x2=\"4\" y1=\"10\" y2=\"3\" \/>\n                            <line x1=\"12\" x2=\"12\" y1=\"21\" y2=\"11\" \/>\n                            <line x1=\"12\" x2=\"12\" y1=\"7\" y2=\"3\" \/>\n                            <line x1=\"20\" x2=\"20\" y1=\"21\" y2=\"16\" \/>\n                            <line x1=\"20\" x2=\"20\" y1=\"12\" y2=\"3\" \/>\n                            <circle cx=\"4\" cy=\"14\" r=\"2\" \/>\n                            <circle cx=\"12\" cy=\"11\" r=\"2\" \/>\n                            <circle cx=\"20\" cy=\"16\" r=\"2\" \/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"bp-7-card-title\">\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3<\/div>\n                    <div class=\"bp-7-card-text\">\u5c40\u6240\u7684\u306a\u8272\u5bc6\u5ea6\u306b\u6bd4\u4f8b\u3057\u3066\u3001\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u306b\u6cbf\u3063\u3066\u5e45\u304c\u5909\u5316\u3059\u308b\u30b9\u30e9\u30a4\u30c7\u30a3\u30f3\u30b0\u30c8\u30e9\u30c3\u30d7\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u3053\u308c\u306b\u306f\u3001\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u306b\u5bfe\u5fdc\u3057\u305f\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u5099\u3048\u305f\u5c02\u7528\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u304c\u5fc5\u8981\u3067\u3059\u3002<\/div>\n                <\/div>\n            <\/div>\n\n            <hr>\n\n            <h2 class=\"kete-h2\">\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u304c\u751f\u7523\u306e\u53ce\u76ca\u6027\u306b\u91cd\u8981\u306a\u7406\u7531<\/h2>\n\n            <p>\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306f\u3001\u72ed\u3044\u7bc4\u56f2\u306e\u6280\u8853\u7684\u306a\u554f\u984c\u306e\u3088\u3046\u306b\u601d\u308f\u308c\u304c\u3061\u3067\u3059\u3002\u30d7\u30ea\u30d7\u30ec\u30b9\u62c5\u5f53\u8005\u306e\u8ab2\u984c\u3067\u3042\u308a\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u53d7\u9818\u304b\u3089\u7248\u306e\u51fa\u529b\u307e\u3067\u306e\u3069\u3053\u304b\u3067\u51e6\u7406\u3055\u308c\u308b\u3082\u306e\u3067\u3059\u3002\u3057\u304b\u3057\u3001\u751f\u7523\u7d4c\u6e08\u6027\u306e\u89b3\u70b9\u304b\u3089\u898b\u308c\u3070\u3001\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306f\u76f4\u63a5\u7684\u306a\u30b3\u30b9\u30c8\u8981\u56e0\u3068\u306a\u308a\u307e\u3059\u3002\u3053\u308c\u306f\u3001\u5ec3\u68c4\u7387\u3001\u6a5f\u68b0\u7a3c\u50cd\u7387\u3001\u9867\u5ba2\u306e\u627f\u8a8d\u30b5\u30a4\u30af\u30eb\u306b\u5f71\u97ff\u3092\u4e0e\u3048\u308b\u307b\u304b\u3001\u65b0\u3057\u3044\u8a2d\u5099\u3078\u306e\u6295\u8cc7\u3092\u884c\u3046\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u52a0\u5de5\u696d\u8005\u306b\u3068\u3063\u3066\u306f\u30016\u6841\u3042\u308b\u3044\u306f7\u6841\u898f\u6a21\u306e\u8a2d\u5099\u6295\u8cc7\u306b\u5bfe\u3059\u308b\u9577\u671f\u7684\u306a\u6295\u8cc7\u53ce\u76ca\u7387\u306b\u3082\u5f71\u97ff\u3092\u53ca\u307c\u3057\u307e\u3059\u3002<\/p>\n\n            <img decoding=\"async\" src=\"https:\/\/www.ketegroup.com\/wp-content\/uploads\/2024\/10\/Gravure-Printing-vs-Flexo.webp\" alt=\"\u9ad8\u901f\u6a5f\u68b0\u3092\u64cd\u4f5c\u3059\u308bKETE\u30b0\u30eb\u30fc\u30d7\u306e\u5f93\u696d\u54e1\" 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;\" onmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)';\" onmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)';\">\n\n            <h3 class=\"kete-h3\">\u4e0d\u9069\u5207\u306a\u6355\u7372\u304c\u3082\u305f\u3089\u3059\u771f\u306e\u4ee3\u511f<\/h3>\n\n            <p>\u8584\u3044PE\u30d5\u30a3\u30eb\u30e0\u306b6\u8272\u5370\u5237\u3092\u884c\u3046\u3001\u5206\u901f200 m\u306e\u30d5\u30ec\u30ad\u30bd\u5305\u88c5\u30e9\u30a4\u30f3\u3092\u4f8b\u306b\u8003\u3048\u3066\u307f\u307e\u3057\u3087\u3046\u3002\u4e00\u822c\u7684\u306a\u30d5\u30ec\u30ad\u30b7\u30d6\u30eb\u5305\u88c5\u30e1\u30fc\u30ab\u30fc\u3067\u306f\u3001\u8907\u6570\u306e\u5370\u5237\u6a5f\u3092\u7528\u3044\u3066\u3001\u6bce\u670830\uff5e50\u4ef6\u306e\u3053\u306e\u3088\u3046\u306a\u4ed5\u4e8b\u3092\u3053\u306a\u3057\u3066\u3044\u307e\u3059\u3002\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u304c\u308f\u305a\u304b0.05 mm\u3067\u3082\u4e00\u8cab\u3057\u3066\u4ed5\u69d8\u3088\u308a\u4e0d\u8db3\u3057\u3066\u3044\u308b\u3068\u3001\u307b\u3093\u306e\u308f\u305a\u304b\u306a\u8981\u56e0\u3067\u767d\u3044\u9699\u9593\u304c\u751f\u3058\u3066\u3057\u307e\u3044\u307e\u3059\u3002\u5f35\u529b\u306e\u6025\u4e0a\u6607\u3002\u6e7f\u5ea6\u306e\u5909\u5316\u3002\u786c\u5ea6\u304c\u591a\u5c11\u4f4e\u4e0b\u3057\u305f\u53e4\u3044\u5370\u5237\u7248\u3002\u9699\u9593\u304c\u751f\u3058\u308b\u3068\u3001\u305d\u306e\u30ed\u30fc\u30eb\u533a\u9593\u5168\u4f53\u304c\u4e0d\u826f\u54c1\u3068\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059\u3002<\/p>\n\n            <p>\u696d\u754c\u30c7\u30fc\u30bf\u306b\u3088\u308b\u3068\u3001\u30d1\u30c3\u30b1\u30fc\u30b8\u5370\u5237\u306e\u5ec3\u68c4\u7387\u306f\u7dcf\u6750\u6599\u51e6\u7406\u91cf\u306e\u5e73\u57473%\uff5e5%\u3067\u3042\u308a\u3001\u305d\u306e\u3046\u3061\u898b\u5f53\u5408\u308f\u305b\u306b\u95a2\u9023\u3059\u308b\u6b20\u9665\uff08\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u4e0d\u5099\u3092\u542b\u3080\uff09\u304c\u3001\u7d0420%\uff5e30%\u3092\u5360\u3081\u3066\u3044\u308b\u3002\u6708\u9593 500,000 \u76f4\u7dda\u30e1\u30fc\u30c8\u30eb\u306e\u30d5\u30a3\u30eb\u30e0\u3092\u51e6\u7406\u3057\u30011 \u30e1\u30fc\u30c8\u30eb\u3042\u305f\u308a\u306e\u5e73\u5747\u6750\u6599\u8cbb\u304c $0.15 \u3067\u3042\u308b\u4e2d\u898f\u6a21\u306e\u30b3\u30f3\u30d0\u30fc\u30bf\u30fc\u306e\u5834\u5408\u3001\u898b\u5f53\u5408\u308f\u305b\u306b\u95a2\u9023\u3059\u308b\u6750\u6599\u306e\u5ec3\u68c4\u3060\u3051\u3067\u3001\u6708\u9593 $4,500\uff5e$11,250 \u306b\u76f8\u5f53\u3057\u307e\u3059\u3002\u3053\u308c\u306b\u306f\u3001\u624b\u76f4\u3057\u306e\u4eba\u4ef6\u8cbb\u3001\u518d\u8d77\u52d5\u306b\u3088\u308b\u6a5f\u68b0\u306e\u7a3c\u50cd\u6642\u9593\u306e\u640d\u5931\u3001\u305d\u3057\u3066\u6700\u3082\u75db\u624b\u3068\u306a\u308b\u306e\u306f\u3001\u518d\u5370\u5237\u304c\u5fc5\u8981\u306b\u306a\u3063\u305f\u305f\u3081\u306b\u51fa\u8377\u304c\u9045\u308c\u3001\u9867\u5ba2\u306e\u4fe1\u983c\u3092\u5931\u3046\u3053\u3068\u306b\u3088\u308b\u640d\u5931\u306f\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002<\/p>\n\n            <div class=\"bp-8-stat\">\n                <div class=\"bp-8-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <line x1=\"12\" x2=\"12\" y1=\"2\" y2=\"22\" \/>\n                        <path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-8-stat-number\">$4,500-$11,250<\/div>\n                <div class=\"bp-8-stat-label\">\u767b\u9332\u4e0a\u306e\u4e0d\u5099\u306b\u8d77\u56e0\u3059\u308b\u6bce\u6708\u306e\u6750\u6599\u30ed\u30b9<\/div>\n                <div class=\"bp-8-stat-note\">\u6708\u752350\u4e07\u30ea\u30cb\u30a2\u30e1\u30fc\u30c8\u30eb\u306e\u4e2d\u578b\u30b3\u30f3\u30d0\u30fc\u30bf\u30fc\u306e\u5834\u5408<\/div>\n            <\/div>\n\n            <h3 class=\"kete-h3\">\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u6226\u7565\u3068\u3057\u3066\u306e\u88c5\u7f6e\u306e\u7cbe\u5ea6<\/h3>\n\n            <p>\u3053\u3053\u3067\u306f\u3001\u3042\u307e\u308a\u8a9e\u3089\u308c\u308b\u3053\u3068\u306f\u306a\u3044\u3082\u306e\u306e\u3001\u5370\u5237\u6a5f\u306e\u8cfc\u5165\u6c7a\u5b9a\u306b\u6df1\u304f\u95a2\u308f\u308b\u95a2\u4fc2\u6027\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059\u3002\u305d\u308c\u306f\u3001\u5370\u5237\u6a5f\u306e\u898b\u5f53\u7cbe\u5ea6\u3068\u30c8\u30e9\u30c3\u30d7\u5e45\u304c\u53cd\u6bd4\u4f8b\u3059\u308b\u3068\u3044\u3046\u3053\u3068\u3067\u3059\u3002\u00b10.05 mm\u306e\u898b\u5f53\u7cbe\u5ea6\u3092\u6301\u3064\u5370\u5237\u6a5f\u3067\u3042\u308c\u3070\u30010.10 mm\u306e\u30c8\u30e9\u30c3\u30d7\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002\u4e00\u65b9\u3001\u00b10.15 mm\u306e\u898b\u5f53\u7cbe\u5ea6\u3092\u6301\u3064\u5370\u5237\u6a5f\u3067\u306f\u30010.30 mm\u306e\u30c8\u30e9\u30c3\u30d7\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u5dee\uff080.20 mm\u306e\u8ffd\u52a0\u30aa\u30fc\u30d0\u30fc\u30e9\u30c3\u30d7\uff09\u306f\u4e9b\u7d30\u306a\u3053\u3068\u306e\u3088\u3046\u306b\u805e\u3053\u3048\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u304c\u3001\u3053\u308c\u306f\u5370\u5237\u53ef\u80fd\u306a\u6700\u5c0f\u7d30\u90e8\u306e\u5927\u304d\u3055\u3092\u76f4\u63a5\u5236\u9650\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059\u3002\u30c8\u30e9\u30c3\u30d7\u304c\u7d30\u90e8\u306e\u30b5\u30a4\u30ba\u306e\u76f8\u5f53\u306a\u5272\u5408\u3092\u5360\u3081\u3066\u3057\u307e\u3046\u3068\u3001\u7d30\u304b\u306a\u6587\u5b57\u3001\u5c0f\u3055\u306a\u9006\u767d\u629c\u304d\u3001\u7e4a\u7d30\u306a\u7dda\u753b\u3001\u9ad8LPI\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u5370\u5237\u306a\u3069\u306f\u3059\u3079\u3066\u4e0d\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n            <p>\u3060\u304b\u3089\u3053\u305d\u3001\u5370\u5237\u6a5f\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u9078\u629e\u306f\u3001\u6697\u9ed9\u306e\u3046\u3061\u306b\u3001\u30b3\u30f3\u30d0\u30fc\u30bf\u30fc\u304c\u63d0\u4f9b\u3067\u304d\u308b\u5370\u5237\u54c1\u8cea\u306e\u7bc4\u56f2\u306b\u95a2\u3059\u308b\u9078\u629e\u3067\u3082\u3042\u308b\u306e\u3067\u3059\u3002\u30b7\u30f3\u30b0\u30eb\u30c9\u30e9\u30e0\u65b9\u5f0f\u306e\u57fa\u6750\u5236\u5fa1\u3092\u5099\u3048\u305fCI\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u6a5f\u306f\u3001\u30b9\u30bf\u30c3\u30af\u578b\u5370\u5237\u6a5f\u306b\u6bd4\u3079\u30662\uff5e3\u500d\u9ad8\u3044\u898b\u5f53\u7cbe\u5ea6\u3092\u5b89\u5b9a\u3057\u3066\u5b9f\u73fe\u3057\u307e\u3059\u3002CI\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306b\u3088\u3063\u3066\u53ef\u80fd\u3068\u306a\u308b\u72ed\u3044\u30c8\u30e9\u30c3\u30d7\u306f\u3001\u5358\u306b\u30d7\u30ea\u30d7\u30ec\u30b9\u4f5c\u696d\u306e\u5229\u4fbf\u6027\u306b\u3068\u3069\u307e\u308a\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u3001\u8cfc\u5165\u8005\u304c\u5fae\u7d30\u306a\u30c6\u30ad\u30b9\u30c8\u306e\u9bae\u660e\u3055\u3084\u8272\u306e\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u306e\u6ed1\u3089\u304b\u3055\u306b\u3088\u3063\u3066\u54c1\u8cea\u3092\u5224\u65ad\u3059\u308b\u5e02\u5834\u306b\u304a\u3044\u3066\u3001\u7af6\u4e89\u4e0a\u306e\u5dee\u5225\u5316\u8981\u56e0\u3068\u306a\u308a\u307e\u3059\u3002\u540c\u69d8\u306b\u3001\u81ea\u52d5\u898b\u5f53\u5236\u5fa1\u6a5f\u80fd\u3092\u5099\u3048\u305f\u6700\u65b0\u306e\u30b5\u30fc\u30dc\u99c6\u52d5\u30b0\u30e9\u30d3\u30a2\u5370\u5237\u6a5f\u306f\u3001\u30ed\u30fc\u30eb\u5168\u4f53\u306b\u308f\u305f\u3063\u3066\u00b10.05 mm\u306e\u7cbe\u5ea6\u3092\u7dad\u6301\u3067\u304d\u308b\u305f\u3081\u3001\u30b0\u30e9\u30d3\u30a2\u5370\u5237\u306e\u8a31\u5bb9\u7bc4\u56f2\u4e0b\u9650\u306b\u8fd1\u3044\u30c8\u30e9\u30c3\u30d7\u5024\u3092\u5b9f\u73fe\u3057\u3001\u5404\u30b8\u30e7\u30d6\u306e\u8a2d\u8a08\u306e\u8907\u96d1\u6027\u3092\u9ad8\u3081\u308b\u3053\u3068\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n            <p>\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u6a5f\u3084\u30b0\u30e9\u30d3\u30a2\u5370\u5237\u6a5f\u3092\u5c0e\u5165\u3059\u308b\u969b\u306b\u306f\u3001\u901f\u5ea6\u3001\u5370\u5237\u5e45\u3001\u4e7e\u71e5\u6a5f\u5bb9\u91cf\u3068\u3044\u3063\u305f\u6280\u8853\u7684\u8a55\u4fa1\u306b\u52a0\u3048\u3001\u5370\u5237\u6a5f\u306e\u898b\u5f53\u7cbe\u5ea6\u306e\u4ed5\u69d8\u3001\u305d\u3057\u3066\u4f55\u3088\u308a\u3082\u91cd\u8981\u306a\u306e\u306f\u3001\u9577\u6642\u9593\u306e\u9023\u7d9a\u5370\u5237\u306b\u304a\u3051\u308b\u5b9f\u969b\u306e\u898b\u5f53\u306e\u5b89\u5b9a\u6027\u3092\u8a55\u4fa1\u3059\u308b\u3053\u3068\u304c\u4e0d\u53ef\u6b20\u3067\u3059\u3002\u5370\u5237\u53ef\u80fd\u306a\u30c8\u30e9\u30c3\u30d7\u5e45\u306f\u3001\u6295\u8cc7\u3059\u308b\u5370\u5237\u6a5f\u306e\u7cbe\u5ea6\u306b\u76f4\u63a5\u5de6\u53f3\u3055\u308c\u307e\u3059\u3002\u30ef\u30f3\u30b9\u30c8\u30c3\u30d7\u306e\u30d5\u30ec\u30ad\u30b7\u30d6\u30eb\u5305\u88c5\u6a5f\u5668\u30e9\u30a4\u30f3\u306b\u3088\u308b\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3055\u308c\u305f\u6a5f\u68b0\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3059\u308b\u6a5f\u5668\u30e1\u30fc\u30ab\u30fc\u306f\u3001\u4ed5\u69d8\u7b56\u5b9a\u6bb5\u968e\u3067\u30b3\u30f3\u30d0\u30fc\u30bf\u30fc\u304c\u3053\u308c\u3089\u306e\u5909\u6570\u3092\u8a55\u4fa1\u3067\u304d\u308b\u3088\u3046\u652f\u63f4\u3057\u3001\u5370\u5237\u6a5f\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3092\u30bf\u30fc\u30b2\u30c3\u30c8\u3068\u3059\u308b\u5370\u5237\u7269\u306e\u7cbe\u5ea6\u8981\u4ef6\u306b\u9069\u5408\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n            <h3 class=\"kete-h3\">\u7d44\u7e54\u306b\u304a\u3051\u308b\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u57fa\u6e96\u306e\u69cb\u7bc9<\/h3>\n\n            <p>\u307b\u3068\u3093\u3069\u306e\u5370\u5237\u4f1a\u793e\u304c\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306b\u95a2\u3057\u3066\u8b1b\u3058\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3001\u6700\u3082\u8cbb\u7528\u5bfe\u52b9\u679c\u306e\u9ad8\u3044\u5bfe\u7b56\u306f\u3001\u8cbb\u7528\u304c\u304b\u304b\u3089\u306a\u3044\u3082\u306e\u3067\u3059\u3002\u305d\u308c\u306f\u3001\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u57fa\u6e96\u3092\u6587\u66f8\u5316\u3059\u308b\u3053\u3068\u3067\u3059\u3002\u5370\u5237\u6a5f\u3001\u7528\u7d19\u3001\u8272\u306e\u7d44\u307f\u5408\u308f\u305b\u3054\u3068\u306b\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u5e45\u3092\u660e\u8a18\u3057\u305f1\u30da\u30fc\u30b8\u306e\u6587\u66f8\u3092\u4f5c\u6210\u3059\u308b\u3053\u3068\u3067\u3001\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306f\u500b\u3005\u306e\u30aa\u30da\u30ec\u30fc\u30bf\u30fc\u306e\u76f4\u611f\u306b\u3088\u308b\u3082\u306e\u304b\u3089\u3001\u7d44\u7e54\u306e\u8cc7\u7523\u3078\u3068\u5909\u308f\u308a\u307e\u3059\u3002<\/p>\n\n            <p>\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u57fa\u6e96\u306b\u306f\u3001\u5c11\u306a\u304f\u3068\u3082\u4ee5\u4e0b\u306e\u9805\u76ee\u3092\u542b\u3081\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u81ea\u793e\u5de5\u5834\u306b\u304a\u3051\u308b\u5404\u5370\u5237\u6a5f\u30fb\u7528\u7d19\u306e\u7d44\u307f\u5408\u308f\u305b\u3054\u3068\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u5e45\u3001\u6fc3\u9ed2\u306e\u30ad\u30fc\u30d7\u30a2\u30a6\u30a7\u30a4\u4ed5\u69d8\u3001\u30e1\u30bf\u30ea\u30c3\u30af\u30a4\u30f3\u30af\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u898f\u5247\u3001\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u306b\u304a\u3051\u308b\u30f4\u30a3\u30cd\u30c3\u30c8\u306e\u6700\u5c0f\u30c9\u30c3\u30c8\u7387\u3001\u305d\u3057\u3066\u4f8b\u5916\u306b\u3064\u3044\u3066\u306f\u3059\u3079\u3066\u4e0a\u53f8\u306e\u627f\u8a8d\u304c\u5fc5\u8981\u3067\u3042\u308b\u3068\u3044\u3046\u660e\u78ba\u306a\u6307\u793a\u3067\u3059\u3002\u3053\u306e\u6587\u66f8\u306f\u9577\u6587\u3067\u3042\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u4f5c\u6210\u3055\u308c\u3001\u751f\u7523\u73fe\u5834\u3067\u53c2\u7167\u53ef\u80fd\u3067\u3042\u308a\u3001\u304b\u3064\u78ba\u5b9f\u306b\u9075\u5b88\u3055\u308c\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n            <div class=\"bp-9-checklist\">\n                <div class=\"bp-9-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"m3 17 2 2 4-4\" \/>\n                        <path d=\"m3 7 2 2 4-4\" \/>\n                        <path d=\"M13 6h8\" \/>\n                        <path d=\"M13 12h8\" \/>\n                        <path d=\"M13 18h8\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-9-title\">\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306e\u5b9a\u756a\u30a2\u30a4\u30c6\u30e0 5\u70b9<\/div>\n                <div class=\"bp-9-list\">\n                    <div class=\"bp-9-item\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 6 9 17l-5-5\" \/>\n                        <\/svg>\n                        <span>\u8cb4\u793e\u306e\u5de5\u5834\u306b\u304a\u3051\u308b\u5404\u30d7\u30ec\u30b9\u30fb\u88ab\u52a0\u5de5\u6750\u306e\u7d44\u307f\u5408\u308f\u305b\u3054\u3068\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30c8\u30e9\u30c3\u30d7\u5e45<\/span>\n                    <\/div>\n                    <div class=\"bp-9-item\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 6 9 17l-5-5\" \/>\n                        <\/svg>\n                        <span>\u8c4a\u304b\u306a\u9ed2\u8272\u3092\u5b9f\u73fe\u3059\u308b\u305f\u3081\u306e\u30ad\u30fc\u30d7\u30a2\u30a6\u30a7\u30a4\u4ed5\u69d8<\/span>\n                    <\/div>\n                    <div class=\"bp-9-item\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 6 9 17l-5-5\" \/>\n                        <\/svg>\n                        <span>\u91d1\u5c5e\u30a4\u30f3\u30af\u306e\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u30eb\u30fc\u30eb<\/span>\n                    <\/div>\n                    <div class=\"bp-9-item\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 6 9 17l-5-5\" \/>\n                        <\/svg>\n                        <span>\u30d5\u30ec\u30ad\u30bd\u5370\u5237\u306b\u304a\u3051\u308b\u30f4\u30a3\u30cd\u30c3\u30c8\u306e\u6700\u5c0f\u30c9\u30c3\u30c8\u7387\uff083\uff5e4%\u3092\u4e0b\u56de\u3063\u3066\u306f\u306a\u3089\u306a\u3044\uff09<\/span>\n                    <\/div>\n                    <div class=\"bp-9-item\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 6 9 17l-5-5\" \/>\n                        <\/svg>\n                        <span>\u4f8b\u5916\u63aa\u7f6e\u306b\u3064\u3044\u3066\u306f\u3001\u3059\u3079\u3066\u4e0a\u53f8\u306e\u627f\u8a8d\u3092\u5f97\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3053\u3068\u3092\u660e\u78ba\u306b\u6307\u793a\u3059\u308b<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <p>\u305d\u306e\u898b\u8fd4\u308a\u3068\u3057\u3066\u3001\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u306b\u95a2\u9023\u3059\u308b\u5370\u5237\u4e2d\u65ad\u304c\u6e1b\u308a\u3001\u8a66\u884c\u932f\u8aa4\u306b\u3088\u308b\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u8abf\u6574\u3067\u7121\u99c4\u306b\u306a\u308b\u6750\u6599\u304c\u5c11\u306a\u304f\u306a\u308a\u3001\u30d7\u30ea\u30d7\u30ec\u30b9\u5de5\u7a0b\u306e\u51e6\u7406\u901f\u5ea6\u304c\u5411\u4e0a\u3057\u307e\u3059\uff08\u30aa\u30da\u30ec\u30fc\u30bf\u30fc\u306f\u30d5\u30a1\u30a4\u30eb\u3054\u3068\u306b\u5224\u65ad\u3092\u4e0b\u3059\u306e\u3067\u306f\u306a\u304f\u3001\u4ed5\u69d8\u306b\u5f93\u3063\u3066\u4f5c\u696d\u3092\u884c\u3046\u305f\u3081\uff09\u3002\u307e\u305f\u3001\u9867\u5ba2\u3068\u306e\u4ea4\u6e09\u306b\u304a\u3044\u3066\u3082\u3001\u3088\u308a\u5f37\u56fa\u306a\u7acb\u5834\u3092\u7bc9\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u300c\u5f53\u793e\u306f\u6587\u66f8\u5316\u3055\u308c\u305f\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u57fa\u6e96\u306b\u5f93\u3063\u3066\u5370\u5237\u3057\u3066\u3044\u307e\u3059\u300d\u3068\u3044\u3046\u8a00\u8449\u306f\u3001\u300c\u5f53\u793e\u306e\u30b9\u30bf\u30c3\u30d5\u306f\u81ea\u5206\u306e\u4ed5\u4e8b\u3092\u3088\u304f\u7406\u89e3\u3057\u3066\u3044\u307e\u3059\u300d\u3068\u3044\u3046\u8a00\u8449\u3068\u306f\u7570\u306a\u308a\u3001\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u76e3\u67fb\u306b\u304a\u3044\u3066\u5927\u304d\u306a\u8aac\u5f97\u529b\u3092\u6301\u3064\u306e\u3067\u3059\u3002<\/p>\n\n            <hr>\n\n            <h2 class=\"kete-h2\">\u53c2\u8003\u6587\u732e<\/h2>\n\n            <ol>\n                <li>\u30d5\u30ec\u30ad\u30bd\u30b0\u30e9\u30d5\u30a3\u6280\u8853\u5354\u4f1a\uff08FTA\uff09\u3002\u300cFIRST \u30d5\u30ec\u30ad\u30bd\u30b0\u30e9\u30d5\u30a3\u753b\u50cf\u518d\u73fe\u4ed5\u69d8\u304a\u3088\u3073\u8a31\u5bb9\u8aa4\u5dee\u300d\u3002 <a href=\"https:\/\/www.flexography.org\/\">https:\/\/www.flexography.org\/<\/a><\/li>\n                <li>\u30b3\u30c0\u30c3\u30af\u3002\u300cPrinergy Workflow Help Trap Tool\u300d\u3002 <a href=\"https:\/\/workflowhelp.kodak.com\/\">https:\/\/workflowhelp.kodak.com\/<\/a><\/li>\n                <li>\u30a2\u30c9\u30d3\u30b7\u30b9\u30c6\u30e0\u30ba\u3002\u300c\u30c8\u30e9\u30c3\u30d4\u30f3\u30b0\u30ac\u30a4\u30c9\u300d\u3002 <a href=\"https:\/\/www.adobe.com\/studio\/print\/pdf\/trapping.pdf\">https:\/\/www.adobe.com\/studio\/print\/pdf\/trapping.pdf<\/a><\/li>\n                <li>ISO\u3002\u300cISO 12647-2\uff1a\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u6280\u8853\u3000\u30cf\u30fc\u30d5\u30c8\u30fc\u30f3\u8272\u5206\u89e3\u306e\u88fd\u9020\u306b\u304a\u3051\u308b\u5de5\u7a0b\u7ba1\u7406\u300d\u3002 <a href=\"https:\/\/www.iso.org\/standard\/75372.html\">https:\/\/www.iso.org\/standard\/75372.html<\/a><\/li>\n                <li>\u30b9\u30df\u30b6\u30fc\u30ba\u3002\u300c2028\u5e74\u307e\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u5370\u5237\u306e\u672a\u6765\u300d\u3002 <a href=\"https:\/\/www.smithers.com\/\">https:\/\/www.smithers.com\/<\/a><\/li>\n                <li>\u300eScreen Printing Magazine\u300f\u3002\u300c\u30b9\u30af\u30ea\u30fc\u30f3\u5370\u5237\u306e\u305f\u3081\u306e\u30a2\u30fc\u30c8\u30ef\u30fc\u30af\u306e\u30c8\u30e9\u30c3\u30d7\u65b9\u6cd5\u300d\u3002 <a href=\"https:\/\/screenprintingmag.com\/how-to-trap-artwork-for-screen-printing-4-essential-steps-to-avoid-gaps-and-misregistration\/\">https:\/\/screenprintingmag.com\/how-to-trap-artwork-for-screen-printing-4-essential-steps-to-avoid-gaps-and-misregistration\/<\/a><\/li>\n                <li>\u30a2\u30eb\u30b4\u30f3\u30ad\u30f3\u30fb\u30c7\u30b6\u30a4\u30f3\u3002\u300c\u7f60\u731f\u300d\u3002 <a href=\"https:\/\/cg.algonquindesign.ca\/information\/trapping\">https:\/\/cg.algonquindesign.ca\/information\/trapping<\/a><\/li>\n                <li>KETE GROUP\u3002\u300c\u30d5\u30ec\u30ad\u30bd\u304a\u3088\u3073\u30b0\u30e9\u30d3\u30a2\u5370\u5237\u6a5f\u300d\u3002 <a href=\"https:\/\/www.ketegroup.com\/ja\">https:\/\/www.ketegroup.com\/<\/a><\/li>\n                <li>KETE GROUP\u3002\u300c\u304a\u554f\u3044\u5408\u308f\u305b\u3002\u300d <a href=\"https:\/\/www.ketegroup.com\/ja\/%e3%81%8a%e5%95%8f%e3%81%84%e5%90%88%e3%82%8f%e3%81%9b\/\">https:\/\/www.ketegroup.com\/contact\/<\/a><\/li>\n            <\/ol>\n\n            <div class=\"bp-cta-end-callout\">\n                <div class=\"bp-cta-end-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\" \/>\n                        <path d=\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-cta-end-title\">\u304a\u5ba2\u69d8\u306e\u5305\u88c5\u30e9\u30a4\u30f3\u306b\u5408\u308f\u305b\u305f\u7279\u6ce8\u30d5\u30ec\u30ad\u30bd\u30fb\u30b0\u30e9\u30d3\u30a2\u5370\u5237\u6a5f<\/div>\n                <div class=\"bp-cta-end-subtitle\">\u3054\u76f8\u8ac7\u304b\u3089\u30a2\u30d5\u30bf\u30fc\u30b5\u30fc\u30d3\u30b9\u307e\u3067\u3001\u30ef\u30f3\u30b9\u30c8\u30c3\u30d7\u3067\u5bfe\u5fdc\u3044\u305f\u3057\u307e\u3059\u3002\u3059\u3079\u3066\u306e\u6a5f\u68b0\u306b\u306f30\u5e74\u4ee5\u4e0a\u306e\u88fd\u9020\u5b9f\u7e3e\u304c\u88cf\u4ed8\u3051\u3089\u308c\u3066\u304a\u308a\u3001\u5de5\u5834\u76f4\u8ca9\u4fa1\u683c\u3067\u3054\u63d0\u4f9b\u3044\u305f\u3057\u307e\u3059\u3002<\/div>\n                <a class=\"bp-cta-end-button\" href=\"https:\/\/www.ketegroup.com\/ja\/%e3%81%8a%e5%95%8f%e3%81%84%e5%90%88%e3%82%8f%e3%81%9b\/\" target=\"_self\">\u3054\u76f8\u8ac7\u306e\u304a\u7533\u3057\u8fbc\u307f<\/a>\n            <\/div>\n\n        <\/article>\n    <\/div>\n<\/body>\n\n<\/html>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>The Print Professional&#8217;s Guide to Trapping: Mechanics, Standards, and Process-by-Process Comparison Think of two puzzle pieces cut to fit exactly edge-to-edge. On a table, they align perfectly. But if the table shifts just a fraction of a millimeter, the gap between them becomes visible and the image breaks. That is the problem trapping exists to solve in printing. Every multicolor print job involves multiple plates, screens, or print stations laying down different colors in separate passes. No press on earth achieves perfect registration across an entire run. Trapping the technique of creating tiny intentional overlaps between adjacent colors keeps those inevitable registration shifts from turning into visible white gaps on [&hellip;]<\/p>","protected":false},"author":1,"featured_media":28147,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"Trapping Printing Explained: The Professional Guide","_seopress_titles_desc":"Master trapping printing with our expert guide. Learn essential prepress techniques to eliminate misregistration and ensure flawless print results. Read now!","_seopress_robots_index":"","footnotes":""},"categories":[30,73,31,67],"tags":[],"class_list":["post-29428","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-flexo-printing-machines","category-recent-blogs","category-rotogravure-printing-machines","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/posts\/29428","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/comments?post=29428"}],"version-history":[{"count":6,"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/posts\/29428\/revisions"}],"predecessor-version":[{"id":29643,"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/posts\/29428\/revisions\/29643"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/media\/28147"}],"wp:attachment":[{"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/media?parent=29428"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/categories?post=29428"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ketegroup.com\/ja\/wp-json\/wp\/v2\/tags?post=29428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}