<?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_examination.twig */
class __TwigTemplate_15a9561cd74a774fabd78c955645867f2671485c3df28f66f830f15379e54322 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_examination.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_examination.twig"));
// line 3
$this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 3, $this->source); })()), [0 => "Form/form_div_layout.twig"], true);
// line 1
$this->parent = $this->loadTemplate("default_frame.twig", "@user_data/loan_examination.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
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 6
echo " <style type=\"text/css\">
.horizontal{
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.address .error-empty{
position: relative!important;
top: unset!important;
}
.horizontal .form-check{
padding-left: 0;
margin-right: 2rem;
}
.ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input{
margin-left: 0;
}
.ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input[type=\"text\"]{
max-width: 100px;
}
.ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label span{
margin-right: 2rem;
}
/*.ec-form-inquiry__group .step-content {
display: block; /*Debug*/
}*/
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 37
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 38
echo " <script src=\"https://ajaxzip3.github.io/ajaxzip3.js\" charset=\"UTF-8\"></script>
<script type=\"text/javascript\">
\$(function() {
\$('.postal_code').click(function(event) {
AjaxZip3.zip2addr('loan[postal_code]', '', 'loan[address][pref]', 'loan[address][addr01]');
return false;
});
\$('.employed_postal_code').click(function(event) {
AjaxZip3.zip2addr('loan[employed_postal_code]', '', 'loan[employed_address_pref]', 'loan[employed_address_addr01]');
return false;
});
\$('.guarantor_postal_code').click(function(event) {
AjaxZip3.zip2addr('loan[guarantor_postal_code]', '', 'loan[guarantor_address_pref]', 'loan[guarantor_address_addr01]');
return false;
});
\$('.guarantor_company_postal_code').click(function(event) {
AjaxZip3.zip2addr('loan[guarantor_company_postal_code]', '', 'loan[guarantor_company_address_pref]', 'loan[guarantor_company_address_addr01]');
return false;
});
})
</script>
<script>
\$(document).ready(function() {
\$('form, input, select').attr('autocomplete', \"off\");
\$('input[name=\"loan[spouse]\"]').change(function() {
var selectedValue = \$('input[name=\"loan[spouse]\"]:checked').val();
if (selectedValue == \"有り\") {
\$('select[name=\"loan[spouse_job]\"]').attr('required', 'required');
}
else {
\$('select[name=\"loan[spouse_job]\"]').removeAttr('required');
\$('select[name=\"loan[spouse_job]\"]').closest('td').find('.error-empty').remove();
}
});
\$('input[name=\"loan[household_paying]\"]').change(function() {
var selectedValue = \$('input[name=\"loan[household_paying]\"]:checked').val();
if (selectedValue == \"有り\") {
\$('input[name=\"loan[household_paying_amount]\"]').attr('required', 'required');
}
else {
\$('input[name=\"loan[household_paying_amount]\"]').removeAttr('required');
\$('input[name=\"loan[household_paying_amount]\"]').closest('td').find('.error-empty').remove();
}
});
//Chỉ check phần trên hoặc phần dưới của お勤め先・ご収入について
\$('#employed input, #employed select, #employed textarea').change(function(event) {
\$('#pensioner td').find('.error-empty').remove();
});
\$('#pensioner input, #pensioner select, #pensioner textarea').change(function(event) {
\$('#employed td').find('.error-empty').remove();
});
var step_number = Number(\$('.ec-form-inquiry__group__step__item.active').data('step'));
\$('#btn-back').click(function(event) {
\$(\"span.error-empty\").remove();
if (step_number > 1) {
step_number--;
stepActive(step_number);
}
\$('body,html').animate({
scrollTop: 250
}, 300, 'swing');
});
\$(\"#btn-confirm\").click(function(event) {
\$(\"span.error-empty\").remove();
var employed_has_error = false;
var pensioner_has_error = false;
var has_error = false;
if (step_number == 2) {
// お勤め先・ご収入について chi check 1 phan
\$('#employed select[required], #employed input[required], #employed textarea[required]').each(function() {
var input = \$(this);
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
var radio_name = input.attr('name');
if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
employed_has_error = true;
}
}
else if (input.val() == \"\"){
employed_has_error = true;
}
});
\$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').each(function() {
var input = \$(this);
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
var radio_name = input.attr('name');
if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
pensioner_has_error = true;
}
}
else if (input.val() == \"\"){
pensioner_has_error = true;
}
});
}
if (step_number != 2 || (employed_has_error == true && pensioner_has_error == true)) {
\$('.step-content.step-' + step_number + ' .table select[required], .step-content.step-' + step_number + ' .table input[required], .step-content.step-' + step_number + ' .table textarea[required]').each(function() {
var input = \$(this);
var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
var radio_name = input.attr('name');
if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
input.before(input_empty);
has_error = true;
}
}
else if (input.attr('type') == 'email' && validateEmail(input.val()) === false) {
input.before(\$(\"<span>\").addClass(\"error-empty\").text(\"※正しくメールアドレスを入力してください\"));
}
else if (input.val() == \"\"){
input.before(input_empty);
has_error = true;
}
else {
input_empty.remove();
}
input.on(\"change\", function() {
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
input.closest('td').find('.error-empty').remove();
}
else {
input_empty.remove();
}
});
});
}
if (has_error) {
var position = \$(\".error-empty\").eq(0).offset().top - 250;
\$('body,html').animate({
scrollTop: position
}, 300, 'swing');
return false;
}
// chi xu ly tab, khong submit form
if (step_number != 4) {
step_number++;
stepActive(step_number);
\$('body,html').animate({
scrollTop: 250
}, 300, 'swing');
return false;
}
if (employed_has_error == false) {
\$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').removeAttr('required');
}
if (pensioner_has_error == false) {
\$('#employed select[required], #employed input[required], #employed textarea[required]').removeAttr('required');
}
});
});
/**
* Xu ly Tab
*/
function stepActive(step_number) {
\$('.ec-form-inquiry__group__step__item').removeClass('active');
\$('.step-content').removeClass('active');
\$('.ec-form-inquiry__group__step__item.step-' + step_number).addClass('active');
\$('.step-content.step-' + step_number).addClass('active');
if (step_number > 1) {
\$('#btn-back').addClass('active');
}
else {
\$('#btn-back').removeClass('active');
}
}
/**
* Check mail
*/
function validateEmail(email) {
var re = /\\S+@\\S+\\.\\S+/;
return re.test(email);
}
</script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js\"></script>
<script>
var CountTatami = {
countType1: 0, //6-14
countType2: 0, //16-20
countType3: 0, //23-
};
var CountTatamiAll = {
countType1: 0, //6-14
countType2: 0, //16-20
countType3: 0, //23-
};
var CountTatamiLoan = {
countType1: 0, //6-14
countType2: 0, //16-20
countType3: 0, //23-
};
\$(function() {
//khi load page, nếu không chọn thì check tất cả product
if (\$('.construction_air:checked').length <= 0) {
\$('.construction_air').prop('checked', true);
}
SetRequiredContent();
SetRequiredContent1();
SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
\$(\"input[name='loan[desired_construction_work]']\").change(function() {
SetRequiredContent();
});
\$(\"input[name='loan[desired_construction_work_02]']\").change(function() {
SetRequiredContent1();
CalcConstructionNumber();
});
\$(\"input[name='loan[construction_type_07]']\").change(function() {
SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='loan[construction_type_07_02_v2]']\").change(function() {
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='loan[construction_type_07_03_v1]']\").change(function() {
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='loan[electrical_outlet_07]']\").change(function() {
SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
});
\$(\"input[name='loan[room_size_07]']\").change(function() {
SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
});
\$(\"input[name='loan[room_size_07_02]']\").change(function() {
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
});
\$(\"input[name='loan[piping_status_07]']\").change(function() {
SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
});
\$(\"input[name='loan[outdoor_cover]']\").change(function() {
SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
});
\$(\"input[name='loan[setting_install_method]']\").change(function() {
SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
});
CalcConstructionNumber();
\$('.construction_air').on('change', function() {
if (\$('.construction_air:checked').length > 0) {
\$('.construction_air').removeAttr('required');
}
else {
\$('.construction_air').attr('required', 'required');
}
CalcConstructionNumber();
CalcPrice();
});
CalcPrice();
\$('input[type=\"radio\"]').on('change', function() {
CalcPrice();
});
});
function SetRequiredContent() {
";
// line 366
if (((isset($context["checkCategory"]) || array_key_exists("checkCategory", $context) ? $context["checkCategory"] : (function () { throw new RuntimeError('Variable "checkCategory" does not exist.', 366, $this->source); })()) == 1)) {
// line 367
echo " \$(\"input[name='loan[desired_construction_work]'][value='本体+設置工事']\").prop('checked', true);
\$(\".ec-form-inquiry__group .table .list-item .item.active>table:first-child()\").css('display', 'none');
\$(\"input[name='loan[desired_construction_work_02]'][value='最終金額算出']\").prop('checked', true);
";
}
// line 371
echo " var selectedValue = \$(\"input[name='loan[desired_construction_work]']:checked\").val();
if (selectedValue === \"本体+設置工事\") {
\$(\"#tableUnderTop\").css(\"display\", \"table\");
\$(\"#tableUnderTop input\").each(function(index, el) {
if (\$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
}
else {
\$(\"#tableUnderTop\").css(\"display\", \"none\");
\$(\"#tableSecond\").css(\"display\", \"none\");
\$(\"#tableUnderTop input, #tableSecond input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
}
function SetRequiredContent1() {
var selectedValue = \$(\"input[name='loan[desired_construction_work_02]']:checked\").val();
if (selectedValue === \"最終金額算出\") {
\$(\"#tableSecond\").css(\"display\", \"table\");
\$(\"#tableSecond .content-1 input\").each(function(index, el) {
if (\$(this).attr('name') != 'loan[construction_date_2]' && \$(this).attr('name') != 'loan[construction_date_3]' && \$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
}
else {
\$(\"#tableSecond\").css(\"display\", \"none\");
\$(\"#tableSecond .content-1 input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
}
function SetRequiredContent2(nameInput, condition , classCheck) {
var selectedValue = \$(\"input[name='loan[\"+ nameInput +\"]']:checked\").val();
if (selectedValue === condition) {
\$(classCheck).css(\"display\", \"flex\");
\$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
if (\$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
} else {
\$(classCheck).css(\"display\", \"none\");
\$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
}
/**
* Tính giá tiền
*/
function CalcPrice() {
var product_total_price = Number(\$('#product_total_price').val());
\$('#construction_base_price_1').val(0);
\$('#construction_base_price_2').val(0);
\$('#construction_base_price_3').val(0);
\$('#construction_total_price').val(0);
\$('#construction_discount').val(0);
\$('#total-price').text(numeral(product_total_price).format('0,0') + \"円\");
\$('.product_price').text(numeral(product_total_price).format('0,0'));
\$('.base_price').text(0);
\$('.add_price').text(0);
}
/**
* Đếm số lượng cần thi công
*/
function CalcConstructionNumber() {
CountTatami.countType1 = 0;
CountTatami.countType2 = 0;
CountTatami.countType3 = 0;
CountTatamiAll.countType1 = 0;
CountTatamiAll.countType2 = 0;
CountTatamiAll.countType3 = 0;
CountTatamiLoan.countType1 = 0;
CountTatamiLoan.countType2 = 0;
CountTatamiLoan.countType3 = 0;
var construction_air = []
var product_total_price = 0;
\$('.construction_air').each(function(index, el) {
let quantity = \$(this).data('quantity');
let price = \$(this).data('price');
let tatami = \$(this).data('tatami');
let loan = \$(this).data('loan');
if (tatami >= 6 && tatami <= 14) {
CountTatamiAll.countType1 += quantity;
if (loan == 1) {
CountTatamiLoan.countType1 += quantity;
}
} else if (tatami >= 16 && tatami <= 20) {
CountTatamiAll.countType2 += quantity;
if (loan == 1) {
CountTatamiLoan.countType2 += quantity;
}
} else if (tatami >= 23) {
CountTatamiAll.countType3 += quantity;
if (loan == 1) {
CountTatamiLoan.countType3 += quantity;
}
}
if (\$(this).is(':checked')) {
product_total_price += price;
if (tatami >= 6 && tatami <= 14) {
CountTatami.countType1 += quantity;
} else if (tatami >= 16 && tatami <= 20) {
CountTatami.countType2 += quantity;
} else if (tatami >= 23) {
CountTatami.countType3 += quantity;
}
construction_air.push(\$(this).val());
}
});
\$('#loan_construction_air').val(construction_air.toString());
\$('#loan_number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
\$('#product_total_price').val(product_total_price);
}
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 508
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 509
echo " <div class=\"ec-inquiry-page\">
\t<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 521
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-form-inquiry-main\">
<div class=\"ec-form-inquiry__inner\">
<div class=\"inner\">
<div class=\"ec-form-inquiry__group\">
<div class=\"ec-form-inquiry__group__step\">
<ul class=\"ec-form-inquiry__group__step__items\">
<li class=\"ec-form-inquiry__group__step__item step-1 active\" data-step=\"1\">
<span>STEP1</span>
<span>ご本人様について</span>
</li>
<li class=\"ec-form-inquiry__group__step__item step-2\" data-step=\"2\">
<span>STEP2</span>
<span>お勤め先・ご収入</span>
</li>
<li class=\"ec-form-inquiry__group__step__item step-3\" data-step=\"3\">
<span>STEP3</span>
<span>連帯保証人の方</span>
</li>
<li class=\"ec-form-inquiry__group__step__item step-4\" data-step=\"4\">
<span>STEP4</span>
<span>工事内容の最終確認</span>
</li>
<li class=\"ec-form-inquiry__group__step__item step-5\" data-step=\"5\">
<span>STEP5</span>
<span>ご確認</span>
</li>
<li class=\"ec-form-inquiry__group__step__item step-6\" data-step=\"6\">
<span>STEP6</span>
<span>完了</span>
</li>
</ul>
</div>
<form id=\"loan_examination_form\" method=\"post\" action=\"";
// line 561
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loan_examination");
echo "\" class=\"h-adr\" enctype=\"multipart/form-data\">
<span class=\"p-country-name\" style=\"display:none;\">Japan</span>
";
// line 564
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 564, $this->source); })()), "_token", [], "any", false, false, false, 564), 'widget');
echo "
<div class=\"step-content step-1 active\">
<div class=\"step-content__title\">ご本人様について</div>
<div class=\"table\">
";
// line 570
echo " <div class=\"list-item\">
\t <div class=\"item\">
\t\t <table>
\t\t\t <tr>
\t\t\t\t <td><p>お名前</p></td>
\t\t\t\t <td>
\t\t\t\t\t <div class=\"fill\">
\t\t\t\t\t\t <label>
\t\t\t\t\t\t\t 姓
\t\t\t\t\t\t\t ";
// line 579
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 579, $this->source); })()), "name", [], "any", false, false, false, 579), "name01", [], "any", false, false, false, 579), 'widget', ["attr" => ["placeholder" => "姓"]]);
echo "
\t\t\t\t\t\t </label>
\t\t\t\t\t </div>
\t\t\t\t\t <div class=\"fill\">
\t\t\t\t\t\t <label>
\t\t\t\t\t\t\t 名
\t\t\t\t\t\t\t ";
// line 585
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 585, $this->source); })()), "name", [], "any", false, false, false, 585), "name02", [], "any", false, false, false, 585), 'widget', ["attr" => ["placeholder" => "名"]]);
echo "
\t\t\t\t\t\t </label>
\t\t\t\t\t </div>
\t\t\t\t\t ";
// line 588
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 588, $this->source); })()), "name", [], "any", false, false, false, 588), "name01", [], "any", false, false, false, 588), 'errors');
echo "
\t\t\t\t\t ";
// line 589
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 589, $this->source); })()), "name", [], "any", false, false, false, 589), "name02", [], "any", false, false, false, 589), 'errors');
echo "
\t\t\t\t </td>
\t\t\t </tr>
<tr>
<td><p>フリガナ</p></td>
<td>
<div class=\"fill\">
<label>
セイ
";
// line 598
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 598, $this->source); })()), "kana", [], "any", false, false, false, 598), "kana01", [], "any", false, false, false, 598), 'widget', ["attr" => ["placeholder" => "セイ"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
メイ
";
// line 604
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 604, $this->source); })()), "kana", [], "any", false, false, false, 604), "kana02", [], "any", false, false, false, 604), 'widget', ["attr" => ["placeholder" => "メイ"]]);
echo "
</label>
</div>
";
// line 607
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 607, $this->source); })()), "kana", [], "any", false, false, false, 607), "kana01", [], "any", false, false, false, 607), 'errors');
echo "
";
// line 608
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 608, $this->source); })()), "kana", [], "any", false, false, false, 608), "kana02", [], "any", false, false, false, 608), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>性別</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 615
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 615, $this->source); })()), "sex", [], "any", false, false, false, 615), "vars", [], "any", false, false, false, 615), "choices", [], "any", false, false, false, 615));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 616
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 617
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 617, $this->source); })()), "sex", [], "any", false, false, false, 617), "vars", [], "any", false, false, false, 617), "full_name", [], "any", false, false, false, 617), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 617), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 617, $this->source); })()), "sex", [], "any", false, false, false, 617), "vars", [], "any", false, false, false, 617), "data", [], "any", false, false, false, 617) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 617))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 618
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 618)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 620
echo "
</div>
";
// line 622
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 622, $this->source); })()), "sex", [], "any", false, false, false, 622), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>生年月日</p></td>
<td>
<div class=\"fill v2\">
<label class=\"group_select\">
<div class=\"select vip\">
";
// line 631
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 631, $this->source); })()), "birth", [], "any", false, false, false, 631), "year", [], "any", false, false, false, 631), 'widget');
echo "<span>年</span>
</div>
<div class=\"select vip\">
";
// line 634
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 634, $this->source); })()), "birth", [], "any", false, false, false, 634), "month", [], "any", false, false, false, 634), 'widget');
echo "<span>月</span>
</div>
<div class=\"select vip\">
";
// line 637
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 637, $this->source); })()), "birth", [], "any", false, false, false, 637), "day", [], "any", false, false, false, 637), 'widget');
echo "<span>日</span>
</div>
</label>
</div>
";
// line 641
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 641, $this->source); })()), "birth", [], "any", false, false, false, 641), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
";
// line 650
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 650, $this->source); })()), "postal_code", [], "any", false, false, false, 650), 'widget');
echo "
<a class=\"btn-post postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 651
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html", null, true);
echo "</span></a>
</label>
";
// line 653
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 653, $this->source); })()), "postal_code", [], "any", false, false, false, 653), 'errors');
echo "
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
";
// line 658
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 658, $this->source); })()), "address", [], "any", false, false, false, 658), "pref", [], "any", false, false, false, 658), 'widget');
echo "
</div>
</label>
";
// line 661
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 661, $this->source); })()), "address", [], "any", false, false, false, 661), "pref", [], "any", false, false, false, 661), 'errors');
echo "
<label class=\"label v4 address\">
市区町村・番地
";
// line 665
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 665, $this->source); })()), "address", [], "any", false, false, false, 665), "addr01", [], "any", false, false, false, 665), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
echo "
</label>
";
// line 667
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 667, $this->source); })()), "address", [], "any", false, false, false, 667), "addr01", [], "any", false, false, false, 667), 'errors');
echo "
<label class=\"label v4 address\">
マンション・ビル名
";
// line 671
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 671, $this->source); })()), "address", [], "any", false, false, false, 671), "addr02", [], "any", false, false, false, 671), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
echo "
</label>
";
// line 673
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 673, $this->source); })()), "address", [], "any", false, false, false, 673), "addr02", [], "any", false, false, false, 673), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<td><p>電話番号(ご自宅)</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 681
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 681, $this->source); })()), "tel_number_type", [], "any", false, false, false, 681), "vars", [], "any", false, false, false, 681), "choices", [], "any", false, false, false, 681));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 682
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 683
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 683, $this->source); })()), "tel_number_type", [], "any", false, false, false, 683), "vars", [], "any", false, false, false, 683), "full_name", [], "any", false, false, false, 683), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 683), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 683, $this->source); })()), "tel_number_type", [], "any", false, false, false, 683), "vars", [], "any", false, false, false, 683), "data", [], "any", false, false, false, 683) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 683))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 684
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 684)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 686
echo "
</div>
";
// line 688
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 688, $this->source); })()), "tel_number_type", [], "any", false, false, false, 688), 'errors');
echo "
<div class=\"fill v2\">
<label>
";
// line 691
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 691, $this->source); })()), "tel_number", [], "any", false, false, false, 691), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 694
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 694, $this->source); })()), "tel_number", [], "any", false, false, false, 694), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>電話番号(携帯)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 702
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 702, $this->source); })()), "phone_number", [], "any", false, false, false, 702), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 705
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 705, $this->source); })()), "phone_number", [], "any", false, false, false, 705), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>メールアドレス</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 713
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 713, $this->source); })()), "email", [], "any", false, false, false, 713), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
echo "
</label>
</div>
";
// line 716
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 716, $this->source); })()), "email", [], "any", false, false, false, 716), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>配偶者</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 723
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 723, $this->source); })()), "spouse", [], "any", false, false, false, 723), "vars", [], "any", false, false, false, 723), "choices", [], "any", false, false, false, 723));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 724
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 725
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 725, $this->source); })()), "spouse", [], "any", false, false, false, 725), "vars", [], "any", false, false, false, 725), "full_name", [], "any", false, false, false, 725), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 725), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 725, $this->source); })()), "spouse", [], "any", false, false, false, 725), "vars", [], "any", false, false, false, 725), "data", [], "any", false, false, false, 725) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 725))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 726
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 726)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 728
echo "
</div>
";
// line 730
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 730, $this->source); })()), "spouse", [], "any", false, false, false, 730), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>配偶者の職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// line 738
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 738, $this->source); })()), "spouse_job", [], "any", false, false, false, 738), 'widget');
echo "
</div>
</div>
";
// line 741
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 741, $this->source); })()), "spouse_job", [], "any", false, false, false, 741), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>世帯主とのご関係</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 748
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 748, $this->source); })()), "relationship", [], "any", false, false, false, 748), "vars", [], "any", false, false, false, 748), "choices", [], "any", false, false, false, 748));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 749
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 750
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 750, $this->source); })()), "relationship", [], "any", false, false, false, 750), "vars", [], "any", false, false, false, 750), "full_name", [], "any", false, false, false, 750), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 750), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 750, $this->source); })()), "relationship", [], "any", false, false, false, 750), "vars", [], "any", false, false, false, 750), "data", [], "any", false, false, false, 750) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 750))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 751
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 751)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 754
echo " <label>
";
// line 755
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 755, $this->source); })()), "relationship_other", [], "any", false, false, false, 755), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo "
</label>
</div>
";
// line 758
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 758, $this->source); })()), "relationship", [], "any", false, false, false, 758), 'errors');
echo "
";
// line 759
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 759, $this->source); })()), "relationship_other", [], "any", false, false, false, 759), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>世帯人数</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 767
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 767, $this->source); })()), "people_cnt", [], "any", false, false, false, 767), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>人</span>
</label>
</div>
";
// line 770
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 770, $this->source); })()), "people_cnt", [], "any", false, false, false, 770), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>住宅ローン/家賃支払い</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 777
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 777, $this->source); })()), "housing_loan", [], "any", false, false, false, 777), "vars", [], "any", false, false, false, 777), "choices", [], "any", false, false, false, 777));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 778
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 779
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 779, $this->source); })()), "housing_loan", [], "any", false, false, false, 779), "vars", [], "any", false, false, false, 779), "full_name", [], "any", false, false, false, 779), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 779), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 779, $this->source); })()), "housing_loan", [], "any", false, false, false, 779), "vars", [], "any", false, false, false, 779), "data", [], "any", false, false, false, 779) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 779))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 780
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 780)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 782
echo "
</div>
";
// line 784
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 784, $this->source); })()), "housing_loan", [], "any", false, false, false, 784), 'errors');
echo "
<p class=\"noice\">※お申込者ご自身またはお申込者と同一世帯の方の住宅ローン・家賃のお支払有無をご選択ください。「世帯」とは、お申込者と生計を共にする家族のことをいいます(同居・別居を問わず)。</p>
</td>
</tr>
<tr>
<td><p>住居区分</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// line 793
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 793, $this->source); })()), "housing_type", [], "any", false, false, false, 793), 'widget');
echo "
</div>
</div>
";
// line 796
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 796, $this->source); })()), "housing_type", [], "any", false, false, false, 796), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>居住年数</p></td>
<td>
<div class=\"fill horizontal\">
<label>
";
// line 804
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 804, $this->source); })()), "residence_year", [], "any", false, false, false, 804), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>年</span>
</label>
</div>
<div class=\"fill horizontal\">
<label>
";
// line 809
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 809, $this->source); })()), "residence_month", [], "any", false, false, false, 809), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>ヶ月</span>
</label>
</div>
";
// line 812
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 812, $this->source); })()), "residence_year", [], "any", false, false, false, 812), 'errors');
echo "
";
// line 813
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 813, $this->source); })()), "residence_month", [], "any", false, false, false, 813), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// line 821
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 821, $this->source); })()), "job", [], "any", false, false, false, 821), 'widget');
echo "
</div>
</div>
";
// line 824
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 824, $this->source); })()), "job", [], "any", false, false, false, 824), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>世帯主との居住状況</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 831
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 831, $this->source); })()), "head_of_household", [], "any", false, false, false, 831), "vars", [], "any", false, false, false, 831), "choices", [], "any", false, false, false, 831));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 832
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 833
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 833, $this->source); })()), "head_of_household", [], "any", false, false, false, 833), "vars", [], "any", false, false, false, 833), "full_name", [], "any", false, false, false, 833), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 833), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 833, $this->source); })()), "head_of_household", [], "any", false, false, false, 833), "vars", [], "any", false, false, false, 833), "data", [], "any", false, false, false, 833) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 833))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 834
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 834)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 836
echo "
</div>
";
// line 838
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 838, $this->source); })()), "head_of_household", [], "any", false, false, false, 838), 'errors');
echo "
</td>
</tr>
\t\t </table>
\t </div>
</div>
</div>
</div>
<div class=\"step-content step-2\">
<div class=\"step-content__title\">お勤め先・ご収入について</div>
<div class=\"table\" id=\"employed\">
<div class=\"table__title\">
<p class=\"step-content__subtitle\">【有職者の方】パート・アルバイト含む</p>
";
// line 853
echo " </div>
<div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p>職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// line 862
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 862, $this->source); })()), "employed_job", [], "any", false, false, false, 862), 'widget');
echo "
</div>
</div>
";
// line 865
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 865, $this->source); })()), "employed_job", [], "any", false, false, false, 865), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>業種</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// line 873
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 873, $this->source); })()), "employed_industry", [], "any", false, false, false, 873), 'widget');
echo "
</div>
</div>
";
// line 876
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 876, $this->source); })()), "employed_industry", [], "any", false, false, false, 876), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>お勤め先(派遣元)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 884
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 884, $this->source); })()), "employed_company", [], "any", false, false, false, 884), 'widget');
echo "
</label>
</div>
";
// line 887
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 887, $this->source); })()), "employed_company", [], "any", false, false, false, 887), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>お勤め先フリガナ</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 895
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 895, $this->source); })()), "employed_company_kana", [], "any", false, false, false, 895), 'widget');
echo "
</label>
</div>
";
// line 898
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 898, $this->source); })()), "employed_company_kana", [], "any", false, false, false, 898), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>お勤め先住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
";
// line 907
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 907, $this->source); })()), "employed_postal_code", [], "any", false, false, false, 907), 'widget');
echo "
<a class=\"btn-post employed_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 908
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html", null, true);
echo "</span></a>
</label>
";
// line 910
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 910, $this->source); })()), "employed_postal_code", [], "any", false, false, false, 910), 'errors');
echo "
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
";
// line 915
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 915, $this->source); })()), "employed_address_pref", [], "any", false, false, false, 915), 'widget');
echo "
</div>
</label>
";
// line 918
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 918, $this->source); })()), "employed_address_pref", [], "any", false, false, false, 918), 'errors');
echo "
<label class=\"label v4 address\">
市区町村・番地
";
// line 922
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 922, $this->source); })()), "employed_address_addr01", [], "any", false, false, false, 922), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
echo "
</label>
";
// line 924
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 924, $this->source); })()), "employed_address_addr01", [], "any", false, false, false, 924), 'errors');
echo "
<label class=\"label v4 address\">
マンション・ビル名
";
// line 928
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 928, $this->source); })()), "employed_address_addr02", [], "any", false, false, false, 928), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
echo "
</label>
";
// line 930
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 930, $this->source); })()), "employed_address_addr02", [], "any", false, false, false, 930), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<td><p>お勤め先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 939
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 939, $this->source); })()), "employed_phone_number", [], "any", false, false, false, 939), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 942
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 942, $this->source); })()), "employed_phone_number", [], "any", false, false, false, 942), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>勤続年数</p></td>
<td>
<div class=\"fill horizontal\">
<label>
";
// line 950
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 950, $this->source); })()), "employed_year", [], "any", false, false, false, 950), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>年</span>
</label>
</div>
<div class=\"fill horizontal\">
<label>
";
// line 955
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 955, $this->source); })()), "employed_month", [], "any", false, false, false, 955), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>ヶ月</span>
</label>
</div>
";
// line 958
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 958, $this->source); })()), "employed_year", [], "any", false, false, false, 958), 'errors');
echo "
";
// line 959
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 959, $this->source); })()), "employed_month", [], "any", false, false, false, 959), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 967
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 967, $this->source); })()), "employed_income", [], "any", false, false, false, 967), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>万円</span>
</label>
</div>
";
// line 970
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 970, $this->source); })()), "employed_income", [], "any", false, false, false, 970), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>従業員数</p></td>
<td>
<div class=\"fill v2\">
<div class=\"select\">
";
// line 978
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 978, $this->source); })()), "employed_cnt", [], "any", false, false, false, 978), 'widget');
echo "
</div>
</div>
";
// line 981
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 981, $this->source); })()), "employed_cnt", [], "any", false, false, false, 981), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>出向先・派遣先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 989
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 989, $this->source); })()), "employed_company_phone_number", [], "any", false, false, false, 989), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 992
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 992, $this->source); })()), "employed_company_phone_number", [], "any", false, false, false, 992), 'errors');
echo "
</td>
</tr>
</table>
</div>
</div>
</div>
<div class=\"table\" id=\"pensioner\">
<div class=\"table__title\">
<p class=\"step-content__subtitle\">【主婦・年金受給者の方】</p>
";
// line 1004
echo " </div>
<div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p>世帯主お名前</p></td>
<td>
<div class=\"fill\">
<label>
姓
";
// line 1014
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1014, $this->source); })()), "pensioner_name", [], "any", false, false, false, 1014), "pensioner_name01", [], "any", false, false, false, 1014), 'widget', ["attr" => ["placeholder" => "姓"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
名
";
// line 1020
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1020, $this->source); })()), "pensioner_name", [], "any", false, false, false, 1020), "pensioner_name02", [], "any", false, false, false, 1020), 'widget', ["attr" => ["placeholder" => "名"]]);
echo "
</label>
</div>
";
// line 1023
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1023, $this->source); })()), "pensioner_name", [], "any", false, false, false, 1023), "pensioner_name01", [], "any", false, false, false, 1023), 'errors');
echo "
";
// line 1024
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1024, $this->source); })()), "pensioner_name", [], "any", false, false, false, 1024), "pensioner_name02", [], "any", false, false, false, 1024), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>フリガナ</p></td>
<td>
<div class=\"fill\">
<label>
セイ
";
// line 1033
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1033, $this->source); })()), "pensioner_kana", [], "any", false, false, false, 1033), "pensioner_kana01", [], "any", false, false, false, 1033), 'widget', ["attr" => ["placeholder" => "セイ"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
メイ
";
// line 1039
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1039, $this->source); })()), "pensioner_kana", [], "any", false, false, false, 1039), "pensioner_kana02", [], "any", false, false, false, 1039), 'widget', ["attr" => ["placeholder" => "メイ"]]);
echo "
</label>
</div>
";
// line 1042
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1042, $this->source); })()), "pensioner_kana", [], "any", false, false, false, 1042), "pensioner_kana01", [], "any", false, false, false, 1042), 'errors');
echo "
";
// line 1043
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1043, $this->source); })()), "pensioner_kana", [], "any", false, false, false, 1043), "pensioner_kana02", [], "any", false, false, false, 1043), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>世帯主税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1051
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1051, $this->source); })()), "pensioner_income", [], "any", false, false, false, 1051), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>万円</span>
</label>
</div>
";
// line 1054
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1054, $this->source); })()), "pensioner_income", [], "any", false, false, false, 1054), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>世帯主のお支払中の<br>クレジット返済額</p></td>
<td>
<div>
<div class=\"fill horizontal\">
";
// line 1062
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1062, $this->source); })()), "household_paying", [], "any", false, false, false, 1062), "vars", [], "any", false, false, false, 1062), "choices", [], "any", false, false, false, 1062));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1063
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1064
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1064, $this->source); })()), "household_paying", [], "any", false, false, false, 1064), "vars", [], "any", false, false, false, 1064), "full_name", [], "any", false, false, false, 1064), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1064), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1064, $this->source); })()), "household_paying", [], "any", false, false, false, 1064), "vars", [], "any", false, false, false, 1064), "data", [], "any", false, false, false, 1064) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1064))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 1065
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1065)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1067
echo "
</div>
";
// line 1069
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1069, $this->source); })()), "household_paying", [], "any", false, false, false, 1069), 'errors');
echo "
<div class=\"fill horizontal\">
<div style=\"margin-right: 2rem;\">
<p>有りとご回答された方 毎月の支払額</p>
<p class=\"noice\">※住宅ローン・無担保ローンを除く</p>
</div>
<label>
";
// line 1076
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1076, $this->source); })()), "household_paying_amount", [], "any", false, false, false, 1076), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>万円</span>
</label>
</div>
";
// line 1079
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1079, $this->source); })()), "household_paying_amount", [], "any", false, false, false, 1079), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<td><p>年金の種類</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 1087
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1087, $this->source); })()), "pensioner_type", [], "any", false, false, false, 1087), 'widget');
echo "
<label>
";
// line 1089
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1089, $this->source); })()), "pensioner_type_other", [], "any", false, false, false, 1089), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo "
</label>
</div>
";
// line 1092
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1092, $this->source); })()), "pensioner_type", [], "any", false, false, false, 1092), 'errors');
echo "
";
// line 1093
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1093, $this->source); })()), "pensioner_type_other", [], "any", false, false, false, 1093), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>年金以外の収入</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 1100
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1100, $this->source); })()), "pensioner_income_other", [], "any", false, false, false, 1100), "vars", [], "any", false, false, false, 1100), "choices", [], "any", false, false, false, 1100));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1101
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1102
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1102, $this->source); })()), "pensioner_income_other", [], "any", false, false, false, 1102), "vars", [], "any", false, false, false, 1102), "full_name", [], "any", false, false, false, 1102), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1102), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1102, $this->source); })()), "pensioner_income_other", [], "any", false, false, false, 1102), "vars", [], "any", false, false, false, 1102), "data", [], "any", false, false, false, 1102) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1102))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 1103
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1103)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1105
echo "
</div>
";
// line 1107
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1107, $this->source); })()), "pensioner_income_other", [], "any", false, false, false, 1107), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>今回のお支払い</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 1114
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1114, $this->source); })()), "pensioner_payment", [], "any", false, false, false, 1114), 'widget');
echo "
<label>
";
// line 1116
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1116, $this->source); })()), "pensioner_payment_other", [], "any", false, false, false, 1116), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo "
</label>
</div>
";
// line 1119
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1119, $this->source); })()), "pensioner_payment", [], "any", false, false, false, 1119), 'errors');
echo "
";
// line 1120
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1120, $this->source); })()), "pensioner_payment_other", [], "any", false, false, false, 1120), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>お勤め先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1128
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1128, $this->source); })()), "pensioner_company_phone_number", [], "any", false, false, false, 1128), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 1131
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1131, $this->source); })()), "pensioner_company_phone_number", [], "any", false, false, false, 1131), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>年金受給者の税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1139
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1139, $this->source); })()), "pensioner_income2", [], "any", false, false, false, 1139), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>万円</span>
</label>
</div>
";
// line 1142
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1142, $this->source); })()), "pensioner_income2", [], "any", false, false, false, 1142), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>口座名義人</p></td>
<td>
<div>
<div class=\"fill horizontal\">
";
// line 1150
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1150, $this->source); })()), "pensioner_acount", [], "any", false, false, false, 1150), "vars", [], "any", false, false, false, 1150), "choices", [], "any", false, false, false, 1150));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1151
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1152
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1152, $this->source); })()), "pensioner_acount", [], "any", false, false, false, 1152), "vars", [], "any", false, false, false, 1152), "full_name", [], "any", false, false, false, 1152), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1152), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1152, $this->source); })()), "pensioner_acount", [], "any", false, false, false, 1152), "vars", [], "any", false, false, false, 1152), "data", [], "any", false, false, false, 1152) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1152))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 1153
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1153)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1155
echo "
</div>
";
// line 1157
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1157, $this->source); })()), "pensioner_acount", [], "any", false, false, false, 1157), 'errors');
echo "
<p class=\"noice\">※口座名義人が申込者の場合、連帯保証人が必要となる場合があります。</p>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class=\"step-content step-3\">
<div class=\"step-content__title\">連帯保証人の方</div>
<div class=\"table\">
";
// line 1172
echo " <div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p>お名前</p></td>
<td>
<div class=\"fill\">
<label>
姓
";
// line 1181
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1181, $this->source); })()), "guarantor_name", [], "any", false, false, false, 1181), "guarantor_name01", [], "any", false, false, false, 1181), 'widget', ["attr" => ["placeholder" => "姓"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
名
";
// line 1187
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1187, $this->source); })()), "guarantor_name", [], "any", false, false, false, 1187), "guarantor_name02", [], "any", false, false, false, 1187), 'widget', ["attr" => ["placeholder" => "名"]]);
echo "
</label>
</div>
";
// line 1190
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1190, $this->source); })()), "guarantor_name", [], "any", false, false, false, 1190), "guarantor_name01", [], "any", false, false, false, 1190), 'errors');
echo "
";
// line 1191
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1191, $this->source); })()), "guarantor_name", [], "any", false, false, false, 1191), "guarantor_name02", [], "any", false, false, false, 1191), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>フリガナ</p></td>
<td>
<div class=\"fill\">
<label>
セイ
";
// line 1200
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1200, $this->source); })()), "guarantor_kana", [], "any", false, false, false, 1200), "guarantor_kana01", [], "any", false, false, false, 1200), 'widget', ["attr" => ["placeholder" => "セイ"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
メイ
";
// line 1206
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1206, $this->source); })()), "guarantor_kana", [], "any", false, false, false, 1206), "guarantor_kana02", [], "any", false, false, false, 1206), 'widget', ["attr" => ["placeholder" => "メイ"]]);
echo "
</label>
</div>
";
// line 1209
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1209, $this->source); })()), "guarantor_kana", [], "any", false, false, false, 1209), "guarantor_kana01", [], "any", false, false, false, 1209), 'errors');
echo "
";
// line 1210
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1210, $this->source); })()), "guarantor_kana", [], "any", false, false, false, 1210), "guarantor_kana02", [], "any", false, false, false, 1210), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>性別</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 1217
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1217, $this->source); })()), "guarantor_sex", [], "any", false, false, false, 1217), "vars", [], "any", false, false, false, 1217), "choices", [], "any", false, false, false, 1217));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1218
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1219
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1219, $this->source); })()), "guarantor_sex", [], "any", false, false, false, 1219), "vars", [], "any", false, false, false, 1219), "full_name", [], "any", false, false, false, 1219), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1219), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1219, $this->source); })()), "guarantor_sex", [], "any", false, false, false, 1219), "vars", [], "any", false, false, false, 1219), "data", [], "any", false, false, false, 1219) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1219))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 1220
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1220)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1222
echo "
</div>
";
// line 1224
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1224, $this->source); })()), "guarantor_sex", [], "any", false, false, false, 1224), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>生年月日</p></td>
<td>
<div class=\"fill v2\">
<label class=\"group_select\">
<div class=\"select vip\">
";
// line 1233
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1233, $this->source); })()), "guarantor_birth", [], "any", false, false, false, 1233), "year", [], "any", false, false, false, 1233), 'widget');
echo "<span>年</span>
</div>
<div class=\"select vip\">
";
// line 1236
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1236, $this->source); })()), "guarantor_birth", [], "any", false, false, false, 1236), "month", [], "any", false, false, false, 1236), 'widget');
echo "<span>月</span>
</div>
<div class=\"select vip\">
";
// line 1239
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1239, $this->source); })()), "guarantor_birth", [], "any", false, false, false, 1239), "day", [], "any", false, false, false, 1239), 'widget');
echo "<span>日</span>
</div>
</label>
</div>
";
// line 1243
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1243, $this->source); })()), "guarantor_birth", [], "any", false, false, false, 1243), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
";
// line 1252
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1252, $this->source); })()), "guarantor_postal_code", [], "any", false, false, false, 1252), 'widget');
echo "
<a class=\"btn-post guarantor_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 1253
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html", null, true);
echo "</span></a>
</label>
";
// line 1255
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1255, $this->source); })()), "guarantor_postal_code", [], "any", false, false, false, 1255), 'errors');
echo "
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
";
// line 1260
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1260, $this->source); })()), "guarantor_address_pref", [], "any", false, false, false, 1260), 'widget');
echo "
</div>
</label>
";
// line 1263
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1263, $this->source); })()), "guarantor_address_pref", [], "any", false, false, false, 1263), 'errors');
echo "
<label class=\"label v4 address\">
市区町村・番地
";
// line 1267
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1267, $this->source); })()), "guarantor_address_addr01", [], "any", false, false, false, 1267), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
echo "
</label>
";
// line 1269
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1269, $this->source); })()), "guarantor_address_addr01", [], "any", false, false, false, 1269), 'errors');
echo "
<label class=\"label v4 address\">
マンション・ビル名
";
// line 1273
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1273, $this->source); })()), "guarantor_address_addr02", [], "any", false, false, false, 1273), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
echo "
</label>
";
// line 1275
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1275, $this->source); })()), "guarantor_address_addr02", [], "any", false, false, false, 1275), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<td><p>電話番号(ご自宅)</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 1283
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1283, $this->source); })()), "guarantor_tel_number_type", [], "any", false, false, false, 1283), "vars", [], "any", false, false, false, 1283), "choices", [], "any", false, false, false, 1283));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1284
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1285
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1285, $this->source); })()), "guarantor_tel_number_type", [], "any", false, false, false, 1285), "vars", [], "any", false, false, false, 1285), "full_name", [], "any", false, false, false, 1285), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1285), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1285, $this->source); })()), "guarantor_tel_number_type", [], "any", false, false, false, 1285), "vars", [], "any", false, false, false, 1285), "data", [], "any", false, false, false, 1285) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1285))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 1286
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1286)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1288
echo "
</div>
";
// line 1290
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1290, $this->source); })()), "guarantor_tel_number_type", [], "any", false, false, false, 1290), 'errors');
echo "
<div class=\"fill v2\">
<label>
";
// line 1293
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1293, $this->source); })()), "guarantor_tel_number", [], "any", false, false, false, 1293), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 1296
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1296, $this->source); })()), "guarantor_tel_number", [], "any", false, false, false, 1296), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>電話番号(携帯)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1304
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1304, $this->source); })()), "guarantor_phone_number", [], "any", false, false, false, 1304), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 1307
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1307, $this->source); })()), "guarantor_phone_number", [], "any", false, false, false, 1307), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>メールアドレス<br>(半角英数字)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1315
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1315, $this->source); })()), "guarantor_email", [], "any", false, false, false, 1315), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
echo "
</label>
</div>
";
// line 1318
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1318, $this->source); })()), "guarantor_email", [], "any", false, false, false, 1318), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>メールアドレス確認用<br>(半角英数字)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1326
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1326, $this->source); })()), "guarantor_email_confirm", [], "any", false, false, false, 1326), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
echo "
</label>
</div>
";
// line 1329
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1329, $this->source); })()), "guarantor_email_confirm", [], "any", false, false, false, 1329), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>契約者との続柄</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1337
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1337, $this->source); })()), "guarantor_relation", [], "any", false, false, false, 1337), 'widget');
echo "
</label>
</div>
";
// line 1340
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1340, $this->source); })()), "guarantor_relation", [], "any", false, false, false, 1340), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// line 1348
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1348, $this->source); })()), "guarantor_job", [], "any", false, false, false, 1348), 'widget');
echo "
</div>
</div>
";
// line 1351
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1351, $this->source); })()), "guarantor_job", [], "any", false, false, false, 1351), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>業種</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// line 1359
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1359, $this->source); })()), "guarantor_industry", [], "any", false, false, false, 1359), 'widget');
echo "
</div>
</div>
";
// line 1362
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1362, $this->source); })()), "guarantor_industry", [], "any", false, false, false, 1362), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>お勤め先(派遣元)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1370
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1370, $this->source); })()), "guarantor_company", [], "any", false, false, false, 1370), 'widget');
echo "
</label>
</div>
";
// line 1373
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1373, $this->source); })()), "guarantor_company", [], "any", false, false, false, 1373), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>お勤め先フリガナ</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1381
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1381, $this->source); })()), "guarantor_company_kana", [], "any", false, false, false, 1381), 'widget');
echo "
</label>
</div>
";
// line 1384
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1384, $this->source); })()), "guarantor_company_kana", [], "any", false, false, false, 1384), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>お勤め先住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
";
// line 1393
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1393, $this->source); })()), "guarantor_company_postal_code", [], "any", false, false, false, 1393), 'widget');
echo "
<a class=\"btn-post guarantor_company_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 1394
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html", null, true);
echo "</span></a>
</label>
";
// line 1396
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1396, $this->source); })()), "guarantor_company_postal_code", [], "any", false, false, false, 1396), 'errors');
echo "
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
";
// line 1401
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1401, $this->source); })()), "guarantor_company_address_pref", [], "any", false, false, false, 1401), 'widget');
echo "
</div>
</label>
";
// line 1404
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1404, $this->source); })()), "guarantor_company_address_pref", [], "any", false, false, false, 1404), 'errors');
echo "
<label class=\"label v4 address\">
市区町村・番地
";
// line 1408
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1408, $this->source); })()), "guarantor_company_address_addr01", [], "any", false, false, false, 1408), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
echo "
</label>
";
// line 1410
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1410, $this->source); })()), "guarantor_company_address_addr01", [], "any", false, false, false, 1410), 'errors');
echo "
<label class=\"label v4 address\">
マンション・ビル名
";
// line 1414
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1414, $this->source); })()), "guarantor_company_address_addr02", [], "any", false, false, false, 1414), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
echo "
</label>
";
// line 1416
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1416, $this->source); })()), "guarantor_company_address_addr02", [], "any", false, false, false, 1416), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<td><p>お勤め先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1425
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1425, $this->source); })()), "guarantor_company_phone_number", [], "any", false, false, false, 1425), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 1428
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1428, $this->source); })()), "guarantor_company_phone_number", [], "any", false, false, false, 1428), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>勤続年数</p></td>
<td>
<div class=\"fill horizontal\">
<label>
";
// line 1436
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1436, $this->source); })()), "guarantor_year", [], "any", false, false, false, 1436), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>年</span>
</label>
</div>
<div class=\"fill horizontal\">
<label>
";
// line 1441
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1441, $this->source); })()), "guarantor_month", [], "any", false, false, false, 1441), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>ヶ月</span>
</label>
</div>
";
// line 1444
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1444, $this->source); })()), "guarantor_year", [], "any", false, false, false, 1444), 'errors');
echo "
";
// line 1445
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1445, $this->source); })()), "guarantor_month", [], "any", false, false, false, 1445), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1453
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1453, $this->source); })()), "guarantor_income", [], "any", false, false, false, 1453), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>万円</span>
</label>
</div>
";
// line 1456
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1456, $this->source); })()), "guarantor_income", [], "any", false, false, false, 1456), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>従業員数</p></td>
<td>
<div class=\"fill v2\">
<div class=\"select\">
";
// line 1464
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1464, $this->source); })()), "guarantor_cnt", [], "any", false, false, false, 1464), 'widget');
echo "
</div>
</div>
";
// line 1467
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1467, $this->source); })()), "guarantor_cnt", [], "any", false, false, false, 1467), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>出向先・派遣先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1475
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1475, $this->source); })()), "guarantor_company_phone_number2", [], "any", false, false, false, 1475), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 1478
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1478, $this->source); })()), "guarantor_company_phone_number2", [], "any", false, false, false, 1478), 'errors');
echo "
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class=\"step-content step-4\">
<div class=\"step-content__title\">工事内容の最終確認</div>
<div class=\"table\">
";
// line 1491
echo " <div class=\"list-item\">
<div class=\"item\">
<input type=\"hidden\" id=\"product_total_price\" name=\"";
// line 1493
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1493, $this->source); })()), "product_total_price", [], "any", false, false, false, 1493), "vars", [], "any", false, false, false, 1493), "full_name", [], "any", false, false, false, 1493), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, (isset($context["productTotalPrice"]) || array_key_exists("productTotalPrice", $context) ? $context["productTotalPrice"] : (function () { throw new RuntimeError('Variable "productTotalPrice" does not exist.', 1493, $this->source); })()), "html", null, true);
echo "\">
<div class=\"table\">
<div class=\"list-item\">
<div class=\"item active\">
<table>
<tr>
<td><p>希望する工事</p></td>
<td>
<div class=\"fill v4\">
";
// line 1503
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1503, $this->source); })()), "desired_construction_work", [], "any", false, false, false, 1503), "vars", [], "any", false, false, false, 1503), "choices", [], "any", false, false, false, 1503));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1504
echo " <div>
<label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1506
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1506, $this->source); })()), "desired_construction_work", [], "any", false, false, false, 1506), "vars", [], "any", false, false, false, 1506), "full_name", [], "any", false, false, false, 1506), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1506), "price", [], "array", true, true, false, 1506)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1506), "price", [], "array", false, false, false, 1506), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1506), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1506, $this->source); })()), "desired_construction_work", [], "any", false, false, false, 1506), "vars", [], "any", false, false, false, 1506), "data", [], "any", false, false, false, 1506) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1506))) {
echo "checked";
}
echo " required />
";
// line 1507
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1507)), "html", null, true);
echo "
</label>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1511
echo " </div>
";
// line 1512
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1512, $this->source); })()), "desired_construction_work", [], "any", false, false, false, 1512), 'errors');
echo "
</td>
</tr>
</table>
<table id=\"tableUnderTop\" style=\"padding: 0;\">
<tr class=\"desired_construction_work_02\">
<td><p>希望する工事</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1521
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1521, $this->source); })()), "desired_construction_work_02", [], "any", false, false, false, 1521), "vars", [], "any", false, false, false, 1521), "choices", [], "any", false, false, false, 1521));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1522
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1523
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1523, $this->source); })()), "desired_construction_work_02", [], "any", false, false, false, 1523), "vars", [], "any", false, false, false, 1523), "full_name", [], "any", false, false, false, 1523), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1523), "price", [], "array", true, true, false, 1523)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1523), "price", [], "array", false, false, false, 1523), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1523), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1523, $this->source); })()), "desired_construction_work_02", [], "any", false, false, false, 1523), "vars", [], "any", false, false, false, 1523), "data", [], "any", false, false, false, 1523) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1523))) {
echo "checked";
}
echo " />
";
// line 1524
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1524)), "html", null, true);
echo "
";
// line 1525
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1525) == "新居等への引越しのため設置場所の詳細確認不可")) {
// line 1526
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 1528
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1529
echo "
</div>
";
// line 1531
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1531, $this->source); })()), "desired_construction_work_02", [], "any", false, false, false, 1531), 'errors');
echo "
</td>
</tr>
</table>
<table id=\"tableSecond\" style=\"padding: 0;\">
";
// line 1536
if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic", $context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.', 1536, $this->source); })()) != 0)) {
// line 1537
echo " <tr class=\"content-1\">
<td><p>特急券の購入</p></td>
<td>
<div class=\"fill v4\">
";
// line 1541
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1541, $this->source); })()), "express_tickets", [], "any", false, false, false, 1541), "vars", [], "any", false, false, false, 1541), "choices", [], "any", false, false, false, 1541));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1542
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1543
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1543, $this->source); })()), "express_tickets", [], "any", false, false, false, 1543), "vars", [], "any", false, false, false, 1543), "full_name", [], "any", false, false, false, 1543), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1543), "price", [], "array", true, true, false, 1543)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1543), "price", [], "array", false, false, false, 1543), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1543), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1543, $this->source); })()), "express_tickets", [], "any", false, false, false, 1543), "vars", [], "any", false, false, false, 1543), "data", [], "any", false, false, false, 1543) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1543))) {
echo "checked";
}
echo " />
";
// line 1544
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1544)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1546
echo "
";
// line 1547
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1547, $this->source); })()), "express_tickets_price", [], "any", false, false, false, 1547), 'widget');
echo "
</div>
";
// line 1549
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1549, $this->source); })()), "express_tickets", [], "any", false, false, false, 1549), 'errors');
echo "
</td>
</tr>
";
}
// line 1553
echo "
<tr class=\"content-1\">
<td><p>お住まい</p></td>
<td>
<div class=\"fill v4\">
";
// line 1558
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1558, $this->source); })()), "osumai", [], "any", false, false, false, 1558), "vars", [], "any", false, false, false, 1558), "choices", [], "any", false, false, false, 1558));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1559
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1560
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1560, $this->source); })()), "osumai", [], "any", false, false, false, 1560), "vars", [], "any", false, false, false, 1560), "full_name", [], "any", false, false, false, 1560), "html", null, true);
echo "\" data-percent=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1560), "percent", [], "array", true, true, false, 1560)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1560), "percent", [], "array", false, false, false, 1560), 0)) : (0)), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1560), "price", [], "array", true, true, false, 1560)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1560), "price", [], "array", false, false, false, 1560), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1560), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1560, $this->source); })()), "osumai", [], "any", false, false, false, 1560), "vars", [], "any", false, false, false, 1560), "data", [], "any", false, false, false, 1560) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1560))) {
echo "checked";
}
echo " />
";
// line 1561
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1561)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1564
echo " </div>
";
// line 1565
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1565, $this->source); })()), "osumai", [], "any", false, false, false, 1565), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>建物の所有</p></td>
<td>
<div class=\"fill v4\">
";
// line 1572
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1572, $this->source); })()), "building_ownership", [], "any", false, false, false, 1572), "vars", [], "any", false, false, false, 1572), "choices", [], "any", false, false, false, 1572));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1573
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1574
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1574, $this->source); })()), "building_ownership", [], "any", false, false, false, 1574), "vars", [], "any", false, false, false, 1574), "full_name", [], "any", false, false, false, 1574), "html", null, true);
echo "\" data-percent=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1574), "percent", [], "array", true, true, false, 1574)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1574), "percent", [], "array", false, false, false, 1574), 0)) : (0)), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1574), "price", [], "array", true, true, false, 1574)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1574), "price", [], "array", false, false, false, 1574), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1574), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1574, $this->source); })()), "building_ownership", [], "any", false, false, false, 1574), "vars", [], "any", false, false, false, 1574), "data", [], "any", false, false, false, 1574) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1574))) {
echo "checked";
}
echo " />
";
// line 1575
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1575)), "html", null, true);
echo "
";
// line 1576
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1576) == "賃貸")) {
// line 1577
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
";
}
// line 1579
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1581
echo " </div>
";
// line 1582
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1582, $this->source); })()), "building_ownership", [], "any", false, false, false, 1582), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>構造</p></td>
<td>
<div class=\"fill v4\">
";
// line 1589
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1589, $this->source); })()), "structure", [], "any", false, false, false, 1589), "vars", [], "any", false, false, false, 1589), "choices", [], "any", false, false, false, 1589));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1590
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1591
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1591, $this->source); })()), "structure", [], "any", false, false, false, 1591), "vars", [], "any", false, false, false, 1591), "full_name", [], "any", false, false, false, 1591), "html", null, true);
echo "\" data-percent=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1591), "percent", [], "array", true, true, false, 1591)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1591), "percent", [], "array", false, false, false, 1591), 0)) : (0)), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1591), "price", [], "array", true, true, false, 1591)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1591), "price", [], "array", false, false, false, 1591), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1591), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1591, $this->source); })()), "structure", [], "any", false, false, false, 1591), "vars", [], "any", false, false, false, 1591), "data", [], "any", false, false, false, 1591) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1591))) {
echo "checked";
}
echo " />
";
// line 1592
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1592)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1595
echo " </div>
";
// line 1596
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1596, $this->source); })()), "structure", [], "any", false, false, false, 1596), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置台数</p></td>
<td>
<div class=\"fill v4\">
";
// line 1603
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1603, $this->source); })()), "construction_airs", [], "any", false, false, false, 1603), "vars", [], "any", false, false, false, 1603), "choices", [], "any", false, false, false, 1603));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1604
echo " ";
$context["has_checked"] = false;
// line 1605
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1605, $this->source); })()), "construction_airs", [], "any", false, false, false, 1605), "vars", [], "any", false, false, false, 1605), "data", [], "any", false, false, false, 1605));
foreach ($context['_seq'] as $context["key2"] => $context["val2"]) {
// line 1606
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1606) == $context["val2"])) {
// line 1607
echo " ";
$context["has_checked"] = true;
// line 1608
echo " <label class=\"form-check\">
<input type=\"checkbox\"
name=\"";
// line 1610
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1610, $this->source); })()), "construction_airs", [], "any", false, false, false, 1610), "vars", [], "any", false, false, false, 1610), "full_name", [], "any", false, false, false, 1610), "html", null, true);
echo "\"
class=\"construction_air\"
data-tatami=\"";
// line 1612
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1612), "data-tatami", [], "array", true, true, false, 1612)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1612), "data-tatami", [], "array", false, false, false, 1612), 0)) : (0)), "html", null, true);
echo "\" data-quantity=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1612), "data-quantity", [], "array", true, true, false, 1612)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1612), "data-quantity", [], "array", false, false, false, 1612), 0)) : (0)), "html", null, true);
echo "\"
data-price=\"";
// line 1613
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1613), "data-price", [], "array", true, true, false, 1613)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1613), "data-price", [], "array", false, false, false, 1613), 0)) : (0)), "html", null, true);
echo "\"
data-loan=\"";
// line 1614
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1614), "data-loan", [], "array", true, true, false, 1614)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1614), "data-loan", [], "array", false, false, false, 1614), 0)) : (0)), "html", null, true);
echo "\"
value=\"";
// line 1615
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1615), "html", null, true);
echo "\" checked />
";
// line 1616
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "data", [], "any", false, false, false, 1616)), "html", null, true);
echo "
</label>
";
}
// line 1619
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key2'], $context['val2'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1620
echo "
";
// line 1621
if (((isset($context["has_checked"]) || array_key_exists("has_checked", $context) ? $context["has_checked"] : (function () { throw new RuntimeError('Variable "has_checked" does not exist.', 1621, $this->source); })()) == false)) {
// line 1622
echo " <label class=\"form-check\">
<input type=\"checkbox\"
name=\"";
// line 1624
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1624, $this->source); })()), "construction_airs", [], "any", false, false, false, 1624), "vars", [], "any", false, false, false, 1624), "full_name", [], "any", false, false, false, 1624), "html", null, true);
echo "\"
class=\"construction_air\"
data-tatami=\"";
// line 1626
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1626), "data-tatami", [], "array", true, true, false, 1626)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1626), "data-tatami", [], "array", false, false, false, 1626), 0)) : (0)), "html", null, true);
echo "\"
data-quantity=\"";
// line 1627
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1627), "data-quantity", [], "array", true, true, false, 1627)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1627), "data-quantity", [], "array", false, false, false, 1627), 0)) : (0)), "html", null, true);
echo "\"
data-price=\"";
// line 1628
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1628), "data-price", [], "array", true, true, false, 1628)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1628), "data-price", [], "array", false, false, false, 1628), 0)) : (0)), "html", null, true);
echo "\"
data-loan=\"";
// line 1629
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1629), "data-loan", [], "array", true, true, false, 1629)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1629), "data-loan", [], "array", false, false, false, 1629), 0)) : (0)), "html", null, true);
echo "\"
value=\"";
// line 1630
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1630), "html", null, true);
echo "\"/>
";
// line 1631
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "data", [], "any", false, false, false, 1631)), "html", null, true);
echo "
</label>
";
}
// line 1634
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1635
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1635, $this->source); })()), "construction_air", [], "any", false, false, false, 1635), 'widget');
echo "
";
// line 1636
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1636, $this->source); })()), "number_install", [], "any", false, false, false, 1636), 'widget');
echo "
";
// line 1637
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1637, $this->source); })()), "number_install_price", [], "any", false, false, false, 1637), 'widget');
echo "
</div>
";
// line 1639
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1639, $this->source); })()), "construction_airs", [], "any", false, false, false, 1639), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置工事希望日</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v3 date vip\">
第一希望日
";
// line 1648
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1648, $this->source); })()), "construction_date_1", [], "any", false, false, false, 1648), 'widget');
echo "
";
// line 1649
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1649, $this->source); })()), "construction_date_1", [], "any", false, false, false, 1649), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"";
// line 1651
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1651, $this->source); })()), "time_slot_1", [], "any", false, false, false, 1651), "vars", [], "any", false, false, false, 1651), "full_name", [], "any", false, false, false, 1651), "html", null, true);
echo "\" id=\"time_slot_1\">
";
// line 1652
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1652, $this->source); })()), "time_slot_1", [], "any", false, false, false, 1652), "vars", [], "any", false, false, false, 1652), "choices", [], "any", false, false, false, 1652));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1653
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1653), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1653)), "html", null, true);
echo " </option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1655
echo " </select>
</label>
<label class=\"label v3 date\">
第二希望日
";
// line 1659
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1659, $this->source); })()), "construction_date_2", [], "any", false, false, false, 1659), 'widget');
echo "
";
// line 1660
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1660, $this->source); })()), "construction_date_2", [], "any", false, false, false, 1660), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"";
// line 1662
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1662, $this->source); })()), "time_slot_2", [], "any", false, false, false, 1662), "vars", [], "any", false, false, false, 1662), "full_name", [], "any", false, false, false, 1662), "html", null, true);
echo "\" id=\"time_slot_2\">
";
// line 1663
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1663, $this->source); })()), "time_slot_2", [], "any", false, false, false, 1663), "vars", [], "any", false, false, false, 1663), "choices", [], "any", false, false, false, 1663));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1664
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1664), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1664)), "html", null, true);
echo " </option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1666
echo " </select>
</label>
<label class=\"label v3 date\">
第三希望日
";
// line 1670
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1670, $this->source); })()), "construction_date_3", [], "any", false, false, false, 1670), 'widget');
echo "
";
// line 1671
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1671, $this->source); })()), "construction_date_3", [], "any", false, false, false, 1671), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"";
// line 1673
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1673, $this->source); })()), "time_slot_3", [], "any", false, false, false, 1673), "vars", [], "any", false, false, false, 1673), "full_name", [], "any", false, false, false, 1673), "html", null, true);
echo "\" id=\"time_slot_3\">
";
// line 1674
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1674, $this->source); })()), "time_slot_3", [], "any", false, false, false, 1674), "vars", [], "any", false, false, false, 1674), "choices", [], "any", false, false, false, 1674));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1675
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1675), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1675)), "html", null, true);
echo " </option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1677
echo " </select>
</label>
";
// line 1679
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1679, $this->source); })()), "contents", [], "any", false, false, false, 1679), 'widget', ["attr" => ["placeholder" => "その他希望等あればご記入ください。"]]);
echo "
";
// line 1680
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1680, $this->source); })()), "contents", [], "any", false, false, false, 1680), 'errors');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>工事内訳</p></td>
<td>
<div class=\"fill v4\">
";
// line 1688
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1688, $this->source); })()), "construction_type_07", [], "any", false, false, false, 1688), "vars", [], "any", false, false, false, 1688), "choices", [], "any", false, false, false, 1688));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1689
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1690
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1690, $this->source); })()), "construction_type_07", [], "any", false, false, false, 1690), "vars", [], "any", false, false, false, 1690), "full_name", [], "any", false, false, false, 1690), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1690), "price", [], "array", true, true, false, 1690)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1690), "price", [], "array", false, false, false, 1690), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1690), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1690, $this->source); })()), "construction_type_07", [], "any", false, false, false, 1690), "vars", [], "any", false, false, false, 1690), "data", [], "any", false, false, false, 1690) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1690))) {
echo "checked";
}
echo " />
";
// line 1691
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1691)), "html", null, true);
echo "
";
// line 1692
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1692) == "新設工事に加えて移設工事も希望")) {
// line 1693
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
";
}
// line 1695
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1696
echo "
</div>
";
// line 1698
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1698, $this->source); })()), "construction_type_07", [], "any", false, false, false, 1698), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_02_v1\">
<td><p>工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1705
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1705, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 1705), "vars", [], "any", false, false, false, 1705), "choices", [], "any", false, false, false, 1705));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1706
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1707
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1707, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 1707), "vars", [], "any", false, false, false, 1707), "full_name", [], "any", false, false, false, 1707), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1707), "price", [], "array", true, true, false, 1707)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1707), "price", [], "array", false, false, false, 1707), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1707), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1707, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 1707), "vars", [], "any", false, false, false, 1707), "data", [], "any", false, false, false, 1707) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1707))) {
echo "checked";
}
echo " />
";
// line 1708
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1708)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1710
echo "
";
// line 1711
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1711, $this->source); })()), "construction_type_07_02_v1_price", [], "any", false, false, false, 1711), 'widget');
echo "
</div>
";
// line 1713
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1713, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 1713), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_02_v2\">
<td><p>工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1720
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1720, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 1720), "vars", [], "any", false, false, false, 1720), "choices", [], "any", false, false, false, 1720));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1721
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1722
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1722, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 1722), "vars", [], "any", false, false, false, 1722), "full_name", [], "any", false, false, false, 1722), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1722), "price", [], "array", true, true, false, 1722)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1722), "price", [], "array", false, false, false, 1722), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1722), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1722, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 1722), "vars", [], "any", false, false, false, 1722), "data", [], "any", false, false, false, 1722) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1722))) {
echo "checked";
}
echo " />
";
// line 1723
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1723)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1725
echo "
</div>
";
// line 1727
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1727, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 1727), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_03_v1\">
<td><p>工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1734
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1734, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 1734), "vars", [], "any", false, false, false, 1734), "choices", [], "any", false, false, false, 1734));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1735
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1736
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1736, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 1736), "vars", [], "any", false, false, false, 1736), "full_name", [], "any", false, false, false, 1736), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1736), "price", [], "array", true, true, false, 1736)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1736), "price", [], "array", false, false, false, 1736), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1736), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1736, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 1736), "vars", [], "any", false, false, false, 1736), "data", [], "any", false, false, false, 1736) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1736))) {
echo "checked";
}
echo " />
";
// line 1737
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1737)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1739
echo "
</div>
";
// line 1741
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1741, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 1741), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_03_v2\">
<td><p>工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1748
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1748, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 1748), "vars", [], "any", false, false, false, 1748), "choices", [], "any", false, false, false, 1748));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1749
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1750
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1750, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 1750), "vars", [], "any", false, false, false, 1750), "full_name", [], "any", false, false, false, 1750), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1750), "price", [], "array", true, true, false, 1750)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1750), "price", [], "array", false, false, false, 1750), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1750), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1750, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 1750), "vars", [], "any", false, false, false, 1750), "data", [], "any", false, false, false, 1750) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1750))) {
echo "checked";
}
echo " />
";
// line 1751
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1751)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1753
echo "
";
// line 1754
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1754, $this->source); })()), "construction_type_07_03_v2_price", [], "any", false, false, false, 1754), 'widget');
echo "
</div>
";
// line 1756
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1756, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 1756), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v1\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1763
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1763, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 1763), "vars", [], "any", false, false, false, 1763), "choices", [], "any", false, false, false, 1763));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1764
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1765
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1765, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 1765), "vars", [], "any", false, false, false, 1765), "full_name", [], "any", false, false, false, 1765), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1765), "price", [], "array", true, true, false, 1765)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1765), "price", [], "array", false, false, false, 1765), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1765), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1765, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 1765), "vars", [], "any", false, false, false, 1765), "data", [], "any", false, false, false, 1765) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1765))) {
echo "checked";
}
echo " />
";
// line 1766
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1766)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1768
echo "
";
// line 1769
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1769, $this->source); })()), "construction_type_07_04_v1_price", [], "any", false, false, false, 1769), 'widget');
echo "
</div>
";
// line 1771
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1771, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 1771), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v2\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1778
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1778, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 1778), "vars", [], "any", false, false, false, 1778), "choices", [], "any", false, false, false, 1778));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1779
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1780
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1780, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 1780), "vars", [], "any", false, false, false, 1780), "full_name", [], "any", false, false, false, 1780), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1780), "price", [], "array", true, true, false, 1780)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1780), "price", [], "array", false, false, false, 1780), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1780), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1780, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 1780), "vars", [], "any", false, false, false, 1780), "data", [], "any", false, false, false, 1780) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1780))) {
echo "checked";
}
echo " />
";
// line 1781
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1781)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1783
echo "
";
// line 1784
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1784, $this->source); })()), "construction_type_07_04_v2_price", [], "any", false, false, false, 1784), 'widget');
echo "
</div>
";
// line 1786
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1786, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 1786), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v3\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1793
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1793, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 1793), "vars", [], "any", false, false, false, 1793), "choices", [], "any", false, false, false, 1793));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1794
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1795
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1795, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 1795), "vars", [], "any", false, false, false, 1795), "full_name", [], "any", false, false, false, 1795), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1795), "price", [], "array", true, true, false, 1795)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1795), "price", [], "array", false, false, false, 1795), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1795), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1795, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 1795), "vars", [], "any", false, false, false, 1795), "data", [], "any", false, false, false, 1795) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1795))) {
echo "checked";
}
echo " />
";
// line 1796
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1796)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1799
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1799, $this->source); })()), "construction_type_07_04_v3_price", [], "any", false, false, false, 1799), 'widget');
echo "
</div>
";
// line 1801
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1801, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 1801), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>エアコン設置場所</p></td>
<td>
<div class=\"fill v4\">
";
// line 1808
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1808, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 1808), "vars", [], "any", false, false, false, 1808), "choices", [], "any", false, false, false, 1808));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1809
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1810
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1810, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 1810), "vars", [], "any", false, false, false, 1810), "full_name", [], "any", false, false, false, 1810), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1810), "price", [], "array", true, true, false, 1810)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1810), "price", [], "array", false, false, false, 1810), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1810), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1810, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 1810), "vars", [], "any", false, false, false, 1810), "data", [], "any", false, false, false, 1810) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1810))) {
echo "checked";
}
echo " />
";
// line 1811
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1811)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1814
echo " </div>
";
// line 1815
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1815, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 1815), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>エレベーターの有無</p><small>※3階以上の場合</small></td>
<td>
<div class=\"fill v4\">
";
// line 1822
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1822, $this->source); })()), "elevator_07", [], "any", false, false, false, 1822), "vars", [], "any", false, false, false, 1822), "choices", [], "any", false, false, false, 1822));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1823
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1824
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1824, $this->source); })()), "elevator_07", [], "any", false, false, false, 1824), "vars", [], "any", false, false, false, 1824), "full_name", [], "any", false, false, false, 1824), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1824), "price", [], "array", true, true, false, 1824)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1824), "price", [], "array", false, false, false, 1824), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1824), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1824, $this->source); })()), "elevator_07", [], "any", false, false, false, 1824), "vars", [], "any", false, false, false, 1824), "data", [], "any", false, false, false, 1824) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1824))) {
echo "checked";
}
echo " />
";
// line 1825
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1825)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1828
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1828, $this->source); })()), "elevator_07", [], "any", false, false, false, 1828), 'errors');
echo "
";
// line 1829
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1829, $this->source); })()), "elevator_07_price", [], "any", false, false, false, 1829), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントの有無</p></td>
<td>
<div class=\"fill v4\">
";
// line 1837
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1837, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 1837), "vars", [], "any", false, false, false, 1837), "choices", [], "any", false, false, false, 1837));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1838
echo " <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap;\">
<input type=\"radio\" name=\"";
// line 1839
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1839, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 1839), "vars", [], "any", false, false, false, 1839), "full_name", [], "any", false, false, false, 1839), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1839), "price", [], "array", true, true, false, 1839)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1839), "price", [], "array", false, false, false, 1839), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1839), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1839, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 1839), "vars", [], "any", false, false, false, 1839), "data", [], "any", false, false, false, 1839) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1839))) {
echo "checked";
}
echo " />
";
// line 1840
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1840)), "html", null, true);
echo "
";
// line 1841
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1841) == "なし(別途工事が必要になります)")) {
// line 1842
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
";
}
// line 1844
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1844) == "不明")) {
// line 1845
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 1847
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1849
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1849, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 1849), 'errors');
echo "
";
// line 1850
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1850, $this->source); })()), "electrical_outlet_07_price", [], "any", false, false, false, 1850), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"electrical_outlet_07_02\">
<td><p>コンセントの有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1858
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1858, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 1858), "vars", [], "any", false, false, false, 1858), "choices", [], "any", false, false, false, 1858));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1859
echo " <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap;\">
<input type=\"radio\" name=\"";
// line 1860
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1860, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 1860), "vars", [], "any", false, false, false, 1860), "full_name", [], "any", false, false, false, 1860), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1860), "price", [], "array", true, true, false, 1860)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1860), "price", [], "array", false, false, false, 1860), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1860), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1860, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 1860), "vars", [], "any", false, false, false, 1860), "data", [], "any", false, false, false, 1860) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1860))) {
echo "checked";
}
echo " />
";
// line 1861
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1861)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1864
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1864, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 1864), 'errors');
echo "
";
// line 1865
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1865, $this->source); })()), "electrical_outlet_07_02_price", [], "any", false, false, false, 1865), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>建物の契約アンペア</p></td>
<td>
<div class=\"fill v4\">
";
// line 1873
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1873, $this->source); })()), "contract_amp", [], "any", false, false, false, 1873), "vars", [], "any", false, false, false, 1873), "choices", [], "any", false, false, false, 1873));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1874
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1875
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1875, $this->source); })()), "contract_amp", [], "any", false, false, false, 1875), "vars", [], "any", false, false, false, 1875), "full_name", [], "any", false, false, false, 1875), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1875), "price", [], "array", true, true, false, 1875)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1875), "price", [], "array", false, false, false, 1875), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1875), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1875, $this->source); })()), "contract_amp", [], "any", false, false, false, 1875), "vars", [], "any", false, false, false, 1875), "data", [], "any", false, false, false, 1875) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1875))) {
echo "checked";
}
echo "/>
";
// line 1876
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1876)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1879
echo " </div>
";
// line 1880
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1880, $this->source); })()), "contract_amp", [], "any", false, false, false, 1880), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントアース端子</p></td>
<td>
<div class=\"fill v4\">
";
// line 1887
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1887, $this->source); })()), "outlet_earth", [], "any", false, false, false, 1887), "vars", [], "any", false, false, false, 1887), "choices", [], "any", false, false, false, 1887));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1888
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1889
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1889, $this->source); })()), "outlet_earth", [], "any", false, false, false, 1889), "vars", [], "any", false, false, false, 1889), "full_name", [], "any", false, false, false, 1889), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1889), "price", [], "array", true, true, false, 1889)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1889), "price", [], "array", false, false, false, 1889), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1889), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1889, $this->source); })()), "outlet_earth", [], "any", false, false, false, 1889), "vars", [], "any", false, false, false, 1889), "data", [], "any", false, false, false, 1889) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1889))) {
echo "checked";
}
echo "/>
";
// line 1890
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1890)), "html", null, true);
echo "
";
// line 1891
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1891) == "なし")) {
// line 1892
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
";
}
// line 1894
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1894) == "不明")) {
// line 1895
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
";
}
// line 1897
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1899
echo " </div>
";
// line 1900
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1900, $this->source); })()), "outlet_earth", [], "any", false, false, false, 1900), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>配管穴の有無</p></td>
<td>
<div class=\"fill v4 vip\">
";
// line 1907
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1907, $this->source); })()), "room_size_07", [], "any", false, false, false, 1907), "vars", [], "any", false, false, false, 1907), "choices", [], "any", false, false, false, 1907));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1908
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1909
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1909, $this->source); })()), "room_size_07", [], "any", false, false, false, 1909), "vars", [], "any", false, false, false, 1909), "full_name", [], "any", false, false, false, 1909), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1909), "price", [], "array", true, true, false, 1909)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1909), "price", [], "array", false, false, false, 1909), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1909), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1909, $this->source); })()), "room_size_07", [], "any", false, false, false, 1909), "vars", [], "any", false, false, false, 1909), "data", [], "any", false, false, false, 1909) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1909))) {
echo "checked";
}
echo "/>
";
// line 1910
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1910)), "html", null, true);
echo "
";
// line 1911
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1911) == "不明")) {
// line 1912
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
";
}
// line 1914
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1916
echo " </div>
";
// line 1917
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1917, $this->source); })()), "room_size_07", [], "any", false, false, false, 1917), 'errors');
echo "
<img style=\"margin-left: auto;\" src=\"";
// line 1918
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html", null, true);
echo "hole-sample.jpg\" alt=\"配管穴の有無\">
</td>
</tr>
";
// line 1922
if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic", $context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.', 1922, $this->source); })()) != 0)) {
// line 1923
echo " <tr class=\"room_size_07_02\">
<td><p>配管穴の有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1927
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1927, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 1927), "vars", [], "any", false, false, false, 1927), "choices", [], "any", false, false, false, 1927));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1928
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1929
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1929, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 1929), "vars", [], "any", false, false, false, 1929), "full_name", [], "any", false, false, false, 1929), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1929), "price", [], "array", true, true, false, 1929)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1929), "price", [], "array", false, false, false, 1929), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1929), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1929, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 1929), "vars", [], "any", false, false, false, 1929), "data", [], "any", false, false, false, 1929) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1929))) {
echo "checked";
}
echo "/>
";
// line 1930
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1930)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1933
echo " </div>
";
// line 1934
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1934, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 1934), 'errors');
echo "
</td>
</tr>
";
}
// line 1938
echo " <tr class=\"room_size_07_03_v1\">
<td><p>建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
<td>
<div class=\"fill v4\">
";
// line 1942
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1942, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 1942), "vars", [], "any", false, false, false, 1942), "choices", [], "any", false, false, false, 1942));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1943
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1944
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1944, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 1944), "vars", [], "any", false, false, false, 1944), "full_name", [], "any", false, false, false, 1944), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1944), "price", [], "array", true, true, false, 1944)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1944), "price", [], "array", false, false, false, 1944), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1944), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1944, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 1944), "vars", [], "any", false, false, false, 1944), "data", [], "any", false, false, false, 1944) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1944))) {
echo "checked";
}
echo "/>
";
// line 1945
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1945)), "html", null, true);
echo "
";
// line 1946
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1946) == "その他")) {
// line 1947
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 1949
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1949) == "不明")) {
// line 1950
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 1952
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1954
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1954, $this->source); })()), "room_size_07_03_v1_price", [], "any", false, false, false, 1954), 'widget');
echo "
</div>
";
// line 1956
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1956, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 1956), 'errors');
echo "
</td>
</tr>
<tr class=\"room_size_07_03_v2\">
<td><p>建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
<td>
<div class=\"fill v4\">
";
// line 1963
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1963, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 1963), "vars", [], "any", false, false, false, 1963), "choices", [], "any", false, false, false, 1963));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1964
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1965
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1965, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 1965), "vars", [], "any", false, false, false, 1965), "full_name", [], "any", false, false, false, 1965), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1965), "price", [], "array", true, true, false, 1965)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1965), "price", [], "array", false, false, false, 1965), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1965), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1965, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 1965), "vars", [], "any", false, false, false, 1965), "data", [], "any", false, false, false, 1965) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1965))) {
echo "checked";
}
echo "/>
";
// line 1966
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1966)), "html", null, true);
echo "
";
// line 1967
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1967) == "その他")) {
// line 1968
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 1970
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1970) == "不明")) {
// line 1971
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 1973
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1975
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1975, $this->source); })()), "room_size_07_03_v2_price", [], "any", false, false, false, 1975), 'widget');
echo "
</div>
";
// line 1977
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1977, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 1977), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置予定場所の<br class=\"pc\" />配管の状態</p></td>
<td style=\"flex-direction: column;\">
<div class=\"fill v5 up\">
";
// line 1984
$context["idx"] = 0;
// line 1985
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1985, $this->source); })()), "piping_status_07", [], "any", false, false, false, 1985), "vars", [], "any", false, false, false, 1985), "choices", [], "any", false, false, false, 1985));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1986
echo " ";
$context["idx"] = ((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 1986, $this->source); })()) + 1);
// line 1987
echo " ";
if (((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 1987, $this->source); })()) <= 2)) {
// line 1988
echo " <div class=\"group\">
<label class=\"form-check v2\">
<input type=\"radio\" name=\"";
// line 1990
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1990, $this->source); })()), "piping_status_07", [], "any", false, false, false, 1990), "vars", [], "any", false, false, false, 1990), "full_name", [], "any", false, false, false, 1990), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1990), "price", [], "array", true, true, false, 1990)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1990), "price", [], "array", false, false, false, 1990), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1990), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1990, $this->source); })()), "piping_status_07", [], "any", false, false, false, 1990), "vars", [], "any", false, false, false, 1990), "data", [], "any", false, false, false, 1990) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1990))) {
echo "checked";
}
echo " />
";
// line 1991
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 1991)), "html", null, true);
echo "
</label>
<img src=\"";
// line 1993
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/"), "html", null, true);
echo "line-option-0";
echo twig_escape_filter($this->env, (isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 1993, $this->source); })()), "html", null, true);
echo ".jpg\" alt=\"\">
</div>
";
}
// line 1996
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1997
echo " </div>
<div class=\"fill v5\">
";
// line 1999
$context["idx"] = 0;
// line 2000
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2000, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2000), "vars", [], "any", false, false, false, 2000), "choices", [], "any", false, false, false, 2000));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2001
echo " ";
$context["idx"] = ((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 2001, $this->source); })()) + 1);
// line 2002
echo " ";
if (((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 2002, $this->source); })()) > 2)) {
// line 2003
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 2004
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2004, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2004), "vars", [], "any", false, false, false, 2004), "full_name", [], "any", false, false, false, 2004), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2004), "price", [], "array", true, true, false, 2004)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2004), "price", [], "array", false, false, false, 2004), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2004), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2004, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2004), "vars", [], "any", false, false, false, 2004), "data", [], "any", false, false, false, 2004) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2004))) {
echo "checked";
}
echo " />
";
// line 2005
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 2005)), "html", null, true);
echo "
</label>
";
}
// line 2008
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 2009
echo " </div>
";
// line 2010
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2010, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2010), 'errors');
echo "
</td>
</tr>
<tr class=\"piping_status_07_02\">
<td><p>設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 2017
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2017, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 2017), "vars", [], "any", false, false, false, 2017), "choices", [], "any", false, false, false, 2017));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2018
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2019
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2019, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 2019), "vars", [], "any", false, false, false, 2019), "full_name", [], "any", false, false, false, 2019), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2019), "price", [], "array", true, true, false, 2019)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2019), "price", [], "array", false, false, false, 2019), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2019), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2019, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 2019), "vars", [], "any", false, false, false, 2019), "data", [], "any", false, false, false, 2019) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2019))) {
echo "checked";
}
echo "/>
";
// line 2020
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 2020)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 2023
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2023, $this->source); })()), "piping_status_07_02_price", [], "any", false, false, false, 2023), 'widget');
echo "
</div>
";
// line 2025
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2025, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 2025), 'errors');
echo "
</td>
</tr>
";
// line 2028
if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic", $context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.', 2028, $this->source); })()) != 0)) {
// line 2029
echo " <tr class=\"content-1\">
<td><p>室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\" style=\"order: 2;\">
";
// line 2033
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2033, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 2033), "vars", [], "any", false, false, false, 2033), "choices", [], "any", false, false, false, 2033));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2034
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2035
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2035, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 2035), "vars", [], "any", false, false, false, 2035), "full_name", [], "any", false, false, false, 2035), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2035), "price", [], "array", true, true, false, 2035)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2035), "price", [], "array", false, false, false, 2035), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2035), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2035, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 2035), "vars", [], "any", false, false, false, 2035), "data", [], "any", false, false, false, 2035) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2035))) {
echo "checked";
}
echo " />
";
// line 2036
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 2036)), "html", null, true);
echo "
";
// line 2037
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2037) == "必要(2m以内)")) {
// line 2038
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
";
}
// line 2040
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2040) == "未定")) {
// line 2041
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
";
}
// line 2043
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 2044
echo "
";
// line 2045
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2045, $this->source); })()), "indoor_cover_07_price", [], "any", false, false, false, 2045), 'widget');
echo "
</div>
";
// line 2047
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2047, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 2047), 'errors');
echo "
<img style=\"margin-left: auto; order: 3;\" src=\"";
// line 2049
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html", null, true);
echo "item-1.jpg\" alt=\"室内化粧カバー\">
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\">
";
// line 2056
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2056, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 2056), "vars", [], "any", false, false, false, 2056), "choices", [], "any", false, false, false, 2056));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2057
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2058
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2058, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 2058), "vars", [], "any", false, false, false, 2058), "full_name", [], "any", false, false, false, 2058), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2058), "price", [], "array", true, true, false, 2058)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2058), "price", [], "array", false, false, false, 2058), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2058), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2058, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 2058), "vars", [], "any", false, false, false, 2058), "data", [], "any", false, false, false, 2058) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2058))) {
echo "checked";
}
echo " />
";
// line 2059
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 2059)), "html", null, true);
echo "
";
// line 2060
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2060) == "その他")) {
// line 2061
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 2063
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 2064
echo "
</div>
";
// line 2066
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2066, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 2066), 'errors');
echo "
<img style=\"margin-left: auto;\" src=\"";
// line 2067
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html", null, true);
echo "item-2.jpg\" alt=\"室外化粧カバー\">
</td>
</tr>
<tr class=\"outdoor_cover_02\">
<td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 2074
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2074, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 2074), "vars", [], "any", false, false, false, 2074), "choices", [], "any", false, false, false, 2074));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2075
echo " <label class=\"form-check\" >
<input type=\"radio\" name=\"";
// line 2076
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2076, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 2076), "vars", [], "any", false, false, false, 2076), "full_name", [], "any", false, false, false, 2076), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2076), "price", [], "array", true, true, false, 2076)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2076), "price", [], "array", false, false, false, 2076), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2076), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2076, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 2076), "vars", [], "any", false, false, false, 2076), "data", [], "any", false, false, false, 2076) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2076))) {
echo "checked";
}
echo " />
";
// line 2077
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 2077)), "html", null, true);
echo "
";
// line 2078
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2078) == "再使用(交換)同階")) {
// line 2079
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
";
}
// line 2081
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2081) == "再使用(交換)異階")) {
// line 2082
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
";
}
// line 2084
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 2085
echo "
";
// line 2086
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2086, $this->source); })()), "outdoor_cover_02_price", [], "any", false, false, false, 2086), 'widget');
echo "
</div>
";
// line 2088
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2088, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 2088), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外機の設置場所(既設場所・希望設置場所)</p></td>
<td>
<div class=\"fill v4\">
";
// line 2095
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2095, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 2095), "vars", [], "any", false, false, false, 2095), "choices", [], "any", false, false, false, 2095));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2096
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2097
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2097, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 2097), "vars", [], "any", false, false, false, 2097), "full_name", [], "any", false, false, false, 2097), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2097), "price", [], "array", true, true, false, 2097)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2097), "price", [], "array", false, false, false, 2097), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2097), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2097, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 2097), "vars", [], "any", false, false, false, 2097), "data", [], "any", false, false, false, 2097) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2097))) {
echo "checked";
}
echo " />
";
// line 2098
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 2098)), "html", null, true);
echo "
";
// line 2099
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2099) == "その他")) {
// line 2100
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 2102
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 2104
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2104, $this->source); })()), "construction_outdoor_07_price", [], "any", false, false, false, 2104), 'widget');
echo "
</div>
";
// line 2106
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2106, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 2106), 'errors');
echo "
</td>
</tr>
";
}
// line 2110
echo " <tr class=\"content-1\">
<td><p>室外機の設置方法(既設方法・希望設置方法)</p></td>
<td>
<div class=\"fill v4\">
";
// line 2114
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2114, $this->source); })()), "setting_install_method", [], "any", false, false, false, 2114), "vars", [], "any", false, false, false, 2114), "choices", [], "any", false, false, false, 2114));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2115
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 2116
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2116, $this->source); })()), "setting_install_method", [], "any", false, false, false, 2116), "vars", [], "any", false, false, false, 2116), "full_name", [], "any", false, false, false, 2116), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2116), "price", [], "array", true, true, false, 2116)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2116), "price", [], "array", false, false, false, 2116), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2116), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2116, $this->source); })()), "setting_install_method", [], "any", false, false, false, 2116), "vars", [], "any", false, false, false, 2116), "data", [], "any", false, false, false, 2116) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2116))) {
echo "checked";
}
echo " />
";
// line 2117
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 2117)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 2120
echo " </div>
";
// line 2121
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2121, $this->source); })()), "setting_install_method", [], "any", false, false, false, 2121), 'errors');
echo "
<div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
";
// line 2123
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2123, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 2123), "vars", [], "any", false, false, false, 2123), "choices", [], "any", false, false, false, 2123));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2124
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2125
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2125, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 2125), "vars", [], "any", false, false, false, 2125), "full_name", [], "any", false, false, false, 2125), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2125), "price", [], "array", true, true, false, 2125)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2125), "price", [], "array", false, false, false, 2125), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2125), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2125, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 2125), "vars", [], "any", false, false, false, 2125), "data", [], "any", false, false, false, 2125) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2125))) {
echo "checked";
}
echo " />
";
// line 2126
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 2126)), "html", null, true);
echo "
";
// line 2127
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2127) == "⑧不明(記載)")) {
// line 2128
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 2130
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 2132
echo " <img style=\"margin-top: 3rem;\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/install-option.jpg"), "html", null, true);
echo "\" alt=\"\">
";
// line 2133
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2133, $this->source); })()), "construction_method_07_v1_price", [], "any", false, false, false, 2133), 'widget');
echo "
</div>
";
// line 2135
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2135, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 2135), 'errors');
echo "
<div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
";
// line 2138
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2138, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 2138), "vars", [], "any", false, false, false, 2138), "choices", [], "any", false, false, false, 2138));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2139
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2140
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2140, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 2140), "vars", [], "any", false, false, false, 2140), "full_name", [], "any", false, false, false, 2140), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2140), "price", [], "array", true, true, false, 2140)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2140), "price", [], "array", false, false, false, 2140), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2140), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2140, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 2140), "vars", [], "any", false, false, false, 2140), "data", [], "any", false, false, false, 2140) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2140))) {
echo "checked";
}
echo " />
";
// line 2141
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 2141)), "html", null, true);
echo "
";
// line 2142
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2142) == "⑧不明(記載)")) {
// line 2143
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 2145
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 2147
echo " <img style=\"margin-top: 3rem;\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/install-option.jpg"), "html", null, true);
echo "\" alt=\"\">
";
// line 2148
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2148, $this->source); })()), "construction_method_07_v2_price", [], "any", false, false, false, 2148), 'widget');
echo "
</div>
";
// line 2150
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2150, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 2150), 'errors');
echo "
</td>
</tr>
</table>
<div class=\"result\">
<p>概算合計金額</p>
<p id=\"total-price\">00,000円</p>
";
// line 2157
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2157, $this->source); })()), "construction_base_price_1", [], "any", false, false, false, 2157), 'widget');
echo "
";
// line 2158
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2158, $this->source); })()), "construction_base_price_2", [], "any", false, false, false, 2158), 'widget');
echo "
";
// line 2159
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2159, $this->source); })()), "construction_base_price_3", [], "any", false, false, false, 2159), 'widget');
echo "
";
// line 2160
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2160, $this->source); })()), "construction_total_price", [], "any", false, false, false, 2160), 'widget');
echo "
";
// line 2161
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2161, $this->source); })()), "construction_discount", [], "any", false, false, false, 2161), 'widget');
echo "
</div>
<div style=\"text-align: right;\" class=\"pc\">
「
本体価格 <span class=\"product_price\"></span>円、
標準工事 <span class=\"base_price\"></span>円、
追加工事 <span class=\"add_price\"></span>円
」
</div>
<div style=\"text-align: right;\" class=\"sp\">
本体価格 <span class=\"product_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
標準工事 <span class=\"base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
追加工事 <span class=\"add_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"check\">
<input type=\"checkbox\" name=\"\" id=\"\" required=\"true\">
<label for=\"\"><a href=\"";
// line 2184
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_privacy");
echo "\" target=\"_blank\">「プライバシーポリシー」</a>に同意する</label>
</div>
</div>
<div class=\"list-btn\">
<button type=\"button\" class=\"btn btn-sd btn-back\" id=\"btn-back\">
<span>戻る</span>
</button>
<button type=\"submit\" class=\"btn btn-sd\" id=\"btn-confirm\" name=\"mode\" value=\"confirm\">
<span>次へ</span>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "@user_data/loan_examination.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 4351 => 2184, 4325 => 2161, 4321 => 2160, 4317 => 2159, 4313 => 2158, 4309 => 2157, 4299 => 2150, 4294 => 2148, 4289 => 2147, 4282 => 2145, 4278 => 2143, 4276 => 2142, 4272 => 2141, 4260 => 2140, 4257 => 2139, 4253 => 2138, 4247 => 2135, 4242 => 2133, 4237 => 2132, 4230 => 2130, 4226 => 2128, 4224 => 2127, 4220 => 2126, 4208 => 2125, 4205 => 2124, 4201 => 2123, 4196 => 2121, 4193 => 2120, 4184 => 2117, 4172 => 2116, 4169 => 2115, 4165 => 2114, 4159 => 2110, 4152 => 2106, 4146 => 2104, 4139 => 2102, 4135 => 2100, 4133 => 2099, 4129 => 2098, 4117 => 2097, 4114 => 2096, 4110 => 2095, 4100 => 2088, 4095 => 2086, 4092 => 2085, 4085 => 2084, 4081 => 2082, 4078 => 2081, 4074 => 2079, 4072 => 2078, 4068 => 2077, 4056 => 2076, 4053 => 2075, 4049 => 2074, 4039 => 2067, 4035 => 2066, 4031 => 2064, 4024 => 2063, 4020 => 2061, 4018 => 2060, 4014 => 2059, 4002 => 2058, 3999 => 2057, 3995 => 2056, 3985 => 2049, 3980 => 2047, 3975 => 2045, 3972 => 2044, 3965 => 2043, 3961 => 2041, 3958 => 2040, 3954 => 2038, 3952 => 2037, 3948 => 2036, 3936 => 2035, 3933 => 2034, 3929 => 2033, 3923 => 2029, 3921 => 2028, 3915 => 2025, 3909 => 2023, 3900 => 2020, 3888 => 2019, 3885 => 2018, 3881 => 2017, 3871 => 2010, 3868 => 2009, 3862 => 2008, 3856 => 2005, 3844 => 2004, 3841 => 2003, 3838 => 2002, 3835 => 2001, 3830 => 2000, 3828 => 1999, 3824 => 1997, 3818 => 1996, 3810 => 1993, 3805 => 1991, 3793 => 1990, 3789 => 1988, 3786 => 1987, 3783 => 1986, 3778 => 1985, 3776 => 1984, 3766 => 1977, 3760 => 1975, 3753 => 1973, 3749 => 1971, 3746 => 1970, 3742 => 1968, 3740 => 1967, 3736 => 1966, 3724 => 1965, 3721 => 1964, 3717 => 1963, 3707 => 1956, 3701 => 1954, 3694 => 1952, 3690 => 1950, 3687 => 1949, 3683 => 1947, 3681 => 1946, 3677 => 1945, 3665 => 1944, 3662 => 1943, 3658 => 1942, 3652 => 1938, 3645 => 1934, 3642 => 1933, 3633 => 1930, 3621 => 1929, 3618 => 1928, 3614 => 1927, 3608 => 1923, 3606 => 1922, 3599 => 1918, 3595 => 1917, 3592 => 1916, 3585 => 1914, 3581 => 1912, 3579 => 1911, 3575 => 1910, 3563 => 1909, 3560 => 1908, 3556 => 1907, 3546 => 1900, 3543 => 1899, 3536 => 1897, 3532 => 1895, 3529 => 1894, 3525 => 1892, 3523 => 1891, 3519 => 1890, 3507 => 1889, 3504 => 1888, 3500 => 1887, 3490 => 1880, 3487 => 1879, 3478 => 1876, 3466 => 1875, 3463 => 1874, 3459 => 1873, 3448 => 1865, 3443 => 1864, 3434 => 1861, 3422 => 1860, 3419 => 1859, 3415 => 1858, 3404 => 1850, 3399 => 1849, 3392 => 1847, 3388 => 1845, 3385 => 1844, 3381 => 1842, 3379 => 1841, 3375 => 1840, 3363 => 1839, 3360 => 1838, 3356 => 1837, 3345 => 1829, 3340 => 1828, 3331 => 1825, 3319 => 1824, 3316 => 1823, 3312 => 1822, 3302 => 1815, 3299 => 1814, 3290 => 1811, 3278 => 1810, 3275 => 1809, 3271 => 1808, 3261 => 1801, 3255 => 1799, 3246 => 1796, 3234 => 1795, 3231 => 1794, 3227 => 1793, 3217 => 1786, 3212 => 1784, 3209 => 1783, 3200 => 1781, 3188 => 1780, 3185 => 1779, 3181 => 1778, 3171 => 1771, 3166 => 1769, 3163 => 1768, 3154 => 1766, 3142 => 1765, 3139 => 1764, 3135 => 1763, 3125 => 1756, 3120 => 1754, 3117 => 1753, 3108 => 1751, 3096 => 1750, 3093 => 1749, 3089 => 1748, 3079 => 1741, 3075 => 1739, 3066 => 1737, 3054 => 1736, 3051 => 1735, 3047 => 1734, 3037 => 1727, 3033 => 1725, 3024 => 1723, 3012 => 1722, 3009 => 1721, 3005 => 1720, 2995 => 1713, 2990 => 1711, 2987 => 1710, 2978 => 1708, 2966 => 1707, 2963 => 1706, 2959 => 1705, 2949 => 1698, 2945 => 1696, 2938 => 1695, 2934 => 1693, 2932 => 1692, 2928 => 1691, 2916 => 1690, 2913 => 1689, 2909 => 1688, 2898 => 1680, 2894 => 1679, 2890 => 1677, 2879 => 1675, 2875 => 1674, 2871 => 1673, 2866 => 1671, 2862 => 1670, 2856 => 1666, 2845 => 1664, 2841 => 1663, 2837 => 1662, 2832 => 1660, 2828 => 1659, 2822 => 1655, 2811 => 1653, 2807 => 1652, 2803 => 1651, 2798 => 1649, 2794 => 1648, 2782 => 1639, 2777 => 1637, 2773 => 1636, 2768 => 1635, 2762 => 1634, 2756 => 1631, 2752 => 1630, 2748 => 1629, 2744 => 1628, 2740 => 1627, 2736 => 1626, 2731 => 1624, 2727 => 1622, 2725 => 1621, 2722 => 1620, 2716 => 1619, 2710 => 1616, 2706 => 1615, 2702 => 1614, 2698 => 1613, 2692 => 1612, 2687 => 1610, 2683 => 1608, 2680 => 1607, 2677 => 1606, 2672 => 1605, 2669 => 1604, 2665 => 1603, 2655 => 1596, 2652 => 1595, 2643 => 1592, 2629 => 1591, 2626 => 1590, 2622 => 1589, 2612 => 1582, 2609 => 1581, 2602 => 1579, 2598 => 1577, 2596 => 1576, 2592 => 1575, 2578 => 1574, 2575 => 1573, 2571 => 1572, 2561 => 1565, 2558 => 1564, 2549 => 1561, 2535 => 1560, 2532 => 1559, 2528 => 1558, 2521 => 1553, 2514 => 1549, 2509 => 1547, 2506 => 1546, 2497 => 1544, 2485 => 1543, 2482 => 1542, 2478 => 1541, 2472 => 1537, 2470 => 1536, 2462 => 1531, 2458 => 1529, 2451 => 1528, 2447 => 1526, 2445 => 1525, 2441 => 1524, 2429 => 1523, 2426 => 1522, 2422 => 1521, 2410 => 1512, 2407 => 1511, 2397 => 1507, 2385 => 1506, 2381 => 1504, 2377 => 1503, 2362 => 1493, 2358 => 1491, 2343 => 1478, 2337 => 1475, 2326 => 1467, 2320 => 1464, 2309 => 1456, 2303 => 1453, 2292 => 1445, 2288 => 1444, 2282 => 1441, 2274 => 1436, 2263 => 1428, 2257 => 1425, 2245 => 1416, 2240 => 1414, 2233 => 1410, 2228 => 1408, 2221 => 1404, 2215 => 1401, 2207 => 1396, 2202 => 1394, 2198 => 1393, 2186 => 1384, 2180 => 1381, 2169 => 1373, 2163 => 1370, 2152 => 1362, 2146 => 1359, 2135 => 1351, 2129 => 1348, 2118 => 1340, 2112 => 1337, 2101 => 1329, 2095 => 1326, 2084 => 1318, 2078 => 1315, 2067 => 1307, 2061 => 1304, 2050 => 1296, 2044 => 1293, 2038 => 1290, 2034 => 1288, 2025 => 1286, 2015 => 1285, 2012 => 1284, 2008 => 1283, 1997 => 1275, 1992 => 1273, 1985 => 1269, 1980 => 1267, 1973 => 1263, 1967 => 1260, 1959 => 1255, 1954 => 1253, 1950 => 1252, 1938 => 1243, 1931 => 1239, 1925 => 1236, 1919 => 1233, 1907 => 1224, 1903 => 1222, 1894 => 1220, 1884 => 1219, 1881 => 1218, 1877 => 1217, 1867 => 1210, 1863 => 1209, 1857 => 1206, 1848 => 1200, 1836 => 1191, 1832 => 1190, 1826 => 1187, 1817 => 1181, 1806 => 1172, 1789 => 1157, 1785 => 1155, 1776 => 1153, 1766 => 1152, 1763 => 1151, 1759 => 1150, 1748 => 1142, 1742 => 1139, 1731 => 1131, 1725 => 1128, 1714 => 1120, 1710 => 1119, 1704 => 1116, 1699 => 1114, 1689 => 1107, 1685 => 1105, 1676 => 1103, 1666 => 1102, 1663 => 1101, 1659 => 1100, 1649 => 1093, 1645 => 1092, 1639 => 1089, 1634 => 1087, 1623 => 1079, 1617 => 1076, 1607 => 1069, 1603 => 1067, 1594 => 1065, 1584 => 1064, 1581 => 1063, 1577 => 1062, 1566 => 1054, 1560 => 1051, 1549 => 1043, 1545 => 1042, 1539 => 1039, 1530 => 1033, 1518 => 1024, 1514 => 1023, 1508 => 1020, 1499 => 1014, 1487 => 1004, 1473 => 992, 1467 => 989, 1456 => 981, 1450 => 978, 1439 => 970, 1433 => 967, 1422 => 959, 1418 => 958, 1412 => 955, 1404 => 950, 1393 => 942, 1387 => 939, 1375 => 930, 1370 => 928, 1363 => 924, 1358 => 922, 1351 => 918, 1345 => 915, 1337 => 910, 1332 => 908, 1328 => 907, 1316 => 898, 1310 => 895, 1299 => 887, 1293 => 884, 1282 => 876, 1276 => 873, 1265 => 865, 1259 => 862, 1248 => 853, 1231 => 838, 1227 => 836, 1218 => 834, 1208 => 833, 1205 => 832, 1201 => 831, 1191 => 824, 1185 => 821, 1174 => 813, 1170 => 812, 1164 => 809, 1156 => 804, 1145 => 796, 1139 => 793, 1127 => 784, 1123 => 782, 1114 => 780, 1104 => 779, 1101 => 778, 1097 => 777, 1087 => 770, 1081 => 767, 1070 => 759, 1066 => 758, 1060 => 755, 1057 => 754, 1048 => 751, 1038 => 750, 1035 => 749, 1031 => 748, 1021 => 741, 1015 => 738, 1004 => 730, 1000 => 728, 991 => 726, 981 => 725, 978 => 724, 974 => 723, 964 => 716, 958 => 713, 947 => 705, 941 => 702, 930 => 694, 924 => 691, 918 => 688, 914 => 686, 905 => 684, 895 => 683, 892 => 682, 888 => 681, 877 => 673, 872 => 671, 865 => 667, 860 => 665, 853 => 661, 847 => 658, 839 => 653, 834 => 651, 830 => 650, 818 => 641, 811 => 637, 805 => 634, 799 => 631, 787 => 622, 783 => 620, 774 => 618, 764 => 617, 761 => 616, 757 => 615, 747 => 608, 743 => 607, 737 => 604, 728 => 598, 716 => 589, 712 => 588, 706 => 585, 697 => 579, 686 => 570, 678 => 564, 672 => 561, 629 => 521, 615 => 509, 605 => 508, 460 => 371, 454 => 367, 452 => 366, 122 => 38, 112 => 37, 73 => 6, 63 => 5, 52 => 1, 50 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% form_theme form 'Form/form_div_layout.twig' %}
{% block stylesheet %}
<style type=\"text/css\">
.horizontal{
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.address .error-empty{
position: relative!important;
top: unset!important;
}
.horizontal .form-check{
padding-left: 0;
margin-right: 2rem;
}
.ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input{
margin-left: 0;
}
.ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input[type=\"text\"]{
max-width: 100px;
}
.ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label span{
margin-right: 2rem;
}
/*.ec-form-inquiry__group .step-content {
display: block; /*Debug*/
}*/
</style>
{% endblock stylesheet %}
{% block javascript %}
<script src=\"https://ajaxzip3.github.io/ajaxzip3.js\" charset=\"UTF-8\"></script>
<script type=\"text/javascript\">
\$(function() {
\$('.postal_code').click(function(event) {
AjaxZip3.zip2addr('loan[postal_code]', '', 'loan[address][pref]', 'loan[address][addr01]');
return false;
});
\$('.employed_postal_code').click(function(event) {
AjaxZip3.zip2addr('loan[employed_postal_code]', '', 'loan[employed_address_pref]', 'loan[employed_address_addr01]');
return false;
});
\$('.guarantor_postal_code').click(function(event) {
AjaxZip3.zip2addr('loan[guarantor_postal_code]', '', 'loan[guarantor_address_pref]', 'loan[guarantor_address_addr01]');
return false;
});
\$('.guarantor_company_postal_code').click(function(event) {
AjaxZip3.zip2addr('loan[guarantor_company_postal_code]', '', 'loan[guarantor_company_address_pref]', 'loan[guarantor_company_address_addr01]');
return false;
});
})
</script>
<script>
\$(document).ready(function() {
\$('form, input, select').attr('autocomplete', \"off\");
\$('input[name=\"loan[spouse]\"]').change(function() {
var selectedValue = \$('input[name=\"loan[spouse]\"]:checked').val();
if (selectedValue == \"有り\") {
\$('select[name=\"loan[spouse_job]\"]').attr('required', 'required');
}
else {
\$('select[name=\"loan[spouse_job]\"]').removeAttr('required');
\$('select[name=\"loan[spouse_job]\"]').closest('td').find('.error-empty').remove();
}
});
\$('input[name=\"loan[household_paying]\"]').change(function() {
var selectedValue = \$('input[name=\"loan[household_paying]\"]:checked').val();
if (selectedValue == \"有り\") {
\$('input[name=\"loan[household_paying_amount]\"]').attr('required', 'required');
}
else {
\$('input[name=\"loan[household_paying_amount]\"]').removeAttr('required');
\$('input[name=\"loan[household_paying_amount]\"]').closest('td').find('.error-empty').remove();
}
});
//Chỉ check phần trên hoặc phần dưới của お勤め先・ご収入について
\$('#employed input, #employed select, #employed textarea').change(function(event) {
\$('#pensioner td').find('.error-empty').remove();
});
\$('#pensioner input, #pensioner select, #pensioner textarea').change(function(event) {
\$('#employed td').find('.error-empty').remove();
});
var step_number = Number(\$('.ec-form-inquiry__group__step__item.active').data('step'));
\$('#btn-back').click(function(event) {
\$(\"span.error-empty\").remove();
if (step_number > 1) {
step_number--;
stepActive(step_number);
}
\$('body,html').animate({
scrollTop: 250
}, 300, 'swing');
});
\$(\"#btn-confirm\").click(function(event) {
\$(\"span.error-empty\").remove();
var employed_has_error = false;
var pensioner_has_error = false;
var has_error = false;
if (step_number == 2) {
// お勤め先・ご収入について chi check 1 phan
\$('#employed select[required], #employed input[required], #employed textarea[required]').each(function() {
var input = \$(this);
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
var radio_name = input.attr('name');
if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
employed_has_error = true;
}
}
else if (input.val() == \"\"){
employed_has_error = true;
}
});
\$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').each(function() {
var input = \$(this);
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
var radio_name = input.attr('name');
if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
pensioner_has_error = true;
}
}
else if (input.val() == \"\"){
pensioner_has_error = true;
}
});
}
if (step_number != 2 || (employed_has_error == true && pensioner_has_error == true)) {
\$('.step-content.step-' + step_number + ' .table select[required], .step-content.step-' + step_number + ' .table input[required], .step-content.step-' + step_number + ' .table textarea[required]').each(function() {
var input = \$(this);
var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
var radio_name = input.attr('name');
if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
input.before(input_empty);
has_error = true;
}
}
else if (input.attr('type') == 'email' && validateEmail(input.val()) === false) {
input.before(\$(\"<span>\").addClass(\"error-empty\").text(\"※正しくメールアドレスを入力してください\"));
}
else if (input.val() == \"\"){
input.before(input_empty);
has_error = true;
}
else {
input_empty.remove();
}
input.on(\"change\", function() {
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
input.closest('td').find('.error-empty').remove();
}
else {
input_empty.remove();
}
});
});
}
if (has_error) {
var position = \$(\".error-empty\").eq(0).offset().top - 250;
\$('body,html').animate({
scrollTop: position
}, 300, 'swing');
return false;
}
// chi xu ly tab, khong submit form
if (step_number != 4) {
step_number++;
stepActive(step_number);
\$('body,html').animate({
scrollTop: 250
}, 300, 'swing');
return false;
}
if (employed_has_error == false) {
\$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').removeAttr('required');
}
if (pensioner_has_error == false) {
\$('#employed select[required], #employed input[required], #employed textarea[required]').removeAttr('required');
}
});
});
/**
* Xu ly Tab
*/
function stepActive(step_number) {
\$('.ec-form-inquiry__group__step__item').removeClass('active');
\$('.step-content').removeClass('active');
\$('.ec-form-inquiry__group__step__item.step-' + step_number).addClass('active');
\$('.step-content.step-' + step_number).addClass('active');
if (step_number > 1) {
\$('#btn-back').addClass('active');
}
else {
\$('#btn-back').removeClass('active');
}
}
/**
* Check mail
*/
function validateEmail(email) {
var re = /\\S+@\\S+\\.\\S+/;
return re.test(email);
}
</script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js\"></script>
<script>
var CountTatami = {
countType1: 0, //6-14
countType2: 0, //16-20
countType3: 0, //23-
};
var CountTatamiAll = {
countType1: 0, //6-14
countType2: 0, //16-20
countType3: 0, //23-
};
var CountTatamiLoan = {
countType1: 0, //6-14
countType2: 0, //16-20
countType3: 0, //23-
};
\$(function() {
//khi load page, nếu không chọn thì check tất cả product
if (\$('.construction_air:checked').length <= 0) {
\$('.construction_air').prop('checked', true);
}
SetRequiredContent();
SetRequiredContent1();
SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
\$(\"input[name='loan[desired_construction_work]']\").change(function() {
SetRequiredContent();
});
\$(\"input[name='loan[desired_construction_work_02]']\").change(function() {
SetRequiredContent1();
CalcConstructionNumber();
});
\$(\"input[name='loan[construction_type_07]']\").change(function() {
SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='loan[construction_type_07_02_v2]']\").change(function() {
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='loan[construction_type_07_03_v1]']\").change(function() {
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='loan[electrical_outlet_07]']\").change(function() {
SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
});
\$(\"input[name='loan[room_size_07]']\").change(function() {
SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
});
\$(\"input[name='loan[room_size_07_02]']\").change(function() {
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
});
\$(\"input[name='loan[piping_status_07]']\").change(function() {
SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
});
\$(\"input[name='loan[outdoor_cover]']\").change(function() {
SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
});
\$(\"input[name='loan[setting_install_method]']\").change(function() {
SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
});
CalcConstructionNumber();
\$('.construction_air').on('change', function() {
if (\$('.construction_air:checked').length > 0) {
\$('.construction_air').removeAttr('required');
}
else {
\$('.construction_air').attr('required', 'required');
}
CalcConstructionNumber();
CalcPrice();
});
CalcPrice();
\$('input[type=\"radio\"]').on('change', function() {
CalcPrice();
});
});
function SetRequiredContent() {
{% if (checkCategory == 1) %}
\$(\"input[name='loan[desired_construction_work]'][value='本体+設置工事']\").prop('checked', true);
\$(\".ec-form-inquiry__group .table .list-item .item.active>table:first-child()\").css('display', 'none');
\$(\"input[name='loan[desired_construction_work_02]'][value='最終金額算出']\").prop('checked', true);
{% endif %}
var selectedValue = \$(\"input[name='loan[desired_construction_work]']:checked\").val();
if (selectedValue === \"本体+設置工事\") {
\$(\"#tableUnderTop\").css(\"display\", \"table\");
\$(\"#tableUnderTop input\").each(function(index, el) {
if (\$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
}
else {
\$(\"#tableUnderTop\").css(\"display\", \"none\");
\$(\"#tableSecond\").css(\"display\", \"none\");
\$(\"#tableUnderTop input, #tableSecond input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
}
function SetRequiredContent1() {
var selectedValue = \$(\"input[name='loan[desired_construction_work_02]']:checked\").val();
if (selectedValue === \"最終金額算出\") {
\$(\"#tableSecond\").css(\"display\", \"table\");
\$(\"#tableSecond .content-1 input\").each(function(index, el) {
if (\$(this).attr('name') != 'loan[construction_date_2]' && \$(this).attr('name') != 'loan[construction_date_3]' && \$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
}
else {
\$(\"#tableSecond\").css(\"display\", \"none\");
\$(\"#tableSecond .content-1 input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
}
function SetRequiredContent2(nameInput, condition , classCheck) {
var selectedValue = \$(\"input[name='loan[\"+ nameInput +\"]']:checked\").val();
if (selectedValue === condition) {
\$(classCheck).css(\"display\", \"flex\");
\$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
if (\$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
} else {
\$(classCheck).css(\"display\", \"none\");
\$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
}
/**
* Tính giá tiền
*/
function CalcPrice() {
var product_total_price = Number(\$('#product_total_price').val());
\$('#construction_base_price_1').val(0);
\$('#construction_base_price_2').val(0);
\$('#construction_base_price_3').val(0);
\$('#construction_total_price').val(0);
\$('#construction_discount').val(0);
\$('#total-price').text(numeral(product_total_price).format('0,0') + \"円\");
\$('.product_price').text(numeral(product_total_price).format('0,0'));
\$('.base_price').text(0);
\$('.add_price').text(0);
}
/**
* Đếm số lượng cần thi công
*/
function CalcConstructionNumber() {
CountTatami.countType1 = 0;
CountTatami.countType2 = 0;
CountTatami.countType3 = 0;
CountTatamiAll.countType1 = 0;
CountTatamiAll.countType2 = 0;
CountTatamiAll.countType3 = 0;
CountTatamiLoan.countType1 = 0;
CountTatamiLoan.countType2 = 0;
CountTatamiLoan.countType3 = 0;
var construction_air = []
var product_total_price = 0;
\$('.construction_air').each(function(index, el) {
let quantity = \$(this).data('quantity');
let price = \$(this).data('price');
let tatami = \$(this).data('tatami');
let loan = \$(this).data('loan');
if (tatami >= 6 && tatami <= 14) {
CountTatamiAll.countType1 += quantity;
if (loan == 1) {
CountTatamiLoan.countType1 += quantity;
}
} else if (tatami >= 16 && tatami <= 20) {
CountTatamiAll.countType2 += quantity;
if (loan == 1) {
CountTatamiLoan.countType2 += quantity;
}
} else if (tatami >= 23) {
CountTatamiAll.countType3 += quantity;
if (loan == 1) {
CountTatamiLoan.countType3 += quantity;
}
}
if (\$(this).is(':checked')) {
product_total_price += price;
if (tatami >= 6 && tatami <= 14) {
CountTatami.countType1 += quantity;
} else if (tatami >= 16 && tatami <= 20) {
CountTatami.countType2 += quantity;
} else if (tatami >= 23) {
CountTatami.countType3 += quantity;
}
construction_air.push(\$(this).val());
}
});
\$('#loan_construction_air').val(construction_air.toString());
\$('#loan_number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
\$('#product_total_price').val(product_total_price);
}
</script>
{% endblock javascript %}
{% block main %}
<div class=\"ec-inquiry-page\">
\t<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-form-inquiry-main\">
<div class=\"ec-form-inquiry__inner\">
<div class=\"inner\">
<div class=\"ec-form-inquiry__group\">
<div class=\"ec-form-inquiry__group__step\">
<ul class=\"ec-form-inquiry__group__step__items\">
<li class=\"ec-form-inquiry__group__step__item step-1 active\" data-step=\"1\">
<span>STEP1</span>
<span>ご本人様について</span>
</li>
<li class=\"ec-form-inquiry__group__step__item step-2\" data-step=\"2\">
<span>STEP2</span>
<span>お勤め先・ご収入</span>
</li>
<li class=\"ec-form-inquiry__group__step__item step-3\" data-step=\"3\">
<span>STEP3</span>
<span>連帯保証人の方</span>
</li>
<li class=\"ec-form-inquiry__group__step__item step-4\" data-step=\"4\">
<span>STEP4</span>
<span>工事内容の最終確認</span>
</li>
<li class=\"ec-form-inquiry__group__step__item step-5\" data-step=\"5\">
<span>STEP5</span>
<span>ご確認</span>
</li>
<li class=\"ec-form-inquiry__group__step__item step-6\" data-step=\"6\">
<span>STEP6</span>
<span>完了</span>
</li>
</ul>
</div>
<form id=\"loan_examination_form\" method=\"post\" action=\"{{ url('loan_examination') }}\" class=\"h-adr\" enctype=\"multipart/form-data\">
<span class=\"p-country-name\" style=\"display:none;\">Japan</span>
{{ form_widget(form._token) }}
<div class=\"step-content step-1 active\">
<div class=\"step-content__title\">ご本人様について</div>
<div class=\"table\">
{# <p class=\"text top\">必須項目 <span>※</span></p> #}
<div class=\"list-item\">
\t <div class=\"item\">
\t\t <table>
\t\t\t <tr>
\t\t\t\t <td><p>お名前</p></td>
\t\t\t\t <td>
\t\t\t\t\t <div class=\"fill\">
\t\t\t\t\t\t <label>
\t\t\t\t\t\t\t 姓
\t\t\t\t\t\t\t {{ form_widget(form.name.name01, {'attr': { 'placeholder': '姓' }}) }}
\t\t\t\t\t\t </label>
\t\t\t\t\t </div>
\t\t\t\t\t <div class=\"fill\">
\t\t\t\t\t\t <label>
\t\t\t\t\t\t\t 名
\t\t\t\t\t\t\t {{ form_widget(form.name.name02, {'attr': { 'placeholder': '名' }}) }}
\t\t\t\t\t\t </label>
\t\t\t\t\t </div>
\t\t\t\t\t {{ form_errors(form.name.name01) }}
\t\t\t\t\t {{ form_errors(form.name.name02) }}
\t\t\t\t </td>
\t\t\t </tr>
<tr>
<td><p>フリガナ</p></td>
<td>
<div class=\"fill\">
<label>
セイ
{{ form_widget(form.kana.kana01, {'attr': { 'placeholder': 'セイ' }}) }}
</label>
</div>
<div class=\"fill\">
<label>
メイ
{{ form_widget(form.kana.kana02, {'attr': { 'placeholder': 'メイ' }}) }}
</label>
</div>
{{ form_errors(form.kana.kana01) }}
{{ form_errors(form.kana.kana02) }}
</td>
</tr>
<tr>
<td><p>性別</p></td>
<td>
<div class=\"fill horizontal\">
{% for key,val in form.sex.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.sex.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.sex.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.sex) }}
</td>
</tr>
<tr>
<td><p>生年月日</p></td>
<td>
<div class=\"fill v2\">
<label class=\"group_select\">
<div class=\"select vip\">
{{ form_widget(form.birth.year) }}<span>年</span>
</div>
<div class=\"select vip\">
{{ form_widget(form.birth.month) }}<span>月</span>
</div>
<div class=\"select vip\">
{{ form_widget(form.birth.day) }}<span>日</span>
</div>
</label>
</div>
{{ form_errors(form.birth) }}
</td>
</tr>
<tr>
<td><p>住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
{{ form_widget(form.postal_code) }}
<a class=\"btn-post postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
</label>
{{ form_errors(form.postal_code) }}
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
{{ form_widget(form.address.pref) }}
</div>
</label>
{{ form_errors(form.address.pref) }}
<label class=\"label v4 address\">
市区町村・番地
{{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
</label>
{{ form_errors(form.address.addr01) }}
<label class=\"label v4 address\">
マンション・ビル名
{{ form_widget(form.address.addr02, { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
</label>
{{ form_errors(form.address.addr02) }}
</div>
</td>
</tr>
<tr>
<td><p>電話番号(ご自宅)</p></td>
<td>
<div class=\"fill horizontal\">
{% for key,val in form.tel_number_type.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.tel_number_type.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.tel_number_type.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.tel_number_type) }}
<div class=\"fill v2\">
<label>
{{ form_widget(form.tel_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
</label>
</div>
{{ form_errors(form.tel_number) }}
</td>
</tr>
<tr>
<td><p>電話番号(携帯)</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
</label>
</div>
{{ form_errors(form.phone_number) }}
</td>
</tr>
<tr>
<td><p>メールアドレス</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.email, {'attr': { 'placeholder': 'example@example.com' }}) }}
</label>
</div>
{{ form_errors(form.email) }}
</td>
</tr>
<tr>
<td><p>配偶者</p></td>
<td>
<div class=\"fill horizontal\">
{% for key,val in form.spouse.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.spouse.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.spouse.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.spouse) }}
</td>
</tr>
<tr>
<td><p>配偶者の職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
{{ form_widget(form.spouse_job) }}
</div>
</div>
{{ form_errors(form.spouse_job) }}
</td>
</tr>
<tr>
<td><p>世帯主とのご関係</p></td>
<td>
<div class=\"fill horizontal\">
{% for key,val in form.relationship.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.relationship.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.relationship.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
<label>
{{ form_widget(form.relationship_other, {'attr': { 'style': 'width: 120px;' }}) }}
</label>
</div>
{{ form_errors(form.relationship) }}
{{ form_errors(form.relationship_other) }}
</td>
</tr>
<tr>
<td><p>世帯人数</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.people_cnt, {'attr': { 'style': 'width: 120px;' }}) }} <span>人</span>
</label>
</div>
{{ form_errors(form.people_cnt) }}
</td>
</tr>
<tr>
<td><p>住宅ローン/家賃支払い</p></td>
<td>
<div class=\"fill horizontal\">
{% for key,val in form.housing_loan.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.housing_loan.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.housing_loan.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.housing_loan) }}
<p class=\"noice\">※お申込者ご自身またはお申込者と同一世帯の方の住宅ローン・家賃のお支払有無をご選択ください。「世帯」とは、お申込者と生計を共にする家族のことをいいます(同居・別居を問わず)。</p>
</td>
</tr>
<tr>
<td><p>住居区分</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
{{ form_widget(form.housing_type) }}
</div>
</div>
{{ form_errors(form.housing_type) }}
</td>
</tr>
<tr>
<td><p>居住年数</p></td>
<td>
<div class=\"fill horizontal\">
<label>
{{ form_widget(form.residence_year, {'attr': { 'style': 'width: 120px;' }}) }} <span>年</span>
</label>
</div>
<div class=\"fill horizontal\">
<label>
{{ form_widget(form.residence_month, {'attr': { 'style': 'width: 120px;' }}) }} <span>ヶ月</span>
</label>
</div>
{{ form_errors(form.residence_year) }}
{{ form_errors(form.residence_month) }}
</td>
</tr>
<tr>
<td><p>職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
{{ form_widget(form.job) }}
</div>
</div>
{{ form_errors(form.job) }}
</td>
</tr>
<tr>
<td><p>世帯主との居住状況</p></td>
<td>
<div class=\"fill horizontal\">
{% for key,val in form.head_of_household.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.head_of_household.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.head_of_household.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.head_of_household) }}
</td>
</tr>
\t\t </table>
\t </div>
</div>
</div>
</div>
<div class=\"step-content step-2\">
<div class=\"step-content__title\">お勤め先・ご収入について</div>
<div class=\"table\" id=\"employed\">
<div class=\"table__title\">
<p class=\"step-content__subtitle\">【有職者の方】パート・アルバイト含む</p>
{# <p class=\"text top\">必須項目 <span>※</span></p> #}
</div>
<div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p>職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
{{ form_widget(form.employed_job) }}
</div>
</div>
{{ form_errors(form.employed_job) }}
</td>
</tr>
<tr>
<td><p>業種</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
{{ form_widget(form.employed_industry) }}
</div>
</div>
{{ form_errors(form.employed_industry) }}
</td>
</tr>
<tr>
<td><p>お勤め先(派遣元)</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.employed_company) }}
</label>
</div>
{{ form_errors(form.employed_company) }}
</td>
</tr>
<tr>
<td><p>お勤め先フリガナ</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.employed_company_kana) }}
</label>
</div>
{{ form_errors(form.employed_company_kana) }}
</td>
</tr>
<tr>
<td><p>お勤め先住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
{{ form_widget(form.employed_postal_code) }}
<a class=\"btn-post employed_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
</label>
{{ form_errors(form.employed_postal_code) }}
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
{{ form_widget(form.employed_address_pref) }}
</div>
</label>
{{ form_errors(form.employed_address_pref) }}
<label class=\"label v4 address\">
市区町村・番地
{{ form_widget(form.employed_address_addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
</label>
{{ form_errors(form.employed_address_addr01) }}
<label class=\"label v4 address\">
マンション・ビル名
{{ form_widget(form.employed_address_addr02, { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
</label>
{{ form_errors(form.employed_address_addr02) }}
</div>
</td>
</tr>
<tr>
<td><p>お勤め先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.employed_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
</label>
</div>
{{ form_errors(form.employed_phone_number) }}
</td>
</tr>
<tr>
<td><p>勤続年数</p></td>
<td>
<div class=\"fill horizontal\">
<label>
{{ form_widget(form.employed_year, {'attr': { 'style': 'width: 120px;' }}) }} <span>年</span>
</label>
</div>
<div class=\"fill horizontal\">
<label>
{{ form_widget(form.employed_month, {'attr': { 'style': 'width: 120px;' }}) }} <span>ヶ月</span>
</label>
</div>
{{ form_errors(form.employed_year) }}
{{ form_errors(form.employed_month) }}
</td>
</tr>
<tr>
<td><p>税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.employed_income, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
</label>
</div>
{{ form_errors(form.employed_income) }}
</td>
</tr>
<tr>
<td><p>従業員数</p></td>
<td>
<div class=\"fill v2\">
<div class=\"select\">
{{ form_widget(form.employed_cnt) }}
</div>
</div>
{{ form_errors(form.employed_cnt) }}
</td>
</tr>
<tr>
<td><p>出向先・派遣先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.employed_company_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
</label>
</div>
{{ form_errors(form.employed_company_phone_number) }}
</td>
</tr>
</table>
</div>
</div>
</div>
<div class=\"table\" id=\"pensioner\">
<div class=\"table__title\">
<p class=\"step-content__subtitle\">【主婦・年金受給者の方】</p>
{# <p class=\"text top\">必須項目 <span>※</span></p> #}
</div>
<div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p>世帯主お名前</p></td>
<td>
<div class=\"fill\">
<label>
姓
{{ form_widget(form.pensioner_name.pensioner_name01, {'attr': { 'placeholder': '姓' }}) }}
</label>
</div>
<div class=\"fill\">
<label>
名
{{ form_widget(form.pensioner_name.pensioner_name02, {'attr': { 'placeholder': '名' }}) }}
</label>
</div>
{{ form_errors(form.pensioner_name.pensioner_name01) }}
{{ form_errors(form.pensioner_name.pensioner_name02) }}
</td>
</tr>
<tr>
<td><p>フリガナ</p></td>
<td>
<div class=\"fill\">
<label>
セイ
{{ form_widget(form.pensioner_kana.pensioner_kana01, {'attr': { 'placeholder': 'セイ' }}) }}
</label>
</div>
<div class=\"fill\">
<label>
メイ
{{ form_widget(form.pensioner_kana.pensioner_kana02, {'attr': { 'placeholder': 'メイ' }}) }}
</label>
</div>
{{ form_errors(form.pensioner_kana.pensioner_kana01) }}
{{ form_errors(form.pensioner_kana.pensioner_kana02) }}
</td>
</tr>
<tr>
<td><p>世帯主税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.pensioner_income, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
</label>
</div>
{{ form_errors(form.pensioner_income) }}
</td>
</tr>
<tr>
<td><p>世帯主のお支払中の<br>クレジット返済額</p></td>
<td>
<div>
<div class=\"fill horizontal\">
{% for key,val in form.household_paying.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.household_paying.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.household_paying.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.household_paying) }}
<div class=\"fill horizontal\">
<div style=\"margin-right: 2rem;\">
<p>有りとご回答された方 毎月の支払額</p>
<p class=\"noice\">※住宅ローン・無担保ローンを除く</p>
</div>
<label>
{{ form_widget(form.household_paying_amount, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
</label>
</div>
{{ form_errors(form.household_paying_amount) }}
</div>
</td>
</tr>
<tr>
<td><p>年金の種類</p></td>
<td>
<div class=\"fill horizontal\">
{{ form_widget(form.pensioner_type) }}
<label>
{{ form_widget(form.pensioner_type_other, {'attr': { 'style': 'width: 120px;' }}) }}
</label>
</div>
{{ form_errors(form.pensioner_type) }}
{{ form_errors(form.pensioner_type_other) }}
</td>
</tr>
<tr>
<td><p>年金以外の収入</p></td>
<td>
<div class=\"fill horizontal\">
{% for key,val in form.pensioner_income_other.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.pensioner_income_other.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.pensioner_income_other.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.pensioner_income_other) }}
</td>
</tr>
<tr>
<td><p>今回のお支払い</p></td>
<td>
<div class=\"fill horizontal\">
{{ form_widget(form.pensioner_payment) }}
<label>
{{ form_widget(form.pensioner_payment_other, {'attr': { 'style': 'width: 120px;' }}) }}
</label>
</div>
{{ form_errors(form.pensioner_payment) }}
{{ form_errors(form.pensioner_payment_other) }}
</td>
</tr>
<tr>
<td><p>お勤め先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.pensioner_company_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
</label>
</div>
{{ form_errors(form.pensioner_company_phone_number) }}
</td>
</tr>
<tr>
<td><p>年金受給者の税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.pensioner_income2, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
</label>
</div>
{{ form_errors(form.pensioner_income2) }}
</td>
</tr>
<tr>
<td><p>口座名義人</p></td>
<td>
<div>
<div class=\"fill horizontal\">
{% for key,val in form.pensioner_acount.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.pensioner_acount.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.pensioner_acount.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.pensioner_acount) }}
<p class=\"noice\">※口座名義人が申込者の場合、連帯保証人が必要となる場合があります。</p>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class=\"step-content step-3\">
<div class=\"step-content__title\">連帯保証人の方</div>
<div class=\"table\">
{# <p class=\"text top\">必須項目 <span>※</span></p> #}
<div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p>お名前</p></td>
<td>
<div class=\"fill\">
<label>
姓
{{ form_widget(form.guarantor_name.guarantor_name01, {'attr': { 'placeholder': '姓' }}) }}
</label>
</div>
<div class=\"fill\">
<label>
名
{{ form_widget(form.guarantor_name.guarantor_name02, {'attr': { 'placeholder': '名' }}) }}
</label>
</div>
{{ form_errors(form.guarantor_name.guarantor_name01) }}
{{ form_errors(form.guarantor_name.guarantor_name02) }}
</td>
</tr>
<tr>
<td><p>フリガナ</p></td>
<td>
<div class=\"fill\">
<label>
セイ
{{ form_widget(form.guarantor_kana.guarantor_kana01, {'attr': { 'placeholder': 'セイ' }}) }}
</label>
</div>
<div class=\"fill\">
<label>
メイ
{{ form_widget(form.guarantor_kana.guarantor_kana02, {'attr': { 'placeholder': 'メイ' }}) }}
</label>
</div>
{{ form_errors(form.guarantor_kana.guarantor_kana01) }}
{{ form_errors(form.guarantor_kana.guarantor_kana02) }}
</td>
</tr>
<tr>
<td><p>性別</p></td>
<td>
<div class=\"fill horizontal\">
{% for key,val in form.guarantor_sex.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.guarantor_sex.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.guarantor_sex.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.guarantor_sex) }}
</td>
</tr>
<tr>
<td><p>生年月日</p></td>
<td>
<div class=\"fill v2\">
<label class=\"group_select\">
<div class=\"select vip\">
{{ form_widget(form.guarantor_birth.year) }}<span>年</span>
</div>
<div class=\"select vip\">
{{ form_widget(form.guarantor_birth.month) }}<span>月</span>
</div>
<div class=\"select vip\">
{{ form_widget(form.guarantor_birth.day) }}<span>日</span>
</div>
</label>
</div>
{{ form_errors(form.guarantor_birth) }}
</td>
</tr>
<tr>
<td><p>住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
{{ form_widget(form.guarantor_postal_code) }}
<a class=\"btn-post guarantor_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
</label>
{{ form_errors(form.guarantor_postal_code) }}
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
{{ form_widget(form.guarantor_address_pref) }}
</div>
</label>
{{ form_errors(form.guarantor_address_pref) }}
<label class=\"label v4 address\">
市区町村・番地
{{ form_widget(form.guarantor_address_addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
</label>
{{ form_errors(form.guarantor_address_addr01) }}
<label class=\"label v4 address\">
マンション・ビル名
{{ form_widget(form.guarantor_address_addr02, { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
</label>
{{ form_errors(form.guarantor_address_addr02) }}
</div>
</td>
</tr>
<tr>
<td><p>電話番号(ご自宅)</p></td>
<td>
<div class=\"fill horizontal\">
{% for key,val in form.guarantor_tel_number_type.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.guarantor_tel_number_type.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.guarantor_tel_number_type.vars.data == val.value %}checked{% endif %} required=\"required\" />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.guarantor_tel_number_type) }}
<div class=\"fill v2\">
<label>
{{ form_widget(form.guarantor_tel_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
</label>
</div>
{{ form_errors(form.guarantor_tel_number) }}
</td>
</tr>
<tr>
<td><p>電話番号(携帯)</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.guarantor_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
</label>
</div>
{{ form_errors(form.guarantor_phone_number) }}
</td>
</tr>
<tr>
<td><p>メールアドレス<br>(半角英数字)</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.guarantor_email, {'attr': { 'placeholder': 'example@example.com' }}) }}
</label>
</div>
{{ form_errors(form.guarantor_email) }}
</td>
</tr>
<tr>
<td><p>メールアドレス確認用<br>(半角英数字)</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.guarantor_email_confirm, {'attr': { 'placeholder': 'example@example.com' }}) }}
</label>
</div>
{{ form_errors(form.guarantor_email_confirm) }}
</td>
</tr>
<tr>
<td><p>契約者との続柄</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.guarantor_relation) }}
</label>
</div>
{{ form_errors(form.guarantor_relation) }}
</td>
</tr>
<tr>
<td><p>職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
{{ form_widget(form.guarantor_job) }}
</div>
</div>
{{ form_errors(form.guarantor_job) }}
</td>
</tr>
<tr>
<td><p>業種</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
{{ form_widget(form.guarantor_industry) }}
</div>
</div>
{{ form_errors(form.guarantor_industry) }}
</td>
</tr>
<tr>
<td><p>お勤め先(派遣元)</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.guarantor_company) }}
</label>
</div>
{{ form_errors(form.guarantor_company) }}
</td>
</tr>
<tr>
<td><p>お勤め先フリガナ</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.guarantor_company_kana) }}
</label>
</div>
{{ form_errors(form.guarantor_company_kana) }}
</td>
</tr>
<tr>
<td><p>お勤め先住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
{{ form_widget(form.guarantor_company_postal_code) }}
<a class=\"btn-post guarantor_company_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
</label>
{{ form_errors(form.guarantor_company_postal_code) }}
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
{{ form_widget(form.guarantor_company_address_pref) }}
</div>
</label>
{{ form_errors(form.guarantor_company_address_pref) }}
<label class=\"label v4 address\">
市区町村・番地
{{ form_widget(form.guarantor_company_address_addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
</label>
{{ form_errors(form.guarantor_company_address_addr01) }}
<label class=\"label v4 address\">
マンション・ビル名
{{ form_widget(form.guarantor_company_address_addr02, { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
</label>
{{ form_errors(form.guarantor_company_address_addr02) }}
</div>
</td>
</tr>
<tr>
<td><p>お勤め先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.guarantor_company_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
</label>
</div>
{{ form_errors(form.guarantor_company_phone_number) }}
</td>
</tr>
<tr>
<td><p>勤続年数</p></td>
<td>
<div class=\"fill horizontal\">
<label>
{{ form_widget(form.guarantor_year, {'attr': { 'style': 'width: 120px;' }}) }} <span>年</span>
</label>
</div>
<div class=\"fill horizontal\">
<label>
{{ form_widget(form.guarantor_month, {'attr': { 'style': 'width: 120px;' }}) }} <span>ヶ月</span>
</label>
</div>
{{ form_errors(form.guarantor_year) }}
{{ form_errors(form.guarantor_month) }}
</td>
</tr>
<tr>
<td><p>税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.guarantor_income, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
</label>
</div>
{{ form_errors(form.guarantor_income) }}
</td>
</tr>
<tr>
<td><p>従業員数</p></td>
<td>
<div class=\"fill v2\">
<div class=\"select\">
{{ form_widget(form.guarantor_cnt) }}
</div>
</div>
{{ form_errors(form.guarantor_cnt) }}
</td>
</tr>
<tr>
<td><p>出向先・派遣先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.guarantor_company_phone_number2, {'attr': { 'placeholder': '000-0000-0000' }}) }}
</label>
</div>
{{ form_errors(form.guarantor_company_phone_number2) }}
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class=\"step-content step-4\">
<div class=\"step-content__title\">工事内容の最終確認</div>
<div class=\"table\">
{# <p class=\"text top\">必須項目 <span>※</span></p> #}
<div class=\"list-item\">
<div class=\"item\">
<input type=\"hidden\" id=\"product_total_price\" name=\"{{ form.product_total_price.vars.full_name }}\" value=\"{{ productTotalPrice }}\">
<div class=\"table\">
<div class=\"list-item\">
<div class=\"item active\">
<table>
<tr>
<td><p>希望する工事</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.desired_construction_work.vars.choices %}
<div>
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.desired_construction_work.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.desired_construction_work.vars.data == val.value %}checked{% endif %} required />
{{ val.label | trans }}
</label>
</div>
{% endfor %}
</div>
{{ form_errors(form.desired_construction_work) }}
</td>
</tr>
</table>
<table id=\"tableUnderTop\" style=\"padding: 0;\">
<tr class=\"desired_construction_work_02\">
<td><p>希望する工事</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.desired_construction_work_02.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.desired_construction_work_02.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.desired_construction_work_02.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"新居等への引越しのため設置場所の詳細確認不可\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.desired_construction_work_02) }}
</td>
</tr>
</table>
<table id=\"tableSecond\" style=\"padding: 0;\">
{% if (countProductBasic != 0) %}
<tr class=\"content-1\">
<td><p>特急券の購入</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.express_tickets.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.express_tickets.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.express_tickets.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_widget(form.express_tickets_price) }}
</div>
{{ form_errors(form.express_tickets) }}
</td>
</tr>
{% endif %}
<tr class=\"content-1\">
<td><p>お住まい</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.osumai.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.osumai.vars.full_name }}\" data-percent=\"{{ val.attr['percent'] | default(0) }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.osumai.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.osumai) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>建物の所有</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.building_ownership.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.building_ownership.vars.full_name }}\" data-percent=\"{{ val.attr['percent'] | default(0) }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.building_ownership.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"賃貸\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.building_ownership) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>構造</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.structure.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.structure.vars.full_name }}\" data-percent=\"{{ val.attr['percent'] | default(0) }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.structure.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.structure) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置台数</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_airs.vars.choices %}
{% set has_checked = false %}
{% for key2,val2 in form.construction_airs.vars.data %}
{% if val.value == val2 %}
{% set has_checked = true %}
<label class=\"form-check\">
<input type=\"checkbox\"
name=\"{{ form.construction_airs.vars.full_name }}\"
class=\"construction_air\"
data-tatami=\"{{ val.attr['data-tatami'] | default(0) }}\" data-quantity=\"{{ val.attr['data-quantity'] | default(0) }}\"
data-price=\"{{ val.attr['data-price'] | default(0) }}\"
data-loan=\"{{ val.attr['data-loan'] | default(0) }}\"
value=\"{{ val.value }}\" checked />
{{ val.data | trans }}
</label>
{% endif %}
{% endfor %}
{% if has_checked == false %}
<label class=\"form-check\">
<input type=\"checkbox\"
name=\"{{ form.construction_airs.vars.full_name }}\"
class=\"construction_air\"
data-tatami=\"{{ val.attr['data-tatami'] | default(0) }}\"
data-quantity=\"{{ val.attr['data-quantity'] | default(0) }}\"
data-price=\"{{ val.attr['data-price'] | default(0) }}\"
data-loan=\"{{ val.attr['data-loan'] | default(0) }}\"
value=\"{{ val.value }}\"/>
{{ val.data | trans }}
</label>
{% endif %}
{% endfor %}
{{ form_widget(form.construction_air) }}
{{ form_widget(form.number_install) }}
{{ form_widget(form.number_install_price) }}
</div>
{{ form_errors(form.construction_airs) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置工事希望日</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v3 date vip\">
第一希望日
{{ form_widget(form.construction_date_1) }}
{{ form_errors(form.construction_date_1) }}
<span class=\"pc\"> </span>希望時間帯
<select name=\"{{ form.time_slot_1.vars.full_name }}\" id=\"time_slot_1\">
{% for key,val in form.time_slot_1.vars.choices %}
<option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
{% endfor %}
</select>
</label>
<label class=\"label v3 date\">
第二希望日
{{ form_widget(form.construction_date_2) }}
{{ form_errors(form.construction_date_2) }}
<span class=\"pc\"> </span>希望時間帯
<select name=\"{{ form.time_slot_2.vars.full_name }}\" id=\"time_slot_2\">
{% for key,val in form.time_slot_2.vars.choices %}
<option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
{% endfor %}
</select>
</label>
<label class=\"label v3 date\">
第三希望日
{{ form_widget(form.construction_date_3) }}
{{ form_errors(form.construction_date_3) }}
<span class=\"pc\"> </span>希望時間帯
<select name=\"{{ form.time_slot_3.vars.full_name }}\" id=\"time_slot_3\">
{% for key,val in form.time_slot_3.vars.choices %}
<option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
{% endfor %}
</select>
</label>
{{ form_widget(form.contents, {'attr': { 'placeholder': 'その他希望等あればご記入ください。' }}) }}
{{ form_errors(form.contents) }}
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>工事内訳</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"新設工事に加えて移設工事も希望\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07) }}
</td>
</tr>
<tr class=\"construction_type_07_02_v1\">
<td><p>工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_02_v1.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_02_v1.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_02_v1.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_widget(form.construction_type_07_02_v1_price) }}
</div>
{{ form_errors(form.construction_type_07_02_v1) }}
</td>
</tr>
<tr class=\"construction_type_07_02_v2\">
<td><p>工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_02_v2.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_02_v2.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_02_v2.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07_02_v2) }}
</td>
</tr>
<tr class=\"construction_type_07_03_v1\">
<td><p>工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_03_v1.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_03_v1.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_03_v1.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07_03_v1) }}
</td>
</tr>
<tr class=\"construction_type_07_03_v2\">
<td><p>工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_03_v2.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_03_v2.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_03_v2.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_widget(form.construction_type_07_03_v2_price) }}
</div>
{{ form_errors(form.construction_type_07_03_v2) }}
</td>
</tr>
<tr class=\"construction_type_07_04_v1\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_04_v1.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_04_v1.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_04_v1.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_widget(form.construction_type_07_04_v1_price) }}
</div>
{{ form_errors(form.construction_type_07_04_v1) }}
</td>
</tr>
<tr class=\"construction_type_07_04_v2\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_04_v2.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_04_v2.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_04_v2.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_widget(form.construction_type_07_04_v2_price) }}
</div>
{{ form_errors(form.construction_type_07_04_v2) }}
</td>
</tr>
<tr class=\"construction_type_07_04_v3\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_04_v3.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_04_v3.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_04_v3.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_widget(form.construction_type_07_04_v3_price) }}
</div>
{{ form_errors(form.construction_type_07_04_v3) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>エアコン設置場所</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_floor_07.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_floor_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_floor_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_floor_07) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>エレベーターの有無</p><small>※3階以上の場合</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.elevator_07.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.elevator_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.elevator_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_errors(form.elevator_07) }}
{{ form_widget(form.elevator_07_price) }}
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントの有無</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.electrical_outlet_07.vars.choices %}
<label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap;\">
<input type=\"radio\" name=\"{{ form.electrical_outlet_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.electrical_outlet_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"なし(別途工事が必要になります)\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
{% endif %}
{% if val.value == \"不明\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
{{ form_errors(form.electrical_outlet_07) }}
{{ form_widget(form.electrical_outlet_07_price) }}
</div>
</td>
</tr>
<tr class=\"electrical_outlet_07_02\">
<td><p>コンセントの有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.electrical_outlet_07_02.vars.choices %}
<label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap;\">
<input type=\"radio\" name=\"{{ form.electrical_outlet_07_02.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.electrical_outlet_07_02.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_errors(form.electrical_outlet_07_02) }}
{{ form_widget(form.electrical_outlet_07_02_price) }}
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>建物の契約アンペア</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.contract_amp.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.contract_amp.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.contract_amp.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.contract_amp) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントアース端子</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.outlet_earth.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.outlet_earth.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.outlet_earth.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
{% if val.value == \"なし\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
{% endif %}
{% if val.value == \"不明\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.outlet_earth) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>配管穴の有無</p></td>
<td>
<div class=\"fill v4 vip\">
{% for key,val in form.room_size_07.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.room_size_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.room_size_07.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
{% if val.value == \"不明\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.room_size_07) }}
<img style=\"margin-left: auto;\" src=\"{{ asset('assets/img/contact/') }}hole-sample.jpg\" alt=\"配管穴の有無\">
</td>
</tr>
{% if (countProductBasic != 0) %}
<tr class=\"room_size_07_02\">
<td><p>配管穴の有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.room_size_07_02.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.room_size_07_02.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.room_size_07_02.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.room_size_07_02) }}
</td>
</tr>
{% endif %}
<tr class=\"room_size_07_03_v1\">
<td><p>建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.room_size_07_03_v1.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.room_size_07_03_v1.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.room_size_07_03_v1.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
{% if val.value == \"その他\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
{% if val.value == \"不明\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
{{ form_widget(form.room_size_07_03_v1_price) }}
</div>
{{ form_errors(form.room_size_07_03_v1) }}
</td>
</tr>
<tr class=\"room_size_07_03_v2\">
<td><p>建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.room_size_07_03_v2.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.room_size_07_03_v2.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.room_size_07_03_v2.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
{% if val.value == \"その他\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
{% if val.value == \"不明\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
{{ form_widget(form.room_size_07_03_v2_price) }}
</div>
{{ form_errors(form.room_size_07_03_v2) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置予定場所の<br class=\"pc\" />配管の状態</p></td>
<td style=\"flex-direction: column;\">
<div class=\"fill v5 up\">
{% set idx = 0 %}
{% for key,val in form.piping_status_07.vars.choices %}
{% set idx = idx + 1 %}
{% if idx <= 2 %}
<div class=\"group\">
<label class=\"form-check v2\">
<input type=\"radio\" name=\"{{ form.piping_status_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.piping_status_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
<img src=\"{{ asset('assets/img/form-0y/') }}line-option-0{{ idx }}.jpg\" alt=\"\">
</div>
{% endif %}
{% endfor %}
</div>
<div class=\"fill v5\">
{% set idx = 0 %}
{% for key,val in form.piping_status_07.vars.choices %}
{% set idx = idx + 1 %}
{% if idx > 2 %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.piping_status_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.piping_status_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endif %}
{% endfor %}
</div>
{{ form_errors(form.piping_status_07) }}
</td>
</tr>
<tr class=\"piping_status_07_02\">
<td><p>設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.piping_status_07_02.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.piping_status_07_02.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.piping_status_07_02.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_widget(form.piping_status_07_02_price) }}
</div>
{{ form_errors(form.piping_status_07_02) }}
</td>
</tr>
{% if (countProductBasic != 0) %}
<tr class=\"content-1\">
<td><p>室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\" style=\"order: 2;\">
{% for key,val in form.indoor_cover_07.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.indoor_cover_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.indoor_cover_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"必要(2m以内)\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
{% endif %}
{% if val.value == \"未定\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
{% endif %}
</label>
{% endfor %}
{{ form_widget(form.indoor_cover_07_price) }}
</div>
{{ form_errors(form.indoor_cover_07) }}
<img style=\"margin-left: auto; order: 3;\" src=\"{{ asset('assets/img/contact/') }}item-1.jpg\" alt=\"室内化粧カバー\">
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.outdoor_cover.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.outdoor_cover.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.outdoor_cover.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"その他\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.outdoor_cover) }}
<img style=\"margin-left: auto;\" src=\"{{ asset('assets/img/contact/') }}item-2.jpg\" alt=\"室外化粧カバー\">
</td>
</tr>
<tr class=\"outdoor_cover_02\">
<td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.outdoor_cover_02.vars.choices %}
<label class=\"form-check\" >
<input type=\"radio\" name=\"{{ form.outdoor_cover_02.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.outdoor_cover_02.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"再使用(交換)同階\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
{% endif %}
{% if val.value == \"再使用(交換)異階\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
{% endif %}
</label>
{% endfor %}
{{ form_widget(form.outdoor_cover_02_price) }}
</div>
{{ form_errors(form.outdoor_cover_02) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外機の設置場所(既設場所・希望設置場所)</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_outdoor_07.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.construction_outdoor_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_outdoor_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"その他\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
{{ form_widget(form.construction_outdoor_07_price) }}
</div>
{{ form_errors(form.construction_outdoor_07) }}
</td>
</tr>
{% endif %}
<tr class=\"content-1\">
<td><p>室外機の設置方法(既設方法・希望設置方法)</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.setting_install_method.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.setting_install_method.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.setting_install_method.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.setting_install_method) }}
<div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
{% for key,val in form.construction_method_07_v1.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.construction_method_07_v1.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_method_07_v1.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"⑧不明(記載)\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
<img style=\"margin-top: 3rem;\" src=\"{{ asset('assets/img/form-0y/install-option.jpg') }}\" alt=\"\">
{{ form_widget(form.construction_method_07_v1_price) }}
</div>
{{ form_errors(form.construction_method_07_v1) }}
<div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
{% for key,val in form.construction_method_07_v2.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.construction_method_07_v2.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_method_07_v2.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"⑧不明(記載)\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
<img style=\"margin-top: 3rem;\" src=\"{{ asset('assets/img/form-0y/install-option.jpg') }}\" alt=\"\">
{{ form_widget(form.construction_method_07_v2_price) }}
</div>
{{ form_errors(form.construction_method_07_v2) }}
</td>
</tr>
</table>
<div class=\"result\">
<p>概算合計金額</p>
<p id=\"total-price\">00,000円</p>
{{ form_widget(form.construction_base_price_1) }}
{{ form_widget(form.construction_base_price_2) }}
{{ form_widget(form.construction_base_price_3) }}
{{ form_widget(form.construction_total_price) }}
{{ form_widget(form.construction_discount) }}
</div>
<div style=\"text-align: right;\" class=\"pc\">
「
本体価格 <span class=\"product_price\"></span>円、
標準工事 <span class=\"base_price\"></span>円、
追加工事 <span class=\"add_price\"></span>円
」
</div>
<div style=\"text-align: right;\" class=\"sp\">
本体価格 <span class=\"product_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
標準工事 <span class=\"base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
追加工事 <span class=\"add_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"check\">
<input type=\"checkbox\" name=\"\" id=\"\" required=\"true\">
<label for=\"\"><a href=\"{{ url('help_privacy') }}\" target=\"_blank\">「プライバシーポリシー」</a>に同意する</label>
</div>
</div>
<div class=\"list-btn\">
<button type=\"button\" class=\"btn btn-sd btn-back\" id=\"btn-back\">
<span>戻る</span>
</button>
<button type=\"submit\" class=\"btn btn-sd\" id=\"btn-confirm\" name=\"mode\" value=\"confirm\">
<span>次へ</span>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
", "@user_data/loan_examination.twig", "/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/user_data/loan_examination.twig");
}
}