-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport-ja.html
More file actions
83 lines (77 loc) · 4.48 KB
/
support-ja.html
File metadata and controls
83 lines (77 loc) · 4.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>はる - カスタマーサポート</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; max-width: 700px; margin: 0 auto; padding: 24px; line-height: 1.7; color: #333; }
h1 { font-size: 24px; margin-bottom: 8px; }
h2 { font-size: 18px; margin-top: 32px; }
.subtitle { color: #888; font-size: 14px; margin-bottom: 32px; }
.lang-switch { text-align: right; font-size: 14px; margin-bottom: 16px; }
.lang-switch a { color: #007AFF; text-decoration: none; margin-left: 12px; }
.faq { margin-top: 16px; }
.faq details { margin-bottom: 12px; border: 1px solid #eee; border-radius: 8px; padding: 12px 16px; }
.faq summary { cursor: pointer; font-weight: 600; }
.faq p { margin: 8px 0 0 0; }
.contact-box { background: #f8f8f8; border-radius: 12px; padding: 24px; margin-top: 24px; }
.contact-box a { color: #007AFF; text-decoration: none; }
.links { margin-top: 32px; }
.links a { display: inline-block; margin-right: 16px; color: #007AFF; text-decoration: none; font-size: 14px; }
.footer { margin-top: 48px; padding-top: 24px; border-top: 1px solid #eee; font-size: 14px; color: #888; }
</style>
</head>
<body>
<div class="lang-switch">
<a href="support.html">한국어</a>
<a href="support-en.html">English</a>
<a href="support-ja.html"><strong>日本語</strong></a>
</div>
<h1>カスタマーサポート</h1>
<p class="subtitle">はる - 胎教おはなし&マタニティ日記</p>
<p>はるアプリのご利用中にご不明な点やお困りのことがございましたら、以下をご確認いただくか、メールにてお問い合わせください。</p>
<h2>よくあるご質問</h2>
<div class="faq">
<details>
<summary>データは外部サーバーに送信されますか?</summary>
<p>いいえ。すべてのデータはお使いの端末内(ローカル)またはご自身のiCloudアカウントにのみ保存されます。開発者がユーザーのデータにアクセスすることはありません。</p>
</details>
<details>
<summary>機種変更するとデータは消えますか?</summary>
<p>iCloud同期が有効になっていれば、新しい端末でもデータをご利用いただけます。設定 > Apple ID > iCloudで、アプリの同期がオンになっていることをご確認ください。</p>
</details>
<details>
<summary>録音した胎談はどこに保存されますか?</summary>
<p>胎談の録音は端末内のストレージに保存されます。アプリを削除すると一緒に削除されますので、大切な録音は事前にバックアップしてください。</p>
</details>
<details>
<summary>すべてのデータを削除したいです。</summary>
<p>アプリ内の設定 >「すべてのデータを削除」からいつでも完全に削除できます。アプリをアンインストールすると、端末内のすべてのデータも一緒に削除されます。</p>
</details>
<details>
<summary>サブスクリプションを解約したいです。</summary>
<p>iPhoneの設定 > Apple ID > サブスクリプションから「はる」のサブスクリプションを管理または解約できます。</p>
</details>
</div>
<h2>お問い合わせ</h2>
<div class="contact-box">
<p><strong>メール</strong>: <a href="mailto:wykim777@naver.com">wykim777@naver.com</a></p>
<p>お問い合わせの際、以下の情報をお添えいただくと迅速な対応が可能です。</p>
<ul>
<li>ご使用の端末モデル(例:iPhone 15)</li>
<li>iOSバージョン</li>
<li>アプリバージョン</li>
<li>問題の詳細</li>
</ul>
<p>営業日基準1〜2日以内にご返信いたします。</p>
</div>
<div class="links">
<a href="privacy-policy-ja.html">プライバシーポリシー</a>
<a href="terms.html">利用規約</a>
</div>
<div class="footer">
<p>© 2026 はる(Haru). All rights reserved.</p>
</div>
</body>
</html>