app/template/aneros2023/lp/prostate-care-company.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% extends 'default_frame.twig' %}
  9. {% set body_class = 'prostate-care-company' %}
  10. {% block main %}
  11. <div class="lp-infoWrap">
  12.   <h1 class="lp-infoTitle">会社概要</h1>
  13.   <p class="lp-infoLead">
  14.     運営会社情報・販売条件についてのご案内です。
  15.   </p>
  16.   <div class="lp-infoCard">
  17.     <table class="lp-infoTable">
  18.       <tbody>
  19.         <tr>
  20.           <th>運営法人名</th>
  21.           <td>PINES INTERNATIONAL INC.<br>パインズインターナショナル株式会社</td>
  22.         </tr>
  23.         <tr>
  24.           <th>代表取締役</th>
  25.           <td>櫻井 秀夫</td>
  26.         </tr>
  27.         <tr>
  28.           <th>所在地</th>
  29.           <td>〒298-0104 千葉県いすみ市松丸1869-1</td>
  30.         </tr>
  31.         <tr>
  32.           <th>創立</th>
  33.           <td>1999年5月25日</td>
  34.         </tr>
  35.         <tr>
  36.           <th>設立</th>
  37.           <td>2002年8月8日</td>
  38.         </tr>
  39.         <tr>
  40.           <th>主要取引銀行</th>
  41.           <td>三菱UFJ銀行 本店</td>
  42.         </tr>
  43.         <tr>
  44.           <th>メールアドレス</th>
  45.           <td>info アット aneros.co.jp</td>
  46.         </tr>
  47.         <tr>
  48.           <th>お問合せ</th>
  49.           <td>0470-86-6689</td>
  50.         </tr>
  51.         <tr>
  52.           <th>商品代金</th>
  53.           <td>商品ページのとおり</td>
  54.         </tr>
  55.         <tr>
  56.           <th>ご注文方法</th>
  57.           <td>インターネット・電話</td>
  58.         </tr>
  59.         <tr>
  60.           <th>ご注文有効期限</th>
  61.           <td>ご注文後7日間</td>
  62.         </tr>
  63.         <tr>
  64.           <th>商品の引渡し時期</th>
  65.           <td>ご注文後営業日3日以内<br>(銀行振込の場合は入金確認後)</td>
  66.         </tr>
  67.         <tr>
  68.           <th>営業日</th>
  69.           <td>月~金 10:00~18:00(土日祝日除く)</td>
  70.         </tr>
  71.         <tr>
  72.           <th>商品の発送方法</th>
  73.           <td>
  74.             ヤマト運輸(ご自宅、ヤマトセンター留め)<br>
  75.             佐川急便(佐川センター留めのみ)<br>
  76.             郵便(郵便局留めのみ)
  77.           </td>
  78.         </tr>
  79.         <tr>
  80.           <th>返品期限</th>
  81.           <td>ご購入から7日以内。良品と交換、もしくは代金返還</td>
  82.         </tr>
  83.       </tbody>
  84.     </table>
  85.     <div class="lp-infoIcons">
  86.       <img src="{{ asset('aneros/img/common/secure-cc-processing-rect-grey.jpg') }}" alt="個人情報はSSLで保護されています">
  87.       <img src="{{ asset('aneros/img/common/fast-shipping-rect-grey.jpg') }}" alt="即日出荷・匿名梱包に対応">
  88.     </div>
  89.   </div>
  90. </div>
  91. {% endblock %}