import os # Define the HTML content with integrated CSS and JavaScript html_content = """ Web制作・システム構築 自動見積シミュレーター

御見積シミュレーター

1. プロジェクト基盤・初期構築
2. デザイン・コンテンツ制作
3. システム開発・事務効率化
4. マーケティング・運用保守
基本制作費・システム合計: 0円
オプション(%計算)合計: 0円
進行管理費 (10%): 0円
概算合計金額: 0円
消費税 (10%): 0円
税込合計金額: 0円
※消費税額・税込合計も表示しています。
""" with open("web_estimate_tool.html", "w", encoding="utf-8") as f: f.write(html_content)