app/template/aneros2023/other/patent.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 = 'patent' %}
  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>の製品デザインはすべて特許を取得しています。米国、日本及び全世界でアネロスの製品を真似することはできません。このため、全世界で効果的な<a href="{{ url('homepage') }}learning-center/men/how-prostate-massagers-work">前立腺マッサージ</a>が得られるのはアネロスだけです。</p>
  20.                 <p>
  21.                     <span style="color: red;">特許番号:</span>
  22.                     <br>
  23.                     D582551
  24.                     <br>
  25.                     D595409
  26.                     <br>
  27.                     8182503
  28.                     <br>
  29.                     D883504
  30.                     <br>
  31.                     D883505
  32.                     <br>
  33.                     D883506
  34.                     <br>
  35.                     D877904
  36.                     <br>
  37.                     D601700
  38.                     <br>
  39.                     D633615
  40.                 </p>
  41.             </div>
  42.             <div class="guarantee-icons flexbox">
  43.                 <img src="{{ asset('aneros/img/common/secure-cc-processing-rect-grey.jpg') }}" alt="貴重な個人情報はすべてSSL保護">
  44.                 <img src="{{ asset('aneros/img/common/fast-shipping-rect-grey.jpg') }}" alt="営業日15日迄即日出荷秘密梱包・留置きOK">
  45.                 <img src="{{ asset('aneros/img/common/money-back-guarantee-rect-grey.jpg') }}" alt="アネロス全製品は100%返金保証の対象です">
  46.             </div>
  47.         </div>
  48.     </div>
  49.     <div class="swooth-wrapper grey-swooth">
  50.     </div>
  51. {% endblock %}