app/template/aneros2023/other/disclaimer.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 = 'disclaimer' %}
  10. {% block main %}
  11.     <div id="dr-voice-main" class="flexbox container main-container">
  12.         {{ include('other/about_us_menu.twig') }}
  13.         <!-- ▼メインコンテンツ -->
  14.         <div class="main-content has-leftmenu">
  15.             <div class="std">
  16.                 <h1>免責事項</h1>
  17.                 <div class="divider">&nbsp;</div>
  18.                 <p>&nbsp;</p>
  19.                 <p>アネロスのご利用は、お客様の判断と責任においてお願いします。製品使用後に生じたいかなる結果についても弊社(<a href="{{ url('homepage') }}">アネロスジャパン</a>)、及び米国アネロス社は一切の責任を負いません。本サイトをご利用のお客様は、本免責事項の内容をご承諾頂いたものと見なしますのでご了承ください。</p>
  20.                 <p>当サイト は、直接的、間接的、付随的、懲罰的、必然的な損害を含み、これに限定されないサイトの使用から生じるいかなる種類の損害に対しても責任を負うものではありません。いずれの場合でも、使用の過失を含めて損失などに対してアネロスジャパンと米国アネロス社は商品代金以外の責任はございません。ご使用の際には、必ず取扱説明書をご覧ください。</p>
  21.             </div>
  22.             <div class="guarantee-icons flexbox">
  23.                 <img src="{{ asset('aneros/img/common/secure-cc-processing-rect-grey.jpg') }}" alt="貴重な個人情報はすべてSSL保護">
  24.                 <img src="{{ asset('aneros/img/common/fast-shipping-rect-grey.jpg') }}" alt="営業日15日迄即日出荷秘密梱包・留置きOK">
  25.                 <img src="{{ asset('aneros/img/common/money-back-guarantee-rect-grey.jpg') }}" alt="アネロス全製品は100%返金保証の対象です">
  26.             </div>
  27.         </div>
  28.     </div>
  29.     <div class="swooth-wrapper grey-swooth">
  30.     </div>
  31. {% endblock %}