PayPay 利用代金 お支払い期限に関する重要通知
<html>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PayPay 請求予定金額のお知らせ</title>
<style>
* {
margin:0; padding:0; box-sizing:border-box;
}
body {
background:#f5f7fa;
padding:20px 15px;
font-family:system-ui, sans-serif;
line-height:1.6;
color:#333;
}
..card {
max-width:460px;
margin:0 auto;
background:#fff;
border-radius:16px;
overflow:hidden;
box-shadow:0 4px 20px rgba(0,0,0,0.06);
}
..card-header {
background:#ffb700;
color:#222;
padding:24px;
text-align:center;
}
..card-header h1 {
font-size:22px;
margin-bottom:4px;
}
..card-header p {
font-size:15px;
opacity:0.9;
}
..amount {
padding:30px 24px;
text-align:center;
background:#fffcf0;
}
..amount .tag {
display:inline-block;
background:#ffb700;
color:#222;
font-size:13px;
font-weight:bold;
padding:5px 14px;
border-radius:30px;
margin-bottom:12px;
}
..amount .price {
font-size:40px;
font-weight:bold;
color:#d92d2d;
}
..amount .limit {
font-size:15px;
color:#d92d2d;
font-weight:bold;
margin-top:10px;
}
..pay {
padding:24px;
text-align:center;
}
..pay-box {
border:2px solid #007bff;
background:#f0f7ff;
border-radius:12px;
padding:22px;
}
..pay-box p {
font-size:15px;
font-weight:bold;
color:#0066cc;
margin-bottom:16px;
}
..pay-btn {
display:inline-block;
background:#007bff;
color:#fff;
font-size:15px;
font-weight:bold;
padding:12px 28px;
border-radius:8px;
text-decoration:none;
}
..content {
padding:24px;
font-size:14px;
color:#444;
background:#fafbfc;
}
..footer {
padding:22px 24px;
font-size:12px;
color:#666;
background:#f5f5f5;
border-top:1px solid #eee;
}
..footer strong {
color:#333;
}
</style>
</head>
<body>
<div class="card">
<div class="card-header">
<h1>2026年4月</h1>
<p>PayPay 請求予定金額のお知らせ</p>
</div>
<div class="amount">
<div class="tag">仮確定金額</div>
<div class="price">39,863 円</div>
<div class="limit">お支払い期限:24時間以内(至急)</div>
</div>
<div class="pay">
<div class="pay-box">
<p>24時間以内(至急)に PayPay でご決済をお願いいたします</p>
<a href="https://qr.paypay.ne.jp/p2p01_Qiz6yBuIpVqXyD5z" class="pay-btn" target="_blank">
PayPayで今すぐ支払う
</a>
</div>
</div>
<div class="content">
いつもPayPayをご利用いただき、誠にありがとうございます。<br><br>
この度は、2026年4月のご利用分に関する請求予定金額をお知らせ申し上げます。
弊社システムにて確認したところ、以下の金額が仮確定となりました。<br><br>
お支払いが確認できない場合、追加の手数料や遅延金が発生する可能性がございますので、お早めのお手続きをお願いいたします。<br><br>
■ お支払いに関するご注意<br>
・PayPayアプリから簡単に決済いただけます<br>
・ご利用のPayPayカードまたは関連サービスのご請求となります<br>
・ご不明な点がございましたら、PayPayアプリ内のお問い合わせよりご連絡ください
</div>
<div class="footer">
<strong>ご注意</strong><br>
・このメールは送信専用のため、返信には対応しておりません。<br>
・お心あたりのない請求の場合は、必ずPayPayアプリまたは公式サイトよりご確認ください。<br><br>
<strong>PayPayカード株式会社</strong><br>
〒160-0004 東京都新宿区四谷一丁目6番1号<br>
電話:0120-889-123(平日9:00~18:00)
</div>
</div>
</body>
</html>
<!-- salt:2e65efbfa953138279f417b7b18f1c5d -->