TOML
接着剤の種類 - TOML
接着剤は、用途、化学成分、硬化メカニズム、物理的形態など様々な観点から分類されます。木工用接着剤(PVA、ポリウレタン)、ゴム系接着剤(ネオプレン、ニトリル、SBR)、エポキシ系接着剤(二液混合型、構造用)、シリコーン系接着剤(RTV、構造用)など、それぞれの特性に応じて適切な接着剤を選択することが重要です。家庭用から工業用まで、幅広い分野で利用されています。
接着剤
木工用
エポキシ
シリコーン
ゴム系
DIY
工業材料
[[items]]
code = "01"
slug = "woodworking-adhesives"
name = "木工用接着剤"
description = "木材同士の接着に特化した接着剤です。"
category = "by-application"
parentCode = ""
[[items]]
code = "01-01"
slug = "pva-adhesive"
name = "PVA系接着剤(木工用ボンド)"
description = "最も一般的な木工用接着剤で、水性で扱いやすいです。"
category = "woodworking"
parentCode = "01"
[[items]]
code = "01-02"
slug = "polyurethane-adhesive"
name = "ポリウレタン系接着剤"
description = "湿気で硬化し、優れた耐水性と隙間充填性を持ちます。"
category = "woodworking"
parentCode = "01"
[[items]]
code = "02"
slug = "rubber-based-adhesives"
name = "ゴム系接着剤"
description = "ゴムを主成分とし、柔軟性と衝撃耐性に優れた接着剤です。"
category = "by-chemistry"
parentCode = ""
[[items]]
code = "02-01"
slug = "neoprene-adhesive"
name = "ネオプレン系接着剤(ゴム系)"
description = "速乾性で初期接着力が高く、靴や家具の張り替えに使用されます。"
category = "rubber"
parentCode = "02"
[[items]]
code = "02-02"
slug = "nitrile-adhesive"
name = "ニトリルゴム系接着剤"
description = "耐油性に優れ、ガソリンやオイルに触れる用途に適しています。"
category = "rubber"
parentCode = "02"
[[items]]
code = "03"
slug = "epoxy-adhesives"
name = "エポキシ系接着剤"
description = "強度と耐久性に優れた構造用接着剤です。"
category = "by-chemistry"
parentCode = ""
[[items]]
code = "03-01"
slug = "two-part-epoxy"
name = "二液混合型エポキシ"
description = "主剤と硬化剤を混合して使用する標準的なエポキシ接着剤です。"
category = "epoxy"
parentCode = "03"
[[items]]
code = "03-02"
slug = "structural-epoxy"
name = "構造用エポキシ"
description = "高い強度と耐久性を持ち、建築や自動車の構造部材に使用されます。"
category = "epoxy"
parentCode = "03"
[[items]]
code = "04"
slug = "silicone-adhesives"
name = "シリコーン系接着剤"
description = "耐熱性と耐候性に優れ、柔軟な接着が可能です。"
category = "by-chemistry"
parentCode = ""
[[items]]
code = "04-01"
slug = "rtv-silicone"
name = "RTVシリコーン(室温硬化型)"
description = "室温で湿気と反応して硬化する一般的なシリコーン接着剤です。"
category = "silicone"
parentCode = "04"
[[items]]
code = "04-02"
slug = "structural-silicone"
name = "構造用シリコーン"
description = "高い接着強度と耐久性を持つ建築用シリコーン接着剤です。"
category = "silicone"
parentCode = "04"
[[items]]
code = "05"
slug = "cyanoacrylate"
name = "シアノアクリレート系(瞬間接着剤)"
description = "数秒で硬化する速乾性の瞬間接着剤です。"
category = "by-chemistry"
parentCode = ""
[[items]]
code = "06"
slug = "acrylic-adhesives"
name = "アクリル系接着剤"
description = "透明性と耐候性に優れた接着剤です。"
category = "by-chemistry"
parentCode = ""
[[items]]
code = "07"
slug = "hot-melt-adhesives"
name = "ホットメルト接着剤"
description = "加熱溶融して塗布し、冷却で硬化する熱可塑性接着剤です。"
category = "by-form"
parentCode = ""