{"id":101752,"date":"2026-05-27T03:01:14","date_gmt":"2026-05-27T03:01:14","guid":{"rendered":"https:\/\/www.jalonzeolite.com\/?p=101752"},"modified":"2026-05-27T03:10:25","modified_gmt":"2026-05-27T03:10:25","slug":"catalytic-dewaxing","status":"publish","type":"post","link":"https:\/\/www.jalonzeolite.com\/ja\/catalytic-dewaxing\/","title":{"rendered":"\u89e6\u5a92\u8131\u874b\u306e\u8aac\u660e\uff1a\u5f62\u72b6\u9078\u629e\u6027\u30bc\u30aa\u30e9\u30a4\u30c8\u3068\u3001\u306a\u305c\u89e6\u5a92\u306e\u54c1\u8cea\u306f\u539f\u6599\u304b\u3089\u59cb\u307e\u308b\u306e\u304b\uff1f"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>\u89e6\u5a92\u8131\u874b\u306e\u8aac\u660e\uff1a\u30bc\u30aa\u30e9\u30a4\u30c8\u3001\u89e6\u5a92\u3001\u305d\u3057\u3066\u6027\u80fd\uff5cJALON<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Exo+2:wght@400;600;700&#038;family=Nunito:wght@400;700&#038;family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* ============================================================\n   CSS VARIABLES \u2014 Light Theme\n   ============================================================ *\/\n:root {\n  --color-primary: #EEB30D;\n  --color-secondary: #3D3D3D;\n  --color-text: #7A7A7A;\n  --color-bg: #FFFFFF;\n  --color-bg-alt: #F1F5F8;\n  --color-bg-light: #F5F5F5;\n  --color-accent-yellow: #FBCA23;\n  --color-accent-orange: #F7941E;\n  --color-border: #E5E5E5;\n  --color-border-light: #E9E9E9;\n  --color-muted: #9FA8AB;\n  --color-gray: #808080;\n  --color-dark-overlay: rgba(84, 89, 95, 0.8);\n\n  --font-heading: 'din-2014', 'Exo 2', sans-serif;\n  --font-body: 'Poppins', sans-serif;\n  --font-stat: 'faricy-new-web', 'Nunito', sans-serif;\n\n  --prose-width: 680px;\n  --bp-margin: 2.5em;\n  --bp-padding: 24px;\n\n  --h1-size: 44px;\n  --h2-size: 32px;\n  --h3-size: 22px;\n  --h4-size: 18px;\n  --body-size: 16px;\n  --small-size: 14px;\n  --accent-size: 18px;\n\n  --body-line-height: 1.7;\n  --heading-line-height: 1.25;\n\n  --radius-sm: 3px;\n  --radius-md: 5px;\n  --radius-lg: 6px;\n\n  --shadow-card: 0px 15px 56px 4px rgba(199,197,197,0.3);\n  --shadow-accent: -4px 7px 11px 1px rgba(238,179,13,0.23);\n  --transition-default: all 0.24s ease;\n\n  --color-hr: #E5E5E5;\n  --color-blockquote-border: #EEB30D;\n  --color-th-bg: #F1F5F8;\n  --color-tr-alt: #F9FAFB;\n  --color-progress-bar: #EEB30D;\n}\n\n\/* ============================================================\n   RESET & BASE\n   ============================================================ *\/\n*, *::before, *::after { box-sizing: border-box; }\n\nhtml { scroll-behavior: smooth; }\n\nbody {\n  margin: 0;\n  padding: 0 40px;\n  background: var(--color-bg);\n  color: var(--color-text);\n  font-family: var(--font-body);\n  font-size: var(--body-size);\n  line-height: var(--body-line-height);\n  font-weight: 400;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n\/* ============================================================\n   READING PROGRESS BAR\n   ============================================================ *\/\n#reading-progress {\n  position: fixed;\n  top: 0;\n  left: 0;\n  height: 3px;\n  background: var(--color-progress-bar);\n  width: 0%;\n  z-index: 1000;\n  transition: width 0.1s ease-out;\n}\n\n\/* ============================================================\n   TYPOGRAPHY\n   ============================================================ *\/\nh1, h2, h3, h4, h5 {\n  font-family: var(--font-heading);\n  font-weight: 600;\n  color: var(--color-secondary);\n  line-height: var(--heading-line-height);\n  margin: 0;\n}\n\nh1 {\n  font-size: var(--h1-size);\n  font-weight: 700;\n  margin: 1.5em 0 0.6em;\n  letter-spacing: -0.02em;\n}\n\nh2 {\n  font-size: var(--h2-size);\n  margin: 2.5em 0 0.5em;\n  position: relative;\n}\n\nh3 {\n  font-size: var(--h3-size);\n  margin: 1.8em 0 0.5em;\n  font-weight: 600;\n}\n\nh4 {\n  font-size: var(--h4-size);\n  font-weight: 600;\n  margin: 1.2em 0 0.4em;\n}\n\np {\n  margin: 0 0 1.2em;\n  color: var(--color-text);\n}\n\nstrong { font-weight: 600; color: var(--color-secondary); }\n\na {\n  color: var(--color-primary);\n  text-decoration: underline;\n  text-underline-offset: 2px;\n  transition: var(--transition-default);\n}\na:hover { color: var(--color-secondary); }\n\n\/* ============================================================\n   LAYOUT \u2014 Single Column\n   ============================================================ *\/\n.article-container {\n  max-width: var(--prose-width);\n  margin: 0 auto;\n  padding: 2em 0 4em;\n}\n\n\/* ============================================================\n   H2 SECTION MARKERS (01\u201306)\n   ============================================================ *\/\n.h2-marker {\n  position: absolute;\n  left: -3.5rem;\n  top: 0;\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 0.65em;\n  color: var(--color-primary);\n  opacity: 0.7;\n  line-height: 1;\n  pointer-events: none;\n  user-select: none;\n}\n\n\/* ============================================================\n   CUSTOM EMBEDDED IMAGES STYLE\n   ============================================================ *\/\n.embedded-article-img {\n  display: block !important;\n  width: 512px !important;\n  max-width: 100% !important;\n  height: auto !important;\n  margin: 2em auto !important;\n  border-radius: 12px !important;\n  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15) !important;\n}\n\n\/* ============================================================\n   TABLE STYLING\n   ============================================================ *\/\n.table-wrapper {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  margin: 1.5em 0;\n}\n\ntable {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 15px;\n}\n\nth {\n  background: var(--color-th-bg);\n  color: var(--color-secondary);\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 14px;\n  padding: 12px 16px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  text-align: left;\n  white-space: nowrap;\n}\n\ntd {\n  padding: 12px 16px;\n  border-bottom: 1px solid var(--color-border-light);\n  vertical-align: top;\n  font-size: 15px;\n  line-height: 1.5;\n}\n\ntr:nth-child(even) td {\n  background: var(--color-tr-alt);\n}\n\ntd:first-child {\n  font-weight: 600;\n  color: var(--color-secondary);\n}\n\n\/* ============================================================\n   BLOCKQUOTES\n   ============================================================ *\/\nblockquote {\n  margin: 1.5em 0;\n  padding: 0 0 0 1.5em;\n  border-left: 3px solid var(--color-blockquote-border);\n  font-style: italic;\n  font-weight: 400;\n  color: var(--color-text);\n}\n\n\/* ============================================================\n   LISTS\n   ============================================================ *\/\nul, ol {\n  padding-left: 1.5em;\n  margin: 0 0 1.2em;\n}\nli { margin-bottom: 0.4em; }\nul li::marker { color: var(--color-primary); }\nul ul li::marker { content: \"\u25cb \"; }\n\n\/* ============================================================\n   HORIZONTAL RULES\n   ============================================================ *\/\nhr {\n  border: none;\n  height: 1px;\n  background: var(--color-hr);\n  margin: 3em 0;\n  width: 100%;\n}\n\n\/* ============================================================\n   RESPONSIVE TYPOGRAPHY OVERRIDES\n   ============================================================ *\/\n@media (max-width: 1024px) {\n  :root {\n    --h1-size: 38px;\n    --h2-size: 28px;\n    --h3-size: 20px;\n    --body-size: 14px;\n    --accent-size: 16px;\n    --small-size: 13px;\n  }\n  body { padding: 0 32px; }\n}\n\n@media (max-width: 767px) {\n  :root {\n    --h1-size: 32px;\n    --h2-size: 24px;\n    --h3-size: 18px;\n    --body-size: 14px;\n    --accent-size: 15px;\n    --small-size: 12px;\n    --prose-width: 100%;\n  }\n  body { padding: 0 16px; }\n\n  .h2-marker { display: none; }\n}\n\n\/* ============================================================\n   DARK MODE\n   ============================================================ *\/\n@media (prefers-color-scheme: dark) {\n  :root {\n    --color-bg: #1a1a2e;\n    --color-bg-alt: #22223a;\n    --color-bg-light: #252540;\n    --color-secondary: #e8e8e8;\n    --color-text: #d0d0d0;\n    --color-border: #3a3a55;\n    --color-border-light: #33334d;\n    --color-muted: #8888aa;\n    --color-gray: #9999bb;\n    --color-th-bg: #252540;\n    --color-tr-alt: #1f1f36;\n    --color-hr: #3a3a55;\n    --shadow-card: 0px 15px 56px 4px rgba(0,0,0,0.4);\n    --shadow-accent: -4px 7px 11px 1px rgba(238,179,13,0.15);\n    --color-blockquote-border: #EEB30D;\n    --color-progress-bar: #EEB30D;\n  }\n\n  h1, h2, h3, h4, strong, td:first-child {\n    color: #e8e8e8;\n  }\n\n  th {\n    color: #e8e8e8;\n  }\n\n  a:hover { color: #e8e8e8; }\n\n  .bp-1-callout { background: var(--color-bg-alt); }\n  .bp-2-decision { background: var(--color-bg-alt); }\n  .bp-4-compare .bp-4-card:first-child { background: #2a2a45; }\n  .bp-4-compare .bp-4-card:last-child { background: var(--color-bg-light); }\n  .bp-5-checklist { background: var(--color-bg-alt); }\n  .bp-6-spec .bp-6-stat { background: var(--color-bg-light); border-color: var(--color-border); }\n  .bp-7-bar-track { background: #3a3a55; }\n  .bp-9-econ .bp-9-chain { background: var(--color-bg-light); }\n  .bp-10-closer { background: var(--color-bg-alt); }\n  \n  .embedded-article-img {\n    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.5) !important;\n  }\n}\n\n\/* ============================================================\n   ANIMATIONS\n   ============================================================ *\/\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(20px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.article-container > * {\n  animation: fadeUp 0.5s ease-out both;\n}\n\n.article-container > *:nth-child(1) { animation-delay: 0.05s; }\n.article-container > *:nth-child(2) { animation-delay: 0.1s; }\n.article-container > *:nth-child(3) { animation-delay: 0.15s; }\n.article-container > *:nth-child(4) { animation-delay: 0.2s; }\n.article-container > *:nth-child(5) { animation-delay: 0.25s; }\n.article-container > *:nth-child(6) { animation-delay: 0.3s; }\n.article-container > *:nth-child(7) { animation-delay: 0.35s; }\n\n@keyframes fadeIn {\n  from { opacity: 0; transform: translateY(15px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* Scroll-triggered fade-in via Intersection Observer (JS) *\/\n.bp-animate {\n  opacity: 0;\n  transform: translateY(15px);\n  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n}\n.bp-animate.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* Hover transitions for cards *\/\n.bp-1-item,\n.bp-2-col,\n.bp-4-card,\n.bp-6-stat,\n.bp-9-chain {\n  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;\n}\n.bp-1-item:hover,\n.bp-2-col:hover,\n.bp-4-card:hover,\n.bp-6-stat:hover,\n.bp-9-chain:hover {\n  transform: translateY(-1px);\n}\n\n.bp-4-card:first-child:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.25); }\n.bp-4-card:last-child:hover,\n.bp-6-stat:hover,\n.bp-9-chain:hover { box-shadow: var(--shadow-card); }\n\n\/* ============================================================\n   BREAKPOINT 1 \u2014 3 Cold-Flow Metric Cards (H2 #1)\n   ============================================================ *\/\n.bp-1-callout {\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  gap: 1em;\n  margin: var(--bp-margin) 0;\n  padding: 1.5em;\n  background: var(--color-bg-alt);\n  border-radius: var(--radius-lg);\n}\n\n.bp-1-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  padding: 1em 0.75em;\n  background: var(--color-bg);\n  border-radius: var(--radius-md);\n  border-top: 2px solid var(--color-primary);\n}\n\n.bp-1-icon {\n  width: 24px;\n  height: 24px;\n  color: var(--color-primary);\n  margin-bottom: 0.5em;\n}\n\n.bp-1-value {\n  font-family: var(--font-stat);\n  font-weight: 700;\n  font-size: 28px;\n  color: var(--color-secondary);\n  line-height: 1.1;\n  margin-bottom: 0.15em;\n}\n\n.bp-1-label {\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 11px;\n  text-transform: uppercase;\n  letter-spacing: 0.8px;\n  color: var(--color-muted);\n  line-height: 1.3;\n}\n\n.bp-1-unit {\n  font-family: var(--font-body);\n  font-weight: 400;\n  font-size: 14px;\n  color: var(--color-text);\n  margin-top: 0.25em;\n  line-height: 1.3;\n}\n\n\/* ============================================================\n   BREAKPOINT 2 \u2014 Decision Card (H2 #2)\n   ============================================================ *\/\n.bp-2-decision {\n  margin: var(--bp-margin) 0;\n  padding: 1.5em;\n  background: var(--color-bg-alt);\n  border-radius: var(--radius-lg);\n}\n\n.bp-2-header {\n  display: flex;\n  align-items: center;\n  gap: 0.5em;\n  margin-bottom: 1.25em;\n}\n\n.bp-2-header svg {\n  width: 20px;\n  height: 20px;\n  color: var(--color-primary);\n}\n\n.bp-2-header span {\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 16px;\n  color: var(--color-secondary);\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.bp-2-columns {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1.5em;\n}\n\n.bp-2-col {\n  padding: 1.25em;\n  background: var(--color-bg);\n  border-radius: var(--radius-md);\n}\n\n.bp-2-col:first-child {\n  border-left: 3px solid #4CAF50;\n}\n\n.bp-2-col:last-child {\n  border-left: 3px solid var(--color-border);\n}\n\n.bp-2-col h4 {\n  font-family: var(--font-heading);\n  font-size: 15px;\n  font-weight: 600;\n  color: var(--color-secondary);\n  margin: 0 0 0.6em;\n  line-height: 1.3;\n}\n\n.bp-2-col p {\n  font-size: 13px;\n  line-height: 1.5;\n  color: var(--color-text);\n  margin: 0;\n}\n\n.bp-2-col ul {\n  margin: 0;\n  padding-left: 1.2em;\n  font-size: 13px;\n  color: var(--color-text);\n}\n\n.bp-2-col ul li { margin-bottom: 0.3em; }\n\n\/* ============================================================\n   BREAKPOINT 3 \u2014 5-Step Reaction Flow (H2 #3 intro)\n   ============================================================ *\/\n.bp-3-flow {\n  display: flex;\n  flex-direction: column;\n  gap: 0.75em;\n  margin: var(--bp-margin) 0;\n  padding: 1.5em;\n  background: var(--color-bg);\n  border-radius: var(--radius-lg);\n  border: 1px solid var(--color-border-light);\n}\n\n.bp-3-step {\n  display: flex;\n  align-items: center;\n  gap: 0.75em;\n}\n\n.bp-3-step-num {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px;\n  height: 32px;\n  border-radius: 50%;\n  background: var(--color-primary);\n  color: #FFFFFF;\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 14px;\n  flex-shrink: 0;\n}\n\n.bp-3-step-label {\n  font-family: var(--font-body);\n  font-size: 14px;\n  font-weight: 400;\n  color: var(--color-secondary);\n  line-height: 1.3;\n}\n\n.bp-3-step-label strong {\n  color: var(--color-primary);\n}\n\n.bp-3-arrow {\n  width: 20px;\n  height: 20px;\n  color: var(--color-muted);\n  flex-shrink: 0;\n  margin-left: 0.25em;\n}\n\n.bp-3-fork {\n  display: flex;\n  gap: 0.75em;\n  margin-left: 2.75em;\n  align-items: center;\n}\n\n.bp-3-fork .bp-3-step-num {\n  width: 32px;\n  height: 32px;\n  font-size: 12px;\n}\n\n.bp-3-fork-pills {\n  display: flex;\n  gap: 0.5em;\n  flex-wrap: wrap;\n}\n\n.bp-3-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 0.4em;\n  padding: 0.4em 0.8em;\n  border-radius: 100px;\n  font-family: var(--font-body);\n  font-size: 13px;\n  font-weight: 500;\n  line-height: 1.2;\n}\n\n.bp-3-pill-green {\n  background: rgba(76, 175, 80, 0.12);\n  color: #2E7D32;\n}\n\n.bp-3-pill-amber {\n  background: rgba(255, 152, 0, 0.12);\n  color: #E65100;\n}\n\n.bp-3-pill svg {\n  width: 14px;\n  height: 14px;\n}\n\n\/* ============================================================\n   BREAKPOINT 4 \u2014 Side-by-Side Comparison (H2 #3 H3-b)\n   ============================================================ *\/\n.bp-4-compare {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1em;\n  margin: var(--bp-margin) 0;\n}\n\n.bp-4-card {\n  padding: 1.5em;\n  border-radius: var(--radius-lg);\n}\n\n.bp-4-card:first-child {\n  background: var(--color-secondary);\n  color: #FFFFFF;\n}\n\n.bp-4-card:last-child {\n  background: var(--color-bg);\n  border-top: 3px solid var(--color-primary);\n  box-shadow: var(--shadow-card);\n}\n\n.bp-4-card-icon {\n  width: 20px;\n  height: 20px;\n  margin-bottom: 0.5em;\n}\n\n.bp-4-card:first-child .bp-4-card-icon { color: var(--color-primary); }\n.bp-4-card:last-child .bp-4-card-icon { color: var(--color-primary); }\n\n.bp-4-card-title {\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 16px;\n  line-height: 1.3;\n  margin-bottom: 0.75em;\n}\n\n.bp-4-card:first-child .bp-4-card-title { color: var(--color-primary); }\n.bp-4-card:last-child .bp-4-card-title { color: var(--color-secondary); }\n\n.bp-4-stat {\n  font-family: var(--font-stat);\n  font-weight: 700;\n  font-size: 36px;\n  line-height: 1;\n  margin-bottom: 0.5em;\n}\n\n.bp-4-card:first-child .bp-4-stat { color: #FFFFFF; }\n.bp-4-card:last-child .bp-4-stat { color: var(--color-primary); }\n\n.bp-4-stat-label {\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 11px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  margin-bottom: 1em;\n}\n\n.bp-4-card:first-child .bp-4-stat-label { color: var(--color-muted); }\n.bp-4-card:last-child .bp-4-stat-label { color: var(--color-muted); }\n\n.bp-4-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.bp-4-list li {\n  font-size: 13px;\n  line-height: 1.4;\n  margin-bottom: 0.4em;\n  padding-left: 1.2em;\n  position: relative;\n}\n\n.bp-4-card:first-child .bp-4-list li { color: var(--color-muted); }\n.bp-4-card:last-child .bp-4-list li { color: var(--color-text); }\n\n.bp-4-list li::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 0.5em;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--color-primary);\n}\n\n\/* ============================================================\n   BREAKPOINT 5 \u2014 Checklist Card (H2 #4 intro)\n   ============================================================ *\/\n.bp-5-checklist {\n  margin: var(--bp-margin) 0;\n  padding: 1.5em;\n  background: var(--color-bg-alt);\n  border-radius: var(--radius-lg);\n}\n\n.bp-5-header {\n  display: flex;\n  align-items: center;\n  gap: 0.5em;\n  margin-bottom: 1em;\n}\n\n.bp-5-header svg {\n  width: 20px;\n  height: 20px;\n  color: var(--color-primary);\n}\n\n.bp-5-header span {\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 16px;\n  color: var(--color-secondary);\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.bp-5-items {\n  display: flex;\n  flex-direction: column;\n  gap: 0.5em;\n}\n\n.bp-5-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 0.65em;\n  padding: 0.75em 0;\n  border-bottom: 1px solid var(--color-border-light);\n}\n\n.bp-5-item:last-child { border-bottom: none; }\n\n.bp-5-item svg {\n  width: 18px;\n  height: 18px;\n  color: var(--color-primary);\n  flex-shrink: 0;\n  margin-top: 0.1em;\n}\n\n.bp-5-item-label {\n  font-family: var(--font-body);\n  font-weight: 400;\n  font-size: 15px;\n  color: var(--color-secondary);\n  line-height: 1.4;\n}\n\n.bp-5-item-label strong {\n  font-weight: 600;\n  color: var(--color-primary);\n}\n\n\/* ============================================================\n   BREAKPOINT 6 \u2014 ZSM-5 Spec Cards (H2 #4 H3-a)\n   ============================================================ *\/\n.bp-6-spec {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 0.75em;\n  margin: var(--bp-margin) 0;\n}\n\n.bp-6-stat {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  padding: 1.25em 0.75em;\n  background: var(--color-bg);\n  border: 1px solid var(--color-border);\n  border-radius: var(--radius-md);\n}\n\n.bp-6-stat-value {\n  font-family: var(--font-stat);\n  font-weight: 700;\n  font-size: 24px;\n  color: var(--color-secondary);\n  line-height: 1.1;\n  margin-bottom: 0.3em;\n}\n\n.bp-6-stat:first-child .bp-6-stat-value { color: var(--color-primary); }\n\n.bp-6-stat-label {\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 10px;\n  text-transform: uppercase;\n  letter-spacing: 0.8px;\n  color: var(--color-muted);\n  line-height: 1.2;\n}\n\n\/* ============================================================\n   BREAKPOINT 7 \u2014 Bar Chart Comparison (H2 #4 H3-b)\n   ============================================================ *\/\n.bp-7-yield {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 1.25em;\n  margin: var(--bp-margin) 0;\n  padding: 1.5em;\n  background: var(--color-bg);\n  border: 1px solid var(--color-border-light);\n  border-radius: var(--radius-lg);\n}\n\n.bp-7-bar {\n  display: flex;\n  flex-direction: column;\n  gap: 0.5em;\n}\n\n.bp-7-bar-name {\n  font-family: var(--font-body);\n  font-weight: 500;\n  font-size: 13px;\n  color: var(--color-secondary);\n  margin-bottom: 0.25em;\n}\n\n.bp-7-bar-row {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.bp-7-bar-sublabel {\n  font-size: 12px;\n  font-weight: 400;\n  color: var(--color-text);\n  min-width: 85px;\n  flex-shrink: 0;\n}\n\n.bp-7-bar-track {\n  flex: 1;\n  height: 8px;\n  background: var(--color-border);\n  border-radius: 4px;\n  overflow: hidden;\n}\n\n.bp-7-bar-fill {\n  height: 100%;\n  background: var(--color-primary);\n  border-radius: 4px;\n  transition: width 0.6s ease-out;\n}\n\n.bp-7-bar-value {\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 14px;\n  color: var(--color-secondary);\n  min-width: 50px;\n  text-align: right;\n  flex-shrink: 0;\n}\n\n\/* ============================================================\n   BREAKPOINT 8 \u2014 5-Parameter Icon Grid (H2 #5 H3-a)\n   ============================================================ *\/\n.bp-8-params {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 0.75em;\n  margin: var(--bp-margin) 0;\n}\n\n.bp-8-param {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  padding: 12px 8px;\n}\n\n.bp-8-param-icon {\n  width: 24px;\n  height: 24px;\n  color: var(--color-primary);\n  margin-bottom: 0.5em;\n}\n\n.bp-8-param-name {\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 11px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: var(--color-secondary);\n  line-height: 1.3;\n}\n\n\/* ============================================================\n   BREAKPOINT 9 \u2014 Economic Impact Cards (H2 #5 H3-b)\n   ============================================================ *\/\n.bp-9-econ {\n  display: flex;\n  flex-direction: column;\n  gap: 1em;\n  margin: var(--bp-margin) 0;\n}\n\n.bp-9-chain {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 1em;\n  padding: 1em;\n  background: var(--color-bg);\n  border-left: 3px solid var(--color-primary);\n  border-radius: var(--radius-md);\n  box-shadow: var(--shadow-card);\n}\n\n.bp-9-chain-icon {\n  width: 28px;\n  height: 28px;\n  color: var(--color-primary);\n  flex-shrink: 0;\n  margin-top: 0.1em;\n}\n\n.bp-9-chain-body {\n  display: flex;\n  flex-direction: column;\n  gap: 0.25em;\n}\n\n.bp-9-chain-title {\n  font-family: var(--font-heading);\n  font-weight: 600;\n  font-size: 15px;\n  color: var(--color-secondary);\n  line-height: 1.3;\n}\n\n.bp-9-chain-impact {\n  font-family: var(--font-body);\n  font-weight: 600;\n  font-size: 14px;\n  color: var(--color-primary);\n  line-height: 1.3;\n}\n\n.bp-9-chain-desc {\n  font-family: var(--font-body);\n  font-weight: 400;\n  font-size: 13px;\n  color: var(--color-text);\n  line-height: 1.4;\n  margin-top: 0.1em;\n}\n\n\/* ============================================================\n   BREAKPOINT 10 \u2014 Closer (H2 #6 end)\n   ============================================================ *\/\n.bp-10-closer {\n  margin: var(--bp-margin) 0;\n  padding: 2em 1.5em;\n  background: var(--color-bg-alt);\n  border-radius: var(--radius-lg);\n  text-align: center;\n}\n\n.bp-10-icon {\n  width: 32px;\n  height: 32px;\n  color: var(--color-primary);\n  margin: 0 auto 0.75em;\n}\n\n.bp-10-quote {\n  font-family: var(--font-body);\n  font-weight: 400;\n  font-size: 18px;\n  font-style: italic;\n  color: var(--color-secondary);\n  line-height: 1.5;\n  max-width: 520px;\n  margin: 0 auto 1em;\n}\n\n.bp-10-line {\n  width: 60px;\n  height: 2px;\n  background: var(--color-primary);\n  margin: 0 auto;\n}\n\n\/* ============================================================\n   RESPONSIVE \u2014 Tablet (\u2264 1024px)\n   ============================================================ *\/\n@media (max-width: 1024px) {\n  .bp-8-params {\n    grid-template-columns: repeat(3, 1fr);\n  }\n  .bp-8-params .bp-8-param:nth-child(4),\n  .bp-8-params .bp-8-param:nth-child(5) {\n    grid-column: span 1;\n  }\n}\n\n\/* ============================================================\n   RESPONSIVE \u2014 Mobile (\u2264 767px)\n   ============================================================ *\/\n@media (max-width: 767px) {\n  .bp-1-callout {\n    grid-template-columns: 1fr;\n    gap: 0.75em;\n  }\n  .bp-1-item { padding: 0.75em; }\n  .bp-1-value { font-size: 24px; }\n\n  .bp-2-columns { grid-template-columns: 1fr; }\n  .bp-2-col:first-child { margin-bottom: 0; }\n\n  .bp-3-fork { margin-left: 1.5em; }\n  .bp-3-step-label { font-size: 13px; }\n\n  .bp-4-compare { grid-template-columns: 1fr; }\n\n  .bp-5-item-label { font-size: 14px; }\n\n  .bp-6-spec { grid-template-columns: 1fr; gap: 0.5em; }\n\n  .bp-7-bar-row { flex-wrap: wrap; gap: 6px; }\n  .bp-7-bar-sublabel { min-width: 70px; font-size: 11px; }\n  .bp-7-bar-value { font-size: 12px; min-width: 40px; }\n\n  .bp-8-params {\n    grid-template-columns: repeat(3, 1fr);\n    gap: 0.5em;\n  }\n  .bp-8-params .bp-8-param:nth-child(4),\n  .bp-8-params .bp-8-param:nth-child(5) {\n    grid-column: span 1;\n  }\n\n  .bp-9-chain { grid-template-columns: 1fr; gap: 0.5em; }\n  .bp-9-chain-icon { margin-bottom: 0; }\n\n  .bp-10-quote { font-size: 16px; }\n}\n\n\/* ============================================================\n   RESPONSIVE \u2014 Small Mobile (\u2264 480px)\n   ============================================================ *\/\n@media (max-width: 480px) {\n  .bp-8-params {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n\/* ============================================================\n   PRINT STYLES\n   ============================================================ *\/\n@media print {\n  #reading-progress { display: none; }\n  body { padding: 0; }\n  .bp-4-card:first-child { background: #3D3D3D !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }\n  .bp-4-card:last-child .bp-4-stat { color: #EEB30D !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }\n  @page { margin: 1.5cm; }\n}\n\n<\/style>\n<\/head>\n<body>\n\n<div id=\"reading-progress\"><\/div>\n\n<article class=\"article-container\">\n\n<h1>\u89e6\u5a92\u8131\u874b\u306e\u8aac\u660e\uff1a\u5f62\u72b6\u9078\u629e\u6027\u30bc\u30aa\u30e9\u30a4\u30c8\u3068\u3001\u306a\u305c\u89e6\u5a92\u306e\u54c1\u8cea\u306f\u539f\u6599\u304b\u3089\u59cb\u307e\u308b\u306e\u304b\uff1f<\/h1>\n\n<h2 id=\"section-1\"><span class=\"h2-marker\">01<\/span>\u89e6\u5a92\u8131\u874b\u3068\u306f\u4f55\u304b\u3001\u306a\u305c\u91cd\u8981\u306a\u306e\u304b\uff1f<\/h2>\n\n<p>\u89e6\u5a92\u8131\u874b\u306f\u3001\u77f3\u6cb9\u7559\u5206\u304b\u3089\u874b\u8cea\u306e\u9577\u9396\u30ce\u30eb\u30de\u30eb\u30d1\u30e9\u30d5\u30a3\u30f3\u3092\u9078\u629e\u7684\u306b\u9664\u53bb\u3059\u308b\u7cbe\u88fd\u30d7\u30ed\u30bb\u30b9\u3067\u3001\u7269\u7406\u7684\u306b\u6ffe\u904e\u3059\u308b\u306e\u3067\u306f\u306a\u304f\u3001\u5316\u5b66\u7684\u306b\u5909\u63db\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u9664\u53bb\u3059\u308b\u3002\u30ef\u30c3\u30af\u30b9\u306f\u30b3\u30fc\u30eb\u30c9\u30d5\u30ed\u30fc\u306e\u6575\u3060\u304b\u3089\u3060\u3002\u30de\u30a4\u30ca\u30b910\u2103\u3067\u8702\u871c\u306e\u3088\u3046\u306b\u6ce8\u3050\u30c7\u30a3\u30fc\u30bc\u30eb\u3084\u3001\u6c37\u70b9\u4e0b\u3067\u30b9\u30e9\u30c3\u30b8\u72b6\u306b\u5897\u7c98\u3059\u308b\u6f64\u6ed1\u6cb9\u306f\u3001\u8ab0\u3082\u8cb7\u308f\u306a\u3044\u88fd\u54c1\u3067\u3042\u308b\u3002<\/p>\n\n<img decoding=\"async\" src=\"https:\/\/www.jalonzeolite.com\/wp-content\/uploads\/2026\/05\/catalytic-dewaxing-2.webp\" alt=\"\u89e6\u5a92\u8131\u874b\u30a4\u30e9\u30b9\u30c8\" class=\"embedded-article-img\">\n\n<p>\u71c3\u6599\u3084\u6f64\u6ed1\u6cb9\u304c\u7b49\u7d1a\u306b\u5408\u683c\u3059\u308b\u304b\u3069\u3046\u304b\u306f\u30013\u3064\u306e\u30b3\u30fc\u30eb\u30c9\u30d5\u30ed\u30fc\u7279\u6027\u3067\u6c7a\u307e\u308a\u307e\u3059\uff1a <strong>\u6ce8\u304e\u53e3<\/strong> (\u30aa\u30a4\u30eb\u304c\u307e\u3060\u6d41\u308c\u308b\u6700\u4f4e\u6e29\u5ea6\uff09\u3001 <strong>\u96f2\u70b9<\/strong> (\u30ef\u30c3\u30af\u30b9\u306e\u7d50\u6676\u304c\u6700\u521d\u306b\u898b\u3048\u308b\u3088\u3046\u306b\u306a\u308b\u6e29\u5ea6\uff09\u3068 <strong>\u30b3\u30fc\u30eb\u30c9\u30d5\u30a3\u30eb\u30bf\u30fc\u30fb\u30d7\u30e9\u30ae\u30f3\u30b0\u30fb\u30dd\u30a4\u30f3\u30c8\uff08CFPP\uff09<\/strong> (\u71c3\u6599\u30d5\u30a3\u30eb\u30bf\u30fc\u304c\u76ee\u8a70\u307e\u308a\u3059\u308b\u6e29\u5ea6\uff09\u3002\u3053\u306e3\u3064\u306f\u3059\u3079\u3066\u3001n-\u30d1\u30e9\u30d5\u30a3\u30f3\uff08\u76f4\u9396\u306e\u70ad\u5316\u6c34\u7d20\u5206\u5b50\u3067\u3001\u6e29\u5ea6\u304c\u4e0b\u304c\u308b\u3068\u7d50\u6676\u5316\u3057\u3066\u7db2\u76ee\u72b6\u306e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306b\u306a\u308b\uff09\u306e\u542b\u6709\u91cf\u3068\u9396\u306e\u9577\u3055\u306b\u304b\u304b\u3063\u3066\u3044\u308b\u3002<\/p>\n\n<div class=\"bp-1-callout bp-animate\">\n  <div class=\"bp-1-item\">\n    <svg class=\"bp-1-icon\" 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\"><path d=\"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z\"\/><\/svg>\n    <div class=\"bp-1-value\">\u6ce8\u304e\u53e3<\/div>\n    <div class=\"bp-1-label\">\u6700\u4f4e\u6d41\u91cf\u6e29\u5ea6<\/div>\n    <div class=\"bp-1-unit\">-20\u00b0C\uff5e-40\u00b0C (\u30c7\u30a3\u30fc\u30bc\u30eb)<\/div>\n  <\/div>\n  <div class=\"bp-1-item\">\n    <svg class=\"bp-1-icon\" 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\"><path d=\"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z\"\/><\/svg>\n    <div class=\"bp-1-value\">\u30af\u30e9\u30a6\u30c9\u30dd\u30a4\u30f3\u30c8<\/div>\n    <div class=\"bp-1-label\">\u30ef\u30c3\u30af\u30b9\u7d50\u6676\u306e\u767a\u751f<\/div>\n    <div class=\"bp-1-unit\">\u521d\u3081\u3066\u76ee\u306b\u898b\u3048\u308b\u30ef\u30c3\u30af\u30b9\u306e\u7d50\u6676<\/div>\n  <\/div>\n  <div class=\"bp-1-item\">\n    <svg class=\"bp-1-icon\" 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\"><path d=\"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z\"\/><\/svg>\n    <div class=\"bp-1-value\">CFPP<\/div>\n    <div class=\"bp-1-label\">\u30d5\u30a3\u30eb\u30bf\u30fc\u76ee\u8a70\u307e\u308a\u9650\u754c<\/div>\n    <div class=\"bp-1-unit\">\u71c3\u6599\u30d5\u30a3\u30eb\u30bf\u30fc\u306e\u76ee\u8a70\u307e\u308a\u306e\u539f\u56e0<\/div>\n  <\/div>\n<\/div>\n\n<p>\u6700\u65b0\u306e\u88fd\u6cb9\u6240\u3067\u306f\u3001\u89e6\u5a92\u8131\u874b\u306f2\u3064\u306e\u88fd\u54c1\u30d7\u30fc\u30eb\u306e\u4ea4\u5dee\u70b9\u306b\u4f4d\u7f6e\u3057\u3066\u3044\u308b\uff1a <strong>\u8efd\u6cb9\u3068\u6696\u623f\u6cb9<\/strong>\u51ac\u7528\u30b0\u30ec\u30fc\u30c9\u306e\u4ed5\u69d8\u3067\u306f\u3001\u5730\u57df\u306b\u3088\u3063\u3066-20\u2103\uff5e-40\u2103\u306e\u6ce8\u6e6f\u70b9\u304c\u8981\u6c42\u3055\u308c\u308b\u3002 <strong>\u6f64\u6ed1\u57fa\u6cb9<\/strong>\u6ce8\u6db2\u70b9\u3068\u4f4e\u6e29\u7c98\u5ea6\u306f\u3001\u30b0\u30eb\u30fc\u30d7II\u3068\u30b0\u30eb\u30fc\u30d7III\u306e\u88fd\u54c1\u306b\u3068\u3063\u3066\u4e2d\u6838\u3068\u306a\u308b\u6027\u80fd\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u3042\u308b\u3002\u30d7\u30ed\u30bb\u30b9\u304c\u3069\u306e\u3088\u3046\u306b\u6a5f\u80fd\u3057\u3001\u4f55\u304c\u89e6\u5a92\u306e\u6027\u80fd\u3092\u5de6\u53f3\u3059\u308b\u306e\u304b\u3092\u7406\u89e3\u3059\u308b\u3053\u3068\u304b\u3089\u3001\u771f\u306e\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u304c\u59cb\u307e\u308b\u3002<\/p>\n\n<h2 id=\"section-2\"><span class=\"h2-marker\">02<\/span>\u89e6\u5a92\u8131\u874b\u3068\u6eb6\u5264\u8131\u874b\uff1a\u6d41\u52d5\u70b9\u4f4e\u4e0b\u3078\u306e2\u3064\u306e\u9053<\/h2>\n\n<p>\u3069\u3061\u3089\u306e\u30d7\u30ed\u30bb\u30b9\u3082\u3001\u30ef\u30c3\u30af\u30b9\u3092\u9664\u53bb\u3057\u3066\u6d41\u52d5\u70b9\u3092\u4e0b\u3052\u308b\u3068\u3044\u3046\u70b9\u3067\u306f\u540c\u3058\u3060\u304c\u3001\u57fa\u672c\u7684\u306b\u7570\u306a\u308b\u539f\u7406\u3067\u4f5c\u52d5\u3059\u308b\u3002\u4e00\u65b9\u306f\u7269\u7406\u7684\u5206\u96e2\u3067\u3042\u308a\u3001\u3082\u3046\u4e00\u65b9\u306f\u5316\u5b66\u7684\u5909\u63db\u3067\u3042\u308b\u3002\u3053\u306e\u9055\u3044\u3092\u77e5\u308b\u3053\u3068\u3067\u3001\u8cc7\u672c\u3001\u904b\u8ee2\u30b3\u30b9\u30c8\u3001\u6b69\u7559\u307e\u308a\u3001\u88fd\u54c1\u306e\u67d4\u8edf\u6027\u306a\u3069\u3001\u4e0b\u6d41\u5de5\u7a0b\u306e\u3042\u3089\u3086\u308b\u6c7a\u5b9a\u304c\u5f62\u4f5c\u3089\u308c\u308b\u3002<\/p>\n\n<div class=\"table-wrapper\">\n<table>\n  <thead>\n    <tr>\n      <th>\u5bf8\u6cd5<\/th>\n      <th>\u89e6\u5a92\u8131\u8102<\/th>\n      <th>\u6eb6\u5264\u8131\u8102<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td>\u539f\u5247<\/td>\n      <td>n-\u30d1\u30e9\u30d5\u30a3\u30f3\u306e\u9078\u629e\u7684\u63a5\u89e6\u5206\u89e3\u307e\u305f\u306f\u7570\u6027\u5316<\/td>\n      <td>\u6bb5\u968e\u7684\u51b7\u5374\u306b\u3088\u308b\u30ef\u30c3\u30af\u30b9\u306e\u7d50\u6676\u5316\u3001\u6b21\u3044\u3067\u56de\u8ee2\u30c9\u30e9\u30e0\u6ffe\u904e<\/td>\n    <\/tr>\n    <tr>\n      <td>\u4e3b\u8981\u6d88\u8017\u54c1<\/td>\n      <td>\u30bc\u30aa\u30e9\u30a4\u30c8\u89e6\u5a92\u3001\u6c34\u7d20\u30ac\u30b9<\/td>\n      <td>MEK\uff08\u30e1\u30c1\u30eb\u30a8\u30c1\u30eb\u30b1\u30c8\u30f3\uff09\u307e\u305f\u306f\u30d7\u30ed\u30d1\u30f3\u6eb6\u5264\u3001\u51b7\u51cd\u30a8\u30cd\u30eb\u30ae\u30fc<\/td>\n    <\/tr>\n    <tr>\n      <td>\u52d5\u4f5c\u6e29\u5ea6<\/td>\n      <td>\u4e2d\u6e29\uff5e\u9ad8\u6e29\uff08260\uff5e450\uff09<\/td>\n      <td>\u4f4e\u3044\uff08\u8981\u51b7\u8535\u3001\u901a\u5e38-10\uff5e-30\uff09<\/td>\n    <\/tr>\n    <tr>\n      <td>\u8a2d\u5099\u6295\u8cc7<\/td>\n      <td>\u3088\u308a\u4f4e\u3044 - \u5927\u578b\u306e\u51b7\u51cd\u6a5f\u3084\u6ffe\u904e\u88c5\u7f6e\u304c\u306a\u3044<\/td>\n      <td>\u9ad8 - \u51b7\u51cd\u30b7\u30b9\u30c6\u30e0\u3001\u56de\u8ee2\u30c9\u30e9\u30e0\u30d5\u30a3\u30eb\u30bf\u30fc\u3001\u6eb6\u5264\u56de\u53ce\u88c5\u7f6e<\/td>\n    <\/tr>\n    <tr>\n      <td>\u6db2\u4f53\u88fd\u54c1\u53ce\u91cf<\/td>\n      <td>80-85%\uff08\u7570\u6027\u5316\u30eb\u30fc\u30c8\uff09\u300165-75%\uff08\u5206\u89e3\u30eb\u30fc\u30c8\uff09<\/td>\n      <td>\u4e0b - \u30ef\u30c3\u30af\u30b9\u30d5\u30a3\u30eb\u30bf\u30fc\u30b1\u30fc\u30ad\u306b\u30aa\u30a4\u30eb\u304c\u6df7\u5165\u3059\u308b\u3002<\/td>\n    <\/tr>\n    <tr>\n      <td>\u8cb4\u91cd\u306a\u526f\u7523\u7269<\/td>\n      <td>\u8efd\u7559\u5206\uff08\u30ac\u30bd\u30ea\u30f3\u3001\u8efd\u6cb9\uff09 - \u30ef\u30c3\u30af\u30b9\u304c\u7834\u58ca\u3055\u308c\u308b<\/td>\n      <td>\u30b9\u30e9\u30c3\u30af\u30ef\u30c3\u30af\u30b9 - \u30ad\u30e3\u30f3\u30c9\u30eb\u3001\u5316\u7ca7\u54c1\u3001\u30ef\u30bb\u30ea\u30f3\u306b\u4f7f\u7528\u53ef\u80fd<\/td>\n    <\/tr>\n    <tr>\n      <td>\u6ce8\u6c34\u70b9\u9054\u6210<\/td>\n      <td>\u3088\u308a\u6df1\u3044\u524a\u6e1b\u304c\u53ef\u80fd<\/td>\n      <td>\u826f\u3044\u304c\u3001\u4e00\u822c\u7684\u306b\u6d45\u3044<\/td>\n    <\/tr>\n  <\/tbody>\n<\/table>\n<\/div>\n\n<p>\u6eb6\u5264\u8131\u874b\u306f\u3001\u5f1b\u3093\u3060\u30ef\u30c3\u30af\u30b9\u306e\u5e02\u5834\u4fa1\u683c\u304c\u9ad8\u3044\u5834\u5408\u306b\u4fa1\u5024\u3092\u7dad\u6301\u3059\u308b\u3002\u30ed\u30a6\u30bd\u30af\u88fd\u9020\u3001\u5316\u7ca7\u54c1\u30b0\u30ec\u30fc\u30c9\u306e\u30de\u30a4\u30af\u30ed\u30af\u30ea\u30b9\u30bf\u30ea\u30f3\u30ef\u30c3\u30af\u30b9\u3001\u77f3\u6cb9\u30bc\u30ea\u30fc\u306a\u3069\u3001\u30ef\u30c3\u30af\u30b9\u51e6\u7406\u3068\u4e00\u4f53\u5316\u3057\u305f\u65bd\u8a2d\u3067\u306f\u3001\u30ef\u30c3\u30af\u30b9\u306e\u526f\u7523\u7269\u304c\u7d4c\u6e08\u6027\u3092\u5de6\u53f3\u3059\u308b\u3053\u3068\u304c\u3042\u308b\u3002\u3057\u304b\u3057\u3001\u307b\u3068\u3093\u3069\u306e\u8fd1\u4ee3\u7684\u306a\u88fd\u6cb9\u6240\u3067\u306f\u3001\u3088\u308a\u4f4e\u3044\u8cc7\u672c\u3001\u3088\u308a\u9ad8\u3044\u6db2\u4f53\u53ce\u7387\u3001\u3088\u308a\u6df1\u3044\u6d41\u52d5\u70b9\u4f4e\u4e0b\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u3042\u308b\u89e6\u5a92\u8131\u874b\u304c\u597d\u307e\u3057\u3044\u30eb\u30fc\u30c8\u3068\u306a\u3063\u3066\u3044\u308b\u3002\u305d\u306e\u5229\u70b9\u306e\u4e2d\u5fc3\u306f\u89e6\u5a92\u3067\u3042\u308b\u3002<\/p>\n\n<div class=\"bp-2-decision bp-animate\">\n  <div class=\"bp-2-header\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z\"\/><path d=\"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z\"\/><path d=\"M7 21h10\"\/><path d=\"M12 3v18\"\/><path d=\"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2\"\/><\/svg>\n    <span>\u3069\u3061\u3089\u3092\u9078\u3076\u3079\u304d\u304b<\/span>\n  <\/div>\n  <div class=\"bp-2-columns\">\n    <div class=\"bp-2-col\">\n      <h4>\u89e6\u5a92\u306e\u9078\u629e<\/h4>\n      <ul>\n        <li>\u8a2d\u5099\u6295\u8cc7\u306e\u524a\u6e1b\u3092\u512a\u5148<\/li>\n        <li>\u9ad8\u3044\u6d41\u52d5\u6027\u5229\u56de\u308a\u304c\u30d3\u30b8\u30cd\u30b9\u30b1\u30fc\u30b9\u3092\u5f8c\u62bc\u3057<\/li>\n        <li>\u3088\u308a\u6df1\u3044\u6d41\u52d5\u70b9\u4f4e\u4e0b\u304c\u5fc5\u8981<\/li>\n        <li>\u786b\u9ec4\u3092\u542b\u3080\u98fc\u6599\uff08\u5351\u91d1\u5c5e\u89e6\u5a92\u306f\u786b\u9ec4\u3092\u8a31\u5bb9\u3059\u308b\uff09<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"bp-2-col\">\n      <h4>\u6eb6\u5264\u306e\u9078\u629e...<\/h4>\n      <ul>\n        <li>\u30b9\u30e9\u30c3\u30af\u30ef\u30c3\u30af\u30b9\u306e\u5e02\u5834\u4fa1\u683c\u306f\u9ad8\u3044<\/li>\n        <li>\u30ef\u30c3\u30af\u30b9\u52a0\u5de5\u3068\u306e\u7d71\u5408\uff08\u30ad\u30e3\u30f3\u30c9\u30eb\u3001\u5316\u7ca7\u54c1\uff09<\/li>\n        <li>\u65e2\u5b58\u306e\u51b7\u8535\u30a4\u30f3\u30d5\u30e9\u304c\u6574\u3063\u3066\u3044\u308b<\/li>\n        <li>\u4f9b\u7d66\u6c5a\u67d3\u7269\u8cea\u306b\u3088\u308b\u89e6\u5a92\u306e\u5931\u6d3b\u304c\u61f8\u5ff5\u3055\u308c\u308b<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/div>\n\n<h2 id=\"section-3\"><span class=\"h2-marker\">03<\/span>\u89e6\u5a92\u8131\u874b\u306e\u3057\u304f\u307f\uff1a\u5f62\u72b6\u9078\u629e\u6027\u3001\u5206\u89e3\u3001\u7570\u6027\u5316<\/h2>\n\n<p>\u89e6\u5a92\u8131\u874b\u53cd\u5fdc\u5668\u306f\u5358\u7d14\u306a\u30af\u30e9\u30c3\u30ab\u30fc\u3067\u306f\u306a\u3044\u3002\u305d\u308c\u306f <strong>\u4e8c\u5b98\u80fd\u6027\u89e6\u5a92<\/strong>\u9178\u6027\u306e\u6a5f\u80fd\uff08\u30bc\u30aa\u30e9\u30a4\u30c8\u306f\u9aa8\u683c\u306e\u518d\u914d\u5217\u3068\u9396\u306e\u5207\u65ad\u3092\u62c5\u5f53\uff09\u3068\u91d1\u5c5e\u306e\u6a5f\u80fd\uff08\u901a\u5e38\u3001\u767d\u91d1\u3001\u30d1\u30e9\u30b8\u30a6\u30e0\u3001\u30cb\u30c3\u30b1\u30eb\u3001\u307e\u305f\u306f\u30cb\u30c3\u30b1\u30eb-\u30bf\u30f3\u30b0\u30b9\u30c6\u30f3\u306f\u6c34\u7d20\u5316\u3068\u8131\u6c34\u7d20\u3092\u62c5\u5f53\uff09\u306e\u4e21\u65b9\u3092\u6301\u3064\u3082\u306e\u3002<\/p>\n\n<p>\u53cd\u5fdc\u30b7\u30fc\u30b1\u30f3\u30b9\u306f\u6b63\u78ba\u306a\u632f\u308a\u4ed8\u3051\u3067\u9032\u884c\u3059\u308b\u3002\u30a2\u30eb\u30ab\u30f3\u304c\u53cd\u5fdc\u5668\u306b\u5165\u308a\u3001\u91d1\u5c5e\u30b5\u30a4\u30c8\u3067\u8131\u6c34\u7d20\u53cd\u5fdc\u3057\u3066\u30a2\u30eb\u30b1\u30f3\u304c\u751f\u6210\u3059\u308b\u3002\u30a2\u30eb\u30b1\u30f3\u306f\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u30d6\u30ec\u30f3\u30b9\u30c6\u30c3\u30c9\u9178\u90e8\u4f4d\u3067\u30d7\u30ed\u30c8\u30f3\u5316\u3057\u3001\u30ab\u30eb\u30d9\u30cb\u30a6\u30e0\u30a4\u30aa\u30f3\u3068\u306a\u308b\u3002\u30ab\u30eb\u30d9\u30cb\u30a6\u30e0\u30a4\u30aa\u30f3\u306f\u3001\u9aa8\u683c\u7570\u6027\u5316\uff08\u5206\u5c90\u7570\u6027\u4f53\u306b\u518d\u914d\u5217\u3057\u3001\u6db2\u4f53\u751f\u6210\u7269\u306b\u7559\u307e\u308b\uff09\u307e\u305f\u306f\u03b2-\u5206\u88c2\uff08\u5c0f\u3055\u306a\u65ad\u7247\u306b\u5206\u89e3\u3057\u3001\u30ac\u30b9\u3084\u30ca\u30d5\u30b5\u3068\u3057\u3066\u6392\u51fa\u3055\u308c\u308b\uff09\u306e\u3044\u305a\u308c\u304b\u3092\u53d7\u3051\u308b\u3002\u3069\u3061\u3089\u306e\u7d4c\u8def\u304c\u512a\u52e2\u304b\u306f\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u7d30\u5b54\u69cb\u9020\u306b\u4f9d\u5b58\u3057\u3001\u5f62\u72b6\u9078\u629e\u6027\u304c\u5236\u5fa1\u5909\u6570\u3068\u306a\u308b\u3002<\/p>\n\n<div class=\"bp-3-flow bp-animate\">\n  <div class=\"bp-3-step\">\n    <div class=\"bp-3-step-num\">1<\/div>\n    <div class=\"bp-3-step-label\"><strong>\u30a2\u30eb\u30ab\u30f3<\/strong> \u539f\u5b50\u7089\u306b\u5165\u308b<\/div>\n    <svg class=\"bp-3-arrow\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n  <\/div>\n  <div class=\"bp-3-step\">\n    <div class=\"bp-3-step-num\">2<\/div>\n    <div class=\"bp-3-step-label\"><strong>\u8131\u6c34\u7d20<\/strong> \u91d1\u5c5e\u30b5\u30a4\u30c8\u4e0a \u2192 \u30a2\u30eb\u30b1\u30f3<\/div>\n    <svg class=\"bp-3-arrow\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n  <\/div>\n  <div class=\"bp-3-step\">\n    <div class=\"bp-3-step-num\">3<\/div>\n    <div class=\"bp-3-step-label\"><strong>\u30a2\u30eb\u30b1\u30f3<\/strong> \u30d6\u30ec\u30f3\u30b9\u30c6\u30c3\u30c9\u9178\u30b5\u30a4\u30c8\u3067\u30d7\u30ed\u30c8\u30f3\u5316 \u2192 \u30ab\u30eb\u30d9\u30cb\u30a6\u30e0\u30a4\u30aa\u30f3<\/div>\n    <svg class=\"bp-3-arrow\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n  <\/div>\n  <div class=\"bp-3-step\">\n    <div class=\"bp-3-step-num\">4<\/div>\n    <div class=\"bp-3-step-label\"><strong>\u30ab\u30eb\u30d9\u30cb\u30a6\u30e0\u30a4\u30aa\u30f3<\/strong> - \u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u30fb\u30d5\u30a9\u30fc\u30af\u767b\u5834<\/div>\n  <\/div>\n  <div class=\"bp-3-fork\">\n    <div class=\"bp-3-step-num\" style=\"background: var(--color-primary);\">5<\/div>\n    <div class=\"bp-3-fork-pills\">\n      <div style=\"font-size: 12px; color: var(--color-muted); margin-bottom: 0.4em; flex-basis: 100%;\">\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u7d30\u5b54\u69cb\u9020\u306b\u3088\u3063\u3066\u6c7a\u5b9a\u3055\u308c\u308b\u7d4c\u8def\uff1a1\u6b21\u5143\u30c1\u30e3\u30f3\u30cd\u30eb\u306f\u7570\u6027\u5316\u306b\u6709\u5229\u30013\u6b21\u5143\u4ea4\u70b9\u306f\u30af\u30e9\u30c3\u30ad\u30f3\u30b0\u306b\u6709\u5229<\/div>\n      <span class=\"bp-3-pill bp-3-pill-green\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 3 3 6l3 3\"\/><path d=\"M18 3l3 3-3 3\"\/><path d=\"M3 6h18\"\/><path d=\"M12 21V6\"\/><\/svg>\n        \u7570\u6027\u5316\uff08\u5206\u5c90\uff09 \u2192 \u6db2\u72b6\u751f\u6210\u7269\n      <\/span>\n      <span class=\"bp-3-pill bp-3-pill-amber\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 3 3 6l3 3\"\/><path d=\"M18 3l3 3-3 3\"\/><path d=\"M3 6h18\"\/><path d=\"M12 21V6\"\/><\/svg>\n        \u30af\u30e9\u30c3\u30ad\u30f3\u30b0\uff08\u03b2-\u5206\u88c2\uff09 \u2192 \u30ac\u30b9\uff0b\u30ca\u30d5\u30b5\n      <\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<h3>\u30af\u30e9\u30c3\u30ad\u30f3\u30b0\u7d4c\u8def\uff1aZSM-5\u304c\u30ef\u30c3\u30af\u30b9\u5206\u5b50\u3092\u9078\u629e\u7684\u306b\u5206\u89e3\u3059\u308b\u65b9\u6cd5<\/h3>\n\n<p>MFI\u30c8\u30dd\u30ed\u30b8\u30fc\u3092\u6301\u3064ZSM-5\u306f\u3001\u7d30\u5b54\u76f4\u5f84\u304c\u7d040.55nm\u306e3\u6b21\u5143\u4ea4\u5dee10\u54e1\u74b0\u30c1\u30e3\u30cd\u30eb\u30b7\u30b9\u30c6\u30e0\u3067\u3042\u308a\u3001\u89e6\u5a92\u8131\u874b\u306b\u304a\u3044\u3066\u6700\u3082\u5e83\u304f\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u30bc\u30aa\u30e9\u30a4\u30c8\u3067\u3042\u308b\u3002\u305d\u306e\u7d30\u5b54\u958b\u53e3\u90e8\u306f\u3001\u76f4\u9396\u306en-\u30d1\u30e9\u30d5\u30a3\u30f3\u304c\u901a\u904e\u3059\u308b\u306b\u306f\u5341\u5206\u306a\u5927\u304d\u3055\u3060\u304c\u3001\u5206\u5c90\u3057\u305f\u30a4\u30bd\u30d1\u30e9\u30d5\u30a3\u30f3\u304c\u5165\u308a\u8fbc\u3080\u306b\u306f\u72ed\u3059\u304e\u308b\u3002\u3053\u308c\u306f <strong>\u30c1\u30e3\u30cd\u30eb\u306e\u4ea4\u5dee\u70b9\u306b\u304a\u3051\u308b\u4e8c\u6b21\u7684\u306a\u9077\u79fb\u72b6\u614b\u52b9\u679c\u3092\u4f34\u3046\u3001\u4e3b\u306b\u53cd\u5fdc\u7269\u306e\u5f62\u72b6\u9078\u629e\u6027<\/strong>\u30bc\u30aa\u30e9\u30a4\u30c8\u306f\u3001\u5358\u306b\u5b54\u306e\u53e3\u306e\u5927\u304d\u3055\u3067\u5206\u5b50\u3092\u308d\u904e\u3059\u308b\u308f\u3051\u3067\u306f\u306a\u3044\u3002\u30bc\u30aa\u30e9\u30a4\u30c8\u306f\u3001\u30c1\u30e3\u30cd\u30eb\u5185\u306e\u53cd\u5fdc\u9077\u79fb\u72b6\u614b\u306e\u7a7a\u9593\u7684\u306a\u5927\u304d\u3055\u306b\u57fa\u3065\u3044\u3066\u8b58\u5225\u3059\u308b\u3002<\/p>\n\n<p>\u30ef\u30c3\u30af\u30b9\u72b6\u306e\u30ce\u30eb\u30de\u30eb\u30d1\u30e9\u30d5\u30a3\u30f3\u304cZSM-5\u30c1\u30e3\u30f3\u30cd\u30eb\u306b\u5165\u308b\u3068\u3001\u30af\u30e9\u30c3\u30ad\u30f3\u30b0\u3092\u89e6\u5a92\u3059\u308b\u9178\u90e8\u4f4d\u306b\u906d\u9047\u3059\u308b\u30023\u6b21\u5143\u306e\u4ea4\u5dee\u5f62\u72b6\u306f\u3001\u5206\u5b50\u304c\u3044\u3063\u305f\u30932\u3064\u306e\u65ad\u7247\u306b\u5207\u65ad\u3055\u308c\u308b\u3068\u3001\u305d\u308c\u3089\u306e\u65ad\u7247\u304c\u4ea4\u5dee\u3059\u308b\u30c1\u30e3\u30cd\u30eb\u306b\u62e1\u6563\u3057\u3001\u4e8c\u6b21\u30af\u30e9\u30c3\u30ad\u30f3\u30b0\u3092\u53d7\u3051\u308b\u3053\u3068\u3092\u610f\u5473\u3059\u308b\u3002\u30e2\u30fc\u30d3\u30eb\u306eMLDW\uff08Mobil Lube Dewaxing\uff09\u3084MDDW\uff08Mobil Distillate Dewaxing\uff09\u3068\u3044\u3046\u30d7\u30ed\u30bb\u30b9\u540d\u3067\u77e5\u3089\u308c\u308bZSM-5\u30d9\u30fc\u30b9\u306e\u8131\u874b\u306e\u5546\u696d\u904b\u8ee2\u306f\u3001\u786b\u9ec4\u30c8\u30ec\u30e9\u30f3\u30b9\u306e\u305f\u3081\u306e\u6c34\u7d20\u5316\u91d1\u5c5e\u3068\u3057\u3066\u30cb\u30c3\u30b1\u30eb\u307e\u305f\u306f\u30cb\u30c3\u30b1\u30eb\u30bf\u30f3\u30b0\u30b9\u30c6\u30f3\u3092\u7528\u3044\u3001\u901a\u5e38325\uff5e400\u2103\u3067\u884c\u308f\u308c\u308b\u3002\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\u306f\u660e\u3089\u304b\u3067\u3001\u6db2\u4f53\u53ce\u91cf\u306f65\uff5e75%\u3067\u3001\u6b8b\u308a\u306f\u30ac\u30b9\u3068\u30ca\u30d5\u30b5\u306b\u56de\u3055\u308c\u308b\u3002\u30b3\u30fc\u30eb\u30c9\u30d5\u30ed\u30fc\u304c\u6700\u512a\u5148\u306e\u4ed5\u69d8\u3067\u3001\u591a\u5c11\u306e\u53ce\u7387\u4f4e\u4e0b\u304c\u8a31\u5bb9\u3055\u308c\u308b\u30c7\u30a3\u30fc\u30bc\u30eb\u30fb\u30b5\u30fc\u30d3\u30b9\u3067\u306f\u3001\u3053\u308c\u304c\u4e3b\u529b\u30eb\u30fc\u30c8\u3068\u306a\u308b(<a href=\"https:\/\/fsc432.dutton.psu.edu\/2014\/06\/22\/comparison-of-the-solvent-and-catalytic-dewaxing-methods\/\">\u30da\u30f3\u30b7\u30eb\u30d9\u30cb\u30a2\u5dde\u7acb\u5927\u5b66\u30012014\u5e74<\/a>).<\/p>\n\n<h3>\u7570\u6027\u5316\u7d4c\u8def\uff1aSAPO-11\u306f\u3044\u304b\u306b\u3057\u3066\u7834\u58ca\u305b\u305a\u306b\u518d\u914d\u5217\u3059\u308b\u304b<\/h3>\n\n<p>ZSM-5\u304c\u3072\u3073\u5272\u308c\u308b\u3068\u3053\u308d\u3001SAPO-11\u304c\u518d\u914d\u5217\u3059\u308b\u3002\u3053\u306e\u30b7\u30ea\u30b3\u30a2\u30eb\u30df\u30ce\u30db\u30b9\u30d5\u30a7\u30fc\u30c8\u30e2\u30ec\u30ad\u30e5\u30e9\u30fc\u30b7\u30fc\u30d6\uff08AEL\u30c8\u30dd\u30ed\u30b8\u30fc\u3001\u304a\u3088\u305d3.9\u00d76.3\u00c5\u306e\u6955\u5186\u5f62\u306e\u7d30\u5b54\u3092\u6301\u3064\u4e00\u6b21\u514310\u9762\u4f53\u30ea\u30f3\u30b0\u30c1\u30e3\u30f3\u30cd\u30eb\uff09\u306f\u3001\u30b7\u30a7\u30d6\u30ed\u30f3\u306e\u30a4\u30bd\u30c7\u30ef\u30ad\u30b7\u30f3\u30b0\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u306e\u5fc3\u81d3\u90e8\u3067\u3059\u3002\u591a\u5206\u5c90\u7570\u6027\u4f53\u304c\u5f62\u6210\u3055\u308c\u3001\u4e8c\u6b21\u30af\u30e9\u30c3\u30ad\u30f3\u30b0\u3092\u8d77\u3053\u3059\u3088\u3046\u306a\u30c1\u30e3\u30cd\u30eb\u306e\u4ea4\u5dee\u70b9\u304c\u306a\u3044\u306e\u3060\u3002\u5206\u5b50\u306f\u4e00\u5217\u306b\u5165\u308a\u3001\u9178\u90e8\u4f4d\u3067\u7570\u6027\u5316\u3057\u3001\u6f64\u6ed1\u6cb9\u306e\u6cb8\u70b9\u7bc4\u56f2\u306b\u7559\u307e\u308b\u4e00\u5206\u5c90\u307e\u305f\u306f\u4e8c\u5206\u5c90\u306e\u751f\u6210\u7269\u3068\u3057\u3066\u51fa\u3066\u3044\u304f\u3002<\/p>\n\n<p>\u305d\u306e\u7d50\u679c\u3001\u53ce\u7387\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u304c\u6839\u672c\u7684\u306b\u7570\u306a\u308b\u3002\u6db2\u4f53\u53ce\u7387\u306f80\uff5e85%\u306b\u9054\u3057\u3001\u7c98\u5ea6\u6307\u6570\u306f\u7dad\u6301\u307e\u305f\u306f\u308f\u305a\u304b\u306b\u6539\u5584\u3055\u308c\u3001\u30ac\u30b9\u767a\u751f\u306f\u6700\u5c0f\u9650\u306b\u6291\u3048\u3089\u308c\u308b\u3002\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\uff1aSAPO-11 \u30d9\u30fc\u30b9\u306e\u89e6\u5a92\u306f\u3001\u6c34\u7d20\u5316 \u6210\u5206\u3068\u3057\u3066\u8cb4\u91d1\u5c5e\uff08\u901a\u5e38\u306f\u767d\u91d1\u307e\u305f\u306f\u30d1\u30e9\u30b8\u30a6\u30e0\uff09 \u3092\u5fc5\u8981\u3068\u3059\u308b\u305f\u3081\u3001\u4f4e\u786b\u9ec4\u30d5\u30a3\u30fc\u30c9\u304c\u8981\u6c42\u3055\u308c\u308b\u3002\u3053\u306e\u305f\u3081\u3001\u53ce\u7387\u306e\u6700\u5927\u5316\u3068\u7c98\u5ea6\u6307\u6570\u306e\u7dad\u6301\u304c\u7d4c\u6e08\u7684\u306b\u8b72\u308c\u305a\u3001\u4e0a\u6d41\u306e\u30cf\u30a4\u30c9\u30ed\u30af\u30e9\u30c3\u30ab\u30fc\u3084\u30cf\u30a4\u30c9\u30ed\u30c8\u30ea\u30fc\u30bf\u30fc\u3067\u3059\u3067\u306b\u786b\u9ec4\u304c\u4e00\u6841ppm\u30ec\u30d9\u30eb\u307e\u3067\u9664\u53bb\u3055\u308c\u3066\u3044\u308b\u6f64\u6ed1\u57fa\u6cb9\uff08\u30b0\u30eb\u30fc\u30d7II\u304a\u3088\u3073III\uff09\u306e\u88fd\u9020\u3067\u306f\u3001\u7570\u6027\u5316\u30eb\u30fc\u30c8\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u9078\u629e\u80a2\u3068\u306a\u308b\u3002\u95a2\u9023\u3059\u308b\u4e00\u6b21\u514310\u54e1\u74b0\u30bc\u30aa\u30e9\u30a4\u30c8\u3067\u3042\u308bZSM-22\uff08TON\uff09\u3001ZSM-23\uff08MTT\uff09\u3001\u304a\u3088\u3073ZSM-48\u306f\u3001\u540c\u3058\u7d30\u5b54\u69cb\u9020\u539f\u7406\u3092\u5229\u7528\u3057\u3001\u540c\u3058\u5fdc\u7528\u5206\u91ce\u3067\u7af6\u5408\u3057\u3066\u3044\u308b(<a href=\"https:\/\/www.topsoe.com\/blog\/unlock-dewaxing-performance-with-a-selective-dewaxing-catalyst-in-fossil-and-renewable-fuels-service\">\u30c8\u30c3\u30d7\u30bd\u30fc, 2025<\/a>).<\/p>\n\n<img decoding=\"async\" src=\"https:\/\/www.jalonzeolite.com\/wp-content\/uploads\/2026\/05\/catalytic-dewaxing-3.webp\" alt=\"ZSM-5\u69cb\u9020\u3068SAPO-11\u69cb\u9020\u306e\u6bd4\u8f03\" class=\"embedded-article-img\">\n\n<div class=\"bp-4-compare bp-animate\">\n  <div class=\"bp-4-card\">\n    <svg class=\"bp-4-card-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 3 4 7l4 4\"\/><path d=\"M4 7h16\"\/><path d=\"m16 21 4-4-4-4\"\/><path d=\"M20 17H4\"\/><\/svg>\n    <div class=\"bp-4-card-title\">\u30af\u30e9\u30c3\u30ad\u30f3\u30b0\uff08ZSM-5\uff09<\/div>\n    <div class=\"bp-4-stat\">65-75%<\/div>\n    <div class=\"bp-4-stat-label\">\u6db2\u4f53\u53ce\u91cf<\/div>\n    <ul class=\"bp-4-list\">\n      <li>\u30ac\u30b9\u3068\u30ca\u30d5\u30b5\u306e\u9ad8\u9a30<\/li>\n      <li>\u3088\u308a\u6df1\u3044\u6d41\u52d5\u70b9\u4f4e\u4e0b<\/li>\n      <li>\u786b\u9ec4\u8010\u6027\uff08Ni-W\u30e1\u30bf\u30eb\uff09<\/li>\n      <li>\u89e6\u5a92\u30b3\u30b9\u30c8\u306e\u4f4e\u6e1b<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"bp-4-card\">\n    <svg class=\"bp-4-card-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 3 4 7l4 4\"\/><path d=\"M4 7h16\"\/><path d=\"m16 21 4-4-4-4\"\/><path d=\"M20 17H4\"\/><\/svg>\n    <div class=\"bp-4-card-title\">\u7570\u6027\u5316\uff08SAPO-11\uff09<\/div>\n    <div class=\"bp-4-stat\">80-85%<\/div>\n    <div class=\"bp-4-stat-label\">\u6db2\u4f53\u53ce\u91cf<\/div>\n    <ul class=\"bp-4-list\">\n      <li>\u6700\u5c0f\u9650\u306e\u30ac\u30b9<\/li>\n      <li>VI\u306e\u7dad\u6301\u307e\u305f\u306f\u6539\u5584<\/li>\n      <li>\u8cb4\u91d1\u5c5e\uff08Pt\/Pd\uff09\u304c\u5fc5\u8981<\/li>\n      <li>\u4f4e\u786b\u9ec4\u306e\u98fc\u6599\u304c\u5fc5\u8981<\/li>\n    <\/ul>\n  <\/div>\n<\/div>\n\n<h2 id=\"section-4\"><span class=\"h2-marker\">04<\/span>\u8131\u874b\u7528\u30bc\u30aa\u30e9\u30a4\u30c8\u89e6\u5a92\uff1aZSM-5\u3001SAPO-11\u3001\u304a\u3088\u3073\u539f\u6599\u4e3b\u5c0e\u306e\u9078\u629e<\/h2>\n\n<p>\u8131\u8102\u89e6\u5a92\u306e\u9078\u629e\u306f\u3001\u4e00\u6982\u306b\u8a00\u3048\u308b\u3082\u306e\u3067\u306f\u306a\u3044\u3002(1)\u539f\u6599\u306e\u786b\u9ec4\u5206\u306f\u9ad8\u3044\u304b\uff1f(1)\u4f9b\u7d66\u539f\u6599\u306e\u786b\u9ec4\u5206\u306f\u9ad8\u3044\u304b\uff1f\u3082\u3057\u305d\u3046\u306a\u3089\u3001\u786b\u9ec4\u8010\u6027\u306e\u3042\u308b\u5351\u91d1\u5c5e\u89e6\u5a92\u304c\u5fc5\u8981\u3067\u3042\u308b\u3002\u786b\u9ec4\u5206\u304c\u4f4e\u3044\u5834\u5408\u306f\u3001\u8cb4\u91d1\u5c5e\u7570\u6027\u5316\u89e6\u5a92\u304c\u5019\u88dc\u3068\u306a\u308b\u3002(2) \u5bfe\u8c61\u88fd\u54c1\u306f\u8efd\u6cb9\u304b\u6f64\u6ed1\u6cb9\u304b\uff1f\u30c7\u30a3\u30fc\u30bc\u30eb\u306f\u5206\u89e3\u7d4c\u8def\u3092\u597d\u3080\u304c\u3001\u6f64\u6ed1\u6cb9\u306f\u53ce\u7387\u3068\u7c98\u5ea6\u6307\u6570\u3092\u5b88\u308b\u305f\u3081\u306b\u7570\u6027\u5316\u7d4c\u8def\u3092\u8981\u6c42\u3059\u308b\u3002(3)\u53ce\u7387\u3092\u6700\u5927\u306b\u3059\u308b\u305f\u3081\u306b\u6700\u9069\u5316\u3059\u308b\u306e\u304b\u3001\u305d\u308c\u3068\u3082\u6d41\u52d5\u70b9\u964d\u4e0b\u3092\u6700\u5927\u306b\u3059\u308b\u305f\u3081\u306b\u6700\u9069\u5316\u3059\u308b\u306e\u304b\uff1f\u7570\u6027\u5316\u306f\u524d\u8005\u3092\u3082\u305f\u3089\u3057\u3001\u5206\u89e3\u306f\u5f8c\u8005\u3092\u3082\u305f\u3089\u3059\u3002\u3053\u306e\u3088\u3046\u306a\u67a0\u7d44\u307f\u306b\u3088\u308a\u3001\u89e6\u5a92\u306e\u30bf\u30a4\u30d7\u306f\u660e\u78ba\u306a\u7528\u9014\u306e\u30d0\u30b1\u30c4\u306b\u5206\u985e\u3055\u308c\u308b\u3002<\/p>\n\n<div class=\"bp-5-checklist bp-animate\">\n  <div class=\"bp-5-header\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m3 17 2 2 4-4\"\/><path d=\"m3 7 2 2 4-4\"\/><path d=\"M13 6h8\"\/><path d=\"M13 12h8\"\/><path d=\"M13 18h8\"\/><\/svg>\n    <span>\u89e6\u5a92\u9078\u629e\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8<\/span>\n  <\/div>\n  <div class=\"bp-5-items\">\n    <div class=\"bp-5-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\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n      <span class=\"bp-5-item-label\"><strong>\u98fc\u6599\u306e\u786b\u9ec4\u5206\u304c\u9ad8\u3044\u304b\uff1f<\/strong> \u2192 \u30d9\u30fc\u30b9\u30e1\u30bf\u30eb\u89e6\u5a92\uff08ZSM-5 + Ni-W\uff09<\/span>\n    <\/div>\n    <div class=\"bp-5-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\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n      <span class=\"bp-5-item-label\"><strong>\u30c7\u30a3\u30fc\u30bc\u30eb\u304b\u6f64\u6ed1\u6cb9\u304b\uff1f<\/strong> \u2192 \u30c7\u30a3\u30fc\u30bc\u30eb\uff1d\u5206\u89e3\uff08ZSM-5\uff09\u3001\u6f64\u6ed1\u6cb9\uff1d\u7570\u6027\u5316\uff08SAPO-11\uff09<\/span>\n    <\/div>\n    <div class=\"bp-5-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\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n      <span class=\"bp-5-item-label\"><strong>\u964d\u4f0f\u70b9\u304b\u6d41\u52d5\u70b9\u304b\uff1f<\/strong> \u2192 \u6700\u5927\u53ce\u7387\uff1d\u7570\u6027\u5316\u3001\u6700\u5927\u4e0d\u6cc1\uff1d\u30af\u30e9\u30c3\u30ad\u30f3\u30b0<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<h3>ZSM-5\uff08MFI\uff09\uff1a\u30c7\u30a3\u30fc\u30bc\u30eb\u304a\u3088\u3073\u7559\u51fa\u6cb9\u8131\u8102\u306e\u4e3b\u529b\u88fd\u54c1<\/h3>\n\n<p>ZSM-5\u306f\u3001\u76f4\u7559\u304a\u3088\u3073\u5206\u89e3\u3055\u308c\u305f\u8efd\u6cb9\u30b9\u30c8\u30ea\u30fc\u30e0\u306b\u5178\u578b\u7684\u306a\u786b\u9ec4\u3068\u7a92\u7d20\u306e\u74b0\u5883\u3092\u8a31\u5bb9\u3059\u308b\u305f\u3081\u3001\u84b8\u7559\u8131\u30ef\u30c3\u30af\u30b9\u7a7a\u9593\u3092\u652f\u914d\u3057\u3066\u3044\u308b\u3002\u30bc\u30aa\u30e9\u30a4\u30c8\u306eSiO\u2082\/Al\u2082O\u2083\u6bd4\u306f\u3001\u7d0418\u304b\u3089950\u4ee5\u4e0a\u306e\u5e83\u3044\u7bc4\u56f2\u3067\u8abf\u6574\u53ef\u80fd\u3067\u3001\u9178\u30b5\u30a4\u30c8\u306e\u5bc6\u5ea6\u3068\u5f37\u5ea6\u3092\u5236\u5fa1\u3057\u3001\u3053\u308c\u306f\u5206\u89e3\u5bfe\u7570\u6027\u5316\u6bd4\u3092\u652f\u914d\u3059\u308b\u3002\u3088\u308a\u9ad8\u3044\u6bd4\u7387\uff08\u3088\u308a\u73ea\u8cea\uff09\u306f\u3001\u3088\u308a\u30de\u30a4\u30eb\u30c9\u306a\u5206\u89e3\u3068\u3088\u308a\u5c11\u306a\u3044\u30ac\u30b9\u767a\u751f\u306b\u9078\u629e\u6027\u3092\u30b7\u30d5\u30c8\u3055\u305b\u308b\u3002\u3088\u308a\u4f4e\u3044\u6bd4\u7387\u306f\u3001\u3088\u308a\u591a\u304f\u306e\u9178\u30b5\u30a4\u30c8\u3068\u3088\u308a\u6df1\u3044\u6d41\u52d5\u70b9\u4f4e\u4e0b\u3092\u63d0\u4f9b\u3059\u308b\u304c\u3001\u3088\u308a\u9ad8\u3044\u30e9\u30a4\u30c8\u30a8\u30f3\u30c9\u53ce\u7387\u3092\u72a0\u7272\u306b\u3059\u308b\u3002<\/p>\n\n<p>\u5178\u578b\u7684\u306aULSD\u6c34\u7d20\u5316\u5206\u89e3\u88c5\u7f6e\u3067\u306f\u3001\u8131\u8102\u89e6\u5a92\u5c64\u306f\u6c34\u7d20\u5316\u8131\u786b\u89e6\u5a92\u306e\u4e0b\u6d41\u306b\u30b9\u30bf\u30c3\u30af\u3055\u308c\u3001\u5171\u901a\u306e\u9ad8\u5727\u6c34\u7d20\u30eb\u30fc\u30d7\u3067\u904b\u8ee2\u3055\u308c\u308b\u3002\u5206\u89e3\u6bb5\u968e\u306f\u5438\u71b1\u7684\u3067\u3042\u308b\u304c\u3001\u6c34\u7d20\u30ea\u30c3\u30c1\u74b0\u5883\u3067\u306e\u6c34\u7d20\u5316\u8ee2\u5316\u5168\u4f53\u306f\u901a\u5e38\u3001\u540c\u6642\u6c34\u7d20\u5316\u306b\u3088\u308a\u767a\u71b1\u7684\u3067\u3042\u308a\u3001\u30d9\u30c3\u30c9\u9593\u306e\u6e29\u5ea6\u52fe\u914d\u306f\u786b\u9ec4\u30b9\u30ea\u30c3\u30d7\u3068\u6d41\u52d5\u70b9\u964d\u4e0b\u6df1\u3055\u306e\u4e21\u65b9\u306b\u5f71\u97ff\u3059\u308b\u3002\u4f5c\u52d5\u6e29\u5ea6\u306f\u3001\u7559\u51fa\u30b5\u30fc\u30d3\u30b9\u3067\u306f260\uff5e454\u2103\u3001\u6c34\u7d20\u5206\u5727\u306f\u901a\u5e3850bar\u4ee5\u4e0a\u3067\u3042\u308b\u3002<\/p>\n\n<div class=\"bp-6-spec bp-animate\">\n  <div class=\"bp-6-stat\">\n    <div class=\"bp-6-stat-value\">\u30de\u30af\u30ed\u30d5\u30a1\u30fc\u30b8<\/div>\n    <div class=\"bp-6-stat-label\">\u30c8\u30dd\u30ed\u30b8\u30fc<\/div>\n  <\/div>\n  <div class=\"bp-6-stat\">\n    <div class=\"bp-6-stat-value\">0.55 nm<\/div>\n    <div class=\"bp-6-stat-label\">\u5b54\u5f84<\/div>\n  <\/div>\n  <div class=\"bp-6-stat\">\n    <div class=\"bp-6-stat-value\">325-400\u00b0C<\/div>\n    <div class=\"bp-6-stat-label\">\u52d5\u4f5c\u6e29\u5ea6<\/div>\n  <\/div>\n<\/div>\n\n<h3>SAPO-11\u30681D\u30bc\u30aa\u30e9\u30a4\u30c8\uff1a\u6f64\u6ed1\u6cb9\u306e\u7570\u6027\u5316\u30b9\u30da\u30b7\u30e3\u30ea\u30b9\u30c8<\/h3>\n\n<p>\u6f64\u6ed1\u57fa\u6cb9\u306e\u88fd\u9020\u306b\u306f\u3001SAPO-11\uff08\u304a\u3088\u3073\u305d\u306e\u4e00\u6b21\u5143\u30bc\u30aa\u30e9\u30a4\u30c8\u3067\u3042\u308bZSM-22\u3001ZSM-23\u3001ZSM-48\uff09\u304c\u6700\u9069\u3067\u3059\u3002ICR-404\u3001ICR-408\u3001\u304a\u3088\u3073ICR-418\u3068\u3044\u3046\u89e6\u5a92\u540d\u3067\u5546\u696d\u5316\u3055\u308c\u3066\u3044\u308b\u30b7\u30a7\u30d6\u30ed\u30f3\u306e\u30a4\u30bd\u30c7\u30ef\u30ad\u30b7\u30f3\u30b0\u30fb\u30d7\u30ed\u30bb\u30b9\u306f\u3001\u3053\u308c\u3089\u306e\u30e2\u30ec\u30ad\u30e5\u30e9\u30fc\u30b7\u30fc\u30d6\u3068\u30d7\u30e9\u30c1\u30ca\u3092\u7d44\u307f\u5408\u308f\u305b\u3001\u7c98\u5ea6\u6307\u6570\u3092\u7dad\u6301\u307e\u305f\u306f\u308f\u305a\u304b\u306b\u5411\u4e0a\u3055\u305b\u306a\u304c\u3089\u300180%\u3092\u8d85\u3048\u308b\u6db2\u4f53\u53ce\u7387\u3092\u9054\u6210\u3059\u308b\u3002<\/p>\n\n<p>\u7570\u6027\u5316\u8131\u874b\u306e\u539f\u6599\u7bc4\u56f2\u306f\u3001\u30cf\u30a4\u30c9\u30ed\u30af\u30e9\u30c3\u30ad\u30f3\u30b0\u30dc\u30c8\u30e0\uff08\u30cf\u30a4\u30c9\u30ed\u30ef\u30c3\u30af\u30b9\uff09\u3001\u6eb6\u5264\u62bd\u51fa\u30ef\u30ad\u30b7\u30fc\u30e9\u30d5\u30a3\u30cd\u30fc\u30c8\u300150-100%\u30ef\u30c3\u30af\u30b9\u3092\u542b\u3080\u30b9\u30e9\u30c3\u30af\u30ef\u30c3\u30af\u30b9\u3001\u30d5\u30a3\u30c3\u30b7\u30e3\u30fc\u30c8\u30ed\u30d7\u30b7\u30e5\u30ef\u30c3\u30af\u30b9\u88fd\u54c1\u306b\u53ca\u3073\u307e\u3059\u3002\u5404\u539f\u6599\u306f\u3001\u7570\u306a\u308bn-\u30d1\u30e9\u30d5\u30a3\u30f3\u9396\u9577\u5206\u5e03\u3092\u793a\u3057\u3001\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u7d30\u5b54\u5f62\u72b6\u3001\u7279\u306b\u591a\u5206\u5c90\u7570\u6027\u4f53\u306e\u5f62\u6210\u306b\u5bfe\u3059\u308b\u4e00\u6b21\u5143\u7684\u306a\u5236\u7d04\u304c\u3001\u3053\u306e\u591a\u69d8\u6027\u306e\u4e2d\u3067\u53ce\u7387\u3092\u7dad\u6301\u3059\u308b\u3002\u3053\u308c\u306f\u30d7\u30ec\u30df\u30a2\u30e0\u30fb\u30eb\u30fc\u30c8\u3067\u3042\u308a\u3001\u89e6\u5a92\u30b3\u30b9\u30c8\u304c\u9ad8\u304f\uff08\u8cb4\u91d1\u5c5e\uff09\u3001\u539f\u6599\u306e\u54c1\u8cea\u8981\u6c42\u304c\u53b3\u3057\u304f\uff08\u4f4e\u786b\u9ec4\uff09\u306a\u308b\u304c\u3001\u30d0\u30ec\u30eb\u3042\u305f\u308a\u306e\u88fd\u54c1\u7d4c\u6e08\u6027\u306f\u512a\u308c\u3066\u3044\u308b\u3002<\/p>\n\n<div class=\"bp-7-yield bp-animate\">\n  <div class=\"bp-7-bar\">\n    <div class=\"bp-7-bar-name\">\u6db2\u4f53\u53ce\u91cf<\/div>\n    <div class=\"bp-7-bar-row\">\n      <span class=\"bp-7-bar-sublabel\">\u30af\u30e9\u30c3\u30ad\u30f3\u30b0<\/span>\n      <div class=\"bp-7-bar-track\"><div class=\"bp-7-bar-fill\" style=\"width: 70%\"><\/div><\/div>\n      <span class=\"bp-7-bar-value\">65-75%<\/span>\n    <\/div>\n    <div class=\"bp-7-bar-row\">\n      <span class=\"bp-7-bar-sublabel\">\u7570\u6027\u5316<\/span>\n      <div class=\"bp-7-bar-track\"><div class=\"bp-7-bar-fill\" style=\"width: 82%\"><\/div><\/div>\n      <span class=\"bp-7-bar-value\">80-85%<\/span>\n    <\/div>\n  <\/div>\n\n  <div class=\"bp-7-bar\">\n    <div class=\"bp-7-bar-name\">VI \u4fdd\u5b58<\/div>\n    <div class=\"bp-7-bar-row\">\n      <span class=\"bp-7-bar-sublabel\">\u30af\u30e9\u30c3\u30ad\u30f3\u30b0<\/span>\n      <div class=\"bp-7-bar-track\"><div class=\"bp-7-bar-fill\" style=\"width: 40%\"><\/div><\/div>\n      <span class=\"bp-7-bar-value\">\u4e2d\u7a0b\u5ea6<\/span>\n    <\/div>\n    <div class=\"bp-7-bar-row\">\n      <span class=\"bp-7-bar-sublabel\">\u7570\u6027\u5316<\/span>\n      <div class=\"bp-7-bar-track\"><div class=\"bp-7-bar-fill\" style=\"width: 85%\"><\/div><\/div>\n      <span class=\"bp-7-bar-value\">\u30d7\u30ea\u30b6\u30fc\u30d6\u30c9<\/span>\n    <\/div>\n  <\/div>\n\n  <div class=\"bp-7-bar\">\n    <div class=\"bp-7-bar-name\">\u30ac\u30b9\u30e1\u30fc\u30ab\u30fc<\/div>\n    <div class=\"bp-7-bar-row\">\n      <span class=\"bp-7-bar-sublabel\">\u30af\u30e9\u30c3\u30ad\u30f3\u30b0<\/span>\n      <div class=\"bp-7-bar-track\"><div class=\"bp-7-bar-fill\" style=\"width: 70%\"><\/div><\/div>\n      <span class=\"bp-7-bar-value\">\u3088\u308a\u9ad8\u3044<\/span>\n    <\/div>\n    <div class=\"bp-7-bar-row\">\n      <span class=\"bp-7-bar-sublabel\">\u7570\u6027\u5316<\/span>\n      <div class=\"bp-7-bar-track\"><div class=\"bp-7-bar-fill\" style=\"width: 15%\"><\/div><\/div>\n      <span class=\"bp-7-bar-value\">\u6700\u5c0f\u9650<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<h3>\u65b0\u3057\u3044\u89e6\u5a92\uff1a\u30e1\u30bd\u7c92\u5b50\u5316\u30bc\u30aa\u30e9\u30a4\u30c8\u3068\u30ca\u30ce\u30b9\u30b1\u30fc\u30ebSAPO-11<\/h3>\n\n<p>\u6ce8\u76ee\u3059\u3079\u304d\u306f2\u3064\u306e\u958b\u767a\u30d5\u30ed\u30f3\u30c8\u3060\u3002\u307e\u305a1\u3064\u76ee\u3001 <strong>\u30e1\u30bd\u5316\u30bc\u30aa\u30e9\u30a4\u30c8<\/strong> - \u30a8\u30dc\u30cb\u30c3\u30af\u3068\u30bc\u30aa\u30dd\u30a2\u306e\u5171\u540c\u958b\u767a\u306b\u3088\u308a\u5546\u54c1\u5316\u3055\u308c\u305fZSM-5\u306f\u3001\u5f93\u6765\u306e\u5fae\u591a\u5b54\u8cea\u30bc\u30aa\u30e9\u30a4\u30c8\u7d50\u6676\u306b\u4e8c\u6b21\u7684\u306a\u30e1\u30bd\u591a\u5b54\u6027\uff082\uff5e50nm\u306e\u7d30\u5b54\uff09\u3092\u5c0e\u5165\u3059\u308b\u3053\u3068\u3067\u3001\u6d3b\u6027\u30b5\u30a4\u30c8\u3078\u306e\u30a2\u30af\u30bb\u30b9\u6027\u3092\u5287\u7684\u306b\u6539\u5584\u3057\u3001\u62e1\u6563\u7d4c\u8def\u9577\u3092\u77ed\u7e2e\u3057\u307e\u3059\u3002\u30c7\u30a3\u30fc\u30bc\u30eb\u8131\u8102\u30b5\u30fc\u30d3\u30b9\u3067\u306f\u3001\u5f93\u6765\u306e\u30de\u30a4\u30af\u30ed\u30dd\u30fc\u30e9\u30b9ZSM-5\u3068\u6bd4\u8f03\u3057\u3066\u3001\u88fd\u54c1\u30ed\u30b9\u3092\u6700\u59275\u500d\u524a\u6e1b\u3059\u308b\u3053\u3068\u304c\u5831\u544a\u3055\u308c\u3066\u304a\u308a\u3001\u518d\u751f\u53ef\u80fd\u539f\u6599\u3092\u542b\u3080\u3001\u3088\u308a\u91cd\u304f\u304b\u3055\u3070\u308b\u539f\u6599\u5206\u5b50\u306b\u5bfe\u3059\u308b\u8010\u6027\u3082\u5411\u4e0a\u3057\u3066\u3044\u308b\u3002<\/p>\n\n<p>\u30bb\u30ab\u30f3\u30c9\u3060\u3001 <strong>\u7d50\u6676\u6210\u9577\u8abf\u6574\u5264\u306a\u3057\u3067\u5408\u6210\u3055\u308c\u305f\u30ca\u30ce\u30b9\u30b1\u30fc\u30ebSAPO-11<\/strong> - \u30dc\u30ec\u30b9\u30b3\u30d5\u89e6\u5a92\u7814\u7a76\u6240\u304c\u6700\u8fd1\u958b\u767a\u3057\u305f\u30bc\u30aa\u30e9\u30a4\u30c8\u89e6\u5a92\u306f\u3001\u7d50\u6676\u30b5\u30a4\u30ba\u3092\u30ca\u30ce\u30e1\u30fc\u30c8\u30eb\u9818\u57df\u307e\u3067\u7e2e\u5c0f\u3057\u3001AEL\u30c8\u30dd\u30ed\u30b8\u30fc\u306e\u7570\u6027\u5316\u9078\u629e\u6027\u3092\u7dad\u6301\u3057\u306a\u304c\u3089\u7d50\u6676\u5185\u62e1\u6563\u7d4c\u8def\u3092\u77ed\u7e2e\u3057\u305f\u3002\u6b21\u4e16\u4ee3\u306e\u8131\u8102\u89e6\u5a92\u306f\u3001\u3069\u306e\u30bc\u30aa\u30e9\u30a4\u30c8\u9aa8\u683c\u3092\u4f7f\u3046\u304b\u3060\u3051\u3067\u306a\u304f\u3001\u7d50\u6676\u305d\u306e\u3082\u306e\u3092\u30e1\u30bd\u30b9\u30b1\u30fc\u30eb\u3084\u30ca\u30ce\u30b9\u30b1\u30fc\u30eb\u3067\u3069\u306e\u3088\u3046\u306b\u8a2d\u8a08\u3059\u308b\u304b\u306b\u3088\u3063\u3066\u6c7a\u307e\u308b\u3002\u305d\u3057\u3066\u305d\u306e\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u306f\u3001\u6c7a\u5b9a\u7684\u306a\u3053\u3068\u306b\u3001\u51fa\u767a\u3068\u306a\u308b\u30bc\u30aa\u30e9\u30a4\u30c8\u6750\u6599\u306e\u54c1\u8cea\u306b\u5de6\u53f3\u3055\u308c\u308b\u3002<\/p>\n\n<h2 id=\"section-5\"><span class=\"h2-marker\">05<\/span>\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u54c1\u8cea\u304c\u8131\u8102\u89e6\u5a92\u306e\u6027\u80fd\u3092\u6c7a\u5b9a\u3059\u308b\u7406\u7531<\/h2>\n\n<p>F1\u30a8\u30f3\u30b8\u30f3\u306e\u51fa\u529b\u306f\u3001\u3059\u3079\u3066\u306e\u30d4\u30b9\u30c8\u30f3\u3068\u30d0\u30eb\u30d6\u306e\u51b6\u91d1\u5b66\u306b\u4f9d\u5b58\u3057\u3066\u3044\u308b\u3002\u8131\u8102\u89e6\u5a92\u3082\u540c\u69d8\u3067\u3001\u305d\u306e \"\u51b6\u91d1 \"\u306f\u30bc\u30aa\u30e9\u30a4\u30c8\u3092\u6838\u3068\u3059\u308b\u3082\u306e\u3067\u3042\u308b\u3002ZSM-5\u300d\u3068\u8868\u793a\u3055\u308c\u305f2\u3064\u306e\u89e6\u5a92\u304c\u3001\u6b69\u7559\u307e\u308a\u3068\u30b5\u30a4\u30af\u30eb\u5bff\u547d\u306720%\u4ee5\u4e0a\u306e\u958b\u304d\u304c\u3042\u308b\u306e\u306f\u3001\u88fd\u6cb9\u6240\u306e\u64cd\u696d\u304c\u7570\u306a\u308b\u304b\u3089\u3067\u306f\u306a\u304f\u3001\u305d\u306e\u4e2d\u306e\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u88fd\u9020\u304c\u7570\u306a\u308b\u304b\u3089\u3067\u3042\u308b\u3002\u91cd\u8981\u306a\u54c1\u8cea\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u3001\u6e2c\u5b9a\u53ef\u80fd\u3067\u3042\u308a\u3001\u5236\u5fa1\u53ef\u80fd\u3067\u3042\u308a\u3001\u89e6\u5a92\u306e\u767a\u6ce8\u66f8\u3092\u66f8\u304f\u7cbe\u88fd\u696d\u8005\u306b\u3068\u3063\u3066\u3001\u7406\u89e3\u3059\u308b\u4fa1\u5024\u304c\u3042\u308b\u3002<\/p>\n\n<h3>\u89e6\u5a92\u306e\u6027\u80fd\u3092\u5de6\u53f3\u3059\u308b\u91cd\u8981\u306a\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u54c1\u8cea\u30d1\u30e9\u30e1\u30fc\u30bf<\/h3>\n\n<p>5\u3064\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u3001\u8131\u8102\u89e6\u5a92\u306e\u8abf\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u54c1\u8cea\u9aa8\u683c\u3092\u5f62\u6210\u3059\u308b\u3002<\/p>\n\n<p><strong>\u7d50\u6676\u6027<\/strong> - \u7d50\u6676\u5316\u5ea6\u3068\u306f\u3001\u30a2\u30e2\u30eb\u30d5\u30a1\u30b9\u72b6\u306e\u30a2\u30eb\u30df\u30ce\u73ea\u9178\u5869\u3067\u306f\u306a\u304f\u3001\u7d14\u7c8b\u306b\u30bc\u30aa\u30e9\u30a4\u30c8\u72b6\u3067\u3042\u308b\u56fa\u4f53\u306e\u5272\u5408\u306e\u3053\u3068\u3067\u3001\u6d3b\u6027\u9178\u30b5\u30a4\u30c8\u306e\u5bc6\u5ea6\u3068\u5747\u4e00\u6027\u3092\u6c7a\u5b9a\u3059\u308b\u3002\u7d50\u6676\u5316\u5ea6\u304c\u4f4e\u3044\u3068\u3044\u3046\u3053\u3068\u306f\u3001\u89e6\u5a92\u30b0\u30e9\u30e0\u5f53 \u305f\u308a\u306e\u6d3b\u6027\u30b5\u30a4\u30c8\u306e\u6570\u304c\u5c11\u306a\u3044\u3068\u3044\u3046\u3053\u3068\u3067\u3042\u308a\u3001\u3053\u306e\u3053 \u3068\u306f\u3001\u904b\u8ee2\u6e29\u5ea6\u306e\u4e0a\u6607\u3084\u30b5\u30a4\u30af\u30eb\u4e2d\u306e\u6d3b\u6027\u4f4e\u4e0b\u306e\u65e9\u3055\u306b \u76f4\u7d50\u3059\u308b\u3002X\u7dda\u56de\u6298\uff08XRD\uff09\u306f\u6a19\u6e96\u7684\u306a\u6e2c\u5b9a\u6cd5\u3067\u3042\u308a\u3001\u57fa\u6e96\u6a19\u6e96\u7269\u8cea\u306b\u5bfe\u3059\u308b\u7d50\u6676\u5316\u5ea6\u304c90%\u4ee5\u4e0a\u3067\u3042\u308b\u3053\u3068\u304c\u3001\u8131\u30ed\u30a6\u30b0\u30ec\u30fc\u30c9\u306e\u30c6\u30fc\u30d6\u30eb\u30b9\u30c6\u30fc\u30af\u30b9\u3067\u3042\u308b\u3002<\/p>\n\n<p><strong>SiO\u2082\/Al\u2082O\u2083\u6bd4<\/strong> - \u7d042\u304b\u3089\u4e8b\u5b9f\u4e0a\u7121\u9650\u5927\uff08\u7d14\u7c8b\u306a\u30b7\u30ea\u30ab\u30b7\u30ea\u30ab\u30e9\u30a4\u30c8\uff09\u306e\u7bc4\u56f2\u306b\u3042\u308b\u3053\u306e\u6bd4\u7387\u306f\u3001\u9178\u306e\u5f37\u3055\u3068\u30b5\u30a4\u30c8\u306e\u5bc6\u5ea6\u3092\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3059\u308b\u30de\u30b9\u30bf\u30fc\u30ce\u30d6\u3067\u3042\u308b\u3002\u8131\u30ef\u30c3\u30af\u30b9\u306b\u3068\u3063\u3066\u3001\u3053\u306e\u6bd4\u7387\u306f\u552f\u4e00\u6700\u3082\u91cd\u8981\u306a\u7d44\u6210\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u3042\u308b\u3002\u4f4e\u3059\u304e\u308b\u3068\uff08\u30a2\u30eb\u30df\u30cb\u30a6\u30e0\u904e\u5270\u3001\u9178\u30b5\u30a4\u30c8\u904e\u5270\uff09\u3001\u30af\u30e9\u30c3\u30ad\u30f3\u30b0\u304c\u9032\u884c\u3057\u3001\u6db2\u4f53\u53ce\u7387\u3092\u72a0\u7272\u306b\u3057\u3066\u30ac\u30b9\u304c\u767a\u751f\u3059\u308b\u3002\u9ad8\u3059\u304e\u308b\u3068\uff08\u30b7\u30ea\u30ab\u8cea\u904e\u5270\uff09\u3001\u6d3b\u6027\u304c\u4e0d\u5341\u5206\u3068\u306a\u308a\u3001\u4f7f\u7528\u6e29\u5ea6\u7bc4\u56f2\u5185\u3067\u76ee\u6a19\u306e\u6d41\u52d5\u70b9\u3092\u9054\u6210\u3067\u304d\u306a\u3044\u3002\u89e6\u5a92\u8abf\u5408\u8005\u306f\u3001\u3053\u306e\u6bd4\u7387\u3092\u53b3\u3057\u304f\u6307\u5b9a\u3057\u3001\u30bc\u30aa\u30e9\u30a4\u30c8\u30fb\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u306f\u30d0\u30c3\u30c1\u9593\u306e\u4e00\u8cab\u6027\u3092\u4fdd\u3064\u3053\u3068\u3067\u3001\u751f\u7523\u306b\u304a\u3044\u3066\u3053\u306e\u4ed5\u69d8\u3092\u9054\u6210\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3002<\/p>\n\n<p><strong>\u7d50\u6676\u306e\u30b5\u30a4\u30ba\u3068\u5f62\u614b<\/strong> - \u901a\u5e38\u3001D50\u306f0.5\uff5e10\u03bcm\u306e\u7bc4\u56f2\u3067\u7279\u5fb4\u4ed8\u3051\u3089\u308c\u3001\u7c92\u5b50\u5185\u62e1\u6563\u7d4c\u8def\u306e\u9577\u3055\u3092\u652f\u914d\u3059\u308b\u3002\u5927\u304d\u306a\u7d50\u6676\uff08D50\u304c5\u03bcm\u4ee5\u4e0a\uff09\u3067\u306f\u3001\u9577\u3044\u62e1\u6563\u7d4c\u8def\u304c\u5f62\u6210\u3055\u308c\u308b\u3002\u53cd\u5fdc\u7269\u5206\u5b50\u306f\u6d3b\u6027\u90e8\u4f4d\u3078\u306e\u79fb\u52d5\u306b\u591a\u304f\u306e\u6642\u9593\u3092\u8cbb\u3084\u3057\u3001\u751f\u6210\u7269\u5206\u5b50\u306f\u5916\u90e8\u3078\u306e\u79fb\u52d5\u306b\u591a\u304f\u306e\u6642\u9593\u3092\u8cbb\u3084\u3059\u305f\u3081\u3001\u671b\u307e\u3057\u304f\u306a\u3044\u4e8c\u6b21\u53cd\u5fdc\u304c\u8d77\u3053\u308b\u78ba\u7387\u304c\u9ad8\u304f\u306a\u308b\u3002\u975e\u5e38\u306b\u5c0f\u3055\u306a\u7d50\u6676\uff08\u30b5\u30d6\u30df\u30af\u30ed\u30f3\uff09\u306f\u3001\u5916\u90e8\u8868\u9762\u5bfe\u4f53\u7a4d\u6bd4\u3092\u5897\u52a0\u3055\u305b\u3001\u975e\u9078\u629e\u7684\u8868\u9762\u53cd\u5fdc\u3092\u89e6\u5a92\u3057\u3046\u308b\u5b54\u53e3\u9178\u90e8\u4f4d\u3092\u3088\u308a\u591a\u304f\u9732\u51fa\u3055\u305b\u308b\u3002\u8131\u30ef\u30c3\u30af\u30b9\u306b\u7406\u60f3\u7684\u306a\u7d50\u6676\u30b5\u30a4\u30ba\u306f\u7528\u9014\u306b\u7279\u6709\u3067\u3042\u308a\u3001\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u304c\u76ee\u6a19\u3068\u3059\u308b\u30b5\u30a4\u30ba\u5206\u5e03\u3092\u4fdd\u6301\u3059\u308b\u80fd\u529b\u306f\u3001\u6c4e\u7528\u30bc\u30aa\u30e9\u30a4\u30c8\u3068\u89e6\u5a92\u30b0\u30ec\u30fc\u30c9\u306e\u6750\u6599\u3092\u5206\u3051\u308b\u3082\u306e\u3067\u3042\u308b\u3002<\/p>\n\n<p><strong>\u967d\u30a4\u30aa\u30f3\u306e\u7a2e\u985e\u3068\u4ea4\u63db\u5ea6<\/strong> - \u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u5916\u306e\u967d\u30a4\u30aa\u30f3\uff08Na\u207a\u3001K\u207a\u3001Ca\u00b2\u207a\u3001Li\u207a\u3001Ag\u207a\u3001Ba\u00b2\u207a\uff09\u306e\u540c\u5b9a\u3068\u62c5\u6301\u306f\u3001\u30d6\u30ec\u30f3\u30b9\u30c6\u30c3\u30c9\u9178\u3068\u30eb\u30a4\u30b9\u9178\u306e\u30b5\u30a4\u30c8\u6bd4\u3092\u8abf\u7bc0\u3057\u307e\u3059\u3002\u5408\u6210\u3057\u305f\u307e\u307e\u306e\u30bc\u30aa\u30e9\u30a4\u30c8\u3067\u306f\u3001\u30ca\u30c8\u30ea\u30a6\u30e0\u304c\u5178\u578b\u7684\u306a\u5bfe\u30a4\u30aa\u30f3\u3067\u3042\u308a\u3001\u6d3b\u6027\u306a\u30d6\u30ec\u30f3\u30b9\u30c6\u30c3\u30c9\u9178\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306b\u306f\u3001\u30a2\u30f3\u30e2\u30cb\u30a6\u30e0\u578b\u306b\u4ea4\u63db\u3057\u305f\u5f8c\u306b\u713c\u6210\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u4e0d\u5b8c\u5168\u306a\u4ea4\u63db\u3067\u306f\u3001\u9178\u30b5\u30a4\u30c8\u3092\u4e2d\u548c\u3057\u6d3b\u6027\u3092\u4f4e\u4e0b\u3055\u305b\u308b\u6b8b\u7559\u30a2\u30eb\u30ab\u30ea\u91d1\u5c5e\u967d\u30a4\u30aa\u30f3\u304c\u6b8b\u308b\u3002\u8cb4\u91d1\u5c5e\u89e6\u5a92\u306e\u5834\u5408\u3001\u6b8b\u7559\u30ca\u30c8\u30ea\u30a6\u30e0\u306f\u767d\u91d1\u30c7\u30a3\u30b9\u30d1\u30fc\u30b8\u30e7\u30f3\u3092\u6c5a\u67d3\u3057\u3001\u6d3b\u6027\u3092\u3055\u3089\u306b\u4f4e\u4e0b\u3055\u305b\u308b\u3002<\/p>\n\n<p><strong>\u304b\u3055\u5bc6\u5ea6\u304a\u3088\u3073\u6a5f\u68b0\u7684\u5f37\u5ea6<\/strong> - \u7834\u7815\u5f37\u5ea6\uff08N\/cm \u307e\u305f\u306f MPa\uff09\u3068\u3057\u3066\u6e2c\u5b9a\u3055\u308c\u308b\u30bc\u30aa\u30e9\u30a4\u30c8\u306f\u3001\u5b8c\u6210\u3057\u305f\u89e6\u5a92\u304c\u30ea\u30a2\u30af\u30bf\u30fc\u3078\u306e\u8ca0\u8377\u3001\u71b1\u30b5\u30a4\u30af\u30eb\u3001\u304a\u3088\u3073\u9577\u671f\u904b\u8ee2\u306b\u3088\u308b\u6a5f\u68b0\u7684\u30b9\u30c8\u30ec\u30b9\u306b\u3069\u306e\u7a0b\u5ea6\u8010\u3048\u308b\u304b\u3092\u6c7a\u5b9a\u3059\u308b\u3002\u5546\u696d\u898f\u6a21\u306e\u30d9\u30c3\u30c9\u3067\u30bc\u30aa\u30e9\u30a4\u30c8\u304c\u81ea\u91cd\u3067\u7815\u3051\u308b\u3068\u3001\u5727\u529b\u640d\u5931\u3084\u6d41\u8def\u306e\u6d41\u308c\u3092\u5897\u5927\u3055\u305b\u308b\u30d5\u30a1\u30a4\u30f3\u304c\u767a\u751f\u3057\u3001\u6700\u7d42\u7684\u306b\u306f\u89e6\u5a92\u306e\u30b9\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u3084\u4ea4\u63db\u306e\u305f\u3081\u306b\u8a08\u753b\u5916\u306e\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u3092\u4f59\u5100\u306a\u304f\u3055\u308c\u308b\u3002<\/p>\n\n<div class=\"bp-8-params bp-animate\">\n  <div class=\"bp-8-param\">\n    <svg class=\"bp-8-param-icon\" 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\"><path d=\"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z\"\/><\/svg>\n    <div class=\"bp-8-param-name\">\u7d50\u6676\u6027<\/div>\n  <\/div>\n  <div class=\"bp-8-param\">\n    <svg class=\"bp-8-param-icon\" 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\"><path d=\"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z\"\/><path d=\"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z\"\/><path d=\"M7 21h10\"\/><path d=\"M12 3v18\"\/><path d=\"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2\"\/><\/svg>\n    <div class=\"bp-8-param-name\">SiO\u2082\/Al\u2082O\u2083<\/div>\n  <\/div>\n  <div class=\"bp-8-param\">\n    <svg class=\"bp-8-param-icon\" 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\"><path d=\"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z\"\/><path d=\"m14.5 12.5 2-2\"\/><path d=\"m11.5 9.5 2-2\"\/><path d=\"m8.5 6.5 2-2\"\/><path d=\"m17.5 15.5 2-2\"\/><\/svg>\n    <div class=\"bp-8-param-name\">\u30af\u30ea\u30b9\u30bf\u30eb\u30b5\u30a4\u30ba<\/div>\n  <\/div>\n  <div class=\"bp-8-param\">\n    <svg class=\"bp-8-param-icon\" 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\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"\/><path d=\"M2 12h20\"\/><\/svg>\n    <div class=\"bp-8-param-name\">\u30ab\u30c1\u30aa\u30f3\u30bf\u30a4\u30d7<\/div>\n  <\/div>\n  <div class=\"bp-8-param\">\n    <svg class=\"bp-8-param-icon\" 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\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n    <div class=\"bp-8-param-name\">\u30e1\u30ab\u306e\u5f37\u3055<\/div>\n  <\/div>\n<\/div>\n\n<p>\u3053\u308c\u30895\u3064\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u62bd\u8c61\u7684\u306a\u3082\u306e\u3067\u306f\u306a\u3044\u3002\u3053\u306e5\u3064\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u3001\u8a2d\u8a08\u3057\u305f\u30b5\u30a4\u30af\u30eb\u9577\u3092\u9054\u6210\u3059\u308b\u89e6\u5a92\u3068\u3001\u65e9\u671f\u306e\u30bf\u30fc\u30f3\u30a2\u30e9\u30a6\u30f3\u30c9\u3092\u4f59\u5100\u306a\u304f\u3055\u308c\u308b\u89e6\u5a92\u306e\u9055\u3044\u3067\u3042\u308b\u3002\u7cbe\u88fd\u696d\u8005\u306b\u3068\u3063\u3066\u3001\u89e6\u5a92\u5185\u306e\u30bc\u30aa\u30e9\u30a4\u30c8\u306f\u6c4e\u7528\u54c1\u3067\u306f\u306a\u3044\u3002\u539f\u6599\u7c89\u672b\u306e\u5408\u6210\u304b\u3089\u7d50\u6676\u5de5\u5b66\u3092\u7d4c\u3066\u6700\u7d42\u88fd\u54c1\u306e\u30c6\u30b9\u30c8\u306b\u81f3\u308b\u307e\u3067\u3001\u30d5\u30eb\u30c1\u30a7\u30fc\u30f3\u306e\u54c1\u8cea\u7ba1\u7406\u3092\u884c\u3046\u30e1\u30fc\u30ab\u30fc\u306f\u3001\u89e6\u5a92\u306e\u6027\u80fd\u304c\u4f9d\u5b58\u3059\u308b\u4e00\u8cab\u6027\u3092\u63d0\u4f9b\u3059\u308b\u3002<\/p>\n\n<h3>\u5b9f\u793e\u4f1a\u3078\u306e\u5f71\u97ff\uff1a\u672a\u52a0\u5de5\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u54c1\u8cea\u304c\u88fd\u6cb9\u6240\u306e\u7d4c\u6e08\u6027\u306b\u4e0e\u3048\u308b\u5f71\u97ff<\/h3>\n\n<p>\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u54c1\u8cea\u304b\u3089\u88fd\u6cb9\u6240\u306e\u640d\u76ca\u3078\u306e\u3064\u306a\u304c\u308a\u306f\u30013\u3064\u306e\u56e0\u679c\u306e\u9023\u9396\u3092\u7d4c\u3066\u3044\u308b\u3002<\/p>\n\n<p><strong>\u30c1\u30a7\u30fc\u30f31 - \u7d50\u6676\u5316\u5ea6 \u2192 \u6d3b\u6027 \u2192 \u30b5\u30a4\u30af\u30eb\u9577<\/strong>:\u7d50\u6676\u5316\u5ea6\u304c\u6700\u9069\u3067\u306a\u3044\u30bc\u30aa\u30e9\u30a4\u30c8\u306f\u3001\u76ee\u6a19\u306e\u6d41\u52d5\u70b9\u306b\u5230\u9054\u3059\u308b\u305f\u3081\u306b\u3001\u8131\u874b\u53cd\u5fdc\u5668\u3092\u3088\u308a\u9ad8\u3044\u904b\u8ee2\u958b\u59cb\u6e29\u5ea6\u3067\u904b\u8ee2\u3059\u308b\u3053\u3068\u3092\u7cbe\u88fd\u696d\u8005\u306b\u5f37\u3044\u308b\u3002\u904b\u8ee2\u7d42\u4e86\u6e29\u5ea6\u306f\u53cd\u5fdc\u5668\u306e\u51b6\u91d1\u7684\u9650\u754c\u306b\u3088\u3063\u3066\u56fa\u5b9a\u3055\u308c\u308b\u305f\u3081\u3001\u904b\u8ee2\u958b\u59cb\u6e29\u5ea6\u304c1\u5ea6\u9ad8\u304f\u306a\u308b\u3054\u3068\u306b\u3001\u30b5\u30a4\u30af\u30eb\u306e\u9577\u3055\u304c1\u5ea6\u5931\u308f\u308c\u308b\u3053\u3068\u306b\u306a\u308b\u300220%\u306e\u30b5\u30a4\u30af\u30eb\u77ed\u7e2e\u306f\u300120\u5e74\u306b1\u56de\u306e\u89e6\u5a92\u4ea4\u63db\u3092\u4f59\u5100\u306a\u304f\u3055\u305b\u308b\u3002\u5546\u696d\u7684\u306a\u6c34\u7d20\u5316\u51e6\u7406\u88c5\u7f6e\u306b\u304a\u3051\u308b\u89e6\u5a92\u4ea4\u63db\u306f\u3001\u751f\u7523\u91cf\u306e\u640d\u5931\u3092\u8003\u616e\u3059\u308b\u30687\u6841\u306e\u4fa1\u683c\u30bf\u30b0\u3092\u4f34\u3046\u3002<\/p>\n\n<p><strong>\u30c1\u30a7\u30fc\u30f32 - SiO\u2082\/Al\u2082O\u2083 \u30df\u30b9\u30de\u30c3\u30c1 \u2192 \u9078\u629e\u6027 \u2192 \u88fd\u54c1\u4fa1\u5024<\/strong>:\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u30b1\u30a4\u7d20\u5bfe\u30a2\u30eb\u30df\u30cb\u30a6\u30e0\u6bd4\u304c\u76ee\u6a19\u5024\u306e\u7bc4\u56f2\u5916\u3067\u3042\u308b\u3068\u3001\u5206\u89e3\u3068\u7570\u6027\u5316\u306e\u30d0\u30e9\u30f3\u30b9\u304c\u5909\u5316\u3059\u308b\u3002\u6f64\u6ed1\u6cb9\u8131\u30ef\u30c3\u30af\u30b9\u88c5\u7f6e\u3067\u306f\u3001\u6db2\u4f53\u53ce\u7387\u304c5%\u5909\u52d5\uff0882%\u304b\u308977%\u3078\uff09\u3059\u308b\u3068\u3001\u5178\u578b\u7684\u306a\u30b0\u30eb\u30fc\u30d7III\u30d9\u30fc\u30b9\u30aa\u30a4\u30eb\u306e\u30d7\u30ec\u30df\u30a2\u30e0\u306e\u5834\u5408\u3001\u4f9b\u7d66\u30d0\u30ec\u30eb\u5f53\u305f\u308a\u304a\u3088\u305d$2-4\u306e\u88fd\u54c1\u4fa1\u5024\u304c\u5931\u308f\u308c\u307e\u3059\u300210,000BPD\u30e6\u30cb\u30c3\u30c8\u3067\u306f\u3001\u5e74\u9593$7-1,400\u4e07\u30c9\u30eb\u3067\u3042\u308b\u3002\u30bc\u30aa\u30e9\u30a4\u30c8\u539f\u6599\u306e\u4fa1\u683c\u306f\u30ad\u30ed\u30b0\u30e9\u30e0\u5f53\u305f\u308a\u30c9\u30eb\u3067\u3042\u308b\u3002Si\/Al\u6bd4\u3092\u9593\u9055\u3048\u308b\u3068\u3001\u6570\u767e\u4e07\u30c9\u30eb\u5358\u4f4d\u306b\u306a\u308b\u3002<\/p>\n\n<p><strong>\u30c1\u30a7\u30fc\u30f33 - \u6a5f\u68b0\u7684\u5f37\u5ea6 \u2192 \u5727\u529b\u964d\u4e0b \u2192 \u7a3c\u50cd\u6642\u9593<\/strong>:\u7834\u7815\u5f37\u5ea6\u304c\u4e0d\u5341\u5206\u306a\u30bc\u30aa\u30e9\u30a4\u30c8\u306f\u3001\u30ea\u30a2\u30af\u30bf\u30fc\u3078\u306e\u88c5\u5165\u6642\u3084\u71b1\u30b5\u30a4\u30af\u30eb\u6642\u306b\u5fae\u7c89\u3092\u751f\u6210\u3059\u308b\u3002\u5fae\u7c89\u304c\u30d9\u30c3\u30c9\u9593\u9699\u306b\u84c4\u7a4d\u3059\u308b\u3068\u5727\u529b\u640d\u5931\u304c\u4e0a\u6607\u3059\u308b\u3002\u81e8\u754c\u95be\u5024\uff08\u901a\u5e38\u30af\u30ea\u30fc\u30f3\u30d9\u30c3\u30c9\u306e\u30c7\u30eb\u30bfP\u306e2\uff5e3\u500d\uff09\u306b\u9054\u3059\u308b\u3068\u3001\u89e6\u5a92\u30b9\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u306e\u305f\u3081\u306b\u88c5\u7f6e\u3092\u505c\u6b62\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3002\u88fd\u6cb9\u6240\u306e\u6c34\u7d20\u5316\u51e6\u7406\u88c5\u7f6e\u306b\u304a\u3051\u308b\u8a08\u753b\u5916\u306e\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u306f\u30011\u65e5\u5f53\u305f\u308a1TP450,000\uff5e$100\u4e07\u30c9\u30eb\u306e\u30de\u30fc\u30b8\u30f3\u640d\u5931\u3068\u306a\u308b\u3002\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u6a5f\u68b0\u7684\u5b8c\u5168\u6027\u306f\u3001\u4e8c\u6b21\u7684\u306a\u554f\u984c\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30bc\u30aa\u30e9\u30a4\u30c8\u306f\u7a3c\u50cd\u6642\u9593\u306e\u4fdd\u967a\u306a\u306e\u3067\u3059\u3002<\/p>\n\n<p>\u3053\u308c\u3089\u306e\u30c1\u30a7\u30fc\u30f3\u306b\u306f\u5171\u901a\u9805\u304c\u3042\u308b\u3002\u305d\u308c\u306f\u3001\u88fd\u6cb9\u6240\u3067\u306f\u306a\u304f\u3001\u30bc\u30aa\u30e9\u30a4\u30c8\u88fd\u9020\u4f1a\u793e\u306e\u751f\u7523\u65bd\u8a2d\u3067\u6c7a\u5b9a\u3055\u308c\u305f\u8981\u56e0\u306b\u3059\u3079\u3066\u9061\u308b\u3068\u3044\u3046\u3053\u3068\u3067\u3042\u308b\u3002\u89e6\u5a92\u306e\u54c1\u8cea\u306f\u30bc\u30ed\u304b\u3089\u4f5c\u308a\u4e0a\u3052\u308b\u3082\u306e\u3067\u3042\u308a\u3001\u30bc\u30ed\u3068\u306f\u30bc\u30aa\u30e9\u30a4\u30c8\u7c89\u672b\u306e\u3053\u3068\u3067\u3042\u308b\u3002<\/p>\n\n<div class=\"bp-9-econ bp-animate\">\n  <div class=\"bp-9-chain\">\n    <svg class=\"bp-9-chain-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\n    <div class=\"bp-9-chain-body\">\n      <div class=\"bp-9-chain-title\">\u5468\u671f\u306e\u9577\u3055 - \u7d50\u6676\u5316\u5ea6 \u2192 \u6d3b\u6027<\/div>\n      <div class=\"bp-9-chain-impact\">1\u56de\u306e\u4f59\u5206\u306a\u4ea4\u4ee3\uff1d7\u6841\u306e\u640d\u5931<\/div>\n      <div class=\"bp-9-chain-desc\">20%\u30b5\u30a4\u30af\u30eb\u3067\u306f\u300120\u5e74\u3054\u3068\u306b1\u56de\u306e\u89e6\u5a92\u4ea4\u63db\u3092\u4f59\u5100\u306a\u304f\u3055\u308c\u3001\u305d\u306e\u305f\u3073\u306b7\u6841\u306e\u751f\u7523\u640d\u5931\u304c\u767a\u751f\u3059\u308b\u3002<\/div>\n    <\/div>\n  <\/div>\n  <div class=\"bp-9-chain\">\n    <svg class=\"bp-9-chain-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"\/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\/><\/svg>\n    <div class=\"bp-9-chain-body\">\n      <div class=\"bp-9-chain-title\">\u88fd\u54c1\u4fa1\u5024 - Si\/Al\u30df\u30b9\u30de\u30c3\u30c1 \u2192 \u9078\u629e\u6027<\/div>\n      <div class=\"bp-9-chain-impact\">5%\u306e\u30a4\u30fc\u30eb\u30c9\u30b9\u30a4\u30f3\u30b0\u304b\u3089$7-14M\/\u5e74<\/div>\n      <div class=\"bp-9-chain-desc\">\u6db2\u4f53\u53ce\u91cf\u304c82%\u304b\u308977%\u306b5%\u5909\u52d5\u3059\u308b\u3068\u30011\u4e07BPD\u30e6\u30cb\u30c3\u30c8\u3067\u30b0\u30eb\u30fc\u30d7III\u306e\u30d9\u30fc\u30b9\u30aa\u30a4\u30eb\u30fb\u30d7\u30ec\u30df\u30a2\u30e0\u3092\u4f7f\u7528\u3057\u305f\u5834\u5408\u3001\u5e74\u9593$700-1400\u4e07\u30c9\u30eb\u304b\u304b\u308b\u3002<\/div>\n    <\/div>\n  <\/div>\n  <div class=\"bp-9-chain\">\n    <svg class=\"bp-9-chain-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2 3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg>\n    <div class=\"bp-9-chain-body\">\n      <div class=\"bp-9-chain-title\">\u7a3c\u50cd\u6642\u9593 - \u30e1\u30ab\u5f37\u5ea6 \u2192 \u5727\u529b\u964d\u4e0b<\/div>\n      <div class=\"bp-9-chain-impact\">$0.5\uff5e100\u4e07\u30c9\u30eb\/\u65e5 \u8a08\u753b\u5916\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3<\/div>\n      <div class=\"bp-9-chain-desc\">\u4e0d\u5341\u5206\u306a\u7834\u7815\u5f37\u5ea6\u3067\u306f\u5fae\u7c89\u304c\u767a\u751f\u3057\u3001\u89e6\u5a92\u30b9\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u306e\u305f\u3081\u306b\u88c5\u7f6e\u3092\u505c\u6b62\u305b\u3056\u308b\u3092\u5f97\u306a\u304f\u306a\u308a\u30011\u65e5\u5f53\u305f\u308a$50\u4e07\u304b\u3089$100\u4e07\u306e\u30de\u30fc\u30b8\u30f3\u304c\u5931\u308f\u308c\u308b\u3002<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<h2 id=\"section-6\"><span class=\"h2-marker\">06<\/span>\u89e6\u5a92\u8131\u8102\u306e\u672a\u6765\uff1aSAF\u3001\u518d\u751f\u53ef\u80fd\u30c7\u30a3\u30fc\u30bc\u30eb\u3001\u6b21\u4e16\u4ee3\u89e6\u5a92<\/h2>\n\n<p>3\u3064\u306e\u30c8\u30ec\u30f3\u30c9\u304c\u3001\u89e6\u5a92\u8131\u8102\u306e\u5c55\u671b\u3092\u518d\u69cb\u7bc9\u3057\u3066\u3044\u308b\u3002<\/p>\n\n<p><strong>\u6301\u7d9a\u53ef\u80fd\u306a\u822a\u7a7a\u71c3\u6599\uff08SAF\uff09<\/strong> \u306f\u3001\u6700\u3082\u91cd\u8981\u306a\u65b0\u898f\u9700\u8981\u30c9\u30e9\u30a4\u30d0\u30fc\u3067\u3042\u308b\u3002\u73fe\u5728\u3001SAF\u88fd\u9020\u306e\u5546\u696d\u7684\u7d4c\u8def\u3068\u3057\u3066\u4e3b\u6d41\u3068\u306a\u3063\u3066\u3044\u308bHEFA\uff08\u6c34\u7d20\u5316\u30a8\u30b9\u30c6\u30eb\u30fb\u8102\u80aa\u9178\uff09\u7d4c\u8def\u3067\u306f\u3001\u30b8\u30a7\u30c3\u30c8\u71c3\u6599\u306e\u30b3\u30fc\u30eb\u30c9\u30d5\u30ed\u30fc\u4ed5\u69d8\uff08\u51cd\u7d50\u70b9-40\u2103\u4ee5\u4e0b\uff09\u3092\u6e80\u305f\u3059\u305f\u3081\u306b\u7570\u6027\u5316\u3055\u308c\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3001\u30ef\u30c3\u30af\u30b9\u72b6\u306e\u9577\u9396\u30d1\u30e9\u30d5\u30a3\u30f3\u751f\u6210\u7269\u304c\u751f\u6210\u3055\u308c\u308b\u3002\u3053\u306e\u305f\u3081\u3001\u7570\u6027\u5316\u9078\u629e\u7684\u8131\u874b\u89e6\u5a92\u304cSAF\u88fd\u9020\u30d5\u30ed\u30fc\u30b7\u30fc\u30c8\u306e\u4e2d\u5fc3\u306b\u4f4d\u7f6e\u3065\u3051\u3089\u308c\u308b\u3002\u30c8\u30d7\u30bd\u30fc\u306eHydroFlex\u6280\u8853\u30d5\u30a1\u30df\u30ea\u30fc\u3068\u30a8\u30dc\u30cb\u30c3\u30af\u306e\u30e1\u30bd\u30dd\u30e9\u30a4\u30ba\u30c9\u30a4\u30bd\u8131\u874b\u89e6\u5a92\u306f\u3001\u3044\u305a\u308c\u3082\u3053\u306e\u5e02\u5834\u5411\u3051\u306b\u4f4d\u7f6e\u3065\u3051\u3089\u308c\u3001\u3059\u3067\u306b2025\u5e74\u306b\u5546\u696d\u7684\u306a\u53c2\u7167\u304c\u84c4\u7a4d\u3055\u308c\u3066\u3044\u308b\u3002<\/p>\n\n<p><strong>\u518d\u751f\u53ef\u80fd\u30c7\u30a3\u30fc\u30bc\u30eb<\/strong> - \u5ec3\u6cb9\u3001\u7363\u8102\u3001\u690d\u7269\u6cb9\u304b\u3089\u751f\u7523\u3055\u308c\u308b\u6cb9\u8102\u306f\u3001\u5316\u77f3\u539f\u6599\u3068\u306f\u7570\u306a\u308b\u4e0d\u7d14\u7269\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\uff08\u9178\u7d20\u9178\u5869\u3001\u5fae\u91cf\u91d1\u5c5e\u3001\u30ea\u30f3\uff09\u3092\u4f34\u3063\u3066\u6c34\u7d20\u5316\u51e6\u7406\u88c5\u7f6e\u306b\u5165\u308b\u3002\u3053\u306e\u30b5\u30fc\u30d3\u30b9\u306b\u304a\u3051\u308b\u8131\u8102\u89e6\u5a92\u306f\u3001\u4e0d\u53ef\u9006\u7684\u306b\u5931\u6d3b\u3059\u308b\u3053\u3068\u306a\u304f\u3001\u3053\u308c\u3089\u306e\u6c5a\u67d3\u7269\u8cea\u3092\u51e6\u7406\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3002\u518d\u751f\u53ef\u80fd\u539f\u6599\u306b\u306f\u3001\u3088\u308a\u5d69\u9ad8\u3044\u9178\u7d20\u3092\u542b\u3080\u524d\u99c6\u7269\u8cea\uff08\u30c8\u30ea\u30b0\u30ea\u30bb\u30ea\u30c9\uff09\u3084\u6709\u6a5f\u91d1\u5c5e\u4e0d\u7d14\u7269\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u30e1\u30bd\u591a\u5b54\u6027\uff08\u7d30\u5b54\u304c\u5927\u304d\u304f\u3001\u62e1\u6563\u7d4c\u8def\u304c\u77ed\u3044\uff09\u306e\u50be\u5411\u306f\u3053\u3053\u3067\u76f4\u63a5\u95a2\u4fc2\u3059\u308b\u3002<\/p>\n\n<img decoding=\"async\" src=\"https:\/\/www.jalonzeolite.com\/wp-content\/uploads\/2026\/05\/catalytic-dewaxing-1-1.webp\" alt=\"\u6301\u7d9a\u53ef\u80fd\u306a\u822a\u7a7a\u71c3\u6599\u3068\u518d\u751f\u53ef\u80fd\u30c7\u30a3\u30fc\u30bc\u30eb\u306e\u88fd\u9020\u30d5\u30ed\u30fc\" class=\"embedded-article-img\">\n\n<p><strong>\u6b21\u4e16\u4ee3\u89e6\u5a92\u5de5\u5b66<\/strong> \u306f\u3001\u30bc\u30aa\u30e9\u30a4\u30c8\u306e\u54c1\u8cea\u306b\u307e\u3067\u9061\u308b\u30eb\u30fc\u30d7\u3092\u9589\u3058\u308b\u3002\u30a2\u30eb\u30df\u30ca\u3084\u30b7\u30ea\u30ab\u306e\u30d0\u30a4\u30f3\u30c0\u30fc\u3092\u4f7f\u7528\u305b\u305a\u306b\u30bc\u30aa\u30e9\u30a4\u30c8\u3092\u62bc\u3057\u51fa\u3059\u30d0\u30a4\u30f3\u30c0\u30fc\u30d5\u30ea\u30fc\u89e6\u5a92\u6210\u5f62\u306f\u3001\u30d0\u30a4\u30f3\u30c0\u30fc\u8868\u9762\u306e\u975e\u9078\u629e\u7684\u306a\u9178\u30b5\u30a4\u30c8\u3092\u6392\u9664\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u3001\u5f93\u6765\u306e\u30d0\u30a4\u30f3\u30c0\u30fc\u4ed8\u304d\u89e6\u5a92\u3068\u6bd4\u8f03\u3057\u3066\u89e6\u5a92\u306e\u8001\u5316\u901f\u5ea6\u3092\u5927\u5e45\u306b\u4f4e\u6e1b\u3059\u308b\u3053\u3068\u304c\u793a\u3055\u308c\u3066\u3044\u308b\u3002\u30ca\u30ce\u30b9\u30b1\u30fc\u30eb\u306e\u7d50\u6676\u5408\u6210\u3001\u968e\u5c64\u7684\u306a\u7d30\u5b54\u69cb\u9020\u3001\u7cbe\u5bc6\u306a\u967d\u30a4\u30aa\u30f3\u4ea4\u63db\u306f\u3059\u3079\u3066\u3001\"\u7d4c\u9a13\u7684\u306b\u8abf\u5408\u3055\u308c\u305f \"\u3068\u3044\u3046\u3088\u308a\u3082\u3001\"\u539f\u5b50\u30ec\u30d9\u30eb\u3067\u7279\u5b9a\u3055\u308c\u305f \"\u306b\u8fd1\u3044\u89e6\u5a92\u3078\u3068\u3001\u6280\u8853\u7684\u306a\u9032\u6b69\u3092\u3082\u305f\u3089\u3057\u3066\u3044\u308b\u3002<\/p>\n\n<p>\u3053\u306e3\u3064\u306e\u30c8\u30ec\u30f3\u30c9\u306b\u5171\u901a\u3057\u3066\u3044\u308b\u306e\u306f\u3001\u30bc\u30aa\u30e9\u30a4\u30c8\u3067\u3042\u308b\u3002\u89e6\u5a92\u304c\u3069\u306e\u3088\u3046\u306b\u8a2d\u8a08\u3055\u308c\u3088\u3046\u3068\uff08\u5206\u89e3\u307e\u305f\u306f\u7570\u6027\u5316\u3001\u5316\u77f3\u307e\u305f\u306f\u518d\u751f\u53ef\u80fd\u3001\u30de\u30a4\u30af\u30ed\u30dd\u30fc\u30e9\u30b9\u307e\u305f\u306f\u968e\u5c64\u7684\uff09\u3001\u6750\u6599\u306e\u57fa\u76e4\u306f\u5e38\u306b\u3001\u69cb\u9020\u3001\u7d44\u6210\u3001\u5f62\u614b\u3092\u7cbe\u5bc6\u306b\u5236\u5fa1\u3055\u308c\u305f\u5408\u6210\u7d50\u6676\u6027\u30a2\u30eb\u30df\u30ce\u30b1\u30a4\u9178\u5869\u3067\u3042\u308b\u3002\u7cbe\u88fd\u696d\u8005\u306e\u89e6\u5a92\u6027\u80fd\u306f\u3001\u30bc\u30aa\u30e9\u30a4\u30c8\u88fd\u9020\u696d\u8005\u306e\u54c1\u8cea\u304b\u3089\u59cb\u307e\u308b\u3002\u3053\u306e\u95a2\u9023\u6027\u3092\u7406\u89e3\u3059\u308b\u3053\u3068\u304c\u3001\u4ed5\u69d8\u66f8\u4e3b\u5c0e\u306e\u89e6\u5a92\u8cfc\u5165\u3068\u3001\u5341\u5206\u306a\u60c5\u5831\u306b\u57fa\u3065\u3044\u305f\u6280\u8853\u7684\u6c7a\u5b9a\u3068\u3092\u5206\u3051\u308b\u306e\u3067\u3042\u308b\u3002<\/p>\n\n<div class=\"bp-10-closer bp-animate\">\n  <svg class=\"bp-10-icon\" 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\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><circle cx=\"12\" cy=\"12\" r=\"6\"\/><circle cx=\"12\" cy=\"12\" r=\"2\"\/><\/svg>\n  <div class=\"bp-10-quote\">\u7cbe\u88fd\u696d\u8005\u306e\u89e6\u5a92\u6027\u80fd\u306f\u3001\u30bc\u30aa\u30e9\u30a4\u30c8\u88fd\u9020\u696d\u8005\u306e\u54c1\u8cea\u304b\u3089\u59cb\u307e\u308b\u3002<\/div>\n  <div class=\"bp-10-line\"><\/div>\n  <div style=\"margin-top: 1.5em; padding: 1em 1.25em; background: var(--color-bg); border-radius: var(--radius-md); border: 1px solid var(--color-border-light); max-width: 520px; margin-left: auto; margin-right: auto;\">\n    <p style=\"margin: 0; font-size: 15px; color: var(--color-text); line-height: 1.6;\"><a href=\"https:\/\/www.jalonzeolite.com\/ja\"><strong style=\"color: var(--color-secondary);\">JALON<\/strong><\/a> \u306f\u3001\u7d50\u6676\u5316\u5ea6\u3001SiO\u2082\/Al\u2082O\u2083\u6bd4\u3001\u7d50\u6676\u30b5\u30a4\u30ba\u3001\u30ab\u30c1\u30aa\u30f3\u4ea4\u63db\u306b\u6e21\u308b\u5168\u30c1\u30a7\u30fc\u30f3\u54c1\u8cea\u7ba1\u7406\u3067\u89e6\u5a92\u30b0\u30ec\u30fc\u30c9\u306e\u30bc\u30aa\u30e9\u30a4\u30c8\u3092\u4f9b\u7d66\u3057\u3066\u3044\u308b\u3002 <a href=\"https:\/\/www.jalonzeolite.com\/ja\/contact\/\">\u30c1\u30fc\u30e0\u3078\u306e\u304a\u554f\u3044\u5408\u308f\u305b<\/a> \u6b21\u56de\u306e\u8131\u8102\u89e6\u5a92\u306e\u4ed5\u69d8\u306b\u3064\u3044\u3066\u3002<\/p>\n  <\/div>\n<\/div>\n\n<hr>\n\n<h2>\u53c2\u8003\u6587\u732e<\/h2>\n\n<ol>\n  <li>\u30da\u30f3\u30b7\u30eb\u30d0\u30cb\u30a2\u5dde\u7acb\u5927\u5b66\u3001\u5730\u7403\u9271\u7269\u79d1\u5b66\u90e8\u3002\"\u6eb6\u5264\u8131\u874b\u6cd5\u3068\u89e6\u5a92\u8131\u874b\u6cd5\u306e\u6bd4\u8f03\"FSC 432: Petroleum Refining, 2014. <a href=\"https:\/\/fsc432.dutton.psu.edu\/2014\/06\/22\/comparison-of-the-solvent-and-catalytic-dewaxing-methods\/\">https:\/\/fsc432.dutton.psu.edu\/2014\/06\/22\/comparison-of-the-solvent-and-catalytic-dewaxing-methods\/<\/a><\/li>\n  <li>\u30c8\u30c3\u30d7\u30bd\u30fc\"\u5316\u77f3\u71c3\u6599\u304a\u3088\u3073\u518d\u751f\u53ef\u80fd\u71c3\u6599\u30b5\u30fc\u30d3\u30b9\u306b\u304a\u3051\u308b\u9078\u629e\u7684\u8131\u8102\u89e6\u5a92\u306b\u3088\u308b\u8131\u8102\u6027\u80fd\u306e\u89e3\u660e\"2025. <a href=\"https:\/\/www.topsoe.com\/blog\/unlock-dewaxing-performance-with-a-selective-dewaxing-catalyst-in-fossil-and-renewable-fuels-service\">https:\/\/www.topsoe.com\/blog\/unlock-dewaxing-performance-with-a-selective-dewaxing-catalyst-in-fossil-and-renewable-fuels-service<\/a><\/li>\n  <li>JALON\u30bc\u30aa\u30e9\u30a4\u30c8\u3002\"\u80fd\u529b - \u30ab\u30b9\u30bf\u30e0\u30bc\u30aa\u30e9\u30a4\u30c8\u88fd\u9020\". <a href=\"https:\/\/www.jalonzeolite.com\/ja\/capability\/\">https:\/\/www.jalonzeolite.com\/capability\/<\/a><\/li>\n  <li>JALON \u30bc\u30aa\u30e9\u30a4\u30c8.\u30db\u30fc\u30e0\u30da\u30fc\u30b8 <a href=\"https:\/\/www.jalonzeolite.com\/ja\">https:\/\/www.jalonzeolite.com\/<\/a><\/li>\n<\/ol>\n\n<\/article>\n\n<script>\n(function() {\n  \/* Reading progress bar *\/\n  var progressBar = document.getElementById('reading-progress');\n  function updateProgress() {\n    var scrollTop = window.scrollY || document.documentElement.scrollTop;\n    var scrollHeight = document.documentElement.scrollHeight - window.innerHeight;\n    var progress = scrollHeight > 0 ? (scrollTop \/ scrollHeight) * 100 : 0;\n    progressBar.style.width = progress + '%';\n  }\n  window.addEventListener('scroll', updateProgress, { passive: true });\n  window.addEventListener('resize', updateProgress, { passive: true });\n  updateProgress();\n\n  \/* Intersection Observer for scroll-triggered animations *\/\n  var animated = document.querySelectorAll('.bp-animate');\n  if ('IntersectionObserver' in window && animated.length > 0) {\n    var observer = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('visible');\n        }\n      });\n    }, { threshold: 0.15 });\n    animated.forEach(function(el) { observer.observe(el); });\n  } else {\n    animated.forEach(function(el) { el.classList.add('visible'); });\n  }\n})();\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>\u89e6\u5a92\u8131\u874b\u306e\u8aac\u660e\uff1a\u30bc\u30aa\u30e9\u30a4\u30c8\u3001\u89e6\u5a92\u3001\u305d\u3057\u3066\u6027\u80fd\uff5cJALON \u89e6\u5a92\u8131\u8102\u306e\u89e3\u8aac\uff1a\u5f62\u72b6\u9078\u629e\u6027\u30bc\u30aa\u30e9\u30a4\u30c8\u3068\u3001\u89e6\u5a92\u306e\u54c1\u8cea\u304c\u539f\u6599\u304b\u3089\u59cb\u307e\u308b\u7406\u753101\u89e6\u5a92\u8131\u874b\u3068\u306f\u4f55\u304b\u3001\u306a\u305c\u91cd\u8981\u306a\u306e\u304b\uff1f\u89e6\u5a92\u8131\u874b\u3068\u306f\u3001\u77f3\u6cb9\u7559\u5206\u304b\u3089\u30ef\u30c3\u30af\u30b9\u72b6\u306e\u9577\u9396\u30ce\u30eb\u30de\u30eb\u30d1\u30e9\u30d5\u30a3\u30f3\u3092\u9078\u629e\u7684\u306b\u9664\u53bb\u3059\u308b\u7cbe\u88fd\u30d7\u30ed\u30bb\u30b9\u3067\u3042\u308b\u3002\u30ef\u30c3\u30af\u30b9\u306f\u30b3\u30fc\u30eb\u30c9\u30d5\u30ed\u30fc\u306e\u6575\u3060\u304b\u3089\u3060\u3002\u30de\u30a4\u30ca\u30b910\u2103\u3067\u8702\u871c\u306e\u3088\u3046\u306b\u6ce8\u3050\u30c7\u30a3\u30fc\u30bc\u30eb\u3084\u3001\u6c37\u70b9\u4e0b\u3067\u30b9\u30e9\u30c3\u30b8\u72b6\u306b\u5897\u7c98\u3059\u308b\u6f64\u6ed1\u6cb9\u306f\u3001\u8ab0\u3082\u8cb7\u308f\u306a\u3044\u88fd\u54c1\u3067\u3042\u308b\u3002\u71c3\u6599\u3084\u6f64\u6ed1\u6cb9\u304c\u7b49\u7d1a\u306b\u5408\u683c\u3059\u308b\u304b\u3069\u3046\u304b\u306f\u30013\u3064\u306e\u30b3\u30fc\u30eb\u30c9\u30d5\u30ed\u30fc\u7279\u6027\u306b\u3088\u3063\u3066\u6c7a\u307e\u308a\u307e\u3059\u3002<\/p>","protected":false},"author":1,"featured_media":101755,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"none","_seopress_titles_title":"Catalytic Dewaxing: Zeolite Catalysts & Process Guide","_seopress_titles_desc":"Master the catalytic dewaxing process to improve cold flow properties. Discover how zeolite quality impacts refinery economics and specify the right catalyst.","_seopress_robots_index":"","footnotes":""},"categories":[166],"tags":[],"class_list":["post-101752","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mml-blog"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/posts\/101752","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/comments?post=101752"}],"version-history":[{"count":2,"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/posts\/101752\/revisions"}],"predecessor-version":[{"id":101761,"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/posts\/101752\/revisions\/101761"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/media\/101755"}],"wp:attachment":[{"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/media?parent=101752"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/categories?post=101752"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jalonzeolite.com\/ja\/wp-json\/wp\/v2\/tags?post=101752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}