<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @user_data/loan.twig */
class __TwigTemplate_2b2af53d187aa150283f28fd7f1f43169d90223fb21d69767771b12effe110de extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/loan.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/loan.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "@user_data/loan.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 4
echo " <style>
.ec-loan_sec.v3 .list-product{
flex-wrap: wrap;
gap: 3rem;
justify-content: flex-start;
}
.ec-loan_sec.v3 .list-product .product .costs {
justify-content: flex-start;
gap: 5rem;
}
@media screen and (min-width: 768px) {
.ec-loan_sec.v3 .list-product .product{
width: calc((100% - 6rem) / 3);
max-width: 100%;
}
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 23
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 24
echo " <script>
eccube.productsClassCategories = {
";
// line 26
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 26, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
// line 27
echo " \"";
echo twig_escape_filter($this->env, twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "id", [], "any", false, false, false, 27), "js"), "html", null, true);
echo "\": ";
echo $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getClassCategoriesAsJson($context["Product"]);
if ((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 27) == false)) {
echo ", ";
}
// line 28
echo " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 29
echo " };
\$(function() {
// 検索条件を追加
\$('.btn-condition').click(function() {
\$('#active_idx').val(\$(this).index());
});
\$('.form-check-input').change(function() {
\$(\"#form1\").submit();
});
// 表示件数を変更
\$('.disp-number').change(function() {
var dispNumber = \$(this).val();
\$('#disp_number').val(dispNumber);
\$('#pageno').val(1);
\$(\"#form1\").submit();
});
// 並び順を変更
\$('.order-by').change(function() {
var orderBy = \$(this).val();
\$('#orderby').val(orderBy);
\$('#pageno').val(1);
\$(\"#form1\").submit();
});
\$('.add-cart').on('click', function(e) {
var \$form = \$(this).parents('li').find('form');
// TODO: test 修正要
// 規格1フォームの必須チェック
var \$form_select = \$form.parent().find('.form-select');
if (\$form_select.val() == '__unselected' || \$form_select.val() == '') {
\$form_select[0].setCustomValidity('";
// line 63
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("項目が選択されていません"), "html", null, true);
echo "');
setTimeout(function() {
loadingOverlay('hide');
}, 100);
return true;
} else {
\$form_select[0].setCustomValidity('');
}
// 個数フォームのチェック
var \$quantity = \$form.parent().find('.quantity');
if (\$quantity.val() < 1) {
\$quantity[0].setCustomValidity('";
// line 75
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("1以上で入力してください。"), "html", null, true);
echo "');
setTimeout(function() {
loadingOverlay('hide');
}, 100);
return true;
} else {
\$quantity[0].setCustomValidity('');
}
e.preventDefault();
\$.ajax({
url: \$form.attr('action'),
type: \$form.attr('method'),
data: \$form.serialize(),
dataType: 'json',
beforeSend: function(xhr, settings) {
// Buttonを無効にする
\$('.add-cart').prop('disabled', true);
}
}).done(function(data) {
// レスポンス内のメッセージをalertで表示
\$.each(data.messages, function() {
\$('#ec-modal-header').text(this);
});
\$('.ec-modal').show()
// カートブロックを更新する
\$.ajax({
url: '";
// line 104
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_cart");
echo "',
type: 'GET',
dataType: 'html'
}).done(function(html) {
\$('.ec-headerRole__cart').html(html);
});
}).fail(function(data) {
alert('";
// line 111
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへの追加に失敗しました。"), "html", null, true);
echo "');
}).always(function(data) {
// Buttonを有効にする
\$('.add-cart').prop('disabled', false);
});
});
\$('.favorite').click(function(event) {
if (\$(this).attr('disabled') != 'disabled') {
\$(this).closest('li.product').find('.list-add-favorite').submit();
}
});
});
\$('.ec-modal-wrap').on('click', function(e) {
// モーダル内の処理は外側にバブリングさせない
e.stopPropagation();
});
\$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
\$('.ec-modal').hide()
});
</script>
<script>
\$(document).ready(function(){
//チェックボックス処理
\$(\".left .list-btn .btn-condition\").eq(\$('#active_idx').val()).addClass('active');
\$(\".right .item\").eq(\$('#active_idx').val()).addClass('active');
\$(\".right .item\").each(function(index, el) {
var chk_cnt = \$(this).find(\"input[type='checkbox']:checked\").length;
\$('.btn-condition').eq(index).find('.chk-cnt').text(chk_cnt);
if (chk_cnt > 0) {
\$('.btn-condition').eq(index).find('.chk-cnt').show();
}
else {
\$('.btn-condition').eq(index).find('.chk-cnt').hide();
}
});
\$(\".left .list-btn .btn-condition\").click(function(e){
if (!\$(this).hasClass(\"active\")) {
var tabNum = \$(this).index();
var nthChild = tabNum+1;
\$(\".left .list-btn .btn-condition.active\").removeClass(\"active\");
\$(this).addClass(\"active\");
\$(\".right .item.active\").removeClass(\"active\");
\$(\".right .item:nth-child(\"+nthChild+\")\").addClass(\"active\");
}
});
\$(\".reset\").click(function(e){
\$(\".item input[type='checkbox']:checked\").prop('checked', false);
\$(\"#form1\").submit();
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 171
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 172
echo "
<div class=\"ec-loan-page\">
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>
エアココ自社ローンについて
</h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"";
// line 184
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\"><p>エアココ自社ローンについて</p></li>
</ul>
</div>
</div>
<div class=\"ec-loan-main\">
<div class=\"ec-loan__inner\">
<div class=\"inner\">
<div class=\"ec-loan_sec\">
<div class=\"group-top\">
<div class=\"title\">
<p>こんなことでお困りではありませんか?</p>
</div>
<div class=\"image\">
<img src=\"";
// line 199
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/loan/img.png"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</div>
<div class=\"ec-loan_sec v2\">
<div class=\"title\">
<p>でも安心してください!<br />
エアココ自社ローンなら大丈夫!</p>
</div>
<div class=\"text\">
<p>エアコンを購入したいのにローン審査が通らなかったというお話を聞きます。エアココでは一般のファイナンスで審査が通らなかったお客様も安心してエアコンを設置できるようにエアココローン(自社ローン)のサービスを始めました。ローンの審査に不安がある方は、まず審査をしてみてください。</p>
</div>
<div class=\"group\">
<div class=\"title sm\">
<p>自社ローンの特徴</p>
</div>
<div class=\"list\">
<div class=\"item\">
<div class=\"num\">
<p>1</p>
</div>
<div class=\"text\">
<p>金融機関や<br />
ファイナンス会社の</p>
</div>
<div class=\"title\">
<p>審査は不要</p>
</div>
<div class=\"text\">
<p>(エアココの審査のみ)</p>
</div>
</div>
<div class=\"item\">
<div class=\"num\">
<p>2</p>
</div>
<div class=\"text\">
<p>過去の</p>
</div>
<div class=\"title\">
<p>個人情報の<br />
提出不要</p>
</div>
</div>
<div class=\"item\">
<div class=\"num\">
<p>3</p>
</div>
<div class=\"title\">
<p>24回払い</p>
</div>
</div>
<div class=\"item\">
<div class=\"num\">
<p>4</p>
</div>
<div class=\"title\">
<p>金利<span>0</span>%</p>
</div>
</div>
</div>
</div>
<div class=\"list-btn\">
<a href=\"";
// line 262
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loan_examination");
echo "\" class=\"btn btn-sd\">
エアココ自社ローンのお申し込みはこちら
</a>
</div>
</div>
<div class=\"ec-loan_sec v3 ec-product__group\">
<div class=\"title\">
<p>エアココ自社ローン対象商品</p>
</div>
<ul class=\"list-product\">
";
// line 272
if ((twig_get_attribute($this->env, $this->source, (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 272, $this->source); })()), "totalItemCount", [], "any", false, false, false, 272) > 0)) {
// line 273
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 273, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
// line 274
echo " <li class=\"product\">
<a href=\"";
// line 275
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env, $this->source, $context["Product"], "id", [], "any", false, false, false, 275)]), "html", null, true);
echo "\" class=\"image\">
<img src=\"";
// line 276
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env, $this->source, $context["Product"], "main_list_image", [], "any", false, false, false, 276)), "save_image"), "html", null, true);
echo "\" alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "name", [], "any", false, false, false, 276), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 276) > 5)) {
echo " loading=\"lazy\"";
}
echo ">
</a>
<a href=\"";
// line 278
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env, $this->source, $context["Product"], "id", [], "any", false, false, false, 278)]), "html", null, true);
echo "\" class=\"name\">
<p>";
// line 279
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "name", [], "any", false, false, false, 279), "html", null, true);
echo "</p>
</a>
<div class=\"info\">
<div class=\"costs\">
<div class=\"cost\">
";
// line 284
if (twig_get_attribute($this->env, $this->source, $context["Product"], "hasProductClass", [], "any", false, false, false, 284)) {
// line 285
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02Min", [], "any", false, false, false, 285) == twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02Max", [], "any", false, false, false, 285))) {
// line 286
echo " <p>";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02IncTaxMin", [], "any", false, false, false, 286)), "html", null, true);
echo "</p>
<span>(税込)</span>
";
} else {
// line 289
echo " <p>";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02IncTaxMin", [], "any", false, false, false, 289)), "html", null, true);
echo " ~ ";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02IncTaxMax", [], "any", false, false, false, 289)), "html", null, true);
echo "</p>
<span>(税込)</span>
";
}
// line 292
echo " ";
} else {
// line 293
echo " <p>";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02IncTaxMin", [], "any", false, false, false, 293)), "html", null, true);
echo "</p>
<span>(税込)</span>
";
}
// line 296
echo " </div>
";
// line 298
if (twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 298, $this->source); })()), "option_favorite_product", [], "any", false, false, false, 298)) {
// line 299
echo " ";
$context["is_favorite"] = false;
// line 300
echo " ";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
// line 301
echo " ";
$context["is_favorite"] = twig_get_attribute($this->env, $this->source, $this->env->getFunction('repository')->getCallable()("\\Eccube\\Entity\\CustomerFavoriteProduct"), "isFavorite", [0 => (isset($context["Customer"]) || array_key_exists("Customer", $context) ? $context["Customer"] : (function () { throw new RuntimeError('Variable "Customer" does not exist.', 301, $this->source); })()), 1 => $context["Product"]], "method", false, false, false, 301);
// line 302
echo " ";
}
// line 303
echo " ";
if (((isset($context["is_favorite"]) || array_key_exists("is_favorite", $context) ? $context["is_favorite"] : (function () { throw new RuntimeError('Variable "is_favorite" does not exist.', 303, $this->source); })()) == false)) {
// line 304
echo " <div class=\"group\" style=\"margin-top: 0;\">
<div class=\"list-btn\" style=\"margin-top: 0;\">
<a href=\"javascript:void(0);\" class=\"favorite\">
<span></span>
</a>
</div>
</div>
";
} else {
// line 311
echo "
<div class=\"group\" style=\"margin-top: 0;\">
<div class=\"list-btn\" style=\"margin-top: 0;\">
<a href=\"javascript:void(0);\" class=\"favorite active\" disabled=\"disabled\">
<span></span>
</a>
</div>
</div>
";
}
// line 320
echo " ";
}
// line 321
echo "
";
// line 322
if (twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 322, $this->source); })()), "option_favorite_product", [], "any", false, false, false, 322)) {
// line 323
echo " <div style=\"display: none;\">
<form class=\"list-add-favorite\" action=\"";
// line 324
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_favorite", ["id" => twig_get_attribute($this->env, $this->source, $context["Product"], "id", [], "any", false, false, false, 324)]), "html", null, true);
echo "\" method=\"post\">
<div class=\"ec-productRole__btn\">
<button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\">
";
// line 327
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加"), "html", null, true);
echo "
</button>
</div>
</form>
</div>
";
}
// line 333
echo " </div>
<div class=\"cate\">
";
// line 335
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductCategories", [], "any", false, false, false, 335))) {
// line 336
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductCategories", [], "any", false, false, false, 336));
foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
// line 337
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 337), "Parent", [], "any", false, false, false, 337))) {
// line 338
echo " ";
$context["parentCat"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 338), "Parent", [], "any", false, false, false, 338);
// line 339
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["parentCat"]) || array_key_exists("parentCat", $context) ? $context["parentCat"] : (function () { throw new RuntimeError('Variable "parentCat" does not exist.', 339, $this->source); })()), "id", [], "any", false, false, false, 339) == 20)) {
// line 340
echo " <span>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 340), "name", [], "any", false, false, false, 340), "html", null, true);
echo "</span>
";
}
// line 342
echo " ";
}
// line 343
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 344
echo " ";
}
// line 345
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductCategories", [], "any", false, false, false, 345))) {
// line 346
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductCategories", [], "any", false, false, false, 346));
foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
// line 347
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 347), "Parent", [], "any", false, false, false, 347))) {
// line 348
echo " ";
$context["parentCat"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 348), "Parent", [], "any", false, false, false, 348);
// line 349
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["parentCat"]) || array_key_exists("parentCat", $context) ? $context["parentCat"] : (function () { throw new RuntimeError('Variable "parentCat" does not exist.', 349, $this->source); })()), "id", [], "any", false, false, false, 349) == 19)) {
// line 350
echo " <span>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 350), "name", [], "any", false, false, false, 350), "html", null, true);
echo "</span>
";
}
// line 352
echo " ";
}
// line 353
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 354
echo " ";
}
// line 355
echo " </div>
";
// line 356
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["Product"], "code_min", [], "any", false, false, false, 356))) {
// line 357
echo " <div class=\"des\">
<p>品番 ";
// line 358
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "code_min", [], "any", false, false, false, 358), "html", null, true);
if ((twig_get_attribute($this->env, $this->source, $context["Product"], "code_min", [], "any", false, false, false, 358) != twig_get_attribute($this->env, $this->source, $context["Product"], "code_max", [], "any", false, false, false, 358))) {
echo " ~ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "code_max", [], "any", false, false, false, 358), "html", null, true);
}
echo "</p>
</div>
";
}
// line 360
echo "
</div>
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 364
echo " ";
}
// line 365
echo " </ul>
</div>
</div>
<div class=\"ec-loan_sec v4\">
<div class=\"inner\">
<div class=\"title\">
<p>手続きの流れ</p>
</div>
<div class=\"text\">
<p>審査フォームに必要事項を記載していただいて送信していただければ、最短で翌日にメールでご回答させていただきます。その後、エアココローン対象商品からエアコンを選んでいただき、設置工事が必要な方は設置工事費も含めてご契約をさせていただきます。</p>
</div>
<div class=\"list-item\">
<div class=\"item\">
<div class=\"num\">
<p>STEP</p>
<span>1</span>
</div>
<div class=\"image\">
<img src=\"";
// line 384
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/loan"), "html", null, true);
echo "/step-1.png\" alt=\"\">
</div>
<div class=\"text-item\">
<p>審査フォーム送信</p>
</div>
</div>
<div class=\"arr\">
<img src=\"";
// line 391
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/tel_service"), "html", null, true);
echo "/double_arrow.png\" alt=\"\">
</div>
<div class=\"item\">
<div class=\"num\">
<p>STEP</p>
<span>2</span>
</div>
<div class=\"image\">
<img src=\"";
// line 399
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/loan"), "html", null, true);
echo "/step-2.png\" alt=\"\">
</div>
<div class=\"text-item\">
<p>審査結果のご連絡</p>
</div>
</div>
<div class=\"arr\">
<img src=\"";
// line 406
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/tel_service"), "html", null, true);
echo "/double_arrow.png\" alt=\"\">
</div>
<div class=\"item\">
<div class=\"num\">
<p>STEP</p>
<span>3</span>
</div>
<div class=\"image\">
<img src=\"";
// line 414
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/loan"), "html", null, true);
echo "/step-3.png\" alt=\"\">
</div>
<div class=\"text-item\">
<p>商品・工事費の算出</p>
</div>
</div>
<div class=\"arr\">
<img src=\"";
// line 421
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/tel_service"), "html", null, true);
echo "/double_arrow.png\" alt=\"\">
</div>
<div class=\"item\">
<div class=\"num\">
<p>STEP</p>
<span>4</span>
</div>
<div class=\"image\">
<img src=\"";
// line 429
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/loan"), "html", null, true);
echo "/step-4.png\" alt=\"\">
</div>
<div class=\"text-item\">
<p>ご契約・ご購入</p>
</div>
</div>
</div>
<div class=\"list-btn\">
<a href=\"";
// line 437
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loan_examination");
echo "\" class=\"btn btn-sd\">
エアココ自社ローンのお申し込みはこちら
</a>
</div>
</div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "@user_data/loan.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 788 => 437, 777 => 429, 766 => 421, 756 => 414, 745 => 406, 735 => 399, 724 => 391, 714 => 384, 693 => 365, 690 => 364, 673 => 360, 663 => 358, 660 => 357, 658 => 356, 655 => 355, 652 => 354, 646 => 353, 643 => 352, 637 => 350, 634 => 349, 631 => 348, 628 => 347, 623 => 346, 620 => 345, 617 => 344, 611 => 343, 608 => 342, 602 => 340, 599 => 339, 596 => 338, 593 => 337, 588 => 336, 586 => 335, 582 => 333, 573 => 327, 567 => 324, 564 => 323, 562 => 322, 559 => 321, 556 => 320, 545 => 311, 535 => 304, 532 => 303, 529 => 302, 526 => 301, 523 => 300, 520 => 299, 518 => 298, 514 => 296, 507 => 293, 504 => 292, 495 => 289, 488 => 286, 485 => 285, 483 => 284, 475 => 279, 471 => 278, 460 => 276, 456 => 275, 453 => 274, 435 => 273, 433 => 272, 420 => 262, 354 => 199, 336 => 184, 322 => 172, 312 => 171, 243 => 111, 233 => 104, 201 => 75, 186 => 63, 150 => 29, 136 => 28, 128 => 27, 111 => 26, 107 => 24, 97 => 23, 70 => 4, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block stylesheet %}
<style>
.ec-loan_sec.v3 .list-product{
flex-wrap: wrap;
gap: 3rem;
justify-content: flex-start;
}
.ec-loan_sec.v3 .list-product .product .costs {
justify-content: flex-start;
gap: 5rem;
}
@media screen and (min-width: 768px) {
.ec-loan_sec.v3 .list-product .product{
width: calc((100% - 6rem) / 3);
max-width: 100%;
}
}
</style>
{% endblock %}
{% block javascript %}
<script>
eccube.productsClassCategories = {
{% for Product in pagination %}
\"{{ Product.id|escape('js') }}\": {{ class_categories_as_json(Product)|raw }}{% if loop.last == false %}, {% endif %}
{% endfor %}
};
\$(function() {
// 検索条件を追加
\$('.btn-condition').click(function() {
\$('#active_idx').val(\$(this).index());
});
\$('.form-check-input').change(function() {
\$(\"#form1\").submit();
});
// 表示件数を変更
\$('.disp-number').change(function() {
var dispNumber = \$(this).val();
\$('#disp_number').val(dispNumber);
\$('#pageno').val(1);
\$(\"#form1\").submit();
});
// 並び順を変更
\$('.order-by').change(function() {
var orderBy = \$(this).val();
\$('#orderby').val(orderBy);
\$('#pageno').val(1);
\$(\"#form1\").submit();
});
\$('.add-cart').on('click', function(e) {
var \$form = \$(this).parents('li').find('form');
// TODO: test 修正要
// 規格1フォームの必須チェック
var \$form_select = \$form.parent().find('.form-select');
if (\$form_select.val() == '__unselected' || \$form_select.val() == '') {
\$form_select[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');
setTimeout(function() {
loadingOverlay('hide');
}, 100);
return true;
} else {
\$form_select[0].setCustomValidity('');
}
// 個数フォームのチェック
var \$quantity = \$form.parent().find('.quantity');
if (\$quantity.val() < 1) {
\$quantity[0].setCustomValidity('{{ '1以上で入力してください。'|trans }}');
setTimeout(function() {
loadingOverlay('hide');
}, 100);
return true;
} else {
\$quantity[0].setCustomValidity('');
}
e.preventDefault();
\$.ajax({
url: \$form.attr('action'),
type: \$form.attr('method'),
data: \$form.serialize(),
dataType: 'json',
beforeSend: function(xhr, settings) {
// Buttonを無効にする
\$('.add-cart').prop('disabled', true);
}
}).done(function(data) {
// レスポンス内のメッセージをalertで表示
\$.each(data.messages, function() {
\$('#ec-modal-header').text(this);
});
\$('.ec-modal').show()
// カートブロックを更新する
\$.ajax({
url: '{{ url('block_cart') }}',
type: 'GET',
dataType: 'html'
}).done(function(html) {
\$('.ec-headerRole__cart').html(html);
});
}).fail(function(data) {
alert('{{ 'カートへの追加に失敗しました。'|trans }}');
}).always(function(data) {
// Buttonを有効にする
\$('.add-cart').prop('disabled', false);
});
});
\$('.favorite').click(function(event) {
if (\$(this).attr('disabled') != 'disabled') {
\$(this).closest('li.product').find('.list-add-favorite').submit();
}
});
});
\$('.ec-modal-wrap').on('click', function(e) {
// モーダル内の処理は外側にバブリングさせない
e.stopPropagation();
});
\$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
\$('.ec-modal').hide()
});
</script>
<script>
\$(document).ready(function(){
//チェックボックス処理
\$(\".left .list-btn .btn-condition\").eq(\$('#active_idx').val()).addClass('active');
\$(\".right .item\").eq(\$('#active_idx').val()).addClass('active');
\$(\".right .item\").each(function(index, el) {
var chk_cnt = \$(this).find(\"input[type='checkbox']:checked\").length;
\$('.btn-condition').eq(index).find('.chk-cnt').text(chk_cnt);
if (chk_cnt > 0) {
\$('.btn-condition').eq(index).find('.chk-cnt').show();
}
else {
\$('.btn-condition').eq(index).find('.chk-cnt').hide();
}
});
\$(\".left .list-btn .btn-condition\").click(function(e){
if (!\$(this).hasClass(\"active\")) {
var tabNum = \$(this).index();
var nthChild = tabNum+1;
\$(\".left .list-btn .btn-condition.active\").removeClass(\"active\");
\$(this).addClass(\"active\");
\$(\".right .item.active\").removeClass(\"active\");
\$(\".right .item:nth-child(\"+nthChild+\")\").addClass(\"active\");
}
});
\$(\".reset\").click(function(e){
\$(\".item input[type='checkbox']:checked\").prop('checked', false);
\$(\"#form1\").submit();
});
});
</script>
{% endblock %}
{% block main %}
<div class=\"ec-loan-page\">
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>
エアココ自社ローンについて
</h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\"><p>エアココ自社ローンについて</p></li>
</ul>
</div>
</div>
<div class=\"ec-loan-main\">
<div class=\"ec-loan__inner\">
<div class=\"inner\">
<div class=\"ec-loan_sec\">
<div class=\"group-top\">
<div class=\"title\">
<p>こんなことでお困りではありませんか?</p>
</div>
<div class=\"image\">
<img src=\"{{ asset('assets/img/loan/img.png') }}\" alt=\"\">
</div>
</div>
</div>
<div class=\"ec-loan_sec v2\">
<div class=\"title\">
<p>でも安心してください!<br />
エアココ自社ローンなら大丈夫!</p>
</div>
<div class=\"text\">
<p>エアコンを購入したいのにローン審査が通らなかったというお話を聞きます。エアココでは一般のファイナンスで審査が通らなかったお客様も安心してエアコンを設置できるようにエアココローン(自社ローン)のサービスを始めました。ローンの審査に不安がある方は、まず審査をしてみてください。</p>
</div>
<div class=\"group\">
<div class=\"title sm\">
<p>自社ローンの特徴</p>
</div>
<div class=\"list\">
<div class=\"item\">
<div class=\"num\">
<p>1</p>
</div>
<div class=\"text\">
<p>金融機関や<br />
ファイナンス会社の</p>
</div>
<div class=\"title\">
<p>審査は不要</p>
</div>
<div class=\"text\">
<p>(エアココの審査のみ)</p>
</div>
</div>
<div class=\"item\">
<div class=\"num\">
<p>2</p>
</div>
<div class=\"text\">
<p>過去の</p>
</div>
<div class=\"title\">
<p>個人情報の<br />
提出不要</p>
</div>
</div>
<div class=\"item\">
<div class=\"num\">
<p>3</p>
</div>
<div class=\"title\">
<p>24回払い</p>
</div>
</div>
<div class=\"item\">
<div class=\"num\">
<p>4</p>
</div>
<div class=\"title\">
<p>金利<span>0</span>%</p>
</div>
</div>
</div>
</div>
<div class=\"list-btn\">
<a href=\"{{ url('loan_examination') }}\" class=\"btn btn-sd\">
エアココ自社ローンのお申し込みはこちら
</a>
</div>
</div>
<div class=\"ec-loan_sec v3 ec-product__group\">
<div class=\"title\">
<p>エアココ自社ローン対象商品</p>
</div>
<ul class=\"list-product\">
{% if pagination.totalItemCount > 0 %}
{% for Product in pagination %}
<li class=\"product\">
<a href=\"{{ url('product_detail', {'id': Product.id}) }}\" class=\"image\">
<img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" {% if loop.index > 5 %} loading=\"lazy\"{% endif %}>
</a>
<a href=\"{{ url('product_detail', {'id': Product.id}) }}\" class=\"name\">
<p>{{ Product.name }}</p>
</a>
<div class=\"info\">
<div class=\"costs\">
<div class=\"cost\">
{% if Product.hasProductClass %}
{% if Product.getPrice02Min == Product.getPrice02Max %}
<p>{{ Product.getPrice02IncTaxMin|price }}</p>
<span>(税込)</span>
{% else %}
<p>{{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}</p>
<span>(税込)</span>
{% endif %}
{% else %}
<p>{{ Product.getPrice02IncTaxMin|price }}</p>
<span>(税込)</span>
{% endif %}
</div>
{% if BaseInfo.option_favorite_product %}
{% set is_favorite = false %}
{% if is_granted('ROLE_USER') %}
{% set is_favorite = repository('\\\\Eccube\\\\Entity\\\\CustomerFavoriteProduct').isFavorite(Customer, Product) %}
{% endif %}
{% if is_favorite == false %}
<div class=\"group\" style=\"margin-top: 0;\">
<div class=\"list-btn\" style=\"margin-top: 0;\">
<a href=\"javascript:void(0);\" class=\"favorite\">
<span></span>
</a>
</div>
</div>
{% else %}
<div class=\"group\" style=\"margin-top: 0;\">
<div class=\"list-btn\" style=\"margin-top: 0;\">
<a href=\"javascript:void(0);\" class=\"favorite active\" disabled=\"disabled\">
<span></span>
</a>
</div>
</div>
{% endif %}
{% endif %}
{% if BaseInfo.option_favorite_product %}
<div style=\"display: none;\">
<form class=\"list-add-favorite\" action=\"{{ url('product_add_favorite', {id:Product.id}) }}\" method=\"post\">
<div class=\"ec-productRole__btn\">
<button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\">
{{ 'お気に入りに追加'|trans }}
</button>
</div>
</form>
</div>
{% endif %}
</div>
<div class=\"cate\">
{% if Product.ProductCategories is not empty %}
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.Parent is not empty %}
{% set parentCat = ProductCategory.Category.Parent %}
{% if parentCat.id == 20 %}
<span>{{ ProductCategory.Category.name }}</span>
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% if Product.ProductCategories is not empty %}
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.Parent is not empty %}
{% set parentCat = ProductCategory.Category.Parent %}
{% if parentCat.id == 19 %}
<span>{{ ProductCategory.Category.name }}</span>
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
</div>
{% if Product.code_min is not empty %}
<div class=\"des\">
<p>品番 {{ Product.code_min }}{% if Product.code_min != Product.code_max %} ~ {{ Product.code_max }}{% endif %}</p>
</div>
{% endif %}
</div>
</li>
{% endfor %}
{% endif %}
</ul>
</div>
</div>
<div class=\"ec-loan_sec v4\">
<div class=\"inner\">
<div class=\"title\">
<p>手続きの流れ</p>
</div>
<div class=\"text\">
<p>審査フォームに必要事項を記載していただいて送信していただければ、最短で翌日にメールでご回答させていただきます。その後、エアココローン対象商品からエアコンを選んでいただき、設置工事が必要な方は設置工事費も含めてご契約をさせていただきます。</p>
</div>
<div class=\"list-item\">
<div class=\"item\">
<div class=\"num\">
<p>STEP</p>
<span>1</span>
</div>
<div class=\"image\">
<img src=\"{{ asset('assets/img/loan') }}/step-1.png\" alt=\"\">
</div>
<div class=\"text-item\">
<p>審査フォーム送信</p>
</div>
</div>
<div class=\"arr\">
<img src=\"{{ asset('assets/img/tel_service') }}/double_arrow.png\" alt=\"\">
</div>
<div class=\"item\">
<div class=\"num\">
<p>STEP</p>
<span>2</span>
</div>
<div class=\"image\">
<img src=\"{{ asset('assets/img/loan') }}/step-2.png\" alt=\"\">
</div>
<div class=\"text-item\">
<p>審査結果のご連絡</p>
</div>
</div>
<div class=\"arr\">
<img src=\"{{ asset('assets/img/tel_service') }}/double_arrow.png\" alt=\"\">
</div>
<div class=\"item\">
<div class=\"num\">
<p>STEP</p>
<span>3</span>
</div>
<div class=\"image\">
<img src=\"{{ asset('assets/img/loan') }}/step-3.png\" alt=\"\">
</div>
<div class=\"text-item\">
<p>商品・工事費の算出</p>
</div>
</div>
<div class=\"arr\">
<img src=\"{{ asset('assets/img/tel_service') }}/double_arrow.png\" alt=\"\">
</div>
<div class=\"item\">
<div class=\"num\">
<p>STEP</p>
<span>4</span>
</div>
<div class=\"image\">
<img src=\"{{ asset('assets/img/loan') }}/step-4.png\" alt=\"\">
</div>
<div class=\"text-item\">
<p>ご契約・ご購入</p>
</div>
</div>
</div>
<div class=\"list-btn\">
<a href=\"{{ url('loan_examination') }}\" class=\"btn btn-sd\">
エアココ自社ローンのお申し込みはこちら
</a>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}", "@user_data/loan.twig", "/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/user_data/loan.twig");
}
}