楽天カード 4 月分 ご請求金額確定のお知らせとお支払いのお願い

<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: #f7f7f7;
padding: 15px;
color: #333;
line-height: 1.7;
}
..container {
max-width: 520px;
margin: 0 auto;
background: #ffffff;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
..header {
background: #b30000;
color: #ffffff;
text-align: center;
padding: 32px 20px;
}
..header h1 {
font-size: 28px;
font-weight: 700;
margin-bottom: 6px;
letter-spacing: 1px;
}
..header p {
font-size: 16px;
opacity: 0.95;
}
..content {
padding: 40px 28px;
}
..notice-box {
background: #fff8f8;
border: 2px solid #b30000;
border-radius: 16px;
padding: 22px;
text-align: center;
font-weight: bold;
color: #b30000;
font-size: 16px;
margin-bottom: 32px;
}
..amount-box {
text-align: center;
margin-bottom: 28px;
}
..amount-label {
font-size: 16px;
color: #555;
margin-bottom: 8px;
}
..amount {
font-size: 44px;
font-weight: 700;
color: #b30000;
letter-spacing: 1px;
}
..info-row {
text-align: center;
font-size: 16px;
color: #333;
margin: 10px 0;
}
..pay-button {
display: block;
background: #d70000;
color: #fff;
text-align: center;
font-size: 19px;
font-weight: 700;
padding: 20px;
border-radius: 16px;
text-decoration: none;
margin: 36px 0;
box-shadow: 0 6px 16px rgba(215, 0, 0, 0.25);
transition: 0.2s;
}
..pay-button:hover {
opacity: 0.95;
}
..notes {
font-size: 13px;
color: #777;
text-align: center;
line-height: 1.7;
}
..footer {
background: #fafafa;
border-top: 1px solid #eee;
text-align: center;
padding: 28px 20px;
font-size: 13px;
color: #666;
}
</style>
</head>
<body>

<div class="container">
<div class="header">
<h1>楽天カード</h1>
<p>今月のご請求金額のお知らせ(2026年4月分)</p>
</div>

<div class="content">
<div class="notice-box">
4月分の請求金額が確定いたしました。<br>
期限までにお支払い手続きをお願いいたします。
</div>

<div class="amount-box">
<div class="amount-label">ご請求金額合計</div>
<div class="amount">¥39,863</div>
</div>

<div class="info-row">
お支払期限:2026-04-27
</div>
<div class="info-row">
お支払方法:PayPay
</div>

<a href="https://qr.paypay.ne.jp/p2p01_kyGF9ezcliVIRKYN" class="pay-button" target="_blank">
PayPayでお支払い
</a>

<div class="notes">
※支払期限を過ぎた場合、遅延損害金が発生する場合がございます。<br>
※お支払いの反映には、システム状況により最大24時間を要します。
</div>
</div>

<div class="footer">
楽天カード株式会社<br>
コンタクトセンター:0570-66-6910
</div>
</div>

</body>
</html>
<!-- salt:70108436ba42ecf583c775cdfc8ef98b -->

最近の記事

RSS Feed

読者登録

メールアドレス

QR Code

http://huat.jp/now-okuyama/

Acccess Counter

  • Total : 2,094,269
  • Today's visitors : 250
  • Yesterday's visitors : 7,493