{% extends 'default_frame.twig' %}
{% block main %}
<div class="xs-gutter">
<div class="help-content-container">
<h1>{{ 'お支払方法・手数料'|trans }}</h1>
<div class="mt-8">
<h2>クレジットカード</h2>
<p class="help-content-container__body mt-3"><strong>(VISA、Master、JCB、Diners、Amex)</strong></p>
</div>
<div class="mt-8">
<h2>AmazonPay</h2>
<p class="help-content-container__body mt-3 mb=-0">Amazon.co.jpにご登録の住所・お支払い情報を利用して「電材 Blue Wood」でのアカウント登録をせずに簡単にご注文いただけます。</p>
<a href="{{ url(eccube_config.eccube_user_data_route, {"route": "amazonpay"}) }}">AmazonPayについてさらに詳しく</a>
</div>
<div class="mt-8">
<h2>代金引換</h2>
<div>
<table class="help-content-table help-content-table--shiping">
<thead>
<tr>
<th>商品価格合計</th>
<th>代引手数料</th>
</tr>
</thead>
<tbody>
<tr>
<td>~10,000円</td><td>330円</td>
</tr>
<tr>
<td>10,001~30,000円</td><td>440円</td>
</tr>
<tr>
<td>30,001~100,000円</td><td>660円</td>
</tr>
</tbody>
</table>
</div>
<p class="help-content-container__body mt-4">【代引手数料分消費税】<br />この料金には消費税が含まれています。</p>
<ul class="help-content-container__ul">
<li>宅配便(その他) 商品受取時ドライバーへお支払い下さい(上記手数料含む)</li>
<li>メーカー直送ではご利用できません。また、ご本人確認のお電話を差し上げる場合がございます。</li>
</ul>
</div>
<div class="mt-8">
<h2>銀行振込</h2>
<p class="help-content-container__body mt-3">ご注文後3日以内にお振込みください。(手数料はお客様負担)</p>
<p class="help-content-container__body">振込先はメールにてご案内いたします。</p>
<p class="help-content-container__body">※銀行振込はご入金確認後の発送(取寄品は発注)となります。 当店からの注文承諾メールをご確認後にお支払いください。</p>
</div>
</div>
</div>
{% endblock %}