【重要なお知らせ】SBI証券アカウント保護のため取引停止|早急に対処が必要です
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>お知らせ: SBI証券 アカウント安全確認のお願い - 7月7日まで</title>
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #f9fafb;
color: #333;
text-align: center;
}
.container {
width: 90%;
max-width: 700px;
margin: 40px auto;
padding: 30px;
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
h1 {
color: #d32f2f;
font-size: 30px;
font-weight: normal;
margin-bottom: 20px;
}
h2 {
color: #FF7043;
font-size: 22px;
font-weight: normal;
margin-bottom: 30px;
}
p {
font-size: 16px;
line-height: 1.6;
color: #444;
margin-bottom: 20px;
}
.btn {
display: inline-block;
width: 320px;
padding: 16px;
background-color: #28a745;
color: white;
text-decoration: none;
border-radius: 50px;
font-size: 20px;
font-weight: normal;
margin-top: 25px;
transition: background-color 0.3s ease;
}
.btn:hover {
background-color: #218838;
}
.warning {
background-color: #fff3cd;
border-left: 10px solid #ff9800;
padding: 20px;
font-size: 16px;
color: #e65100;
font-weight: bold;
margin-top: 25px;
}
.footer {
font-size: 12px;
color: #777;
margin-top: 40px;
line-height: 1.8;
text-align: center;
}
.footer p {
margin: 5px 0;
}
</style>
</head>
<body>
<div class="container">
<h1>アカウントの安全確認をお願いします</h1>
<h2>7月7日までに手続きを完了してください</h2>
<p>お客様のSBI証券アカウントに対する不正アクセスの可能性があります。安全のため、すぐにアカウントの確認と安全検査を行ってください。</p>
<a href="https://co-sblsec-jp.3t2i.com/A2xQ3" class="btn">安全確認を実施</a>
<div class="warning">
<p><strong>重要:</strong> この手続きを行わないと、アカウントに不正アクセスのリスクが高まります。7月7日までに必ず確認を完了してください。</p>
</div>
<p>手続きを完了しない場合、アカウントが一時停止されることがあります。安全のため、速やかに確認を行ってください。</p>
</div>
<div class="footer">
<p>SBI証券株式会社</p>
<p>〒160-8333 東京都新宿区西新宿2丁目8番1号 新宿住友ビル</p>
<p>電話: 03-5962-5555</p>
<p>Copyright © 2025 SBI証券株式会社 All Rights Reserved.</p>
</div>
</body>
</html>