{#
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 = 'contact3' %}
{% block main %}
<div class="ec-role">
<div class="ec-pageHeader">
<h1>{{ 'お見積り(完了)'|trans }}</h1>
</div>
</div>
<div class="ec-contactCompleteRole">
<div class="ec-off3Grid ec-text-ac">
<div class="ec-off3Grid__cell">
<div class="ec-reportHeading">
<h2>{{ 'お見積りの送信が完了いたしました'|trans }}</h2>
</div>
<p class="ec-reportDescription">{{ 'この後”確認メール”が届かない場合は迷惑メールフォルダをご確認ください。それでもメールが無い場合はアドレスが間違っていると思われますのでsupport@noiezam.comまで別のアドレスをお送りください。'|trans }}</p>
<div class="ec-off4Grid">
<div class="ec-off4Grid__cell"><a class="ec-blockBtn--cancel" href="{{ url('homepage') }}">{{'トップページへ'|trans}}</a></div>
</div>
</div>
</div>
</div>
{% endblock %}