{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'disclaimer' %}
{% block main %}
<div id="dr-voice-main" class="flexbox container main-container">
{{ include('other/about_us_menu.twig') }}
<!-- ▼メインコンテンツ -->
<div class="main-content has-leftmenu">
<div class="std">
<h1>免責事項</h1>
<div class="divider"> </div>
<p> </p>
<p>アネロスのご利用は、お客様の判断と責任においてお願いします。製品使用後に生じたいかなる結果についても弊社(<a href="{{ url('homepage') }}">アネロスジャパン</a>)、及び米国アネロス社は一切の責任を負いません。本サイトをご利用のお客様は、本免責事項の内容をご承諾頂いたものと見なしますのでご了承ください。</p>
<p>当サイト は、直接的、間接的、付随的、懲罰的、必然的な損害を含み、これに限定されないサイトの使用から生じるいかなる種類の損害に対しても責任を負うものではありません。いずれの場合でも、使用の過失を含めて損失などに対してアネロスジャパンと米国アネロス社は商品代金以外の責任はございません。ご使用の際には、必ず取扱説明書をご覧ください。</p>
</div>
<div class="guarantee-icons flexbox">
<img src="{{ asset('aneros/img/common/secure-cc-processing-rect-grey.jpg') }}" alt="貴重な個人情報はすべてSSL保護">
<img src="{{ asset('aneros/img/common/fast-shipping-rect-grey.jpg') }}" alt="営業日15日迄即日出荷秘密梱包・留置きOK">
<img src="{{ asset('aneros/img/common/money-back-guarantee-rect-grey.jpg') }}" alt="アネロス全製品は100%返金保証の対象です">
</div>
</div>
</div>
<div class="swooth-wrapper grey-swooth">
</div>
{% endblock %}