{#
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.
#}
{% block stylesheet %}
<style>
.ec-footerNavi {
padding: 10px;
}
.ec-footerRole .ec-footerRole__inner {
font-size:12px !important;
}
@media only screen and (min-width: 768px) {
.ec-footerRole .ec-footerRole__inner {
line-height: 1.5;
}
}
.ec-footerTitle .ec-footerTitle__copyright {
font-size:11px !important;
}
</style>
{% endblock %}
<div class="ec-footerRole">
<div class="ec-footerRole__inner">
<ul class="ec-footerNavi">
<li class="ec-footerNavi__link">
<a href="{{ url('about') }}">{{ 'front.block.footer.about_us'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('contact') }}">{{ 'front.block.footer.inquiry'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('privacy') }}">{{ 'front.block.footer.privacy_policy'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('tradelaw') }}">{{ 'front.block.footer.act_on_specified_commercial_transactions'|trans }}</a>
</li>
</ul>
<div class="ec-footerTitle">
<div class="ec-footerTitle__copyright">COPYRIGHT© 2024 ZENPOKOENFUN ALL RIGHT RESERVED.</div>
</div>
</div>
</div>