<?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\">
p.required{
display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: flex-start;
gap: 0 1rem;
}
p.required:after{
content: \"【必須】\";
font-size: 1.2rem;
color: #db0000;
margin-top: 0.5rem;
}
.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;
}
";
// line 47
echo " </style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 50
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 51
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() {
\$(\"input[name='loan[desired_construction_work]'][value='エアコン本体と設置工事をご希望の方']\").prop('checked', true);
";
// line 382
if (((isset($context["checkCategory"]) || array_key_exists("checkCategory", $context) ? $context["checkCategory"] : (function () { throw new RuntimeError('Variable "checkCategory" does not exist.', 382, $this->source); })()) == 1)) {
// line 383
echo " // Trường hợp loan thì mặc định 最終金額算出
\$(\".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 387
echo "
var selectedValue = \$(\"input[name='loan[desired_construction_work]']:checked\").val();
if (selectedValue === \"エアコン本体と設置工事をご希望の方\") {
\$(\"#tableUnderTop\").css(\"display\", \"table\");
\$(\"#tableUnderTop input, #tableThree input\").each(function(index, el) {
if (\$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
\$(\"#tableThree\").css(\"display\", \"none\");
\$(\"#tableThree input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
else {
\$(\"#tableUnderTop\").css(\"display\", \"none\");
\$(\"#tableSecond\").css(\"display\", \"none\");
\$(\"#tableThree\").css(\"display\", \"none\");
\$(\"#tableUnderTop input, #tableSecond input, #tableThree input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
SetUnrequired();
}
function SetRequiredContent1() {
var selectedValue = \$(\"input[name='loan[desired_construction_work_02]']:checked\").val();
if (selectedValue === \"最終金額算出\") {
\$(\"#tableThree\").css(\"display\", \"none\");
\$(\"#tableThree input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
\$(\"#tableSecond\").css(\"display\", \"table\");
\$(\"#tableSecond .content-1 input\").each(function(index, el) {
if (\$(this).attr('name') != 'construction_date_2' && \$(this).attr('name') != 'construction_date_3' && \$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
}
else if (selectedValue === \"新居等への引越しのため設置場所の詳細確認不可\") {
\$(\"#tableSecond\").css(\"display\", \"none\");
\$(\"#tableSecond .content-1 input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
\$(\"#tableThree\").css(\"display\", \"table\");
\$(\"#tableThree input\").each(function(index, el) {
if (\$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
}
else {
\$(\"#tableSecond\").css(\"display\", \"none\");
\$(\"#tableThree\").css(\"display\", \"none\");
\$(\"#tableSecond .content-1 input, #tableThree input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
SetUnrequired();
}
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');
});
}
SetUnrequired();
}
function SetUnrequired() {
\$('input[name=\"loan[address][addr02]\"]').removeAttr('required');
\$('input[name=\"loan[tel_number_type]\"]').removeAttr('required');
\$('input[name=\"loan[tel_number]\"]').removeAttr('required');
\$('input[name=\"loan[electrical_outlet_07_02]\"]').removeAttr('required');
\$('input[name=\"loan[outlet_earth]\"]').removeAttr('required');
\$('input[name=\"loan[image_3]\"]').removeAttr('required');
\$('input[name=\"loan[floor]\"]').removeAttr('required');
\$('.custom-file img').each(function(index, el) {
if (\$(this).attr('src') != \"\") {
\$(this).closest('.custom-file').find('input').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'));
\$('.product_base_price').text(numeral(product_total_price + 0).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);
}
\$(document).ready(function(){
\$(\".custom-file input[type='file']\").change(function(){
var filePath = \$(this).val();
var fileName = filePath.split('\\\\').pop();
var label = \$(this).parent().find(\"label\");
label.text(fileName);
var hiddenInputId = \$(this).attr(\"id\") + \"-filename\";
\$(\"#\" + hiddenInputId).val(fileName);
\$(this).parent().find(\"label\").css(\"color\", \"rgba(0, 0, 0, 1)\");
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 585
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 586
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 598
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 638
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 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); })()), "_token", [], "any", false, false, false, 641), 'widget');
echo "
<div class=\"step-content step-1 active\">
<div class=\"step-content__title\">ご本人様について</div>
<div class=\"table\">
";
// line 647
echo " <div class=\"list-item\">
\t <div class=\"item\">
\t\t <table>
\t\t\t <tr>
\t\t\t\t <td><p class=\"required\">お名前</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 656
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.', 656, $this->source); })()), "name", [], "any", false, false, false, 656), "name01", [], "any", false, false, false, 656), '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 662
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.', 662, $this->source); })()), "name", [], "any", false, false, false, 662), "name02", [], "any", false, false, false, 662), 'widget', ["attr" => ["placeholder" => "名"]]);
echo "
\t\t\t\t\t\t </label>
\t\t\t\t\t </div>
\t\t\t\t\t ";
// 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); })()), "name", [], "any", false, false, false, 665), "name01", [], "any", false, false, false, 665), 'errors');
echo "
\t\t\t\t\t ";
// line 666
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.', 666, $this->source); })()), "name", [], "any", false, false, false, 666), "name02", [], "any", false, false, false, 666), 'errors');
echo "
\t\t\t\t </td>
\t\t\t </tr>
<tr>
<td><p class=\"required\">フリガナ</p></td>
<td>
<div class=\"fill\">
<label>
セイ
";
// line 675
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.', 675, $this->source); })()), "kana", [], "any", false, false, false, 675), "kana01", [], "any", false, false, false, 675), 'widget', ["attr" => ["placeholder" => "セイ"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
メイ
";
// line 681
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.', 681, $this->source); })()), "kana", [], "any", false, false, false, 681), "kana02", [], "any", false, false, false, 681), 'widget', ["attr" => ["placeholder" => "メイ"]]);
echo "
</label>
</div>
";
// line 684
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.', 684, $this->source); })()), "kana", [], "any", false, false, false, 684), "kana01", [], "any", false, false, false, 684), 'errors');
echo "
";
// line 685
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.', 685, $this->source); })()), "kana", [], "any", false, false, false, 685), "kana02", [], "any", false, false, false, 685), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">性別</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 692
$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.', 692, $this->source); })()), "sex", [], "any", false, false, false, 692), "vars", [], "any", false, false, false, 692), "choices", [], "any", false, false, false, 692));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 693
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 694
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.', 694, $this->source); })()), "sex", [], "any", false, false, false, 694), "vars", [], "any", false, false, false, 694), "full_name", [], "any", false, false, false, 694), "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, 694), "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.', 694, $this->source); })()), "sex", [], "any", false, false, false, 694), "vars", [], "any", false, false, false, 694), "data", [], "any", false, false, false, 694) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 694))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 695
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, 695)), "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 697
echo "
</div>
";
// line 699
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.', 699, $this->source); })()), "sex", [], "any", false, false, false, 699), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">生年月日</p></td>
<td>
<div class=\"fill v2\">
<label class=\"group_select\">
<div class=\"select vip\">
";
// line 708
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.', 708, $this->source); })()), "birth", [], "any", false, false, false, 708), "year", [], "any", false, false, false, 708), 'widget');
echo "<span>年</span>
</div>
<div class=\"select vip\">
";
// line 711
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.', 711, $this->source); })()), "birth", [], "any", false, false, false, 711), "month", [], "any", false, false, false, 711), 'widget');
echo "<span>月</span>
</div>
<div class=\"select vip\">
";
// line 714
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.', 714, $this->source); })()), "birth", [], "any", false, false, false, 714), "day", [], "any", false, false, false, 714), 'widget');
echo "<span>日</span>
</div>
</label>
</div>
";
// line 718
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.', 718, $this->source); })()), "birth", [], "any", false, false, false, 718), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
";
// line 727
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.', 727, $this->source); })()), "postal_code", [], "any", false, false, false, 727), 'widget');
echo "
<a class=\"btn-post postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 728
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html", null, true);
echo "</span></a>
</label>
";
// 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); })()), "postal_code", [], "any", false, false, false, 730), 'errors');
echo "
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
";
// line 735
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.', 735, $this->source); })()), "address", [], "any", false, false, false, 735), "pref", [], "any", false, false, false, 735), 'widget');
echo "
</div>
</label>
";
// line 738
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.', 738, $this->source); })()), "address", [], "any", false, false, false, 738), "pref", [], "any", false, false, false, 738), 'errors');
echo "
<label class=\"label v4 address\">
市区町村・番地
";
// line 742
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.', 742, $this->source); })()), "address", [], "any", false, false, false, 742), "addr01", [], "any", false, false, false, 742), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
echo "
</label>
";
// line 744
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.', 744, $this->source); })()), "address", [], "any", false, false, false, 744), "addr01", [], "any", false, false, false, 744), 'errors');
echo "
<label class=\"label v4 address\">
マンション・ビル名
";
// line 748
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.', 748, $this->source); })()), "address", [], "any", false, false, false, 748), "addr02", [], "any", false, false, false, 748), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
echo "
</label>
";
// line 750
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.', 750, $this->source); })()), "address", [], "any", false, false, false, 750), "addr02", [], "any", false, false, false, 750), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<td><p>電話番号(ご自宅)</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 758
$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.', 758, $this->source); })()), "tel_number_type", [], "any", false, false, false, 758), "vars", [], "any", false, false, false, 758), "choices", [], "any", false, false, false, 758));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 759
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 760
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.', 760, $this->source); })()), "tel_number_type", [], "any", false, false, false, 760), "vars", [], "any", false, false, false, 760), "full_name", [], "any", false, false, false, 760), "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, 760), "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.', 760, $this->source); })()), "tel_number_type", [], "any", false, false, false, 760), "vars", [], "any", false, false, false, 760), "data", [], "any", false, false, false, 760) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 760))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 761
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, 761)), "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 763
echo "
</div>
";
// line 765
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.', 765, $this->source); })()), "tel_number_type", [], "any", false, false, false, 765), 'errors');
echo "
<div class=\"fill v2\">
<label>
";
// line 768
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.', 768, $this->source); })()), "tel_number", [], "any", false, false, false, 768), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 771
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.', 771, $this->source); })()), "tel_number", [], "any", false, false, false, 771), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">電話番号(携帯)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 779
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.', 779, $this->source); })()), "phone_number", [], "any", false, false, false, 779), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 782
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.', 782, $this->source); })()), "phone_number", [], "any", false, false, false, 782), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">メールアドレス</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 790
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.', 790, $this->source); })()), "email", [], "any", false, false, false, 790), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
echo "
</label>
</div>
";
// 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); })()), "email", [], "any", false, false, false, 793), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">配偶者</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 800
$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.', 800, $this->source); })()), "spouse", [], "any", false, false, false, 800), "vars", [], "any", false, false, false, 800), "choices", [], "any", false, false, false, 800));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 801
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 802
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.', 802, $this->source); })()), "spouse", [], "any", false, false, false, 802), "vars", [], "any", false, false, false, 802), "full_name", [], "any", false, false, false, 802), "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, 802), "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.', 802, $this->source); })()), "spouse", [], "any", false, false, false, 802), "vars", [], "any", false, false, false, 802), "data", [], "any", false, false, false, 802) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 802))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 803
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, 803)), "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 805
echo "
</div>
";
// line 807
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.', 807, $this->source); })()), "spouse", [], "any", false, false, false, 807), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">配偶者の職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// line 815
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.', 815, $this->source); })()), "spouse_job", [], "any", false, false, false, 815), 'widget');
echo "
</div>
</div>
";
// line 818
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.', 818, $this->source); })()), "spouse_job", [], "any", false, false, false, 818), 'errors');
echo "
</td>
</tr>
";
// line 839
echo " <tr>
<td><p class=\"required\">世帯人数</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 844
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.', 844, $this->source); })()), "people_cnt", [], "any", false, false, false, 844), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>人</span>
</label>
</div>
";
// line 847
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.', 847, $this->source); })()), "people_cnt", [], "any", false, false, false, 847), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">住宅ローン/家賃支払い</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 854
$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.', 854, $this->source); })()), "housing_loan", [], "any", false, false, false, 854), "vars", [], "any", false, false, false, 854), "choices", [], "any", false, false, false, 854));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 855
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 856
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.', 856, $this->source); })()), "housing_loan", [], "any", false, false, false, 856), "vars", [], "any", false, false, false, 856), "full_name", [], "any", false, false, false, 856), "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, 856), "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.', 856, $this->source); })()), "housing_loan", [], "any", false, false, false, 856), "vars", [], "any", false, false, false, 856), "data", [], "any", false, false, false, 856) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 856))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 857
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, 857)), "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 859
echo "
</div>
";
// line 861
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.', 861, $this->source); })()), "housing_loan", [], "any", false, false, false, 861), 'errors');
echo "
<p class=\"noice\">※お申込者ご自身またはお申込者と同一世帯の方の住宅ローン・家賃のお支払有無をご選択ください。「世帯」とは、お申込者と生計を共にする家族のことをいいます(同居・別居を問わず)。</p>
</td>
</tr>
<tr>
<td><p class=\"required\">住居区分</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// line 870
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.', 870, $this->source); })()), "housing_type", [], "any", false, false, false, 870), 'widget');
echo "
</div>
</div>
";
// 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); })()), "housing_type", [], "any", false, false, false, 873), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">居住年数</p></td>
<td>
<div class=\"fill horizontal\">
<label>
";
// line 881
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.', 881, $this->source); })()), "residence_year", [], "any", false, false, false, 881), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>年</span>
</label>
</div>
<div class=\"fill horizontal\">
<label>
";
// line 886
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.', 886, $this->source); })()), "residence_month", [], "any", false, false, false, 886), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>ヶ月</span>
</label>
</div>
";
// line 889
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.', 889, $this->source); })()), "residence_year", [], "any", false, false, false, 889), 'errors');
echo "
";
// line 890
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.', 890, $this->source); })()), "residence_month", [], "any", false, false, false, 890), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// 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); })()), "job", [], "any", false, false, false, 898), 'widget');
echo "
</div>
</div>
";
// line 901
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.', 901, $this->source); })()), "job", [], "any", false, false, false, 901), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">世帯主との居住状況</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 908
$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.', 908, $this->source); })()), "head_of_household", [], "any", false, false, false, 908), "vars", [], "any", false, false, false, 908), "choices", [], "any", false, false, false, 908));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 909
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 910
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.', 910, $this->source); })()), "head_of_household", [], "any", false, false, false, 910), "vars", [], "any", false, false, false, 910), "full_name", [], "any", false, false, false, 910), "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, 910), "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.', 910, $this->source); })()), "head_of_household", [], "any", false, false, false, 910), "vars", [], "any", false, false, false, 910), "data", [], "any", false, false, false, 910) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 910))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 911
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, 911)), "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 913
echo "
</div>
";
// 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); })()), "head_of_household", [], "any", false, false, false, 915), '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 930
echo " </div>
<div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p class=\"required\">職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// 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_job", [], "any", false, false, false, 939), 'widget');
echo "
</div>
</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_job", [], "any", false, false, false, 942), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">業種</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// 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_industry", [], "any", false, false, false, 950), 'widget');
echo "
</div>
</div>
";
// line 953
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.', 953, $this->source); })()), "employed_industry", [], "any", false, false, false, 953), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">お勤め先(派遣元)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 961
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.', 961, $this->source); })()), "employed_company", [], "any", false, false, false, 961), 'widget');
echo "
</label>
</div>
";
// line 964
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.', 964, $this->source); })()), "employed_company", [], "any", false, false, false, 964), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">お勤め先フリガナ</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 972
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.', 972, $this->source); })()), "employed_company_kana", [], "any", false, false, false, 972), 'widget');
echo "
</label>
</div>
";
// line 975
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.', 975, $this->source); })()), "employed_company_kana", [], "any", false, false, false, 975), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">お勤め先住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
";
// line 984
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.', 984, $this->source); })()), "employed_postal_code", [], "any", false, false, false, 984), 'widget');
echo "
<a class=\"btn-post employed_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 985
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html", null, true);
echo "</span></a>
</label>
";
// line 987
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.', 987, $this->source); })()), "employed_postal_code", [], "any", false, false, false, 987), 'errors');
echo "
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
";
// 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_address_pref", [], "any", false, false, false, 992), 'widget');
echo "
</div>
</label>
";
// line 995
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.', 995, $this->source); })()), "employed_address_pref", [], "any", false, false, false, 995), 'errors');
echo "
<label class=\"label v4 address\">
市区町村・番地
";
// line 999
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.', 999, $this->source); })()), "employed_address_addr01", [], "any", false, false, false, 999), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
echo "
</label>
";
// line 1001
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.', 1001, $this->source); })()), "employed_address_addr01", [], "any", false, false, false, 1001), 'errors');
echo "
<label class=\"label v4 address\">
マンション・ビル名
";
// line 1005
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.', 1005, $this->source); })()), "employed_address_addr02", [], "any", false, false, false, 1005), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
echo "
</label>
";
// line 1007
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.', 1007, $this->source); })()), "employed_address_addr02", [], "any", false, false, false, 1007), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<td><p class=\"required\">お勤め先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1016
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.', 1016, $this->source); })()), "employed_phone_number", [], "any", false, false, false, 1016), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 1019
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.', 1019, $this->source); })()), "employed_phone_number", [], "any", false, false, false, 1019), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">勤続年数</p></td>
<td>
<div class=\"fill horizontal\">
<label>
";
// line 1027
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.', 1027, $this->source); })()), "employed_year", [], "any", false, false, false, 1027), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>年</span>
</label>
</div>
<div class=\"fill horizontal\">
<label>
";
// line 1032
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.', 1032, $this->source); })()), "employed_month", [], "any", false, false, false, 1032), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>ヶ月</span>
</label>
</div>
";
// line 1035
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.', 1035, $this->source); })()), "employed_year", [], "any", false, false, false, 1035), 'errors');
echo "
";
// line 1036
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.', 1036, $this->source); })()), "employed_month", [], "any", false, false, false, 1036), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1044
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.', 1044, $this->source); })()), "employed_income", [], "any", false, false, false, 1044), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>万円</span>
</label>
</div>
";
// line 1047
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.', 1047, $this->source); })()), "employed_income", [], "any", false, false, false, 1047), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">従業員数</p></td>
<td>
<div class=\"fill v2\">
<div class=\"select\">
";
// line 1055
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.', 1055, $this->source); })()), "employed_cnt", [], "any", false, false, false, 1055), 'widget');
echo "
</div>
</div>
";
// line 1058
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.', 1058, $this->source); })()), "employed_cnt", [], "any", false, false, false, 1058), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"\">出向先・派遣先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1066
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.', 1066, $this->source); })()), "employed_company_phone_number", [], "any", false, false, false, 1066), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</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); })()), "employed_company_phone_number", [], "any", false, false, false, 1069), 'errors');
echo "
</td>
</tr>
</table>
</div>
</div>
</div>
<div class=\"table\" id=\"pensioner\">
<div class=\"table__title\">
<p class=\"step-content__subtitle\">【主婦・年金受給者の方】</p>
";
// line 1081
echo " </div>
<div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p class=\"required\">世帯主お名前</p></td>
<td>
<div class=\"fill\">
<label>
姓
";
// line 1091
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.', 1091, $this->source); })()), "pensioner_name", [], "any", false, false, false, 1091), "pensioner_name01", [], "any", false, false, false, 1091), 'widget', ["attr" => ["placeholder" => "姓"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
名
";
// line 1097
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.', 1097, $this->source); })()), "pensioner_name", [], "any", false, false, false, 1097), "pensioner_name02", [], "any", false, false, false, 1097), 'widget', ["attr" => ["placeholder" => "名"]]);
echo "
</label>
</div>
";
// line 1100
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.', 1100, $this->source); })()), "pensioner_name", [], "any", false, false, false, 1100), "pensioner_name01", [], "any", false, false, false, 1100), 'errors');
echo "
";
// line 1101
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.', 1101, $this->source); })()), "pensioner_name", [], "any", false, false, false, 1101), "pensioner_name02", [], "any", false, false, false, 1101), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">フリガナ</p></td>
<td>
<div class=\"fill\">
<label>
セイ
";
// line 1110
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.', 1110, $this->source); })()), "pensioner_kana", [], "any", false, false, false, 1110), "pensioner_kana01", [], "any", false, false, false, 1110), 'widget', ["attr" => ["placeholder" => "セイ"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
メイ
";
// line 1116
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.', 1116, $this->source); })()), "pensioner_kana", [], "any", false, false, false, 1116), "pensioner_kana02", [], "any", false, false, false, 1116), 'widget', ["attr" => ["placeholder" => "メイ"]]);
echo "
</label>
</div>
";
// line 1119
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.', 1119, $this->source); })()), "pensioner_kana", [], "any", false, false, false, 1119), "pensioner_kana01", [], "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, twig_get_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_kana", [], "any", false, false, false, 1120), "pensioner_kana02", [], "any", false, false, false, 1120), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">世帯主税込年収</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_income", [], "any", false, false, false, 1128), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>万円</span>
</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_income", [], "any", false, false, false, 1131), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">世帯主のお支払中の<br>クレジット返済額</p></td>
<td>
<div>
<div class=\"fill horizontal\">
";
// line 1139
$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.', 1139, $this->source); })()), "household_paying", [], "any", false, false, false, 1139), "vars", [], "any", false, false, false, 1139), "choices", [], "any", false, false, false, 1139));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1140
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1141
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.', 1141, $this->source); })()), "household_paying", [], "any", false, false, false, 1141), "vars", [], "any", false, false, false, 1141), "full_name", [], "any", false, false, false, 1141), "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, 1141), "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.', 1141, $this->source); })()), "household_paying", [], "any", false, false, false, 1141), "vars", [], "any", false, false, false, 1141), "data", [], "any", false, false, false, 1141) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1141))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 1142
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, 1142)), "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 1144
echo "
</div>
";
// line 1146
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.', 1146, $this->source); })()), "household_paying", [], "any", false, false, false, 1146), 'errors');
echo "
<div class=\"fill horizontal\">
<div style=\"margin-right: 2rem;\">
<p>有りとご回答された方 毎月の支払額</p>
<p class=\"noice\">※住宅ローン・無担保ローンを除く</p>
</div>
<label>
";
// line 1153
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.', 1153, $this->source); })()), "household_paying_amount", [], "any", false, false, false, 1153), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>万円</span>
</label>
</div>
";
// line 1156
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.', 1156, $this->source); })()), "household_paying_amount", [], "any", false, false, false, 1156), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<td><p class=\"required\">年金の種類</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 1164
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.', 1164, $this->source); })()), "pensioner_type", [], "any", false, false, false, 1164), 'widget');
echo "
<label>
";
// line 1166
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.', 1166, $this->source); })()), "pensioner_type_other", [], "any", false, false, false, 1166), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo "
</label>
</div>
";
// line 1169
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.', 1169, $this->source); })()), "pensioner_type", [], "any", false, false, false, 1169), 'errors');
echo "
";
// line 1170
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.', 1170, $this->source); })()), "pensioner_type_other", [], "any", false, false, false, 1170), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">年金以外の収入</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 1177
$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.', 1177, $this->source); })()), "pensioner_income_other", [], "any", false, false, false, 1177), "vars", [], "any", false, false, false, 1177), "choices", [], "any", false, false, false, 1177));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1178
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1179
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.', 1179, $this->source); })()), "pensioner_income_other", [], "any", false, false, false, 1179), "vars", [], "any", false, false, false, 1179), "full_name", [], "any", false, false, false, 1179), "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, 1179), "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.', 1179, $this->source); })()), "pensioner_income_other", [], "any", false, false, false, 1179), "vars", [], "any", false, false, false, 1179), "data", [], "any", false, false, false, 1179) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1179))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 1180
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, 1180)), "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 1182
echo "
</div>
";
// line 1184
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.', 1184, $this->source); })()), "pensioner_income_other", [], "any", false, false, false, 1184), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">今回のお支払い</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 1191
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.', 1191, $this->source); })()), "pensioner_payment", [], "any", false, false, false, 1191), 'widget');
echo "
<label>
";
// line 1193
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.', 1193, $this->source); })()), "pensioner_payment_other", [], "any", false, false, false, 1193), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo "
</label>
</div>
";
// line 1196
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.', 1196, $this->source); })()), "pensioner_payment", [], "any", false, false, false, 1196), 'errors');
echo "
";
// line 1197
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.', 1197, $this->source); })()), "pensioner_payment_other", [], "any", false, false, false, 1197), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">お勤め先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1205
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.', 1205, $this->source); })()), "pensioner_company_phone_number", [], "any", false, false, false, 1205), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 1208
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.', 1208, $this->source); })()), "pensioner_company_phone_number", [], "any", false, false, false, 1208), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">年金受給者の税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1216
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.', 1216, $this->source); })()), "pensioner_income2", [], "any", false, false, false, 1216), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>万円</span>
</label>
</div>
";
// line 1219
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.', 1219, $this->source); })()), "pensioner_income2", [], "any", false, false, false, 1219), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">口座名義人</p></td>
<td>
<div>
<div class=\"fill horizontal\">
";
// line 1227
$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.', 1227, $this->source); })()), "pensioner_acount", [], "any", false, false, false, 1227), "vars", [], "any", false, false, false, 1227), "choices", [], "any", false, false, false, 1227));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1228
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1229
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.', 1229, $this->source); })()), "pensioner_acount", [], "any", false, false, false, 1229), "vars", [], "any", false, false, false, 1229), "full_name", [], "any", false, false, false, 1229), "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, 1229), "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.', 1229, $this->source); })()), "pensioner_acount", [], "any", false, false, false, 1229), "vars", [], "any", false, false, false, 1229), "data", [], "any", false, false, false, 1229) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1229))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 1230
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, 1230)), "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 1232
echo "
</div>
";
// line 1234
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.', 1234, $this->source); })()), "pensioner_acount", [], "any", false, false, false, 1234), '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 1249
echo " <div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p class=\"required\">お名前</p></td>
<td>
<div class=\"fill\">
<label>
姓
";
// line 1258
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.', 1258, $this->source); })()), "guarantor_name", [], "any", false, false, false, 1258), "guarantor_name01", [], "any", false, false, false, 1258), 'widget', ["attr" => ["placeholder" => "姓"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
名
";
// line 1264
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.', 1264, $this->source); })()), "guarantor_name", [], "any", false, false, false, 1264), "guarantor_name02", [], "any", false, false, false, 1264), 'widget', ["attr" => ["placeholder" => "名"]]);
echo "
</label>
</div>
";
// line 1267
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.', 1267, $this->source); })()), "guarantor_name", [], "any", false, false, false, 1267), "guarantor_name01", [], "any", false, false, false, 1267), 'errors');
echo "
";
// line 1268
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.', 1268, $this->source); })()), "guarantor_name", [], "any", false, false, false, 1268), "guarantor_name02", [], "any", false, false, false, 1268), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">フリガナ</p></td>
<td>
<div class=\"fill\">
<label>
セイ
";
// line 1277
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.', 1277, $this->source); })()), "guarantor_kana", [], "any", false, false, false, 1277), "guarantor_kana01", [], "any", false, false, false, 1277), 'widget', ["attr" => ["placeholder" => "セイ"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
メイ
";
// line 1283
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.', 1283, $this->source); })()), "guarantor_kana", [], "any", false, false, false, 1283), "guarantor_kana02", [], "any", false, false, false, 1283), 'widget', ["attr" => ["placeholder" => "メイ"]]);
echo "
</label>
</div>
";
// line 1286
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.', 1286, $this->source); })()), "guarantor_kana", [], "any", false, false, false, 1286), "guarantor_kana01", [], "any", false, false, false, 1286), 'errors');
echo "
";
// line 1287
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.', 1287, $this->source); })()), "guarantor_kana", [], "any", false, false, false, 1287), "guarantor_kana02", [], "any", false, false, false, 1287), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">性別</p></td>
<td>
<div class=\"fill horizontal\">
";
// line 1294
$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.', 1294, $this->source); })()), "guarantor_sex", [], "any", false, false, false, 1294), "vars", [], "any", false, false, false, 1294), "choices", [], "any", false, false, false, 1294));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1295
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1296
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.', 1296, $this->source); })()), "guarantor_sex", [], "any", false, false, false, 1296), "vars", [], "any", false, false, false, 1296), "full_name", [], "any", false, false, false, 1296), "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, 1296), "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.', 1296, $this->source); })()), "guarantor_sex", [], "any", false, false, false, 1296), "vars", [], "any", false, false, false, 1296), "data", [], "any", false, false, false, 1296) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1296))) {
echo "checked";
}
echo " required=\"required\" />
";
// line 1297
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, 1297)), "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 1299
echo "
</div>
";
// line 1301
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.', 1301, $this->source); })()), "guarantor_sex", [], "any", false, false, false, 1301), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">生年月日</p></td>
<td>
<div class=\"fill v2\">
<label class=\"group_select\">
<div class=\"select vip\">
";
// line 1310
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.', 1310, $this->source); })()), "guarantor_birth", [], "any", false, false, false, 1310), "year", [], "any", false, false, false, 1310), 'widget');
echo "<span>年</span>
</div>
<div class=\"select vip\">
";
// line 1313
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.', 1313, $this->source); })()), "guarantor_birth", [], "any", false, false, false, 1313), "month", [], "any", false, false, false, 1313), 'widget');
echo "<span>月</span>
</div>
<div class=\"select vip\">
";
// line 1316
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.', 1316, $this->source); })()), "guarantor_birth", [], "any", false, false, false, 1316), "day", [], "any", false, false, false, 1316), 'widget');
echo "<span>日</span>
</div>
</label>
</div>
";
// line 1320
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.', 1320, $this->source); })()), "guarantor_birth", [], "any", false, false, false, 1320), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
";
// 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_postal_code", [], "any", false, false, false, 1329), 'widget');
echo "
<a class=\"btn-post guarantor_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 1330
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html", null, true);
echo "</span></a>
</label>
";
// line 1332
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.', 1332, $this->source); })()), "guarantor_postal_code", [], "any", false, false, false, 1332), 'errors');
echo "
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
";
// 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_address_pref", [], "any", false, false, false, 1337), 'widget');
echo "
</div>
</label>
";
// 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_address_pref", [], "any", false, false, false, 1340), 'errors');
echo "
<label class=\"label v4 address\">
市区町村・番地
";
// line 1344
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.', 1344, $this->source); })()), "guarantor_address_addr01", [], "any", false, false, false, 1344), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
echo "
</label>
";
// line 1346
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.', 1346, $this->source); })()), "guarantor_address_addr01", [], "any", false, false, false, 1346), 'errors');
echo "
<label class=\"label v4 address\">
マンション・ビル名
";
// line 1350
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.', 1350, $this->source); })()), "guarantor_address_addr02", [], "any", false, false, false, 1350), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
echo "
</label>
";
// line 1352
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.', 1352, $this->source); })()), "guarantor_address_addr02", [], "any", false, false, false, 1352), 'errors');
echo "
</div>
</td>
</tr>
";
// line 1376
echo " <tr>
<td><p class=\"required\">電話番号</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_phone_number", [], "any", false, false, false, 1381), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
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_phone_number", [], "any", false, false, false, 1384), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">メールアドレス<br>(半角英数字)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1392
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.', 1392, $this->source); })()), "guarantor_email", [], "any", false, false, false, 1392), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
echo "
</label>
</div>
";
// line 1395
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.', 1395, $this->source); })()), "guarantor_email", [], "any", false, false, false, 1395), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">メールアドレス確認用<br>(半角英数字)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1403
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.', 1403, $this->source); })()), "guarantor_email_confirm", [], "any", false, false, false, 1403), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
echo "
</label>
</div>
";
// line 1406
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.', 1406, $this->source); })()), "guarantor_email_confirm", [], "any", false, false, false, 1406), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">契約者との続柄</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// 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_relation", [], "any", false, false, false, 1414), 'widget');
echo "
</label>
</div>
";
// line 1417
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.', 1417, $this->source); })()), "guarantor_relation", [], "any", false, false, false, 1417), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">職業</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// 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_job", [], "any", false, false, false, 1425), 'widget');
echo "
</div>
</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_job", [], "any", false, false, false, 1428), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">業種</p></td>
<td>
<div class=\"fill v4\">
<div class=\"select\">
";
// 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_industry", [], "any", false, false, false, 1436), 'widget');
echo "
</div>
</div>
";
// line 1439
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.', 1439, $this->source); })()), "guarantor_industry", [], "any", false, false, false, 1439), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">お勤め先(派遣元)</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1447
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.', 1447, $this->source); })()), "guarantor_company", [], "any", false, false, false, 1447), 'widget');
echo "
</label>
</div>
";
// line 1450
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.', 1450, $this->source); })()), "guarantor_company", [], "any", false, false, false, 1450), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">お勤め先フリガナ</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1458
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.', 1458, $this->source); })()), "guarantor_company_kana", [], "any", false, false, false, 1458), 'widget');
echo "
</label>
</div>
";
// line 1461
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.', 1461, $this->source); })()), "guarantor_company_kana", [], "any", false, false, false, 1461), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">お勤め先住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
";
// line 1470
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.', 1470, $this->source); })()), "guarantor_company_postal_code", [], "any", false, false, false, 1470), 'widget');
echo "
<a class=\"btn-post guarantor_company_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 1471
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html", null, true);
echo "</span></a>
</label>
";
// line 1473
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.', 1473, $this->source); })()), "guarantor_company_postal_code", [], "any", false, false, false, 1473), 'errors');
echo "
<label class=\"label v3 address\">
都道府県
<div class=\"select\">
";
// 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_address_pref", [], "any", false, false, false, 1478), 'widget');
echo "
</div>
</label>
";
// line 1481
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.', 1481, $this->source); })()), "guarantor_company_address_pref", [], "any", false, false, false, 1481), 'errors');
echo "
<label class=\"label v4 address\">
市区町村・番地
";
// line 1485
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.', 1485, $this->source); })()), "guarantor_company_address_addr01", [], "any", false, false, false, 1485), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
echo "
</label>
";
// line 1487
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.', 1487, $this->source); })()), "guarantor_company_address_addr01", [], "any", false, false, false, 1487), 'errors');
echo "
<label class=\"label v4 address\">
マンション・ビル名
";
// line 1491
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.', 1491, $this->source); })()), "guarantor_company_address_addr02", [], "any", false, false, false, 1491), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
echo "
</label>
";
// line 1493
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.', 1493, $this->source); })()), "guarantor_company_address_addr02", [], "any", false, false, false, 1493), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<td><p class=\"required\">お勤め先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1502
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.', 1502, $this->source); })()), "guarantor_company_phone_number", [], "any", false, false, false, 1502), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 1505
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.', 1505, $this->source); })()), "guarantor_company_phone_number", [], "any", false, false, false, 1505), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">勤続年数</p></td>
<td>
<div class=\"fill horizontal\">
<label>
";
// line 1513
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.', 1513, $this->source); })()), "guarantor_year", [], "any", false, false, false, 1513), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>年</span>
</label>
</div>
<div class=\"fill horizontal\">
<label>
";
// line 1518
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.', 1518, $this->source); })()), "guarantor_month", [], "any", false, false, false, 1518), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>ヶ月</span>
</label>
</div>
";
// line 1521
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.', 1521, $this->source); })()), "guarantor_year", [], "any", false, false, false, 1521), 'errors');
echo "
";
// line 1522
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.', 1522, $this->source); })()), "guarantor_month", [], "any", false, false, false, 1522), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">税込年収</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1530
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.', 1530, $this->source); })()), "guarantor_income", [], "any", false, false, false, 1530), 'widget', ["attr" => ["style" => "width: 120px;"]]);
echo " <span>万円</span>
</label>
</div>
";
// line 1533
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.', 1533, $this->source); })()), "guarantor_income", [], "any", false, false, false, 1533), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"required\">従業員数</p></td>
<td>
<div class=\"fill v2\">
<div class=\"select\">
";
// line 1541
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.', 1541, $this->source); })()), "guarantor_cnt", [], "any", false, false, false, 1541), 'widget');
echo "
</div>
</div>
";
// line 1544
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.', 1544, $this->source); })()), "guarantor_cnt", [], "any", false, false, false, 1544), 'errors');
echo "
</td>
</tr>
<tr>
<td><p class=\"\">出向先・派遣先電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 1552
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.', 1552, $this->source); })()), "guarantor_company_phone_number2", [], "any", false, false, false, 1552), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 1555
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.', 1555, $this->source); })()), "guarantor_company_phone_number2", [], "any", false, false, false, 1555), '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 1568
echo " <div class=\"list-item\">
<div class=\"item\">
<input type=\"hidden\" id=\"product_total_price\" name=\"";
// line 1570
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.', 1570, $this->source); })()), "product_total_price", [], "any", false, false, false, 1570), "vars", [], "any", false, false, false, 1570), "full_name", [], "any", false, false, false, 1570), "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.', 1570, $this->source); })()), "html", null, true);
echo "\">
<div class=\"table\">
<div class=\"list-item\">
<div class=\"item active\">
<table>
<tr>
<td><p class=\"required\">希望する工事</p></td>
<td>
<div class=\"fill v4\">
";
// line 1580
$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.', 1580, $this->source); })()), "desired_construction_work", [], "any", false, false, false, 1580), "vars", [], "any", false, false, false, 1580), "choices", [], "any", false, false, false, 1580));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1581
echo " <div>
<label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1583
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.', 1583, $this->source); })()), "desired_construction_work", [], "any", false, false, false, 1583), "vars", [], "any", false, false, false, 1583), "full_name", [], "any", false, false, false, 1583), "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, 1583), "price", [], "array", true, true, false, 1583)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1583), "price", [], "array", false, false, false, 1583), 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, 1583), "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.', 1583, $this->source); })()), "desired_construction_work", [], "any", false, false, false, 1583), "vars", [], "any", false, false, false, 1583), "data", [], "any", false, false, false, 1583) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1583))) {
echo "checked";
}
echo " required />
";
// line 1584
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, 1584)), "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 1588
echo " </div>
";
// line 1589
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.', 1589, $this->source); })()), "desired_construction_work", [], "any", false, false, false, 1589), 'errors');
echo "
</td>
</tr>
</table>
<table id=\"tableUnderTop\" style=\"padding: 0;\">
<tr class=\"desired_construction_work_02\">
<td>
<p class=\"required\">工事内容の最終確認</p>
";
// line 1598
echo " </td>
<td>
<div class=\"fill v4\">
";
// line 1601
$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.', 1601, $this->source); })()), "desired_construction_work_02", [], "any", false, false, false, 1601), "vars", [], "any", false, false, false, 1601), "choices", [], "any", false, false, false, 1601));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1602
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1603
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.', 1603, $this->source); })()), "desired_construction_work_02", [], "any", false, false, false, 1603), "vars", [], "any", false, false, false, 1603), "full_name", [], "any", false, false, false, 1603), "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, 1603), "price", [], "array", true, true, false, 1603)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1603), "price", [], "array", false, false, false, 1603), 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, 1603), "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.', 1603, $this->source); })()), "desired_construction_work_02", [], "any", false, false, false, 1603), "vars", [], "any", false, false, false, 1603), "data", [], "any", false, false, false, 1603) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1603))) {
echo "checked";
}
echo " />
";
// line 1604
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, 1604)), "html", null, true);
echo "
";
// line 1605
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1605) == "新居等への引越しのため設置場所の詳細確認不可")) {
// line 1606
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 1608
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 1609
echo "
</div>
";
// line 1611
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.', 1611, $this->source); })()), "desired_construction_work_02", [], "any", false, false, false, 1611), 'errors');
echo "
</td>
</tr>
</table>
<table id=\"tableSecond\" style=\"padding: 0;\">
";
// line 1616
if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic", $context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.', 1616, $this->source); })()) != 0)) {
// line 1617
echo " <tr class=\"content-1\">
<td><p class=\"required\">特急券の購入</p></td>
<td>
<div class=\"fill v4\">
";
// line 1621
$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.', 1621, $this->source); })()), "express_tickets", [], "any", false, false, false, 1621), "vars", [], "any", false, false, false, 1621), "choices", [], "any", false, false, false, 1621));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1622
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1623
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.', 1623, $this->source); })()), "express_tickets", [], "any", false, false, false, 1623), "vars", [], "any", false, false, false, 1623), "full_name", [], "any", false, false, false, 1623), "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, 1623), "price", [], "array", true, true, false, 1623)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1623), "price", [], "array", false, false, false, 1623), 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, 1623), "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.', 1623, $this->source); })()), "express_tickets", [], "any", false, false, false, 1623), "vars", [], "any", false, false, false, 1623), "data", [], "any", false, false, false, 1623) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1623))) {
echo "checked";
}
echo " />
";
// line 1624
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, 1624)), "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 1626
echo "
";
// line 1627
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.', 1627, $this->source); })()), "express_tickets_price", [], "any", false, false, false, 1627), 'widget');
echo "
</div>
";
// line 1629
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.', 1629, $this->source); })()), "express_tickets", [], "any", false, false, false, 1629), 'errors');
echo "
</td>
</tr>
";
}
// line 1633
echo "
<tr class=\"content-1\">
<td><p class=\"required\">お住まい</p></td>
<td>
<div class=\"fill v4\">
";
// line 1638
$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.', 1638, $this->source); })()), "osumai", [], "any", false, false, false, 1638), "vars", [], "any", false, false, false, 1638), "choices", [], "any", false, false, false, 1638));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1639
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1640
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.', 1640, $this->source); })()), "osumai", [], "any", false, false, false, 1640), "vars", [], "any", false, false, false, 1640), "full_name", [], "any", false, false, false, 1640), "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, 1640), "percent", [], "array", true, true, false, 1640)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1640), "percent", [], "array", false, false, false, 1640), 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, 1640), "price", [], "array", true, true, false, 1640)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1640), "price", [], "array", false, false, false, 1640), 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, 1640), "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.', 1640, $this->source); })()), "osumai", [], "any", false, false, false, 1640), "vars", [], "any", false, false, false, 1640), "data", [], "any", false, false, false, 1640) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1640))) {
echo "checked";
}
echo " />
";
// line 1641
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, 1641)), "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 1644
echo " </div>
";
// line 1645
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.', 1645, $this->source); })()), "osumai", [], "any", false, false, false, 1645), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">建物の所有</p></td>
<td>
<div class=\"fill v4\">
";
// 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); })()), "building_ownership", [], "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 " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1654
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.', 1654, $this->source); })()), "building_ownership", [], "any", false, false, false, 1654), "vars", [], "any", false, false, false, 1654), "full_name", [], "any", false, false, false, 1654), "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, 1654), "percent", [], "array", true, true, false, 1654)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1654), "percent", [], "array", false, false, false, 1654), 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, 1654), "price", [], "array", true, true, false, 1654)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1654), "price", [], "array", false, false, false, 1654), 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, 1654), "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.', 1654, $this->source); })()), "building_ownership", [], "any", false, false, false, 1654), "vars", [], "any", false, false, false, 1654), "data", [], "any", false, false, false, 1654) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1654))) {
echo "checked";
}
echo " />
";
// line 1655
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, 1655)), "html", null, true);
echo "
";
// line 1656
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1656) == "賃貸")) {
// line 1657
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
";
}
// line 1659
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 1661
echo " </div>
";
// line 1662
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.', 1662, $this->source); })()), "building_ownership", [], "any", false, false, false, 1662), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">構造</p></td>
<td>
<div class=\"fill v4\">
";
// line 1669
$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.', 1669, $this->source); })()), "structure", [], "any", false, false, false, 1669), "vars", [], "any", false, false, false, 1669), "choices", [], "any", false, false, false, 1669));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1670
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1671
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.', 1671, $this->source); })()), "structure", [], "any", false, false, false, 1671), "vars", [], "any", false, false, false, 1671), "full_name", [], "any", false, false, false, 1671), "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, 1671), "percent", [], "array", true, true, false, 1671)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1671), "percent", [], "array", false, false, false, 1671), 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, 1671), "price", [], "array", true, true, false, 1671)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1671), "price", [], "array", false, false, false, 1671), 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, 1671), "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.', 1671, $this->source); })()), "structure", [], "any", false, false, false, 1671), "vars", [], "any", false, false, false, 1671), "data", [], "any", false, false, false, 1671) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1671))) {
echo "checked";
}
echo " />
";
// line 1672
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, 1672)), "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 1675
echo " </div>
";
// line 1676
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.', 1676, $this->source); })()), "structure", [], "any", false, false, false, 1676), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">設置台数</p></td>
<td>
<div class=\"fill v4\">
";
// line 1683
$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.', 1683, $this->source); })()), "construction_airs", [], "any", false, false, false, 1683), "vars", [], "any", false, false, false, 1683), "choices", [], "any", false, false, false, 1683));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1684
echo " ";
$context["has_checked"] = false;
// line 1685
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.', 1685, $this->source); })()), "construction_airs", [], "any", false, false, false, 1685), "vars", [], "any", false, false, false, 1685), "data", [], "any", false, false, false, 1685));
foreach ($context['_seq'] as $context["key2"] => $context["val2"]) {
// line 1686
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1686) == $context["val2"])) {
// line 1687
echo " ";
$context["has_checked"] = true;
// line 1688
echo " <label class=\"form-check\">
<input type=\"checkbox\"
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_airs", [], "any", false, false, false, 1690), "vars", [], "any", false, false, false, 1690), "full_name", [], "any", false, false, false, 1690), "html", null, true);
echo "\"
class=\"construction_air\"
data-tatami=\"";
// line 1692
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, 1692), "data-tatami", [], "array", true, true, false, 1692)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1692), "data-tatami", [], "array", false, false, false, 1692), 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, 1692), "data-quantity", [], "array", true, true, false, 1692)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1692), "data-quantity", [], "array", false, false, false, 1692), 0)) : (0)), "html", null, true);
echo "\"
data-price=\"";
// line 1693
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, 1693), "data-price", [], "array", true, true, false, 1693)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1693), "data-price", [], "array", false, false, false, 1693), 0)) : (0)), "html", null, true);
echo "\"
data-loan=\"";
// line 1694
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, 1694), "data-loan", [], "array", true, true, false, 1694)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1694), "data-loan", [], "array", false, false, false, 1694), 0)) : (0)), "html", null, true);
echo "\"
value=\"";
// line 1695
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1695), "html", null, true);
echo "\" checked />
";
// line 1696
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, 1696)), "html", null, true);
echo "
</label>
";
}
// line 1699
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 1700
echo "
";
// line 1701
if (((isset($context["has_checked"]) || array_key_exists("has_checked", $context) ? $context["has_checked"] : (function () { throw new RuntimeError('Variable "has_checked" does not exist.', 1701, $this->source); })()) == false)) {
// line 1702
echo " <label class=\"form-check\">
<input type=\"checkbox\"
name=\"";
// line 1704
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.', 1704, $this->source); })()), "construction_airs", [], "any", false, false, false, 1704), "vars", [], "any", false, false, false, 1704), "full_name", [], "any", false, false, false, 1704), "html", null, true);
echo "\"
class=\"construction_air\"
data-tatami=\"";
// line 1706
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, 1706), "data-tatami", [], "array", true, true, false, 1706)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1706), "data-tatami", [], "array", false, false, false, 1706), 0)) : (0)), "html", null, true);
echo "\"
data-quantity=\"";
// line 1707
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), "data-quantity", [], "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), "data-quantity", [], "array", false, false, false, 1707), 0)) : (0)), "html", null, true);
echo "\"
data-price=\"";
// line 1708
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, 1708), "data-price", [], "array", true, true, false, 1708)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1708), "data-price", [], "array", false, false, false, 1708), 0)) : (0)), "html", null, true);
echo "\"
data-loan=\"";
// line 1709
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, 1709), "data-loan", [], "array", true, true, false, 1709)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1709), "data-loan", [], "array", false, false, false, 1709), 0)) : (0)), "html", null, true);
echo "\"
value=\"";
// line 1710
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1710), "html", null, true);
echo "\"/>
";
// line 1711
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, 1711)), "html", null, true);
echo "
</label>
";
}
// line 1714
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 1715
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.', 1715, $this->source); })()), "construction_air", [], "any", false, false, false, 1715), 'widget');
echo "
";
// line 1716
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.', 1716, $this->source); })()), "number_install", [], "any", false, false, false, 1716), 'widget');
echo "
";
// line 1717
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.', 1717, $this->source); })()), "number_install_price", [], "any", false, false, false, 1717), 'widget');
echo "
</div>
";
// line 1719
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.', 1719, $this->source); })()), "construction_airs", [], "any", false, false, false, 1719), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">設置工事希望日</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v3 date vip\">
第一希望日
";
// line 1728
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.', 1728, $this->source); })()), "construction_date_1", [], "any", false, false, false, 1728), 'widget');
echo "
";
// line 1729
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.', 1729, $this->source); })()), "construction_date_1", [], "any", false, false, false, 1729), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"";
// line 1731
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.', 1731, $this->source); })()), "time_slot_1", [], "any", false, false, false, 1731), "vars", [], "any", false, false, false, 1731), "full_name", [], "any", false, false, false, 1731), "html", null, true);
echo "\" id=\"time_slot_1\">
";
// line 1732
$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.', 1732, $this->source); })()), "time_slot_1", [], "any", false, false, false, 1732), "vars", [], "any", false, false, false, 1732), "choices", [], "any", false, false, false, 1732));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1733
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1733), "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, 1733)), "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 1735
echo " </select>
</label>
<label class=\"label v3 date\">
第二希望日
";
// line 1739
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.', 1739, $this->source); })()), "construction_date_2", [], "any", false, false, false, 1739), 'widget');
echo "
";
// line 1740
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.', 1740, $this->source); })()), "construction_date_2", [], "any", false, false, false, 1740), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"";
// line 1742
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.', 1742, $this->source); })()), "time_slot_2", [], "any", false, false, false, 1742), "vars", [], "any", false, false, false, 1742), "full_name", [], "any", false, false, false, 1742), "html", null, true);
echo "\" id=\"time_slot_2\">
";
// line 1743
$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.', 1743, $this->source); })()), "time_slot_2", [], "any", false, false, false, 1743), "vars", [], "any", false, false, false, 1743), "choices", [], "any", false, false, false, 1743));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1744
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1744), "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, 1744)), "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 1746
echo " </select>
</label>
<label class=\"label v3 date\">
第三希望日
";
// line 1750
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.', 1750, $this->source); })()), "construction_date_3", [], "any", false, false, false, 1750), 'widget');
echo "
";
// line 1751
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.', 1751, $this->source); })()), "construction_date_3", [], "any", false, false, false, 1751), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"";
// line 1753
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.', 1753, $this->source); })()), "time_slot_3", [], "any", false, false, false, 1753), "vars", [], "any", false, false, false, 1753), "full_name", [], "any", false, false, false, 1753), "html", null, true);
echo "\" id=\"time_slot_3\">
";
// line 1754
$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.', 1754, $this->source); })()), "time_slot_3", [], "any", false, false, false, 1754), "vars", [], "any", false, false, false, 1754), "choices", [], "any", false, false, false, 1754));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1755
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1755), "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, 1755)), "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 1757
echo " </select>
</label>
";
// line 1759
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.', 1759, $this->source); })()), "contents", [], "any", false, false, false, 1759), 'widget', ["attr" => ["placeholder" => "その他希望等あればご記入ください。"]]);
echo "
";
// line 1760
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.', 1760, $this->source); })()), "contents", [], "any", false, false, false, 1760), 'errors');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">工事内訳</p></td>
<td>
<div class=\"fill v4\">
";
// line 1768
$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.', 1768, $this->source); })()), "construction_type_07", [], "any", false, false, false, 1768), "vars", [], "any", false, false, false, 1768), "choices", [], "any", false, false, false, 1768));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1769
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1770
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.', 1770, $this->source); })()), "construction_type_07", [], "any", false, false, false, 1770), "vars", [], "any", false, false, false, 1770), "full_name", [], "any", false, false, false, 1770), "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, 1770), "price", [], "array", true, true, false, 1770)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1770), "price", [], "array", false, false, false, 1770), 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, 1770), "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.', 1770, $this->source); })()), "construction_type_07", [], "any", false, false, false, 1770), "vars", [], "any", false, false, false, 1770), "data", [], "any", false, false, false, 1770) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1770))) {
echo "checked";
}
echo " />
";
// line 1771
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, 1771)), "html", null, true);
echo "
";
// line 1772
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1772) == "新設工事に加えて移設工事も希望")) {
// line 1773
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
";
}
// line 1775
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 1776
echo "
</div>
";
// line 1778
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.', 1778, $this->source); })()), "construction_type_07", [], "any", false, false, false, 1778), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_02_v1\">
<td><p class=\"required\">工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1785
$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.', 1785, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 1785), "vars", [], "any", false, false, false, 1785), "choices", [], "any", false, false, false, 1785));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1786
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1787
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.', 1787, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 1787), "vars", [], "any", false, false, false, 1787), "full_name", [], "any", false, false, false, 1787), "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, 1787), "price", [], "array", true, true, false, 1787)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1787), "price", [], "array", false, false, false, 1787), 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, 1787), "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.', 1787, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 1787), "vars", [], "any", false, false, false, 1787), "data", [], "any", false, false, false, 1787) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1787))) {
echo "checked";
}
echo " />
";
// line 1788
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, 1788)), "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 1790
echo "
";
// line 1791
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.', 1791, $this->source); })()), "construction_type_07_02_v1_price", [], "any", false, false, false, 1791), 'widget');
echo "
</div>
";
// line 1793
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.', 1793, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 1793), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_02_v2\">
<td><p class=\"required\">工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1800
$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.', 1800, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 1800), "vars", [], "any", false, false, false, 1800), "choices", [], "any", false, false, false, 1800));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1801
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1802
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.', 1802, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 1802), "vars", [], "any", false, false, false, 1802), "full_name", [], "any", false, false, false, 1802), "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, 1802), "price", [], "array", true, true, false, 1802)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1802), "price", [], "array", false, false, false, 1802), 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, 1802), "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.', 1802, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 1802), "vars", [], "any", false, false, false, 1802), "data", [], "any", false, false, false, 1802) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1802))) {
echo "checked";
}
echo " />
";
// line 1803
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, 1803)), "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 1805
echo "
</div>
";
// line 1807
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.', 1807, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 1807), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_03_v1\">
<td><p class=\"required\">工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1814
$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.', 1814, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 1814), "vars", [], "any", false, false, false, 1814), "choices", [], "any", false, false, false, 1814));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1815
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1816
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.', 1816, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 1816), "vars", [], "any", false, false, false, 1816), "full_name", [], "any", false, false, false, 1816), "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, 1816), "price", [], "array", true, true, false, 1816)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1816), "price", [], "array", false, false, false, 1816), 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, 1816), "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.', 1816, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 1816), "vars", [], "any", false, false, false, 1816), "data", [], "any", false, false, false, 1816) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1816))) {
echo "checked";
}
echo " />
";
// line 1817
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, 1817)), "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 1819
echo "
</div>
";
// line 1821
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.', 1821, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 1821), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_03_v2\">
<td><p class=\"required\">工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1828
$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.', 1828, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 1828), "vars", [], "any", false, false, false, 1828), "choices", [], "any", false, false, false, 1828));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1829
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1830
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.', 1830, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 1830), "vars", [], "any", false, false, false, 1830), "full_name", [], "any", false, false, false, 1830), "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, 1830), "price", [], "array", true, true, false, 1830)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1830), "price", [], "array", false, false, false, 1830), 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, 1830), "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.', 1830, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 1830), "vars", [], "any", false, false, false, 1830), "data", [], "any", false, false, false, 1830) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1830))) {
echo "checked";
}
echo " />
";
// line 1831
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, 1831)), "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 1833
echo "
";
// line 1834
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.', 1834, $this->source); })()), "construction_type_07_03_v2_price", [], "any", false, false, false, 1834), 'widget');
echo "
</div>
";
// line 1836
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.', 1836, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 1836), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v1\">
<td><p class=\"required\">工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 1843
$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.', 1843, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 1843), "vars", [], "any", false, false, false, 1843), "choices", [], "any", false, false, false, 1843));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1844
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1845
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.', 1845, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 1845), "vars", [], "any", false, false, false, 1845), "full_name", [], "any", false, false, false, 1845), "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, 1845), "price", [], "array", true, true, false, 1845)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1845), "price", [], "array", false, false, false, 1845), 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, 1845), "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.', 1845, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 1845), "vars", [], "any", false, false, false, 1845), "data", [], "any", false, false, false, 1845) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1845))) {
echo "checked";
}
echo " />
";
// line 1846
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, 1846)), "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 1848
echo "
";
// line 1849
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); })()), "construction_type_07_04_v1_price", [], "any", false, false, false, 1849), 'widget');
echo "
</div>
";
// line 1851
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.', 1851, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 1851), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v2\">
<td><p class=\"required\">工事内訳</p><small>4段階目</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); })()), "construction_type_07_04_v2", [], "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\">
<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); })()), "construction_type_07_04_v2", [], "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); })()), "construction_type_07_04_v2", [], "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 1863
echo "
";
// line 1864
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); })()), "construction_type_07_04_v2_price", [], "any", false, false, false, 1864), 'widget');
echo "
</div>
";
// line 1866
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.', 1866, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 1866), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v3\">
<td><p class=\"required\">工事内訳</p><small>4段階目</small></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); })()), "construction_type_07_04_v3", [], "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\">
<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); })()), "construction_type_07_04_v3", [], "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); })()), "construction_type_07_04_v3", [], "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 " ";
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.', 1879, $this->source); })()), "construction_type_07_04_v3_price", [], "any", false, false, false, 1879), 'widget');
echo "
</div>
";
// line 1881
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.', 1881, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 1881), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">エアコン設置場所</p></td>
<td>
<div class=\"fill v4\">
";
// line 1888
$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.', 1888, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 1888), "vars", [], "any", false, false, false, 1888), "choices", [], "any", false, false, false, 1888));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1889
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1890
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.', 1890, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 1890), "vars", [], "any", false, false, false, 1890), "full_name", [], "any", false, false, false, 1890), "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, 1890), "price", [], "array", true, true, false, 1890)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1890), "price", [], "array", false, false, false, 1890), 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, 1890), "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.', 1890, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 1890), "vars", [], "any", false, false, false, 1890), "data", [], "any", false, false, false, 1890) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1890))) {
echo "checked";
}
echo " />
";
// line 1891
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, 1891)), "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 1894
echo " </div>
";
// line 1895
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.', 1895, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 1895), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">エレベーターの有無</p><small>※3階以上の場合</small></td>
<td>
<div class=\"fill v4\">
";
// line 1902
$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.', 1902, $this->source); })()), "elevator_07", [], "any", false, false, false, 1902), "vars", [], "any", false, false, false, 1902), "choices", [], "any", false, false, false, 1902));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1903
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 1904
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.', 1904, $this->source); })()), "elevator_07", [], "any", false, false, false, 1904), "vars", [], "any", false, false, false, 1904), "full_name", [], "any", false, false, false, 1904), "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, 1904), "price", [], "array", true, true, false, 1904)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1904), "price", [], "array", false, false, false, 1904), 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, 1904), "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.', 1904, $this->source); })()), "elevator_07", [], "any", false, false, false, 1904), "vars", [], "any", false, false, false, 1904), "data", [], "any", false, false, false, 1904) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1904))) {
echo "checked";
}
echo " />
";
// line 1905
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, 1905)), "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 1908
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.', 1908, $this->source); })()), "elevator_07", [], "any", false, false, false, 1908), 'errors');
echo "
";
// line 1909
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.', 1909, $this->source); })()), "elevator_07_price", [], "any", false, false, false, 1909), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">コンセントの有無</p></td>
<td>
<div class=\"fill v4\">
";
// line 1917
$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.', 1917, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 1917), "vars", [], "any", false, false, false, 1917), "choices", [], "any", false, false, false, 1917));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1918
echo " <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap; gap: 0.5rem;\">
<input type=\"radio\" name=\"";
// line 1919
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.', 1919, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 1919), "vars", [], "any", false, false, false, 1919), "full_name", [], "any", false, false, false, 1919), "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, 1919), "price", [], "array", true, true, false, 1919)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1919), "price", [], "array", false, false, false, 1919), 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, 1919), "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.', 1919, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 1919), "vars", [], "any", false, false, false, 1919), "data", [], "any", false, false, false, 1919) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1919))) {
echo "checked";
}
echo " />
";
// line 1920
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, 1920)), "html", null, true);
echo "
";
// line 1921
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1921) == "なし(別途工事が必要になります)")) {
// line 1922
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
";
}
// line 1924
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1924) == "不明")) {
// line 1925
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 1927
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 1929
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.', 1929, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 1929), 'errors');
echo "
";
// line 1930
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.', 1930, $this->source); })()), "electrical_outlet_07_price", [], "any", false, false, false, 1930), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"electrical_outlet_07_02\">
<td>
<p>既存コンセントの延長の有無</p>
";
// line 1938
echo " </td>
<td>
<div class=\"fill v4\">
";
// line 1941
$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.', 1941, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 1941), "vars", [], "any", false, false, false, 1941), "choices", [], "any", false, false, false, 1941));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1942
echo " <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap; gap: 0.5rem;\">
<input type=\"radio\" name=\"";
// line 1943
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.', 1943, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 1943), "vars", [], "any", false, false, false, 1943), "full_name", [], "any", false, false, false, 1943), "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, 1943), "price", [], "array", true, true, false, 1943)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1943), "price", [], "array", false, false, false, 1943), 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, 1943), "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.', 1943, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 1943), "vars", [], "any", false, false, false, 1943), "data", [], "any", false, false, false, 1943) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1943))) {
echo "checked";
}
echo " />
";
// line 1944
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, 1944)), "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 1947
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.', 1947, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 1947), 'errors');
echo "
";
// line 1948
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.', 1948, $this->source); })()), "electrical_outlet_07_02_price", [], "any", false, false, false, 1948), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">建物の契約アンペア</p></td>
<td>
<div class=\"fill v4\">
";
// line 1956
$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.', 1956, $this->source); })()), "contract_amp", [], "any", false, false, false, 1956), "vars", [], "any", false, false, false, 1956), "choices", [], "any", false, false, false, 1956));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1957
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1958
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.', 1958, $this->source); })()), "contract_amp", [], "any", false, false, false, 1958), "vars", [], "any", false, false, false, 1958), "full_name", [], "any", false, false, false, 1958), "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, 1958), "price", [], "array", true, true, false, 1958)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1958), "price", [], "array", false, false, false, 1958), 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, 1958), "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.', 1958, $this->source); })()), "contract_amp", [], "any", false, false, false, 1958), "vars", [], "any", false, false, false, 1958), "data", [], "any", false, false, false, 1958) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1958))) {
echo "checked";
}
echo "/>
";
// line 1959
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, 1959)), "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 1962
echo " </div>
";
// line 1963
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.', 1963, $this->source); })()), "contract_amp", [], "any", false, false, false, 1963), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントアース端子</p></td>
<td>
<div class=\"fill v4\">
";
// line 1970
$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.', 1970, $this->source); })()), "outlet_earth", [], "any", false, false, false, 1970), "vars", [], "any", false, false, false, 1970), "choices", [], "any", false, false, false, 1970));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1971
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1972
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.', 1972, $this->source); })()), "outlet_earth", [], "any", false, false, false, 1972), "vars", [], "any", false, false, false, 1972), "full_name", [], "any", false, false, false, 1972), "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, 1972), "price", [], "array", true, true, false, 1972)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1972), "price", [], "array", false, false, false, 1972), 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, 1972), "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.', 1972, $this->source); })()), "outlet_earth", [], "any", false, false, false, 1972), "vars", [], "any", false, false, false, 1972), "data", [], "any", false, false, false, 1972) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1972))) {
echo "checked";
}
echo "/>
";
// line 1973
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, 1973)), "html", null, true);
echo "
";
// line 1974
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1974) == "なし")) {
// line 1975
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
";
}
// line 1977
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1977) == "不明")) {
// line 1978
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
";
}
// line 1980
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 1982
echo " </div>
";
// line 1983
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.', 1983, $this->source); })()), "outlet_earth", [], "any", false, false, false, 1983), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">配管穴の有無</p></td>
<td>
<div class=\"fill v4 vip\">
";
// line 1990
$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.', 1990, $this->source); })()), "room_size_07", [], "any", false, false, false, 1990), "vars", [], "any", false, false, false, 1990), "choices", [], "any", false, false, false, 1990));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1991
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1992
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.', 1992, $this->source); })()), "room_size_07", [], "any", false, false, false, 1992), "vars", [], "any", false, false, false, 1992), "full_name", [], "any", false, false, false, 1992), "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, 1992), "price", [], "array", true, true, false, 1992)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1992), "price", [], "array", false, false, false, 1992), 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, 1992), "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.', 1992, $this->source); })()), "room_size_07", [], "any", false, false, false, 1992), "vars", [], "any", false, false, false, 1992), "data", [], "any", false, false, false, 1992) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1992))) {
echo "checked";
}
echo "/>
";
// line 1993
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, 1993)), "html", null, true);
echo "
";
// line 1994
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1994) == "不明")) {
// line 1995
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
";
}
// line 1997
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 1999
echo " </div>
";
// line 2000
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.', 2000, $this->source); })()), "room_size_07", [], "any", false, false, false, 2000), 'errors');
echo "
<img style=\"margin-left: auto;\" src=\"";
// line 2001
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 2005
if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic", $context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.', 2005, $this->source); })()) != 0)) {
// line 2006
echo " <tr class=\"room_size_07_02\">
<td><p class=\"required\">配管穴の有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 2010
$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.', 2010, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 2010), "vars", [], "any", false, false, false, 2010), "choices", [], "any", false, false, false, 2010));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2011
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2012
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.', 2012, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 2012), "vars", [], "any", false, false, false, 2012), "full_name", [], "any", false, false, false, 2012), "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, 2012), "price", [], "array", true, true, false, 2012)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2012), "price", [], "array", false, false, false, 2012), 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, 2012), "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.', 2012, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 2012), "vars", [], "any", false, false, false, 2012), "data", [], "any", false, false, false, 2012) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2012))) {
echo "checked";
}
echo "/>
";
// line 2013
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, 2013)), "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 2016
echo " </div>
";
// line 2017
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.', 2017, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 2017), 'errors');
echo "
</td>
</tr>
";
}
// line 2021
echo " <tr class=\"room_size_07_03_v1\">
<td><p class=\"required\">建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
<td>
<div class=\"fill v4\">
";
// line 2025
$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.', 2025, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 2025), "vars", [], "any", false, false, false, 2025), "choices", [], "any", false, false, false, 2025));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2026
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2027
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.', 2027, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 2027), "vars", [], "any", false, false, false, 2027), "full_name", [], "any", false, false, false, 2027), "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, 2027), "price", [], "array", true, true, false, 2027)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2027), "price", [], "array", false, false, false, 2027), 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, 2027), "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.', 2027, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 2027), "vars", [], "any", false, false, false, 2027), "data", [], "any", false, false, false, 2027) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2027))) {
echo "checked";
}
echo "/>
";
// line 2028
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, 2028)), "html", null, true);
echo "
";
// line 2029
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2029) == "その他")) {
// line 2030
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 2032
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2032) == "不明")) {
// line 2033
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 2035
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 2037
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.', 2037, $this->source); })()), "room_size_07_03_v1_price", [], "any", false, false, false, 2037), 'widget');
echo "
</div>
";
// line 2039
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.', 2039, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 2039), 'errors');
echo "
</td>
</tr>
<tr class=\"room_size_07_03_v2\">
<td><p class=\"required\">建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
<td>
<div class=\"fill v4\">
";
// line 2046
$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.', 2046, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 2046), "vars", [], "any", false, false, false, 2046), "choices", [], "any", false, false, false, 2046));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2047
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2048
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.', 2048, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 2048), "vars", [], "any", false, false, false, 2048), "full_name", [], "any", false, false, false, 2048), "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, 2048), "price", [], "array", true, true, false, 2048)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2048), "price", [], "array", false, false, false, 2048), 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, 2048), "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.', 2048, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 2048), "vars", [], "any", false, false, false, 2048), "data", [], "any", false, false, false, 2048) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2048))) {
echo "checked";
}
echo "/>
";
// line 2049
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, 2049)), "html", null, true);
echo "
";
// line 2050
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2050) == "その他")) {
// line 2051
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 2053
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2053) == "不明")) {
// line 2054
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 2056
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 2058
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.', 2058, $this->source); })()), "room_size_07_03_v2_price", [], "any", false, false, false, 2058), 'widget');
echo "
</div>
";
// line 2060
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.', 2060, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 2060), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">設置予定場所の<br class=\"pc\" />配管の状態</p></td>
<td style=\"flex-direction: column;\">
<div class=\"fill v5 up\">
";
// line 2067
$context["idx"] = 0;
// line 2068
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.', 2068, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2068), "vars", [], "any", false, false, false, 2068), "choices", [], "any", false, false, false, 2068));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2069
echo " ";
$context["idx"] = ((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 2069, $this->source); })()) + 1);
// line 2070
echo " ";
if (((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 2070, $this->source); })()) <= 2)) {
// line 2071
echo " <div class=\"group\">
<label class=\"form-check v2\">
<input type=\"radio\" name=\"";
// line 2073
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.', 2073, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2073), "vars", [], "any", false, false, false, 2073), "full_name", [], "any", false, false, false, 2073), "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, 2073), "price", [], "array", true, true, false, 2073)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2073), "price", [], "array", false, false, false, 2073), 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, 2073), "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.', 2073, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2073), "vars", [], "any", false, false, false, 2073), "data", [], "any", false, false, false, 2073) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2073))) {
echo "checked";
}
echo " />
";
// line 2074
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, 2074)), "html", null, true);
echo "
</label>
<img src=\"";
// line 2076
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.', 2076, $this->source); })()), "html", null, true);
echo ".jpg\" alt=\"\">
</div>
";
}
// line 2079
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 2080
echo " </div>
<div class=\"fill v5\">
";
// line 2082
$context["idx"] = 0;
// line 2083
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.', 2083, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2083), "vars", [], "any", false, false, false, 2083), "choices", [], "any", false, false, false, 2083));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2084
echo " ";
$context["idx"] = ((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 2084, $this->source); })()) + 1);
// line 2085
echo " ";
if (((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 2085, $this->source); })()) > 2)) {
// line 2086
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 2087
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.', 2087, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2087), "vars", [], "any", false, false, false, 2087), "full_name", [], "any", false, false, false, 2087), "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, 2087), "price", [], "array", true, true, false, 2087)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2087), "price", [], "array", false, false, false, 2087), 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, 2087), "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.', 2087, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2087), "vars", [], "any", false, false, false, 2087), "data", [], "any", false, false, false, 2087) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2087))) {
echo "checked";
}
echo " />
";
// line 2088
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, 2088)), "html", null, true);
echo "
</label>
";
}
// line 2091
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 2092
echo " </div>
";
// line 2093
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.', 2093, $this->source); })()), "piping_status_07", [], "any", false, false, false, 2093), 'errors');
echo "
</td>
</tr>
<tr class=\"piping_status_07_02\">
<td><p class=\"required\">設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 2100
$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.', 2100, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 2100), "vars", [], "any", false, false, false, 2100), "choices", [], "any", false, false, false, 2100));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2101
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2102
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.', 2102, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 2102), "vars", [], "any", false, false, false, 2102), "full_name", [], "any", false, false, false, 2102), "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, 2102), "price", [], "array", true, true, false, 2102)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2102), "price", [], "array", false, false, false, 2102), 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, 2102), "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.', 2102, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 2102), "vars", [], "any", false, false, false, 2102), "data", [], "any", false, false, false, 2102) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2102))) {
echo "checked";
}
echo "/>
";
// line 2103
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, 2103)), "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 2106
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.', 2106, $this->source); })()), "piping_status_07_02_price", [], "any", false, false, false, 2106), 'widget');
echo "
</div>
";
// line 2108
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.', 2108, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 2108), 'errors');
echo "
</td>
</tr>
";
// line 2111
if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic", $context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.', 2111, $this->source); })()) != 0)) {
// line 2112
echo " <tr class=\"content-1\">
<td><p class=\"required\">室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\" style=\"order: 2;\">
";
// line 2116
$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.', 2116, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 2116), "vars", [], "any", false, false, false, 2116), "choices", [], "any", false, false, false, 2116));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2117
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2118
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.', 2118, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 2118), "vars", [], "any", false, false, false, 2118), "full_name", [], "any", false, false, false, 2118), "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, 2118), "price", [], "array", true, true, false, 2118)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2118), "price", [], "array", false, false, false, 2118), 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, 2118), "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.', 2118, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 2118), "vars", [], "any", false, false, false, 2118), "data", [], "any", false, false, false, 2118) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2118))) {
echo "checked";
}
echo " />
";
// line 2119
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, 2119)), "html", null, true);
echo "
";
// line 2120
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2120) == "必要(2m以内)")) {
// line 2121
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
";
}
// line 2123
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2123) == "未定")) {
// line 2124
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
";
}
// line 2126
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 2127
echo "
";
// line 2128
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.', 2128, $this->source); })()), "indoor_cover_07_price", [], "any", false, false, false, 2128), 'widget');
echo "
</div>
";
// line 2130
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.', 2130, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 2130), 'errors');
echo "
<img style=\"margin-left: auto; order: 3;\" src=\"";
// line 2132
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 class=\"required\">室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\">
";
// line 2139
$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.', 2139, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 2139), "vars", [], "any", false, false, false, 2139), "choices", [], "any", false, false, false, 2139));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2140
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2141
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.', 2141, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 2141), "vars", [], "any", false, false, false, 2141), "full_name", [], "any", false, false, false, 2141), "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, 2141), "price", [], "array", true, true, false, 2141)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2141), "price", [], "array", false, false, false, 2141), 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, 2141), "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.', 2141, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 2141), "vars", [], "any", false, false, false, 2141), "data", [], "any", false, false, false, 2141) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2141))) {
echo "checked";
}
echo " />
";
// line 2142
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, 2142)), "html", null, true);
echo "
";
// line 2143
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2143) == "その他")) {
// line 2144
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 2146
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 "
</div>
";
// line 2149
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.', 2149, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 2149), 'errors');
echo "
<img style=\"margin-left: auto;\" src=\"";
// line 2150
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 class=\"required\">室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 2157
$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.', 2157, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 2157), "vars", [], "any", false, false, false, 2157), "choices", [], "any", false, false, false, 2157));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2158
echo " <label class=\"form-check\" >
<input type=\"radio\" name=\"";
// line 2159
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.', 2159, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 2159), "vars", [], "any", false, false, false, 2159), "full_name", [], "any", false, false, false, 2159), "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, 2159), "price", [], "array", true, true, false, 2159)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2159), "price", [], "array", false, false, false, 2159), 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, 2159), "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.', 2159, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 2159), "vars", [], "any", false, false, false, 2159), "data", [], "any", false, false, false, 2159) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2159))) {
echo "checked";
}
echo " />
";
// line 2160
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, 2160)), "html", null, true);
echo "
";
// line 2161
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2161) == "再使用(交換)同階")) {
// line 2162
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
";
}
// line 2164
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2164) == "再使用(交換)異階")) {
// line 2165
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
";
}
// line 2167
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 2168
echo "
";
// line 2169
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.', 2169, $this->source); })()), "outdoor_cover_02_price", [], "any", false, false, false, 2169), 'widget');
echo "
</div>
";
// line 2171
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.', 2171, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 2171), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">室外機の設置場所(既設場所・希望設置場所)</p></td>
<td>
<div class=\"fill v4\">
";
// line 2178
$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.', 2178, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 2178), "vars", [], "any", false, false, false, 2178), "choices", [], "any", false, false, false, 2178));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2179
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2180
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.', 2180, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 2180), "vars", [], "any", false, false, false, 2180), "full_name", [], "any", false, false, false, 2180), "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, 2180), "price", [], "array", true, true, false, 2180)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2180), "price", [], "array", false, false, false, 2180), 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, 2180), "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.', 2180, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 2180), "vars", [], "any", false, false, false, 2180), "data", [], "any", false, false, false, 2180) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2180))) {
echo "checked";
}
echo " />
";
// line 2181
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, 2181)), "html", null, true);
echo "
";
// line 2182
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2182) == "その他")) {
// line 2183
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 2185
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 2187
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.', 2187, $this->source); })()), "construction_outdoor_07_price", [], "any", false, false, false, 2187), 'widget');
echo "
</div>
";
// line 2189
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.', 2189, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 2189), 'errors');
echo "
</td>
</tr>
";
}
// line 2193
echo " <tr class=\"content-1\">
<td><p class=\"required\">室外機の設置方法(既設方法・希望設置方法)</p></td>
<td>
<div class=\"fill v4\">
";
// line 2197
$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.', 2197, $this->source); })()), "setting_install_method", [], "any", false, false, false, 2197), "vars", [], "any", false, false, false, 2197), "choices", [], "any", false, false, false, 2197));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2198
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 2199
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.', 2199, $this->source); })()), "setting_install_method", [], "any", false, false, false, 2199), "vars", [], "any", false, false, false, 2199), "full_name", [], "any", false, false, false, 2199), "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, 2199), "price", [], "array", true, true, false, 2199)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2199), "price", [], "array", false, false, false, 2199), 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, 2199), "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.', 2199, $this->source); })()), "setting_install_method", [], "any", false, false, false, 2199), "vars", [], "any", false, false, false, 2199), "data", [], "any", false, false, false, 2199) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2199))) {
echo "checked";
}
echo " />
";
// line 2200
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, 2200)), "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 2203
echo " </div>
";
// line 2204
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.', 2204, $this->source); })()), "setting_install_method", [], "any", false, false, false, 2204), 'errors');
echo "
<div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
";
// line 2206
$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.', 2206, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 2206), "vars", [], "any", false, false, false, 2206), "choices", [], "any", false, false, false, 2206));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2207
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2208
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.', 2208, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 2208), "vars", [], "any", false, false, false, 2208), "full_name", [], "any", false, false, false, 2208), "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, 2208), "price", [], "array", true, true, false, 2208)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2208), "price", [], "array", false, false, false, 2208), 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, 2208), "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.', 2208, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 2208), "vars", [], "any", false, false, false, 2208), "data", [], "any", false, false, false, 2208) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2208))) {
echo "checked";
}
echo " />
";
// line 2209
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, 2209)), "html", null, true);
echo "
";
// line 2210
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2210) == "⑧不明(記載)")) {
// line 2211
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 2213
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 2215
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 2216
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.', 2216, $this->source); })()), "construction_method_07_v1_price", [], "any", false, false, false, 2216), 'widget');
echo "
</div>
";
// line 2218
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.', 2218, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 2218), 'errors');
echo "
<div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
";
// line 2221
$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.', 2221, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 2221), "vars", [], "any", false, false, false, 2221), "choices", [], "any", false, false, false, 2221));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 2222
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 2223
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.', 2223, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 2223), "vars", [], "any", false, false, false, 2223), "full_name", [], "any", false, false, false, 2223), "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, 2223), "price", [], "array", true, true, false, 2223)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 2223), "price", [], "array", false, false, false, 2223), 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, 2223), "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.', 2223, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 2223), "vars", [], "any", false, false, false, 2223), "data", [], "any", false, false, false, 2223) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2223))) {
echo "checked";
}
echo " />
";
// line 2224
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, 2224)), "html", null, true);
echo "
";
// line 2225
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 2225) == "⑧不明(記載)")) {
// line 2226
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 2228
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 2230
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 2231
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.', 2231, $this->source); })()), "construction_method_07_v2_price", [], "any", false, false, false, 2231), 'widget');
echo "
</div>
";
// line 2233
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.', 2233, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 2233), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p class=\"required\">ファイル添付</p></td>
<td>
<div class=\"fill v6\">
<div class=\"group\">
<p>詳細お見積りに際し、下記の写真を撮影し添付してください。<br>※夜間に撮影する際はフラッシュを使用してください。</p>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>①室内機設置場所(屋内) <span style=\"color: #2881c3;\">※</span></p></label>
<div class=\"custom-file\">
";
// line 2249
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.', 2249, $this->source); })()), "filename_image_1", [], "any", false, false, false, 2249), "vars", [], "any", false, false, false, 2249), "data", [], "any", false, false, false, 2249) != "")) {
// line 2250
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.', 2250, $this->source); })()), "image_1", [], "any", false, false, false, 2250), 'widget');
echo "
<label for=\"contact_image_1\">選択してください</label>
<img src=\"";
// line 2252
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.', 2252, $this->source); })()), "filename_image_1", [], "any", false, false, false, 2252), "vars", [], "any", false, false, false, 2252), "data", [], "any", false, false, false, 2252), "save_image"), "html", null, true);
echo "\" style=\"width: 150px !important;\" />
";
} else {
// line 2254
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.', 2254, $this->source); })()), "image_1", [], "any", false, false, false, 2254), 'widget', ["attr" => ["required" => "required"]]);
echo "
<label for=\"contact_image_1\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
";
}
// line 2258
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.', 2258, $this->source); })()), "image_1", [], "any", false, false, false, 2258), 'errors');
echo "
";
// line 2259
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.', 2259, $this->source); })()), "filename_image_1", [], "any", false, false, false, 2259), 'widget');
echo "
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"";
// line 2264
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html", null, true);
echo "item-3.jpg\" alt=\"\">
<span>撮影例</span>
</div>
</div>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>②室外機・配管・配管穴が分かる全体写真 <span style=\"color: #2881c3;\">※</span></p></label>
<div class=\"custom-file\">
";
// line 2273
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.', 2273, $this->source); })()), "filename_image_2", [], "any", false, false, false, 2273), "vars", [], "any", false, false, false, 2273), "data", [], "any", false, false, false, 2273) != "")) {
// line 2274
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.', 2274, $this->source); })()), "image_2", [], "any", false, false, false, 2274), 'widget');
echo "
<label for=\"contact_image_2\">選択してください</label>
<img src=\"";
// line 2276
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.', 2276, $this->source); })()), "filename_image_2", [], "any", false, false, false, 2276), "vars", [], "any", false, false, false, 2276), "data", [], "any", false, false, false, 2276), "save_image"), "html", null, true);
echo "\" style=\"width: 150px !important;\" />
";
} else {
// line 2278
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.', 2278, $this->source); })()), "image_2", [], "any", false, false, false, 2278), 'widget', ["attr" => ["required" => "required"]]);
echo "
<label for=\"contact_image_2\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
";
}
// line 2282
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.', 2282, $this->source); })()), "image_2", [], "any", false, false, false, 2282), 'errors');
echo "
";
// line 2283
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.', 2283, $this->source); })()), "filename_image_2", [], "any", false, false, false, 2283), 'widget');
echo "
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"";
// line 2288
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html", null, true);
echo "contact-00-attach-02.jpg\" alt=\"\">
<span>撮影例</span>
</div>
</div>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>③室外機設置場所<br>(②の写真で室外機設置場所が分かる方は不要)</p></label>
<div class=\"custom-file\">
";
// line 2297
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.', 2297, $this->source); })()), "filename_image_3", [], "any", false, false, false, 2297), "vars", [], "any", false, false, false, 2297), "data", [], "any", false, false, false, 2297) != "")) {
// line 2298
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.', 2298, $this->source); })()), "image_3", [], "any", false, false, false, 2298), 'widget');
echo "
<label for=\"contact_image_3\">選択してください</label>
<img src=\"";
// line 2300
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.', 2300, $this->source); })()), "filename_image_3", [], "any", false, false, false, 2300), "vars", [], "any", false, false, false, 2300), "data", [], "any", false, false, false, 2300), "save_image"), "html", null, true);
echo "\" style=\"width: 150px !important;\" />
";
} else {
// line 2302
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.', 2302, $this->source); })()), "image_3", [], "any", false, false, false, 2302), 'widget');
echo "
<label for=\"contact_image_3\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
";
}
// line 2306
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.', 2306, $this->source); })()), "image_3", [], "any", false, false, false, 2306), 'errors');
echo "
";
// line 2307
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.', 2307, $this->source); })()), "filename_image_3", [], "any", false, false, false, 2307), 'widget');
echo "
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"";
// line 2312
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html", null, true);
echo "item-5-1.jpg\" alt=\"\">
<span>1階撮影例</span>
</div>
<div class=\"gr\">
<img src=\"";
// line 2316
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html", null, true);
echo "item-5-2.jpg\" alt=\"\">
<span>2階撮影例</span>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<table id=\"tableThree\" style=\"padding: 0;\">
<tr>
<td>
<p class=\"required\">新居の所在地</p>
</td>
<td>
<div class=\"fill v2\">
<label>
";
// line 2333
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.', 2333, $this->source); })()), "location", [], "any", false, false, false, 2333), 'widget', ["attr" => ["style" => ""]]);
echo "
";
// line 2334
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.', 2334, $this->source); })()), "location", [], "any", false, false, false, 2334), 'errors');
echo "
</label>
</div>
</td>
</tr>
<tr>
<td>
<p>新居の情報</p>
</td>
<td>
<div class=\"fill v6\" style=\"width: 100%;\">
<div class=\"group add\" style=\"width: 100%; max-width: 100%;\">
<div class=\"group-content\" style=\"max-width: 100%;\">
<div class=\"custom-file\" style=\"margin-top: 0; margin-bottom: 0.5rem;\">
";
// line 2348
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.', 2348, $this->source); })()), "filename_floor", [], "any", false, false, false, 2348), "vars", [], "any", false, false, false, 2348), "data", [], "any", false, false, false, 2348) != "")) {
// line 2349
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.', 2349, $this->source); })()), "floor", [], "any", false, false, false, 2349), 'widget');
echo "
<label for=\"contact_floor\" style=\"width: 500px;max-width: 100%;\">選択してください</label>
<img src=\"";
// line 2351
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.', 2351, $this->source); })()), "filename_floor", [], "any", false, false, false, 2351), "vars", [], "any", false, false, false, 2351), "data", [], "any", false, false, false, 2351), "save_image"), "html", null, true);
echo "\" style=\"width: 150px !important;\" />
";
} else {
// line 2353
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.', 2353, $this->source); })()), "floor", [], "any", false, false, false, 2353), 'widget');
echo "
<label for=\"contact_floor\" style=\"width: 500px;max-width: 100%;\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
";
}
// line 2357
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.', 2357, $this->source); })()), "floor", [], "any", false, false, false, 2357), 'errors');
echo "
";
// line 2358
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.', 2358, $this->source); })()), "filename_floor", [], "any", false, false, false, 2358), 'widget');
echo "
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<div class=\"result\">
<p>概算合計金額</p>
<p id=\"total-price\">00,000円</p>
";
// line 2369
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.', 2369, $this->source); })()), "construction_base_price_1", [], "any", false, false, false, 2369), 'widget');
echo "
";
// line 2370
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.', 2370, $this->source); })()), "construction_base_price_2", [], "any", false, false, false, 2370), 'widget');
echo "
";
// line 2371
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.', 2371, $this->source); })()), "construction_base_price_3", [], "any", false, false, false, 2371), 'widget');
echo "
";
// line 2372
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.', 2372, $this->source); })()), "construction_total_price", [], "any", false, false, false, 2372), 'widget');
echo "
";
// line 2373
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.', 2373, $this->source); })()), "construction_discount", [], "any", false, false, false, 2373), 'widget');
echo "
</div>
<div style=\"text-align: right;\" class=\"pc\">
「
";
// line 2378
echo " ";
// line 2379
echo " 本体価格+標準工事費 <span class=\"product_base_price\"></span>円、
追加工事 <span class=\"add_price\"></span>円
」
</div>
<div style=\"text-align: right;\" class=\"sp\">
";
// line 2385
echo " ";
// line 2386
echo " 本体価格+標準工事費 <span class=\"product_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 2398
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 ( 4567 => 2398, 4553 => 2386, 4551 => 2385, 4544 => 2379, 4542 => 2378, 4535 => 2373, 4531 => 2372, 4527 => 2371, 4523 => 2370, 4519 => 2369, 4505 => 2358, 4500 => 2357, 4492 => 2353, 4487 => 2351, 4481 => 2349, 4479 => 2348, 4462 => 2334, 4458 => 2333, 4438 => 2316, 4431 => 2312, 4423 => 2307, 4418 => 2306, 4410 => 2302, 4405 => 2300, 4399 => 2298, 4397 => 2297, 4385 => 2288, 4377 => 2283, 4372 => 2282, 4364 => 2278, 4359 => 2276, 4353 => 2274, 4351 => 2273, 4339 => 2264, 4331 => 2259, 4326 => 2258, 4318 => 2254, 4313 => 2252, 4307 => 2250, 4305 => 2249, 4286 => 2233, 4281 => 2231, 4276 => 2230, 4269 => 2228, 4265 => 2226, 4263 => 2225, 4259 => 2224, 4247 => 2223, 4244 => 2222, 4240 => 2221, 4234 => 2218, 4229 => 2216, 4224 => 2215, 4217 => 2213, 4213 => 2211, 4211 => 2210, 4207 => 2209, 4195 => 2208, 4192 => 2207, 4188 => 2206, 4183 => 2204, 4180 => 2203, 4171 => 2200, 4159 => 2199, 4156 => 2198, 4152 => 2197, 4146 => 2193, 4139 => 2189, 4133 => 2187, 4126 => 2185, 4122 => 2183, 4120 => 2182, 4116 => 2181, 4104 => 2180, 4101 => 2179, 4097 => 2178, 4087 => 2171, 4082 => 2169, 4079 => 2168, 4072 => 2167, 4068 => 2165, 4065 => 2164, 4061 => 2162, 4059 => 2161, 4055 => 2160, 4043 => 2159, 4040 => 2158, 4036 => 2157, 4026 => 2150, 4022 => 2149, 4018 => 2147, 4011 => 2146, 4007 => 2144, 4005 => 2143, 4001 => 2142, 3989 => 2141, 3986 => 2140, 3982 => 2139, 3972 => 2132, 3967 => 2130, 3962 => 2128, 3959 => 2127, 3952 => 2126, 3948 => 2124, 3945 => 2123, 3941 => 2121, 3939 => 2120, 3935 => 2119, 3923 => 2118, 3920 => 2117, 3916 => 2116, 3910 => 2112, 3908 => 2111, 3902 => 2108, 3896 => 2106, 3887 => 2103, 3875 => 2102, 3872 => 2101, 3868 => 2100, 3858 => 2093, 3855 => 2092, 3849 => 2091, 3843 => 2088, 3831 => 2087, 3828 => 2086, 3825 => 2085, 3822 => 2084, 3817 => 2083, 3815 => 2082, 3811 => 2080, 3805 => 2079, 3797 => 2076, 3792 => 2074, 3780 => 2073, 3776 => 2071, 3773 => 2070, 3770 => 2069, 3765 => 2068, 3763 => 2067, 3753 => 2060, 3747 => 2058, 3740 => 2056, 3736 => 2054, 3733 => 2053, 3729 => 2051, 3727 => 2050, 3723 => 2049, 3711 => 2048, 3708 => 2047, 3704 => 2046, 3694 => 2039, 3688 => 2037, 3681 => 2035, 3677 => 2033, 3674 => 2032, 3670 => 2030, 3668 => 2029, 3664 => 2028, 3652 => 2027, 3649 => 2026, 3645 => 2025, 3639 => 2021, 3632 => 2017, 3629 => 2016, 3620 => 2013, 3608 => 2012, 3605 => 2011, 3601 => 2010, 3595 => 2006, 3593 => 2005, 3586 => 2001, 3582 => 2000, 3579 => 1999, 3572 => 1997, 3568 => 1995, 3566 => 1994, 3562 => 1993, 3550 => 1992, 3547 => 1991, 3543 => 1990, 3533 => 1983, 3530 => 1982, 3523 => 1980, 3519 => 1978, 3516 => 1977, 3512 => 1975, 3510 => 1974, 3506 => 1973, 3494 => 1972, 3491 => 1971, 3487 => 1970, 3477 => 1963, 3474 => 1962, 3465 => 1959, 3453 => 1958, 3450 => 1957, 3446 => 1956, 3435 => 1948, 3430 => 1947, 3421 => 1944, 3409 => 1943, 3406 => 1942, 3402 => 1941, 3397 => 1938, 3387 => 1930, 3382 => 1929, 3375 => 1927, 3371 => 1925, 3368 => 1924, 3364 => 1922, 3362 => 1921, 3358 => 1920, 3346 => 1919, 3343 => 1918, 3339 => 1917, 3328 => 1909, 3323 => 1908, 3314 => 1905, 3302 => 1904, 3299 => 1903, 3295 => 1902, 3285 => 1895, 3282 => 1894, 3273 => 1891, 3261 => 1890, 3258 => 1889, 3254 => 1888, 3244 => 1881, 3238 => 1879, 3229 => 1876, 3217 => 1875, 3214 => 1874, 3210 => 1873, 3200 => 1866, 3195 => 1864, 3192 => 1863, 3183 => 1861, 3171 => 1860, 3168 => 1859, 3164 => 1858, 3154 => 1851, 3149 => 1849, 3146 => 1848, 3137 => 1846, 3125 => 1845, 3122 => 1844, 3118 => 1843, 3108 => 1836, 3103 => 1834, 3100 => 1833, 3091 => 1831, 3079 => 1830, 3076 => 1829, 3072 => 1828, 3062 => 1821, 3058 => 1819, 3049 => 1817, 3037 => 1816, 3034 => 1815, 3030 => 1814, 3020 => 1807, 3016 => 1805, 3007 => 1803, 2995 => 1802, 2992 => 1801, 2988 => 1800, 2978 => 1793, 2973 => 1791, 2970 => 1790, 2961 => 1788, 2949 => 1787, 2946 => 1786, 2942 => 1785, 2932 => 1778, 2928 => 1776, 2921 => 1775, 2917 => 1773, 2915 => 1772, 2911 => 1771, 2899 => 1770, 2896 => 1769, 2892 => 1768, 2881 => 1760, 2877 => 1759, 2873 => 1757, 2862 => 1755, 2858 => 1754, 2854 => 1753, 2849 => 1751, 2845 => 1750, 2839 => 1746, 2828 => 1744, 2824 => 1743, 2820 => 1742, 2815 => 1740, 2811 => 1739, 2805 => 1735, 2794 => 1733, 2790 => 1732, 2786 => 1731, 2781 => 1729, 2777 => 1728, 2765 => 1719, 2760 => 1717, 2756 => 1716, 2751 => 1715, 2745 => 1714, 2739 => 1711, 2735 => 1710, 2731 => 1709, 2727 => 1708, 2723 => 1707, 2719 => 1706, 2714 => 1704, 2710 => 1702, 2708 => 1701, 2705 => 1700, 2699 => 1699, 2693 => 1696, 2689 => 1695, 2685 => 1694, 2681 => 1693, 2675 => 1692, 2670 => 1690, 2666 => 1688, 2663 => 1687, 2660 => 1686, 2655 => 1685, 2652 => 1684, 2648 => 1683, 2638 => 1676, 2635 => 1675, 2626 => 1672, 2612 => 1671, 2609 => 1670, 2605 => 1669, 2595 => 1662, 2592 => 1661, 2585 => 1659, 2581 => 1657, 2579 => 1656, 2575 => 1655, 2561 => 1654, 2558 => 1653, 2554 => 1652, 2544 => 1645, 2541 => 1644, 2532 => 1641, 2518 => 1640, 2515 => 1639, 2511 => 1638, 2504 => 1633, 2497 => 1629, 2492 => 1627, 2489 => 1626, 2480 => 1624, 2468 => 1623, 2465 => 1622, 2461 => 1621, 2455 => 1617, 2453 => 1616, 2445 => 1611, 2441 => 1609, 2434 => 1608, 2430 => 1606, 2428 => 1605, 2424 => 1604, 2412 => 1603, 2409 => 1602, 2405 => 1601, 2400 => 1598, 2389 => 1589, 2386 => 1588, 2376 => 1584, 2364 => 1583, 2360 => 1581, 2356 => 1580, 2341 => 1570, 2337 => 1568, 2322 => 1555, 2316 => 1552, 2305 => 1544, 2299 => 1541, 2288 => 1533, 2282 => 1530, 2271 => 1522, 2267 => 1521, 2261 => 1518, 2253 => 1513, 2242 => 1505, 2236 => 1502, 2224 => 1493, 2219 => 1491, 2212 => 1487, 2207 => 1485, 2200 => 1481, 2194 => 1478, 2186 => 1473, 2181 => 1471, 2177 => 1470, 2165 => 1461, 2159 => 1458, 2148 => 1450, 2142 => 1447, 2131 => 1439, 2125 => 1436, 2114 => 1428, 2108 => 1425, 2097 => 1417, 2091 => 1414, 2080 => 1406, 2074 => 1403, 2063 => 1395, 2057 => 1392, 2046 => 1384, 2040 => 1381, 2033 => 1376, 2026 => 1352, 2021 => 1350, 2014 => 1346, 2009 => 1344, 2002 => 1340, 1996 => 1337, 1988 => 1332, 1983 => 1330, 1979 => 1329, 1967 => 1320, 1960 => 1316, 1954 => 1313, 1948 => 1310, 1936 => 1301, 1932 => 1299, 1923 => 1297, 1913 => 1296, 1910 => 1295, 1906 => 1294, 1896 => 1287, 1892 => 1286, 1886 => 1283, 1877 => 1277, 1865 => 1268, 1861 => 1267, 1855 => 1264, 1846 => 1258, 1835 => 1249, 1818 => 1234, 1814 => 1232, 1805 => 1230, 1795 => 1229, 1792 => 1228, 1788 => 1227, 1777 => 1219, 1771 => 1216, 1760 => 1208, 1754 => 1205, 1743 => 1197, 1739 => 1196, 1733 => 1193, 1728 => 1191, 1718 => 1184, 1714 => 1182, 1705 => 1180, 1695 => 1179, 1692 => 1178, 1688 => 1177, 1678 => 1170, 1674 => 1169, 1668 => 1166, 1663 => 1164, 1652 => 1156, 1646 => 1153, 1636 => 1146, 1632 => 1144, 1623 => 1142, 1613 => 1141, 1610 => 1140, 1606 => 1139, 1595 => 1131, 1589 => 1128, 1578 => 1120, 1574 => 1119, 1568 => 1116, 1559 => 1110, 1547 => 1101, 1543 => 1100, 1537 => 1097, 1528 => 1091, 1516 => 1081, 1502 => 1069, 1496 => 1066, 1485 => 1058, 1479 => 1055, 1468 => 1047, 1462 => 1044, 1451 => 1036, 1447 => 1035, 1441 => 1032, 1433 => 1027, 1422 => 1019, 1416 => 1016, 1404 => 1007, 1399 => 1005, 1392 => 1001, 1387 => 999, 1380 => 995, 1374 => 992, 1366 => 987, 1361 => 985, 1357 => 984, 1345 => 975, 1339 => 972, 1328 => 964, 1322 => 961, 1311 => 953, 1305 => 950, 1294 => 942, 1288 => 939, 1277 => 930, 1260 => 915, 1256 => 913, 1247 => 911, 1237 => 910, 1234 => 909, 1230 => 908, 1220 => 901, 1214 => 898, 1203 => 890, 1199 => 889, 1193 => 886, 1185 => 881, 1174 => 873, 1168 => 870, 1156 => 861, 1152 => 859, 1143 => 857, 1133 => 856, 1130 => 855, 1126 => 854, 1116 => 847, 1110 => 844, 1103 => 839, 1097 => 818, 1091 => 815, 1080 => 807, 1076 => 805, 1067 => 803, 1057 => 802, 1054 => 801, 1050 => 800, 1040 => 793, 1034 => 790, 1023 => 782, 1017 => 779, 1006 => 771, 1000 => 768, 994 => 765, 990 => 763, 981 => 761, 971 => 760, 968 => 759, 964 => 758, 953 => 750, 948 => 748, 941 => 744, 936 => 742, 929 => 738, 923 => 735, 915 => 730, 910 => 728, 906 => 727, 894 => 718, 887 => 714, 881 => 711, 875 => 708, 863 => 699, 859 => 697, 850 => 695, 840 => 694, 837 => 693, 833 => 692, 823 => 685, 819 => 684, 813 => 681, 804 => 675, 792 => 666, 788 => 665, 782 => 662, 773 => 656, 762 => 647, 754 => 641, 748 => 638, 705 => 598, 691 => 586, 681 => 585, 475 => 387, 469 => 383, 467 => 382, 134 => 51, 124 => 50, 113 => 47, 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\">
p.required{
display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: flex-start;
gap: 0 1rem;
}
p.required:after{
content: \"【必須】\";
font-size: 1.2rem;
color: #db0000;
margin-top: 0.5rem;
}
.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() {
\$(\"input[name='loan[desired_construction_work]'][value='エアコン本体と設置工事をご希望の方']\").prop('checked', true);
{% if (checkCategory == 1) %}
// Trường hợp loan thì mặc định 最終金額算出
\$(\".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, #tableThree input\").each(function(index, el) {
if (\$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
\$(\"#tableThree\").css(\"display\", \"none\");
\$(\"#tableThree input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
else {
\$(\"#tableUnderTop\").css(\"display\", \"none\");
\$(\"#tableSecond\").css(\"display\", \"none\");
\$(\"#tableThree\").css(\"display\", \"none\");
\$(\"#tableUnderTop input, #tableSecond input, #tableThree input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
SetUnrequired();
}
function SetRequiredContent1() {
var selectedValue = \$(\"input[name='loan[desired_construction_work_02]']:checked\").val();
if (selectedValue === \"最終金額算出\") {
\$(\"#tableThree\").css(\"display\", \"none\");
\$(\"#tableThree input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
\$(\"#tableSecond\").css(\"display\", \"table\");
\$(\"#tableSecond .content-1 input\").each(function(index, el) {
if (\$(this).attr('name') != 'construction_date_2' && \$(this).attr('name') != 'construction_date_3' && \$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
}
else if (selectedValue === \"新居等への引越しのため設置場所の詳細確認不可\") {
\$(\"#tableSecond\").css(\"display\", \"none\");
\$(\"#tableSecond .content-1 input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
\$(\"#tableThree\").css(\"display\", \"table\");
\$(\"#tableThree input\").each(function(index, el) {
if (\$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
}
else {
\$(\"#tableSecond\").css(\"display\", \"none\");
\$(\"#tableThree\").css(\"display\", \"none\");
\$(\"#tableSecond .content-1 input, #tableThree input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
SetUnrequired();
}
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');
});
}
SetUnrequired();
}
function SetUnrequired() {
\$('input[name=\"loan[address][addr02]\"]').removeAttr('required');
\$('input[name=\"loan[tel_number_type]\"]').removeAttr('required');
\$('input[name=\"loan[tel_number]\"]').removeAttr('required');
\$('input[name=\"loan[electrical_outlet_07_02]\"]').removeAttr('required');
\$('input[name=\"loan[outlet_earth]\"]').removeAttr('required');
\$('input[name=\"loan[image_3]\"]').removeAttr('required');
\$('input[name=\"loan[floor]\"]').removeAttr('required');
\$('.custom-file img').each(function(index, el) {
if (\$(this).attr('src') != \"\") {
\$(this).closest('.custom-file').find('input').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'));
\$('.product_base_price').text(numeral(product_total_price + 0).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);
}
\$(document).ready(function(){
\$(\".custom-file input[type='file']\").change(function(){
var filePath = \$(this).val();
var fileName = filePath.split('\\\\').pop();
var label = \$(this).parent().find(\"label\");
label.text(fileName);
var hiddenInputId = \$(this).attr(\"id\") + \"-filename\";
\$(\"#\" + hiddenInputId).val(fileName);
\$(this).parent().find(\"label\").css(\"color\", \"rgba(0, 0, 0, 1)\");
});
});
</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 class=\"required\">お名前</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 class=\"required\">フリガナ</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 class=\"required\">性別</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 class=\"required\">生年月日</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 class=\"required\">住所</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 class=\"required\">電話番号(携帯)</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 class=\"required\">メールアドレス</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 class=\"required\">配偶者</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 class=\"required\">配偶者の職業</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 class=\"required\">世帯主とのご関係</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 class=\"required\">世帯人数</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 class=\"required\">住宅ローン/家賃支払い</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 class=\"required\">住居区分</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 class=\"required\">居住年数</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 class=\"required\">職業</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 class=\"required\">世帯主との居住状況</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 class=\"required\">職業</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 class=\"required\">業種</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 class=\"required\">お勤め先(派遣元)</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 class=\"required\">お勤め先フリガナ</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 class=\"required\">お勤め先住所</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 class=\"required\">お勤め先電話番号</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 class=\"required\">勤続年数</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 class=\"required\">税込年収</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 class=\"required\">従業員数</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 class=\"\">出向先・派遣先電話番号</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 class=\"required\">世帯主お名前</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 class=\"required\">フリガナ</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 class=\"required\">世帯主税込年収</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 class=\"required\">世帯主のお支払中の<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 class=\"required\">年金の種類</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 class=\"required\">年金以外の収入</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 class=\"required\">今回のお支払い</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 class=\"required\">お勤め先電話番号</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 class=\"required\">年金受給者の税込年収</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 class=\"required\">口座名義人</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 class=\"required\">お名前</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 class=\"required\">フリガナ</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 class=\"required\">性別</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 class=\"required\">生年月日</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 class=\"required\">住所</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 class=\"required\">電話番号(ご自宅)</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 class=\"required\">電話番号</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 class=\"required\">メールアドレス<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 class=\"required\">メールアドレス確認用<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 class=\"required\">契約者との続柄</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 class=\"required\">職業</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 class=\"required\">業種</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 class=\"required\">お勤め先(派遣元)</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 class=\"required\">お勤め先フリガナ</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 class=\"required\">お勤め先住所</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 class=\"required\">お勤め先電話番号</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 class=\"required\">勤続年数</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 class=\"required\">税込年収</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 class=\"required\">従業員数</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 class=\"\">出向先・派遣先電話番号</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 class=\"required\">希望する工事</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 class=\"required\">工事内容の最終確認</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 class=\"required\">特急券の購入</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 class=\"required\">お住まい</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 class=\"required\">建物の所有</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 class=\"required\">構造</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 class=\"required\">設置台数</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 class=\"required\">設置工事希望日</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 class=\"required\">工事内訳</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 class=\"required\">工事内訳</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 class=\"required\">工事内訳</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 class=\"required\">工事内訳</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 class=\"required\">工事内訳</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 class=\"required\">工事内訳</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 class=\"required\">工事内訳</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 class=\"required\">工事内訳</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 class=\"required\">エアコン設置場所</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 class=\"required\">エレベーターの有無</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 class=\"required\">コンセントの有無</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; gap: 0.5rem;\">
<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; gap: 0.5rem;\">
<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 class=\"required\">建物の契約アンペア</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 class=\"required\">配管穴の有無</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 class=\"required\">配管穴の有無</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 class=\"required\">建物の材質</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 class=\"required\">建物の材質</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 class=\"required\">設置予定場所の<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 class=\"required\">設置予定場所の<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 class=\"required\">室内化粧カバーの<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 class=\"required\">室外化粧カバーの<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 class=\"required\">室外化粧カバーの<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 class=\"required\">室外機の設置場所(既設場所・希望設置場所)</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 class=\"required\">室外機の設置方法(既設方法・希望設置方法)</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>
<tr class=\"content-1\">
<td><p class=\"required\">ファイル添付</p></td>
<td>
<div class=\"fill v6\">
<div class=\"group\">
<p>詳細お見積りに際し、下記の写真を撮影し添付してください。<br>※夜間に撮影する際はフラッシュを使用してください。</p>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>①室内機設置場所(屋内) <span style=\"color: #2881c3;\">※</span></p></label>
<div class=\"custom-file\">
{% if form.filename_image_1.vars.data != '' %}
{{ form_widget(form.image_1) }}
<label for=\"contact_image_1\">選択してください</label>
<img src=\"{{ asset(form.filename_image_1.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
{% else %}
{{ form_widget(form.image_1, {'attr': { 'required': 'required' }}) }}
<label for=\"contact_image_1\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
{% endif %}
{{ form_errors(form.image_1) }}
{{ form_widget(form.filename_image_1) }}
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"{{ asset('assets/img/construction/') }}item-3.jpg\" alt=\"\">
<span>撮影例</span>
</div>
</div>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>②室外機・配管・配管穴が分かる全体写真 <span style=\"color: #2881c3;\">※</span></p></label>
<div class=\"custom-file\">
{% if form.filename_image_2.vars.data != '' %}
{{ form_widget(form.image_2) }}
<label for=\"contact_image_2\">選択してください</label>
<img src=\"{{ asset(form.filename_image_2.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
{% else %}
{{ form_widget(form.image_2, {'attr': { 'required': 'required' }}) }}
<label for=\"contact_image_2\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
{% endif %}
{{ form_errors(form.image_2) }}
{{ form_widget(form.filename_image_2) }}
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"{{ asset('assets/img/construction/') }}contact-00-attach-02.jpg\" alt=\"\">
<span>撮影例</span>
</div>
</div>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>③室外機設置場所<br>(②の写真で室外機設置場所が分かる方は不要)</p></label>
<div class=\"custom-file\">
{% if form.filename_image_3.vars.data != '' %}
{{ form_widget(form.image_3) }}
<label for=\"contact_image_3\">選択してください</label>
<img src=\"{{ asset(form.filename_image_3.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
{% else %}
{{ form_widget(form.image_3) }}
<label for=\"contact_image_3\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
{% endif %}
{{ form_errors(form.image_3) }}
{{ form_widget(form.filename_image_3) }}
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"{{ asset('assets/img/construction/') }}item-5-1.jpg\" alt=\"\">
<span>1階撮影例</span>
</div>
<div class=\"gr\">
<img src=\"{{ asset('assets/img/construction/') }}item-5-2.jpg\" alt=\"\">
<span>2階撮影例</span>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<table id=\"tableThree\" style=\"padding: 0;\">
<tr>
<td>
<p class=\"required\">新居の所在地</p>
</td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.location, {'attr': { 'style': '' }}) }}
{{ form_errors(form.location) }}
</label>
</div>
</td>
</tr>
<tr>
<td>
<p>新居の情報</p>
</td>
<td>
<div class=\"fill v6\" style=\"width: 100%;\">
<div class=\"group add\" style=\"width: 100%; max-width: 100%;\">
<div class=\"group-content\" style=\"max-width: 100%;\">
<div class=\"custom-file\" style=\"margin-top: 0; margin-bottom: 0.5rem;\">
{% if form.filename_floor.vars.data != '' %}
{{ form_widget(form.floor) }}
<label for=\"contact_floor\" style=\"width: 500px;max-width: 100%;\">選択してください</label>
<img src=\"{{ asset(form.filename_floor.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
{% else %}
{{ form_widget(form.floor) }}
<label for=\"contact_floor\" style=\"width: 500px;max-width: 100%;\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
{% endif %}
{{ form_errors(form.floor) }}
{{ form_widget(form.filename_floor) }}
</div>
</div>
</div>
</div>
</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=\"product_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=\"product_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");
}
}