var/cache/dev/twig/a6/a61c1b555c26df290a5a4cf2285c10955317995df4eda8c7bd28f1bb65772851.php line 50

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @user_data/loan_examination.twig */
  14. class __TwigTemplate_15a9561cd74a774fabd78c955645867f2671485c3df28f66f830f15379e54322 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@user_data/loan_examination.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@user_data/loan_examination.twig"));
  40.         // line 3
  41.         $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); })()), [=> "Form/form_div_layout.twig"], true);
  42.         // line 1
  43.         $this->parent $this->loadTemplate("default_frame.twig""@user_data/loan_examination.twig"1);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 5
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 6
  59.         echo "    <style type=\"text/css\">
  60.         .horizontal{
  61.             display: flex;
  62.             justify-content: flex-start;
  63.             align-items: center;
  64.             flex-wrap: wrap;
  65.         }
  66.         .address .error-empty{
  67.             position: relative!important;
  68.             top: unset!important;
  69.         }
  70.         .horizontal .form-check{
  71.             padding-left: 0;
  72.             margin-right: 2rem;
  73.         }
  74.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input{
  75.             margin-left: 0;
  76.         }
  77.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input[type=\"text\"]{
  78.             max-width: 100px;
  79.         }
  80.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label span{
  81.             margin-right: 2rem;
  82.         }
  83.         /*.ec-form-inquiry__group .step-content {
  84.             display: block; /*Debug*/
  85.         }*/
  86.     </style>
  87. ";
  88.         
  89.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  90.         
  91.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  92.     }
  93.     // line 37
  94.     public function block_javascript($context, array $blocks = [])
  95.     {
  96.         $macros $this->macros;
  97.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  98.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  99.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  100.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  101.         // line 38
  102.         echo "    <script src=\"https://ajaxzip3.github.io/ajaxzip3.js\" charset=\"UTF-8\"></script>
  103.     <script type=\"text/javascript\">
  104.         \$(function() {
  105.             \$('.postal_code').click(function(event) {
  106.                 AjaxZip3.zip2addr('loan[postal_code]', '', 'loan[address][pref]', 'loan[address][addr01]');
  107.                 return false;
  108.             });
  109.             \$('.employed_postal_code').click(function(event) {
  110.                 AjaxZip3.zip2addr('loan[employed_postal_code]', '', 'loan[employed_address_pref]', 'loan[employed_address_addr01]');
  111.                 return false;
  112.             });
  113.             \$('.guarantor_postal_code').click(function(event) {
  114.                 AjaxZip3.zip2addr('loan[guarantor_postal_code]', '', 'loan[guarantor_address_pref]', 'loan[guarantor_address_addr01]');
  115.                 return false;
  116.             });
  117.             \$('.guarantor_company_postal_code').click(function(event) {
  118.                 AjaxZip3.zip2addr('loan[guarantor_company_postal_code]', '', 'loan[guarantor_company_address_pref]', 'loan[guarantor_company_address_addr01]');
  119.                 return false;
  120.             });
  121.         })
  122.     </script>
  123.     <script>
  124.         \$(document).ready(function() {
  125.             \$('form, input, select').attr('autocomplete', \"off\");
  126.             \$('input[name=\"loan[spouse]\"]').change(function() {
  127.                 var selectedValue = \$('input[name=\"loan[spouse]\"]:checked').val();
  128.                 if (selectedValue == \"有り\") {
  129.                     \$('select[name=\"loan[spouse_job]\"]').attr('required', 'required');
  130.                 } 
  131.                 else {
  132.                     \$('select[name=\"loan[spouse_job]\"]').removeAttr('required');
  133.                     \$('select[name=\"loan[spouse_job]\"]').closest('td').find('.error-empty').remove();
  134.                 }
  135.             });
  136.             \$('input[name=\"loan[household_paying]\"]').change(function() {
  137.                 var selectedValue = \$('input[name=\"loan[household_paying]\"]:checked').val();
  138.                 if (selectedValue == \"有り\") {
  139.                     \$('input[name=\"loan[household_paying_amount]\"]').attr('required', 'required');
  140.                 } 
  141.                 else {
  142.                     \$('input[name=\"loan[household_paying_amount]\"]').removeAttr('required');
  143.                     \$('input[name=\"loan[household_paying_amount]\"]').closest('td').find('.error-empty').remove();
  144.                 }
  145.             });
  146.             //Chỉ check phần trên hoặc phần dưới của お勤め先・ご収入について
  147.             \$('#employed input, #employed select, #employed textarea').change(function(event) {
  148.                 \$('#pensioner td').find('.error-empty').remove();
  149.             });
  150.             \$('#pensioner input, #pensioner select, #pensioner textarea').change(function(event) {
  151.                 \$('#employed td').find('.error-empty').remove();
  152.             });
  153.             var step_number = Number(\$('.ec-form-inquiry__group__step__item.active').data('step'));
  154.             \$('#btn-back').click(function(event) {
  155.                 \$(\"span.error-empty\").remove();
  156.                 if (step_number > 1) {
  157.                     step_number--;                    
  158.                     stepActive(step_number);
  159.                 }
  160.                 \$('body,html').animate({
  161.                     scrollTop: 250
  162.                 }, 300, 'swing');
  163.             });
  164.             \$(\"#btn-confirm\").click(function(event) {
  165.                 \$(\"span.error-empty\").remove();
  166.                 var employed_has_error = false;
  167.                 var pensioner_has_error = false;
  168.                 var has_error = false;
  169.                 if (step_number == 2) {
  170.                     // お勤め先・ご収入について chi check 1 phan
  171.                     \$('#employed select[required], #employed input[required], #employed textarea[required]').each(function() {
  172.                         var input = \$(this);
  173.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  174.                             var radio_name = input.attr('name');
  175.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  176.                                 employed_has_error = true;
  177.                             }
  178.                         }
  179.                         else if (input.val() == \"\"){
  180.                             employed_has_error = true;
  181.                         }
  182.                     });
  183.                     \$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').each(function() {
  184.                         var input = \$(this);
  185.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  186.                             var radio_name = input.attr('name');
  187.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  188.                                 pensioner_has_error = true;
  189.                             }
  190.                         }
  191.                         else if (input.val() == \"\"){
  192.                             pensioner_has_error = true;
  193.                         }
  194.                     });
  195.                 }
  196.                 if (step_number != 2 || (employed_has_error == true && pensioner_has_error == true)) {
  197.                     \$('.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() {
  198.                         var input = \$(this);
  199.                         var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");                
  200.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  201.                             var radio_name = input.attr('name');
  202.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  203.                                 input.before(input_empty);
  204.                                 has_error = true;
  205.                             }
  206.                         }
  207.                         else if (input.attr('type') == 'email' && validateEmail(input.val()) === false) {
  208.                             input.before(\$(\"<span>\").addClass(\"error-empty\").text(\"※正しくメールアドレスを入力してください\"));
  209.                         }
  210.                         else if (input.val() == \"\"){
  211.                             input.before(input_empty);
  212.                             has_error = true;
  213.                         }
  214.                         else {
  215.                             input_empty.remove();
  216.                         }
  217.                         input.on(\"change\", function() {
  218.                             if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  219.                                 input.closest('td').find('.error-empty').remove();
  220.                             }
  221.                             else {
  222.                                 input_empty.remove();
  223.                             }
  224.                         });
  225.                     });
  226.                 }
  227.                 if (has_error) {
  228.                     var position = \$(\".error-empty\").eq(0).offset().top - 250;
  229.                     \$('body,html').animate({
  230.                         scrollTop: position
  231.                     }, 300, 'swing');
  232.                     return false;
  233.                 }
  234.                 // chi xu ly tab, khong submit form
  235.                 if (step_number != 4) {
  236.                     step_number++;
  237.                     stepActive(step_number);
  238.                     \$('body,html').animate({
  239.                         scrollTop: 250
  240.                     }, 300, 'swing');
  241.                     return false;
  242.                 }
  243.                 if (employed_has_error == false) {
  244.                     \$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').removeAttr('required');
  245.                 }
  246.                 if (pensioner_has_error == false) {
  247.                     \$('#employed select[required], #employed input[required], #employed textarea[required]').removeAttr('required');
  248.                 }
  249.             });
  250.         });
  251.         /**
  252.          * Xu ly Tab
  253.          */
  254.         function stepActive(step_number) {
  255.             \$('.ec-form-inquiry__group__step__item').removeClass('active');
  256.             \$('.step-content').removeClass('active');
  257.             \$('.ec-form-inquiry__group__step__item.step-' + step_number).addClass('active');
  258.             \$('.step-content.step-' + step_number).addClass('active');
  259.             if (step_number > 1) {
  260.                 \$('#btn-back').addClass('active');
  261.             }
  262.             else {
  263.                 \$('#btn-back').removeClass('active');
  264.             }
  265.         }
  266.         /**
  267.          * Check mail
  268.          */
  269.         function validateEmail(email) {
  270.             var re = /\\S+@\\S+\\.\\S+/;
  271.             return re.test(email);
  272.         }
  273.     </script>
  274.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js\"></script>
  275.     <script>
  276.         var CountTatami = {
  277.             countType1: 0, //6-14
  278.             countType2: 0, //16-20
  279.             countType3: 0, //23-
  280.         };
  281.         var CountTatamiAll = {
  282.             countType1: 0, //6-14
  283.             countType2: 0, //16-20
  284.             countType3: 0, //23-
  285.         };
  286.         var CountTatamiLoan = {
  287.             countType1: 0, //6-14
  288.             countType2: 0, //16-20
  289.             countType3: 0, //23-
  290.         };
  291.         \$(function() {
  292.             //khi load page, nếu không chọn thì check tất cả product
  293.             if (\$('.construction_air:checked').length <= 0) {
  294.                 \$('.construction_air').prop('checked', true);
  295.             }
  296.             SetRequiredContent();
  297.             SetRequiredContent1();
  298.             SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  299.             SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  300.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  301.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  302.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  303.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  304.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  305.             SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  306.             SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
  307.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  308.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  309.             SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  310.             SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  311.             SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  312.             SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  313.             
  314.             \$(\"input[name='loan[desired_construction_work]']\").change(function() {
  315.                 SetRequiredContent();
  316.             });
  317.             \$(\"input[name='loan[desired_construction_work_02]']\").change(function() {
  318.                 SetRequiredContent1();
  319.                 CalcConstructionNumber();
  320.             });
  321.             \$(\"input[name='loan[construction_type_07]']\").change(function() {
  322.                 SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  323.                 SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  324.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  325.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  326.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  327.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  328.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  329.             });
  330.             \$(\"input[name='loan[construction_type_07_02_v2]']\").change(function() {
  331.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  332.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  333.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  334.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  335.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  336.             });
  337.             \$(\"input[name='loan[construction_type_07_03_v1]']\").change(function() {
  338.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  339.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  340.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  341.             });
  342.             \$(\"input[name='loan[electrical_outlet_07]']\").change(function() {
  343.                 SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  344.             });
  345.             \$(\"input[name='loan[room_size_07]']\").change(function() {
  346.                 SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\"); 
  347.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  348.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  349.             });
  350.             \$(\"input[name='loan[room_size_07_02]']\").change(function() {
  351.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  352.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  353.             });
  354.             \$(\"input[name='loan[piping_status_07]']\").change(function() {
  355.                 SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  356.             });
  357.             \$(\"input[name='loan[outdoor_cover]']\").change(function() {
  358.                 SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  359.             });
  360.             \$(\"input[name='loan[setting_install_method]']\").change(function() {
  361.                 SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  362.                 SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  363.             });
  364.             CalcConstructionNumber();
  365.             \$('.construction_air').on('change', function() {
  366.                 if (\$('.construction_air:checked').length > 0) {
  367.                     \$('.construction_air').removeAttr('required');
  368.                 }
  369.                 else {
  370.                     \$('.construction_air').attr('required', 'required');
  371.                 }
  372.                 CalcConstructionNumber();
  373.                 CalcPrice();
  374.             });
  375.             
  376.             CalcPrice();
  377.             \$('input[type=\"radio\"]').on('change', function() {
  378.                 CalcPrice();
  379.             });
  380.         });
  381.         function SetRequiredContent() {
  382.             ";
  383.         // line 366
  384.         if (((isset($context["checkCategory"]) || array_key_exists("checkCategory"$context) ? $context["checkCategory"] : (function () { throw new RuntimeError('Variable "checkCategory" does not exist.'366$this->source); })()) == 1)) {
  385.             // line 367
  386.             echo "                \$(\"input[name='loan[desired_construction_work]'][value='本体+設置工事']\").prop('checked', true);
  387.                 \$(\".ec-form-inquiry__group .table .list-item .item.active>table:first-child()\").css('display', 'none');
  388.                 \$(\"input[name='loan[desired_construction_work_02]'][value='最終金額算出']\").prop('checked', true);
  389.             ";
  390.         }
  391.         // line 371
  392.         echo "            var selectedValue = \$(\"input[name='loan[desired_construction_work]']:checked\").val();
  393.             if (selectedValue === \"本体+設置工事\") {
  394.                 \$(\"#tableUnderTop\").css(\"display\", \"table\");
  395.                 \$(\"#tableUnderTop input\").each(function(index, el) {
  396.                     if (\$(this).attr('type') != 'hidden') {
  397.                         \$(this).attr('required', 'required');
  398.                     }
  399.                 });
  400.             } 
  401.             else {
  402.                 \$(\"#tableUnderTop\").css(\"display\", \"none\");
  403.                 \$(\"#tableSecond\").css(\"display\", \"none\");
  404.                 \$(\"#tableUnderTop input, #tableSecond input\").each(function(index, el) {
  405.                     \$(this).prop('checked', false).removeAttr('required');
  406.                 });
  407.             }
  408.         }
  409.         function SetRequiredContent1() {
  410.             var selectedValue = \$(\"input[name='loan[desired_construction_work_02]']:checked\").val();
  411.             if (selectedValue === \"最終金額算出\") {
  412.                 \$(\"#tableSecond\").css(\"display\", \"table\");
  413.                 \$(\"#tableSecond .content-1 input\").each(function(index, el) {
  414.                     if (\$(this).attr('name') != 'loan[construction_date_2]' && \$(this).attr('name') != 'loan[construction_date_3]' &&  \$(this).attr('type') != 'hidden') {
  415.                         \$(this).attr('required', 'required');
  416.                     }
  417.                 });
  418.             } 
  419.             else {
  420.                 \$(\"#tableSecond\").css(\"display\", \"none\");
  421.                 \$(\"#tableSecond .content-1 input\").each(function(index, el) {
  422.                     \$(this).prop('checked', false).removeAttr('required');
  423.                 });
  424.             }
  425.         }
  426.         function SetRequiredContent2(nameInput, condition , classCheck) {
  427.             var selectedValue = \$(\"input[name='loan[\"+ nameInput +\"]']:checked\").val();
  428.             if (selectedValue === condition) {
  429.                 \$(classCheck).css(\"display\", \"flex\");
  430.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  431.                     if (\$(this).attr('type') != 'hidden') {
  432.                         \$(this).attr('required', 'required');
  433.                     }
  434.                 });
  435.             } else {
  436.                 \$(classCheck).css(\"display\", \"none\");
  437.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  438.                     \$(this).prop('checked', false).removeAttr('required');
  439.                 });
  440.             }
  441.         }
  442.         /**
  443.          * Tính giá tiền
  444.          */
  445.         function CalcPrice() {
  446.             var product_total_price = Number(\$('#product_total_price').val());
  447.             \$('#construction_base_price_1').val(0);
  448.             \$('#construction_base_price_2').val(0);
  449.             \$('#construction_base_price_3').val(0);
  450.             \$('#construction_total_price').val(0);
  451.             \$('#construction_discount').val(0);
  452.             \$('#total-price').text(numeral(product_total_price).format('0,0') + \"円\");
  453.             \$('.product_price').text(numeral(product_total_price).format('0,0'));
  454.             \$('.base_price').text(0);
  455.             \$('.add_price').text(0);
  456.         }
  457.         /**
  458.          * Đếm số lượng cần thi công
  459.          */
  460.         function CalcConstructionNumber() {            
  461.             CountTatami.countType1 = 0;
  462.             CountTatami.countType2 = 0;
  463.             CountTatami.countType3 = 0;
  464.             CountTatamiAll.countType1 = 0;
  465.             CountTatamiAll.countType2 = 0;
  466.             CountTatamiAll.countType3 = 0;
  467.             CountTatamiLoan.countType1 = 0;
  468.             CountTatamiLoan.countType2 = 0;
  469.             CountTatamiLoan.countType3 = 0;
  470.             var construction_air = []
  471.             var product_total_price = 0;
  472.             \$('.construction_air').each(function(index, el) {
  473.                 let quantity = \$(this).data('quantity');
  474.                 let price = \$(this).data('price');
  475.                 let tatami = \$(this).data('tatami');
  476.                 let loan = \$(this).data('loan');
  477.                 if (tatami >= 6 && tatami <= 14) {
  478.                     CountTatamiAll.countType1 += quantity;
  479.                     if (loan == 1) {
  480.                         CountTatamiLoan.countType1 += quantity;
  481.                     }
  482.                 } else if (tatami >= 16 && tatami <= 20) {
  483.                     CountTatamiAll.countType2 += quantity;
  484.                     if (loan == 1) {
  485.                         CountTatamiLoan.countType2 += quantity;
  486.                     }
  487.                 } else if (tatami >= 23) {
  488.                     CountTatamiAll.countType3 += quantity;
  489.                     if (loan == 1) {
  490.                         CountTatamiLoan.countType3 += quantity;
  491.                     }
  492.                 }
  493.                 if (\$(this).is(':checked')) {
  494.                     product_total_price += price;
  495.                     if (tatami >= 6 && tatami <= 14) {
  496.                         CountTatami.countType1 += quantity;
  497.                     } else if (tatami >= 16 && tatami <= 20) {
  498.                         CountTatami.countType2 += quantity;
  499.                         
  500.                     } else if (tatami >= 23) {
  501.                         CountTatami.countType3 += quantity;
  502.                     }
  503.                     construction_air.push(\$(this).val());
  504.                 }                
  505.             });
  506.             \$('#loan_construction_air').val(construction_air.toString());
  507.             \$('#loan_number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
  508.             \$('#product_total_price').val(product_total_price);
  509.         }
  510.     </script>
  511. ";
  512.         
  513.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  514.         
  515.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  516.     }
  517.     // line 508
  518.     public function block_main($context, array $blocks = [])
  519.     {
  520.         $macros $this->macros;
  521.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  522.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  523.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  524.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  525.         // line 509
  526.         echo "    <div class=\"ec-inquiry-page\">
  527.     \t<div class=\"ec-banner\">
  528.             <div class=\"ec-banner__inner\">
  529.                 <div class=\"inner\">
  530.                     <h2>
  531.                         エアココ自社ローン審査フォーム
  532.                     </h2>
  533.                 </div>
  534.             </div>
  535.             <div class=\"ec-breadcrumb\">
  536.                 <ul class=\"ec-breadcrumb__menu\">
  537.                     <li class=\"ec-breadcrumb__item\"><a href=\"";
  538.         // line 521
  539.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  540.         echo "\">TOP</a></li>
  541.                     <li class=\"ec-breadcrumb__item\"><span>></span></li>
  542.                     <li class=\"ec-breadcrumb__item\"><p>エアココ自社ローン審査フォーム</p></li>
  543.                 </ul>
  544.             </div>
  545.         </div>
  546.         <div class=\"ec-form-inquiry-main\">
  547.             <div class=\"ec-form-inquiry__inner\">
  548.                 <div class=\"inner\">
  549.                     <div class=\"ec-form-inquiry__group\">
  550.                         <div class=\"ec-form-inquiry__group__step\">
  551.                             <ul class=\"ec-form-inquiry__group__step__items\">
  552.                                 <li class=\"ec-form-inquiry__group__step__item step-1 active\" data-step=\"1\">
  553.                                     <span>STEP1</span>
  554.                                     <span>ご本人様について</span>
  555.                                 </li>
  556.                                 <li class=\"ec-form-inquiry__group__step__item step-2\" data-step=\"2\">
  557.                                     <span>STEP2</span>
  558.                                     <span>お勤め先・ご収入</span>
  559.                                 </li>
  560.                                 <li class=\"ec-form-inquiry__group__step__item step-3\" data-step=\"3\">
  561.                                     <span>STEP3</span>
  562.                                     <span>連帯保証人の方</span>
  563.                                 </li>
  564.                                 <li class=\"ec-form-inquiry__group__step__item step-4\" data-step=\"4\">
  565.                                     <span>STEP4</span>
  566.                                     <span>工事内容の最終確認</span>
  567.                                 </li>
  568.                                 <li class=\"ec-form-inquiry__group__step__item step-5\" data-step=\"5\">
  569.                                     <span>STEP5</span>
  570.                                     <span>ご確認</span>
  571.                                 </li>
  572.                                 <li class=\"ec-form-inquiry__group__step__item step-6\" data-step=\"6\">
  573.                                     <span>STEP6</span>
  574.                                     <span>完了</span>
  575.                                 </li>
  576.                             </ul>
  577.                         </div>
  578.                         <form id=\"loan_examination_form\" method=\"post\" action=\"";
  579.         // line 561
  580.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loan_examination");
  581.         echo "\" class=\"h-adr\" enctype=\"multipart/form-data\">
  582.                             <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  583.                             ";
  584.         // line 564
  585.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'564$this->source); })()), "_token", [], "any"falsefalsefalse564), 'widget');
  586.         echo "
  587.                             <div class=\"step-content step-1 active\">
  588.                                 <div class=\"step-content__title\">ご本人様について</div>
  589.                                 <div class=\"table\">
  590.                                     ";
  591.         // line 570
  592.         echo "                                    <div class=\"list-item\">
  593.     \t                                <div class=\"item\">
  594.     \t\t                                <table>
  595.     \t\t\t                                <tr>
  596.     \t\t\t\t                                <td><p>お名前</p></td>
  597.     \t\t\t\t                                <td>
  598.     \t\t\t\t\t                                <div class=\"fill\">
  599.     \t\t\t\t\t\t                                <label>
  600.     \t\t\t\t\t\t\t                                姓
  601.     \t\t\t\t\t\t\t                                ";
  602.         // line 579
  603.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'579$this->source); })()), "name", [], "any"falsefalsefalse579), "name01", [], "any"falsefalsefalse579), 'widget', ["attr" => ["placeholder" => "姓"]]);
  604.         echo "
  605.     \t\t\t\t\t\t                                </label>
  606.     \t\t\t\t\t                                </div>
  607.     \t\t\t\t\t                                <div class=\"fill\">
  608.     \t\t\t\t\t\t                                <label>
  609.     \t\t\t\t\t\t\t                                名
  610.     \t\t\t\t\t\t\t                                ";
  611.         // line 585
  612.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'585$this->source); })()), "name", [], "any"falsefalsefalse585), "name02", [], "any"falsefalsefalse585), 'widget', ["attr" => ["placeholder" => "名"]]);
  613.         echo "
  614.     \t\t\t\t\t\t                                </label>
  615.     \t\t\t\t\t                                </div>
  616.     \t\t\t\t\t                                ";
  617.         // line 588
  618.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'588$this->source); })()), "name", [], "any"falsefalsefalse588), "name01", [], "any"falsefalsefalse588), 'errors');
  619.         echo "
  620.     \t\t\t\t\t                                ";
  621.         // line 589
  622.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'589$this->source); })()), "name", [], "any"falsefalsefalse589), "name02", [], "any"falsefalsefalse589), 'errors');
  623.         echo "
  624.     \t\t\t\t                                </td>
  625.     \t\t\t                                </tr>
  626.                                                 <tr>
  627.                                                     <td><p>フリガナ</p></td>
  628.                                                     <td>
  629.                                                         <div class=\"fill\">
  630.                                                             <label>
  631.                                                                 セイ
  632.                                                                 ";
  633.         // line 598
  634.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'598$this->source); })()), "kana", [], "any"falsefalsefalse598), "kana01", [], "any"falsefalsefalse598), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  635.         echo "
  636.                                                             </label>
  637.                                                         </div>
  638.                                                         <div class=\"fill\">
  639.                                                             <label>
  640.                                                                 メイ
  641.                                                                 ";
  642.         // line 604
  643.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'604$this->source); })()), "kana", [], "any"falsefalsefalse604), "kana02", [], "any"falsefalsefalse604), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  644.         echo "
  645.                                                             </label>
  646.                                                         </div>
  647.                                                         ";
  648.         // line 607
  649.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'607$this->source); })()), "kana", [], "any"falsefalsefalse607), "kana01", [], "any"falsefalsefalse607), 'errors');
  650.         echo "
  651.                                                         ";
  652.         // line 608
  653.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'608$this->source); })()), "kana", [], "any"falsefalsefalse608), "kana02", [], "any"falsefalsefalse608), 'errors');
  654.         echo "
  655.                                                     </td>
  656.                                                 </tr>
  657.                                                 <tr>
  658.                                                     <td><p>性別</p></td>
  659.                                                     <td>
  660.                                                         <div class=\"fill horizontal\">
  661.                                                             ";
  662.         // line 615
  663.         $context['_parent'] = $context;
  664.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'615$this->source); })()), "sex", [], "any"falsefalsefalse615), "vars", [], "any"falsefalsefalse615), "choices", [], "any"falsefalsefalse615));
  665.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  666.             // line 616
  667.             echo "                                                                <label class=\"form-check\">
  668.                                                                     <input type=\"radio\" name=\"";
  669.             // line 617
  670.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'617$this->source); })()), "sex", [], "any"falsefalsefalse617), "vars", [], "any"falsefalsefalse617), "full_name", [], "any"falsefalsefalse617), "html"nulltrue);
  671.             echo "\" value=\"";
  672.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse617), "html"nulltrue);
  673.             echo "\" ";
  674.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'617$this->source); })()), "sex", [], "any"falsefalsefalse617), "vars", [], "any"falsefalsefalse617), "data", [], "any"falsefalsefalse617) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse617))) {
  675.                 echo "checked";
  676.             }
  677.             echo " required=\"required\" />
  678.                                                                     ";
  679.             // line 618
  680.             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"falsefalsefalse618)), "html"nulltrue);
  681.             echo 
  682.                                                                 </label>
  683.                                                             ";
  684.         }
  685.         $_parent $context['_parent'];
  686.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  687.         $context array_intersect_key($context$_parent) + $_parent;
  688.         // line 620
  689.         echo "                    
  690.                                                         </div>
  691.                                                         ";
  692.         // line 622
  693.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'622$this->source); })()), "sex", [], "any"falsefalsefalse622), 'errors');
  694.         echo "
  695.                                                     </td>
  696.                                                 </tr>
  697.                                                 <tr>
  698.                                                     <td><p>生年月日</p></td>
  699.                                                     <td>
  700.                                                         <div class=\"fill v2\">
  701.                                                             <label class=\"group_select\">
  702.                                                                 <div class=\"select vip\">
  703.                                                                     ";
  704.         // line 631
  705.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'631$this->source); })()), "birth", [], "any"falsefalsefalse631), "year", [], "any"falsefalsefalse631), 'widget');
  706.         echo "<span>年</span>
  707.                                                                 </div>
  708.                                                                 <div class=\"select vip\">
  709.                                                                     ";
  710.         // line 634
  711.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'634$this->source); })()), "birth", [], "any"falsefalsefalse634), "month", [], "any"falsefalsefalse634), 'widget');
  712.         echo "<span>月</span>
  713.                                                                 </div>
  714.                                                                 <div class=\"select vip\">
  715.                                                                     ";
  716.         // line 637
  717.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'637$this->source); })()), "birth", [], "any"falsefalsefalse637), "day", [], "any"falsefalsefalse637), 'widget');
  718.         echo "<span>日</span>
  719.                                                                 </div>
  720.                                                             </label>
  721.                                                         </div>
  722.                                                         ";
  723.         // line 641
  724.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'641$this->source); })()), "birth", [], "any"falsefalsefalse641), 'errors');
  725.         echo "
  726.                                                     </td>
  727.                                                 </tr>
  728.                                                 <tr>
  729.                                                     <td><p>住所</p></td>
  730.                                                     <td>
  731.                                                         <div class=\"fill v3\">
  732.                                                             <label class=\"label v2\">
  733.                                                                 郵便番号
  734.                                                                 ";
  735.         // line 650
  736.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'650$this->source); })()), "postal_code", [], "any"falsefalsefalse650), 'widget');
  737.         echo "
  738.                                                                 <a class=\"btn-post postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  739.         // line 651
  740.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html"nulltrue);
  741.         echo "</span></a>
  742.                                                             </label>
  743.                                                             ";
  744.         // line 653
  745.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'653$this->source); })()), "postal_code", [], "any"falsefalsefalse653), 'errors');
  746.         echo "
  747.                                                             <label class=\"label v3 address\">
  748.                                                                 都道府県
  749.                                                                 <div class=\"select\">
  750.                                                                     ";
  751.         // line 658
  752.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'658$this->source); })()), "address", [], "any"falsefalsefalse658), "pref", [], "any"falsefalsefalse658), 'widget');
  753.         echo "   
  754.                                                                 </div>                     
  755.                                                             </label>
  756.                                                             ";
  757.         // line 661
  758.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'661$this->source); })()), "address", [], "any"falsefalsefalse661), "pref", [], "any"falsefalsefalse661), 'errors');
  759.         echo "
  760.                                                             <label class=\"label v4 address\">
  761.                                                                 市区町村・番地 
  762.                                                                 ";
  763.         // line 665
  764.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'665$this->source); })()), "address", [], "any"falsefalsefalse665), "addr01", [], "any"falsefalsefalse665), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  765.         echo "
  766.                                                             </label>
  767.                                                             ";
  768.         // line 667
  769.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'667$this->source); })()), "address", [], "any"falsefalsefalse667), "addr01", [], "any"falsefalsefalse667), 'errors');
  770.         echo "
  771.                                                             <label class=\"label v4 address\">
  772.                                                                 マンション・ビル名
  773.                                                                 ";
  774.         // line 671
  775.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'671$this->source); })()), "address", [], "any"falsefalsefalse671), "addr02", [], "any"falsefalsefalse671), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  776.         echo "
  777.                                                             </label>
  778.                                                             ";
  779.         // line 673
  780.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'673$this->source); })()), "address", [], "any"falsefalsefalse673), "addr02", [], "any"falsefalsefalse673), 'errors');
  781.         echo "
  782.                                                         </div>
  783.                                                     </td>
  784.                                                 </tr>
  785.                                                 <tr>
  786.                                                     <td><p>電話番号(ご自宅)</p></td>
  787.                                                     <td>
  788.                                                         <div class=\"fill horizontal\">
  789.                                                             ";
  790.         // line 681
  791.         $context['_parent'] = $context;
  792.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'681$this->source); })()), "tel_number_type", [], "any"falsefalsefalse681), "vars", [], "any"falsefalsefalse681), "choices", [], "any"falsefalsefalse681));
  793.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  794.             // line 682
  795.             echo "                                                                <label class=\"form-check\">
  796.                                                                     <input type=\"radio\" name=\"";
  797.             // line 683
  798.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'683$this->source); })()), "tel_number_type", [], "any"falsefalsefalse683), "vars", [], "any"falsefalsefalse683), "full_name", [], "any"falsefalsefalse683), "html"nulltrue);
  799.             echo "\" value=\"";
  800.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse683), "html"nulltrue);
  801.             echo "\" ";
  802.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'683$this->source); })()), "tel_number_type", [], "any"falsefalsefalse683), "vars", [], "any"falsefalsefalse683), "data", [], "any"falsefalsefalse683) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse683))) {
  803.                 echo "checked";
  804.             }
  805.             echo " required=\"required\" />
  806.                                                                     ";
  807.             // line 684
  808.             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"falsefalsefalse684)), "html"nulltrue);
  809.             echo 
  810.                                                                 </label>
  811.                                                             ";
  812.         }
  813.         $_parent $context['_parent'];
  814.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  815.         $context array_intersect_key($context$_parent) + $_parent;
  816.         // line 686
  817.         echo "                    
  818.                                                         </div>
  819.                                                         ";
  820.         // line 688
  821.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'688$this->source); })()), "tel_number_type", [], "any"falsefalsefalse688), 'errors');
  822.         echo "
  823.                                                         <div class=\"fill v2\">
  824.                                                             <label>
  825.                                                                 ";
  826.         // line 691
  827.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'691$this->source); })()), "tel_number", [], "any"falsefalsefalse691), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  828.         echo "
  829.                                                             </label>
  830.                                                         </div>
  831.                                                         ";
  832.         // line 694
  833.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'694$this->source); })()), "tel_number", [], "any"falsefalsefalse694), 'errors');
  834.         echo "
  835.                                                     </td>
  836.                                                 </tr>
  837.                                                 <tr>
  838.                                                     <td><p>電話番号(携帯)</p></td>
  839.                                                     <td>
  840.                                                         <div class=\"fill v2\">
  841.                                                             <label>
  842.                                                                 ";
  843.         // line 702
  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.'702$this->source); })()), "phone_number", [], "any"falsefalsefalse702), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  845.         echo "
  846.                                                             </label>
  847.                                                         </div>
  848.                                                         ";
  849.         // line 705
  850.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'705$this->source); })()), "phone_number", [], "any"falsefalsefalse705), 'errors');
  851.         echo "
  852.                                                     </td>
  853.                                                 </tr>
  854.                                                 <tr>
  855.                                                     <td><p>メールアドレス</p></td>
  856.                                                     <td>
  857.                                                         <div class=\"fill v2\">
  858.                                                             <label>
  859.                                                                 ";
  860.         // line 713
  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.'713$this->source); })()), "email", [], "any"falsefalsefalse713), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
  862.         echo "
  863.                                                             </label>
  864.                                                         </div>
  865.                                                         ";
  866.         // line 716
  867.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'716$this->source); })()), "email", [], "any"falsefalsefalse716), 'errors');
  868.         echo "          
  869.                                                     </td>
  870.                                                 </tr> 
  871.                                                 <tr>
  872.                                                     <td><p>配偶者</p></td>
  873.                                                     <td>
  874.                                                         <div class=\"fill horizontal\">
  875.                                                             ";
  876.         // line 723
  877.         $context['_parent'] = $context;
  878.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'723$this->source); })()), "spouse", [], "any"falsefalsefalse723), "vars", [], "any"falsefalsefalse723), "choices", [], "any"falsefalsefalse723));
  879.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  880.             // line 724
  881.             echo "                                                                <label class=\"form-check\">
  882.                                                                     <input type=\"radio\" name=\"";
  883.             // line 725
  884.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'725$this->source); })()), "spouse", [], "any"falsefalsefalse725), "vars", [], "any"falsefalsefalse725), "full_name", [], "any"falsefalsefalse725), "html"nulltrue);
  885.             echo "\" value=\"";
  886.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse725), "html"nulltrue);
  887.             echo "\" ";
  888.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'725$this->source); })()), "spouse", [], "any"falsefalsefalse725), "vars", [], "any"falsefalsefalse725), "data", [], "any"falsefalsefalse725) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse725))) {
  889.                 echo "checked";
  890.             }
  891.             echo " required=\"required\" />
  892.                                                                     ";
  893.             // line 726
  894.             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"falsefalsefalse726)), "html"nulltrue);
  895.             echo 
  896.                                                                 </label>
  897.                                                             ";
  898.         }
  899.         $_parent $context['_parent'];
  900.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  901.         $context array_intersect_key($context$_parent) + $_parent;
  902.         // line 728
  903.         echo "                    
  904.                                                         </div>
  905.                                                         ";
  906.         // line 730
  907.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'730$this->source); })()), "spouse", [], "any"falsefalsefalse730), 'errors');
  908.         echo "
  909.                                                     </td>
  910.                                                 </tr>
  911.                                                 <tr>
  912.                                                     <td><p>配偶者の職業</p></td>
  913.                                                     <td>
  914.                                                         <div class=\"fill v4\">
  915.                                                             <div class=\"select\">
  916.                                                                 ";
  917.         // line 738
  918.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'738$this->source); })()), "spouse_job", [], "any"falsefalsefalse738), 'widget');
  919.         echo "
  920.                                                             </div>
  921.                                                         </div>
  922.                                                         ";
  923.         // line 741
  924.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'741$this->source); })()), "spouse_job", [], "any"falsefalsefalse741), 'errors');
  925.         echo "
  926.                                                     </td>
  927.                                                 </tr>
  928.                                                 <tr>
  929.                                                     <td><p>世帯主とのご関係</p></td>
  930.                                                     <td>
  931.                                                         <div class=\"fill horizontal\">
  932.                                                             ";
  933.         // line 748
  934.         $context['_parent'] = $context;
  935.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'748$this->source); })()), "relationship", [], "any"falsefalsefalse748), "vars", [], "any"falsefalsefalse748), "choices", [], "any"falsefalsefalse748));
  936.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  937.             // line 749
  938.             echo "                                                                <label class=\"form-check\">
  939.                                                                     <input type=\"radio\" name=\"";
  940.             // line 750
  941.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'750$this->source); })()), "relationship", [], "any"falsefalsefalse750), "vars", [], "any"falsefalsefalse750), "full_name", [], "any"falsefalsefalse750), "html"nulltrue);
  942.             echo "\" value=\"";
  943.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse750), "html"nulltrue);
  944.             echo "\" ";
  945.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'750$this->source); })()), "relationship", [], "any"falsefalsefalse750), "vars", [], "any"falsefalsefalse750), "data", [], "any"falsefalsefalse750) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse750))) {
  946.                 echo "checked";
  947.             }
  948.             echo " required=\"required\" />
  949.                                                                     ";
  950.             // line 751
  951.             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"falsefalsefalse751)), "html"nulltrue);
  952.             echo 
  953.                                                                 </label>
  954.                                                             ";
  955.         }
  956.         $_parent $context['_parent'];
  957.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  958.         $context array_intersect_key($context$_parent) + $_parent;
  959.         // line 754
  960.         echo "                                                            <label>
  961.                                                                 ";
  962.         // line 755
  963.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'755$this->source); })()), "relationship_other", [], "any"falsefalsefalse755), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  964.         echo "
  965.                                                             </label>        
  966.                                                         </div>
  967.                                                         ";
  968.         // line 758
  969.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'758$this->source); })()), "relationship", [], "any"falsefalsefalse758), 'errors');
  970.         echo "
  971.                                                         ";
  972.         // line 759
  973.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'759$this->source); })()), "relationship_other", [], "any"falsefalsefalse759), 'errors');
  974.         echo "
  975.                                                     </td>
  976.                                                 </tr>
  977.                                                 <tr>
  978.                                                     <td><p>世帯人数</p></td>
  979.                                                     <td>
  980.                                                         <div class=\"fill v2\">
  981.                                                             <label>
  982.                                                                 ";
  983.         // line 767
  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.'767$this->source); })()), "people_cnt", [], "any"falsefalsefalse767), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  985.         echo " <span>人</span>
  986.                                                             </label>
  987.                                                         </div>
  988.                                                         ";
  989.         // line 770
  990.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'770$this->source); })()), "people_cnt", [], "any"falsefalsefalse770), 'errors');
  991.         echo "
  992.                                                     </td>
  993.                                                 </tr>
  994.                                                 <tr>
  995.                                                     <td><p>住宅ローン/家賃支払い</p></td>
  996.                                                     <td>
  997.                                                         <div class=\"fill horizontal\">
  998.                                                             ";
  999.         // line 777
  1000.         $context['_parent'] = $context;
  1001.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'777$this->source); })()), "housing_loan", [], "any"falsefalsefalse777), "vars", [], "any"falsefalsefalse777), "choices", [], "any"falsefalsefalse777));
  1002.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1003.             // line 778
  1004.             echo "                                                                <label class=\"form-check\">
  1005.                                                                     <input type=\"radio\" name=\"";
  1006.             // line 779
  1007.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'779$this->source); })()), "housing_loan", [], "any"falsefalsefalse779), "vars", [], "any"falsefalsefalse779), "full_name", [], "any"falsefalsefalse779), "html"nulltrue);
  1008.             echo "\" value=\"";
  1009.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse779), "html"nulltrue);
  1010.             echo "\" ";
  1011.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'779$this->source); })()), "housing_loan", [], "any"falsefalsefalse779), "vars", [], "any"falsefalsefalse779), "data", [], "any"falsefalsefalse779) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse779))) {
  1012.                 echo "checked";
  1013.             }
  1014.             echo " required=\"required\" />
  1015.                                                                     ";
  1016.             // line 780
  1017.             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"falsefalsefalse780)), "html"nulltrue);
  1018.             echo 
  1019.                                                                 </label>
  1020.                                                             ";
  1021.         }
  1022.         $_parent $context['_parent'];
  1023.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1024.         $context array_intersect_key($context$_parent) + $_parent;
  1025.         // line 782
  1026.         echo "                    
  1027.                                                         </div>
  1028.                                                         ";
  1029.         // line 784
  1030.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'784$this->source); })()), "housing_loan", [], "any"falsefalsefalse784), 'errors');
  1031.         echo "
  1032.                                                         <p class=\"noice\">※お申込者ご自身またはお申込者と同一世帯の方の住宅ローン・家賃のお支払有無をご選択ください。「世帯」とは、お申込者と生計を共にする家族のことをいいます(同居・別居を問わず)。</p>
  1033.                                                     </td>
  1034.                                                 </tr>
  1035.                                                 <tr>
  1036.                                                     <td><p>住居区分</p></td>
  1037.                                                     <td>
  1038.                                                         <div class=\"fill v4\">
  1039.                                                             <div class=\"select\">
  1040.                                                                 ";
  1041.         // line 793
  1042.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'793$this->source); })()), "housing_type", [], "any"falsefalsefalse793), 'widget');
  1043.         echo "  
  1044.                                                             </div>            
  1045.                                                         </div>
  1046.                                                         ";
  1047.         // line 796
  1048.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'796$this->source); })()), "housing_type", [], "any"falsefalsefalse796), 'errors');
  1049.         echo "
  1050.                                                     </td>
  1051.                                                 </tr>
  1052.                                                 <tr>
  1053.                                                     <td><p>居住年数</p></td>
  1054.                                                     <td>
  1055.                                                         <div class=\"fill horizontal\">
  1056.                                                             <label>
  1057.                                                                 ";
  1058.         // line 804
  1059.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'804$this->source); })()), "residence_year", [], "any"falsefalsefalse804), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1060.         echo " <span>年</span>
  1061.                                                             </label>
  1062.                                                         </div>
  1063.                                                         <div class=\"fill horizontal\">
  1064.                                                             <label>
  1065.                                                                 ";
  1066.         // line 809
  1067.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'809$this->source); })()), "residence_month", [], "any"falsefalsefalse809), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1068.         echo " <span>ヶ月</span>
  1069.                                                             </label>
  1070.                                                         </div>
  1071.                                                         ";
  1072.         // line 812
  1073.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'812$this->source); })()), "residence_year", [], "any"falsefalsefalse812), 'errors');
  1074.         echo "
  1075.                                                         ";
  1076.         // line 813
  1077.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'813$this->source); })()), "residence_month", [], "any"falsefalsefalse813), 'errors');
  1078.         echo "
  1079.                                                     </td>
  1080.                                                 </tr>
  1081.                                                 <tr>
  1082.                                                     <td><p>職業</p></td>
  1083.                                                     <td>
  1084.                                                         <div class=\"fill v4\">
  1085.                                                             <div class=\"select\">
  1086.                                                                 ";
  1087.         // line 821
  1088.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'821$this->source); })()), "job", [], "any"falsefalsefalse821), 'widget');
  1089.         echo "
  1090.                                                             </div>              
  1091.                                                         </div>
  1092.                                                         ";
  1093.         // line 824
  1094.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'824$this->source); })()), "job", [], "any"falsefalsefalse824), 'errors');
  1095.         echo "
  1096.                                                     </td>
  1097.                                                 </tr>
  1098.                                                 <tr>
  1099.                                                     <td><p>世帯主との居住状況</p></td>
  1100.                                                     <td>
  1101.                                                         <div class=\"fill horizontal\">
  1102.                                                             ";
  1103.         // line 831
  1104.         $context['_parent'] = $context;
  1105.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'831$this->source); })()), "head_of_household", [], "any"falsefalsefalse831), "vars", [], "any"falsefalsefalse831), "choices", [], "any"falsefalsefalse831));
  1106.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1107.             // line 832
  1108.             echo "                                                                <label class=\"form-check\">
  1109.                                                                     <input type=\"radio\" name=\"";
  1110.             // line 833
  1111.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'833$this->source); })()), "head_of_household", [], "any"falsefalsefalse833), "vars", [], "any"falsefalsefalse833), "full_name", [], "any"falsefalsefalse833), "html"nulltrue);
  1112.             echo "\" value=\"";
  1113.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse833), "html"nulltrue);
  1114.             echo "\" ";
  1115.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'833$this->source); })()), "head_of_household", [], "any"falsefalsefalse833), "vars", [], "any"falsefalsefalse833), "data", [], "any"falsefalsefalse833) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse833))) {
  1116.                 echo "checked";
  1117.             }
  1118.             echo " required=\"required\" />
  1119.                                                                     ";
  1120.             // line 834
  1121.             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"falsefalsefalse834)), "html"nulltrue);
  1122.             echo 
  1123.                                                                 </label>
  1124.                                                             ";
  1125.         }
  1126.         $_parent $context['_parent'];
  1127.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1128.         $context array_intersect_key($context$_parent) + $_parent;
  1129.         // line 836
  1130.         echo "                    
  1131.                                                         </div>
  1132.                                                         ";
  1133.         // line 838
  1134.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'838$this->source); })()), "head_of_household", [], "any"falsefalsefalse838), 'errors');
  1135.         echo "
  1136.                                                     </td>
  1137.                                                 </tr>
  1138.     \t\t                                </table>
  1139.     \t                                </div>
  1140.                                     </div>
  1141.                                 </div>
  1142.                             </div>
  1143.                             <div class=\"step-content step-2\">
  1144.                                 <div class=\"step-content__title\">お勤め先・ご収入について</div>
  1145.                                 <div class=\"table\" id=\"employed\">
  1146.                                     <div class=\"table__title\">
  1147.                                         <p class=\"step-content__subtitle\">【有職者の方】パート・アルバイト含む</p>
  1148.                                         ";
  1149.         // line 853
  1150.         echo "                                    </div>
  1151.                                     <div class=\"list-item\">
  1152.                                         <div class=\"item\">
  1153.                                             <table>
  1154.                                                 <tr>
  1155.                                                     <td><p>職業</p></td>
  1156.                                                     <td>
  1157.                                                         <div class=\"fill v4\">
  1158.                                                             <div class=\"select\">
  1159.                                                                 ";
  1160.         // line 862
  1161.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'862$this->source); })()), "employed_job", [], "any"falsefalsefalse862), 'widget');
  1162.         echo "   
  1163.                                                             </div>           
  1164.                                                         </div>
  1165.                                                         ";
  1166.         // line 865
  1167.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'865$this->source); })()), "employed_job", [], "any"falsefalsefalse865), 'errors');
  1168.         echo "
  1169.                                                     </td>
  1170.                                                 </tr>
  1171.                                                 <tr>
  1172.                                                     <td><p>業種</p></td>
  1173.                                                     <td>
  1174.                                                         <div class=\"fill v4\">
  1175.                                                             <div class=\"select\">
  1176.                                                                 ";
  1177.         // line 873
  1178.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'873$this->source); })()), "employed_industry", [], "any"falsefalsefalse873), 'widget');
  1179.         echo "   
  1180.                                                             </div>           
  1181.                                                         </div>
  1182.                                                         ";
  1183.         // line 876
  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.'876$this->source); })()), "employed_industry", [], "any"falsefalsefalse876), 'errors');
  1185.         echo "
  1186.                                                     </td>
  1187.                                                 </tr>
  1188.                                                 <tr>
  1189.                                                     <td><p>お勤め先(派遣元)</p></td>
  1190.                                                     <td>
  1191.                                                         <div class=\"fill v2\">
  1192.                                                             <label>
  1193.                                                                 ";
  1194.         // line 884
  1195.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'884$this->source); })()), "employed_company", [], "any"falsefalsefalse884), 'widget');
  1196.         echo "
  1197.                                                             </label>
  1198.                                                         </div>
  1199.                                                         ";
  1200.         // line 887
  1201.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'887$this->source); })()), "employed_company", [], "any"falsefalsefalse887), 'errors');
  1202.         echo "
  1203.                                                     </td>
  1204.                                                 </tr>
  1205.                                                 <tr>
  1206.                                                     <td><p>お勤め先フリガナ</p></td>
  1207.                                                     <td>
  1208.                                                         <div class=\"fill v2\">
  1209.                                                             <label>
  1210.                                                                 ";
  1211.         // line 895
  1212.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'895$this->source); })()), "employed_company_kana", [], "any"falsefalsefalse895), 'widget');
  1213.         echo "
  1214.                                                             </label>
  1215.                                                         </div>
  1216.                                                         ";
  1217.         // line 898
  1218.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'898$this->source); })()), "employed_company_kana", [], "any"falsefalsefalse898), 'errors');
  1219.         echo "
  1220.                                                     </td>
  1221.                                                 </tr>
  1222.                                                 <tr>
  1223.                                                     <td><p>お勤め先住所</p></td>
  1224.                                                     <td>
  1225.                                                         <div class=\"fill v3\">
  1226.                                                             <label class=\"label v2\">
  1227.                                                                 郵便番号
  1228.                                                                 ";
  1229.         // line 907
  1230.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'907$this->source); })()), "employed_postal_code", [], "any"falsefalsefalse907), 'widget');
  1231.         echo "
  1232.                                                                 <a class=\"btn-post employed_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  1233.         // line 908
  1234.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html"nulltrue);
  1235.         echo "</span></a>
  1236.                                                             </label>
  1237.                                                             ";
  1238.         // line 910
  1239.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'910$this->source); })()), "employed_postal_code", [], "any"falsefalsefalse910), 'errors');
  1240.         echo "
  1241.                                                             <label class=\"label v3 address\">
  1242.                                                                 都道府県
  1243.                                                                 <div class=\"select\">
  1244.                                                                     ";
  1245.         // line 915
  1246.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'915$this->source); })()), "employed_address_pref", [], "any"falsefalsefalse915), 'widget');
  1247.         echo "   
  1248.                                                                 </div>                     
  1249.                                                             </label>
  1250.                                                             ";
  1251.         // line 918
  1252.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'918$this->source); })()), "employed_address_pref", [], "any"falsefalsefalse918), 'errors');
  1253.         echo "
  1254.                                                             <label class=\"label v4 address\">
  1255.                                                                 市区町村・番地 
  1256.                                                                 ";
  1257.         // line 922
  1258.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'922$this->source); })()), "employed_address_addr01", [], "any"falsefalsefalse922), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  1259.         echo "
  1260.                                                             </label>
  1261.                                                             ";
  1262.         // line 924
  1263.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'924$this->source); })()), "employed_address_addr01", [], "any"falsefalsefalse924), 'errors');
  1264.         echo "
  1265.                                                             <label class=\"label v4 address\">
  1266.                                                                 マンション・ビル名
  1267.                                                                 ";
  1268.         // line 928
  1269.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'928$this->source); })()), "employed_address_addr02", [], "any"falsefalsefalse928), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  1270.         echo "
  1271.                                                             </label>
  1272.                                                             ";
  1273.         // line 930
  1274.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'930$this->source); })()), "employed_address_addr02", [], "any"falsefalsefalse930), 'errors');
  1275.         echo "
  1276.                                                         </div>
  1277.                                                     </td>
  1278.                                                 </tr>
  1279.                                                 <tr>
  1280.                                                     <td><p>お勤め先電話番号</p></td>
  1281.                                                     <td>
  1282.                                                         <div class=\"fill v2\">
  1283.                                                             <label>
  1284.                                                                 ";
  1285.         // line 939
  1286.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'939$this->source); })()), "employed_phone_number", [], "any"falsefalsefalse939), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  1287.         echo "
  1288.                                                             </label>
  1289.                                                         </div>
  1290.                                                         ";
  1291.         // line 942
  1292.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'942$this->source); })()), "employed_phone_number", [], "any"falsefalsefalse942), 'errors');
  1293.         echo "
  1294.                                                     </td>
  1295.                                                 </tr>
  1296.                                                 <tr>
  1297.                                                     <td><p>勤続年数</p></td>
  1298.                                                     <td>
  1299.                                                         <div class=\"fill horizontal\">
  1300.                                                             <label>
  1301.                                                                 ";
  1302.         // line 950
  1303.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'950$this->source); })()), "employed_year", [], "any"falsefalsefalse950), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1304.         echo " <span>年</span>
  1305.                                                             </label>
  1306.                                                         </div>
  1307.                                                         <div class=\"fill horizontal\">
  1308.                                                             <label>
  1309.                                                                 ";
  1310.         // line 955
  1311.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'955$this->source); })()), "employed_month", [], "any"falsefalsefalse955), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1312.         echo " <span>ヶ月</span>
  1313.                                                             </label>
  1314.                                                         </div>
  1315.                                                         ";
  1316.         // line 958
  1317.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'958$this->source); })()), "employed_year", [], "any"falsefalsefalse958), 'errors');
  1318.         echo "
  1319.                                                         ";
  1320.         // line 959
  1321.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'959$this->source); })()), "employed_month", [], "any"falsefalsefalse959), 'errors');
  1322.         echo "
  1323.                                                     </td>
  1324.                                                 </tr>
  1325.                                                 <tr>
  1326.                                                     <td><p>税込年収</p></td>
  1327.                                                     <td>
  1328.                                                         <div class=\"fill v2\">
  1329.                                                             <label>
  1330.                                                                 ";
  1331.         // line 967
  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.'967$this->source); })()), "employed_income", [], "any"falsefalsefalse967), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1333.         echo " <span>万円</span>
  1334.                                                             </label>
  1335.                                                         </div>
  1336.                                                         ";
  1337.         // line 970
  1338.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'970$this->source); })()), "employed_income", [], "any"falsefalsefalse970), 'errors');
  1339.         echo "
  1340.                                                     </td>
  1341.                                                 </tr>
  1342.                                                 <tr>
  1343.                                                     <td><p>従業員数</p></td>
  1344.                                                     <td>
  1345.                                                         <div class=\"fill v2\">
  1346.                                                             <div class=\"select\">
  1347.                                                                 ";
  1348.         // line 978
  1349.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'978$this->source); })()), "employed_cnt", [], "any"falsefalsefalse978), 'widget');
  1350.         echo "
  1351.                                                             </div>
  1352.                                                         </div>
  1353.                                                         ";
  1354.         // line 981
  1355.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'981$this->source); })()), "employed_cnt", [], "any"falsefalsefalse981), 'errors');
  1356.         echo "
  1357.                                                     </td>
  1358.                                                 </tr>
  1359.                                                 <tr>
  1360.                                                     <td><p>出向先・派遣先電話番号</p></td>
  1361.                                                     <td>
  1362.                                                         <div class=\"fill v2\">
  1363.                                                             <label>
  1364.                                                                 ";
  1365.         // line 989
  1366.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'989$this->source); })()), "employed_company_phone_number", [], "any"falsefalsefalse989), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  1367.         echo "
  1368.                                                             </label>
  1369.                                                         </div>
  1370.                                                         ";
  1371.         // line 992
  1372.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'992$this->source); })()), "employed_company_phone_number", [], "any"falsefalsefalse992), 'errors');
  1373.         echo "
  1374.                                                     </td>
  1375.                                                 </tr>
  1376.                                             </table>
  1377.                                         </div>
  1378.                                     </div>
  1379.                                 </div>
  1380.                                 <div class=\"table\" id=\"pensioner\">
  1381.                                     <div class=\"table__title\">
  1382.                                         <p class=\"step-content__subtitle\">【主婦・年金受給者の方】</p>
  1383.                                         ";
  1384.         // line 1004
  1385.         echo "                                    </div>
  1386.                                     <div class=\"list-item\">
  1387.                                         <div class=\"item\">
  1388.                                             <table>
  1389.                                                 <tr>
  1390.                                                     <td><p>世帯主お名前</p></td>
  1391.                                                     <td>
  1392.                                                         <div class=\"fill\">
  1393.                                                             <label>
  1394.                                                                 姓
  1395.                                                                 ";
  1396.         // line 1014
  1397.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1014$this->source); })()), "pensioner_name", [], "any"falsefalsefalse1014), "pensioner_name01", [], "any"falsefalsefalse1014), 'widget', ["attr" => ["placeholder" => "姓"]]);
  1398.         echo "
  1399.                                                             </label>
  1400.                                                         </div>
  1401.                                                         <div class=\"fill\">
  1402.                                                             <label>
  1403.                                                                 名
  1404.                                                                 ";
  1405.         // line 1020
  1406.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1020$this->source); })()), "pensioner_name", [], "any"falsefalsefalse1020), "pensioner_name02", [], "any"falsefalsefalse1020), 'widget', ["attr" => ["placeholder" => "名"]]);
  1407.         echo "
  1408.                                                             </label>
  1409.                                                         </div>
  1410.                                                         ";
  1411.         // line 1023
  1412.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1023$this->source); })()), "pensioner_name", [], "any"falsefalsefalse1023), "pensioner_name01", [], "any"falsefalsefalse1023), 'errors');
  1413.         echo "
  1414.                                                         ";
  1415.         // line 1024
  1416.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1024$this->source); })()), "pensioner_name", [], "any"falsefalsefalse1024), "pensioner_name02", [], "any"falsefalsefalse1024), 'errors');
  1417.         echo "
  1418.                                                     </td>
  1419.                                                 </tr>
  1420.                                                 <tr>
  1421.                                                     <td><p>フリガナ</p></td>
  1422.                                                     <td>
  1423.                                                         <div class=\"fill\">
  1424.                                                             <label>
  1425.                                                                 セイ
  1426.                                                                 ";
  1427.         // line 1033
  1428.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1033$this->source); })()), "pensioner_kana", [], "any"falsefalsefalse1033), "pensioner_kana01", [], "any"falsefalsefalse1033), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  1429.         echo "
  1430.                                                             </label>
  1431.                                                         </div>
  1432.                                                         <div class=\"fill\">
  1433.                                                             <label>
  1434.                                                                 メイ
  1435.                                                                 ";
  1436.         // line 1039
  1437.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1039$this->source); })()), "pensioner_kana", [], "any"falsefalsefalse1039), "pensioner_kana02", [], "any"falsefalsefalse1039), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  1438.         echo "
  1439.                                                             </label>
  1440.                                                         </div>
  1441.                                                         ";
  1442.         // line 1042
  1443.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1042$this->source); })()), "pensioner_kana", [], "any"falsefalsefalse1042), "pensioner_kana01", [], "any"falsefalsefalse1042), 'errors');
  1444.         echo "
  1445.                                                         ";
  1446.         // line 1043
  1447.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1043$this->source); })()), "pensioner_kana", [], "any"falsefalsefalse1043), "pensioner_kana02", [], "any"falsefalsefalse1043), 'errors');
  1448.         echo "
  1449.                                                     </td>
  1450.                                                 </tr>
  1451.                                                 <tr>
  1452.                                                     <td><p>世帯主税込年収</p></td>
  1453.                                                     <td>
  1454.                                                         <div class=\"fill v2\">
  1455.                                                             <label>
  1456.                                                                 ";
  1457.         // line 1051
  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.'1051$this->source); })()), "pensioner_income", [], "any"falsefalsefalse1051), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1459.         echo " <span>万円</span>
  1460.                                                             </label>
  1461.                                                         </div>
  1462.                                                         ";
  1463.         // line 1054
  1464.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1054$this->source); })()), "pensioner_income", [], "any"falsefalsefalse1054), 'errors');
  1465.         echo "
  1466.                                                     </td>
  1467.                                                 </tr>
  1468.                                                 <tr>
  1469.                                                     <td><p>世帯主のお支払中の<br>クレジット返済額</p></td>
  1470.                                                     <td>
  1471.                                                         <div>
  1472.                                                             <div class=\"fill horizontal\">
  1473.                                                                 ";
  1474.         // line 1062
  1475.         $context['_parent'] = $context;
  1476.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1062$this->source); })()), "household_paying", [], "any"falsefalsefalse1062), "vars", [], "any"falsefalsefalse1062), "choices", [], "any"falsefalsefalse1062));
  1477.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1478.             // line 1063
  1479.             echo "                                                                    <label class=\"form-check\">
  1480.                                                                         <input type=\"radio\" name=\"";
  1481.             // line 1064
  1482.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1064$this->source); })()), "household_paying", [], "any"falsefalsefalse1064), "vars", [], "any"falsefalsefalse1064), "full_name", [], "any"falsefalsefalse1064), "html"nulltrue);
  1483.             echo "\" value=\"";
  1484.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1064), "html"nulltrue);
  1485.             echo "\" ";
  1486.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1064$this->source); })()), "household_paying", [], "any"falsefalsefalse1064), "vars", [], "any"falsefalsefalse1064), "data", [], "any"falsefalsefalse1064) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1064))) {
  1487.                 echo "checked";
  1488.             }
  1489.             echo " required=\"required\" />
  1490.                                                                         ";
  1491.             // line 1065
  1492.             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"falsefalsefalse1065)), "html"nulltrue);
  1493.             echo 
  1494.                                                                     </label>
  1495.                                                                 ";
  1496.         }
  1497.         $_parent $context['_parent'];
  1498.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1499.         $context array_intersect_key($context$_parent) + $_parent;
  1500.         // line 1067
  1501.         echo "                    
  1502.                                                             </div>
  1503.                                                             ";
  1504.         // line 1069
  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.'1069$this->source); })()), "household_paying", [], "any"falsefalsefalse1069), 'errors');
  1506.         echo "
  1507.                                                             <div class=\"fill horizontal\">
  1508.                                                                 <div style=\"margin-right: 2rem;\">
  1509.                                                                     <p>有りとご回答された方 毎月の支払額</p>
  1510.                                                                     <p class=\"noice\">※住宅ローン・無担保ローンを除く</p>
  1511.                                                                 </div>
  1512.                                                                 <label>
  1513.                                                                     ";
  1514.         // line 1076
  1515.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1076$this->source); })()), "household_paying_amount", [], "any"falsefalsefalse1076), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1516.         echo " <span>万円</span>
  1517.                                                                 </label>
  1518.                                                             </div>
  1519.                                                             ";
  1520.         // line 1079
  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.'1079$this->source); })()), "household_paying_amount", [], "any"falsefalsefalse1079), 'errors');
  1522.         echo "
  1523.                                                         </div>
  1524.                                                     </td>
  1525.                                                 </tr>
  1526.                                                 <tr>
  1527.                                                     <td><p>年金の種類</p></td>
  1528.                                                     <td>
  1529.                                                         <div class=\"fill horizontal\">
  1530.                                                             ";
  1531.         // line 1087
  1532.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1087$this->source); })()), "pensioner_type", [], "any"falsefalsefalse1087), 'widget');
  1533.         echo "
  1534.                                                             <label>
  1535.                                                                 ";
  1536.         // line 1089
  1537.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1089$this->source); })()), "pensioner_type_other", [], "any"falsefalsefalse1089), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1538.         echo "
  1539.                                                             </label>
  1540.                                                         </div>
  1541.                                                         ";
  1542.         // line 1092
  1543.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1092$this->source); })()), "pensioner_type", [], "any"falsefalsefalse1092), 'errors');
  1544.         echo "
  1545.                                                         ";
  1546.         // line 1093
  1547.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1093$this->source); })()), "pensioner_type_other", [], "any"falsefalsefalse1093), 'errors');
  1548.         echo "
  1549.                                                     </td>
  1550.                                                 </tr>
  1551.                                                 <tr>
  1552.                                                     <td><p>年金以外の収入</p></td>
  1553.                                                     <td>
  1554.                                                         <div class=\"fill horizontal\">
  1555.                                                             ";
  1556.         // line 1100
  1557.         $context['_parent'] = $context;
  1558.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1100$this->source); })()), "pensioner_income_other", [], "any"falsefalsefalse1100), "vars", [], "any"falsefalsefalse1100), "choices", [], "any"falsefalsefalse1100));
  1559.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1560.             // line 1101
  1561.             echo "                                                                <label class=\"form-check\">
  1562.                                                                     <input type=\"radio\" name=\"";
  1563.             // line 1102
  1564.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1102$this->source); })()), "pensioner_income_other", [], "any"falsefalsefalse1102), "vars", [], "any"falsefalsefalse1102), "full_name", [], "any"falsefalsefalse1102), "html"nulltrue);
  1565.             echo "\" value=\"";
  1566.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1102), "html"nulltrue);
  1567.             echo "\" ";
  1568.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1102$this->source); })()), "pensioner_income_other", [], "any"falsefalsefalse1102), "vars", [], "any"falsefalsefalse1102), "data", [], "any"falsefalsefalse1102) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1102))) {
  1569.                 echo "checked";
  1570.             }
  1571.             echo " required=\"required\" />
  1572.                                                                     ";
  1573.             // line 1103
  1574.             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"falsefalsefalse1103)), "html"nulltrue);
  1575.             echo 
  1576.                                                                 </label>
  1577.                                                             ";
  1578.         }
  1579.         $_parent $context['_parent'];
  1580.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1581.         $context array_intersect_key($context$_parent) + $_parent;
  1582.         // line 1105
  1583.         echo "                    
  1584.                                                         </div>
  1585.                                                         ";
  1586.         // line 1107
  1587.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1107$this->source); })()), "pensioner_income_other", [], "any"falsefalsefalse1107), 'errors');
  1588.         echo "
  1589.                                                     </td>
  1590.                                                 </tr>
  1591.                                                 <tr>
  1592.                                                     <td><p>今回のお支払い</p></td>
  1593.                                                     <td>
  1594.                                                         <div class=\"fill horizontal\">
  1595.                                                             ";
  1596.         // line 1114
  1597.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1114$this->source); })()), "pensioner_payment", [], "any"falsefalsefalse1114), 'widget');
  1598.         echo "
  1599.                                                             <label>
  1600.                                                                 ";
  1601.         // line 1116
  1602.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1116$this->source); })()), "pensioner_payment_other", [], "any"falsefalsefalse1116), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1603.         echo "
  1604.                                                             </label>                    
  1605.                                                         </div>
  1606.                                                         ";
  1607.         // line 1119
  1608.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1119$this->source); })()), "pensioner_payment", [], "any"falsefalsefalse1119), 'errors');
  1609.         echo "
  1610.                                                         ";
  1611.         // line 1120
  1612.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1120$this->source); })()), "pensioner_payment_other", [], "any"falsefalsefalse1120), 'errors');
  1613.         echo "
  1614.                                                     </td>
  1615.                                                 </tr>
  1616.                                                 <tr>
  1617.                                                     <td><p>お勤め先電話番号</p></td>
  1618.                                                     <td>
  1619.                                                         <div class=\"fill v2\">
  1620.                                                             <label>
  1621.                                                                 ";
  1622.         // line 1128
  1623.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1128$this->source); })()), "pensioner_company_phone_number", [], "any"falsefalsefalse1128), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  1624.         echo "
  1625.                                                             </label>
  1626.                                                         </div>
  1627.                                                         ";
  1628.         // line 1131
  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.'1131$this->source); })()), "pensioner_company_phone_number", [], "any"falsefalsefalse1131), 'errors');
  1630.         echo "
  1631.                                                     </td>
  1632.                                                 </tr>
  1633.                                                 <tr>
  1634.                                                     <td><p>年金受給者の税込年収</p></td>
  1635.                                                     <td>
  1636.                                                         <div class=\"fill v2\">
  1637.                                                             <label>
  1638.                                                                 ";
  1639.         // line 1139
  1640.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1139$this->source); })()), "pensioner_income2", [], "any"falsefalsefalse1139), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1641.         echo " <span>万円</span>
  1642.                                                             </label>
  1643.                                                         </div>
  1644.                                                         ";
  1645.         // line 1142
  1646.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1142$this->source); })()), "pensioner_income2", [], "any"falsefalsefalse1142), 'errors');
  1647.         echo "
  1648.                                                     </td>
  1649.                                                 </tr>
  1650.                                                 <tr>
  1651.                                                     <td><p>口座名義人</p></td>
  1652.                                                     <td>
  1653.                                                         <div>
  1654.                                                             <div class=\"fill horizontal\">
  1655.                                                                 ";
  1656.         // line 1150
  1657.         $context['_parent'] = $context;
  1658.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1150$this->source); })()), "pensioner_acount", [], "any"falsefalsefalse1150), "vars", [], "any"falsefalsefalse1150), "choices", [], "any"falsefalsefalse1150));
  1659.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1660.             // line 1151
  1661.             echo "                                                                    <label class=\"form-check\">
  1662.                                                                         <input type=\"radio\" name=\"";
  1663.             // line 1152
  1664.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1152$this->source); })()), "pensioner_acount", [], "any"falsefalsefalse1152), "vars", [], "any"falsefalsefalse1152), "full_name", [], "any"falsefalsefalse1152), "html"nulltrue);
  1665.             echo "\" value=\"";
  1666.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1152), "html"nulltrue);
  1667.             echo "\" ";
  1668.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1152$this->source); })()), "pensioner_acount", [], "any"falsefalsefalse1152), "vars", [], "any"falsefalsefalse1152), "data", [], "any"falsefalsefalse1152) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1152))) {
  1669.                 echo "checked";
  1670.             }
  1671.             echo " required=\"required\" />
  1672.                                                                         ";
  1673.             // line 1153
  1674.             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"falsefalsefalse1153)), "html"nulltrue);
  1675.             echo 
  1676.                                                                     </label>
  1677.                                                                 ";
  1678.         }
  1679.         $_parent $context['_parent'];
  1680.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1681.         $context array_intersect_key($context$_parent) + $_parent;
  1682.         // line 1155
  1683.         echo "                    
  1684.                                                             </div>
  1685.                                                             ";
  1686.         // line 1157
  1687.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1157$this->source); })()), "pensioner_acount", [], "any"falsefalsefalse1157), 'errors');
  1688.         echo "
  1689.                                                             <p class=\"noice\">※口座名義人が申込者の場合、連帯保証人が必要となる場合があります。</p>
  1690.                                                         </div>
  1691.                                                     </td>
  1692.                                                 </tr>
  1693.                                             </table>
  1694.                                         </div>
  1695.                                     </div>
  1696.                                 </div>
  1697.                             </div>
  1698.                             <div class=\"step-content step-3\">
  1699.                                 <div class=\"step-content__title\">連帯保証人の方</div>
  1700.                                 <div class=\"table\">
  1701.                                     ";
  1702.         // line 1172
  1703.         echo "                                    <div class=\"list-item\">
  1704.                                         <div class=\"item\">
  1705.                                             <table>
  1706.                                                 <tr>
  1707.                                                     <td><p>お名前</p></td>
  1708.                                                     <td>
  1709.                                                         <div class=\"fill\">
  1710.                                                             <label>
  1711.                                                                 姓
  1712.                                                                 ";
  1713.         // line 1181
  1714.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1181$this->source); })()), "guarantor_name", [], "any"falsefalsefalse1181), "guarantor_name01", [], "any"falsefalsefalse1181), 'widget', ["attr" => ["placeholder" => "姓"]]);
  1715.         echo "
  1716.                                                             </label>
  1717.                                                         </div>
  1718.                                                         <div class=\"fill\">
  1719.                                                             <label>
  1720.                                                                 名
  1721.                                                                 ";
  1722.         // line 1187
  1723.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1187$this->source); })()), "guarantor_name", [], "any"falsefalsefalse1187), "guarantor_name02", [], "any"falsefalsefalse1187), 'widget', ["attr" => ["placeholder" => "名"]]);
  1724.         echo "
  1725.                                                             </label>
  1726.                                                         </div>
  1727.                                                         ";
  1728.         // line 1190
  1729.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1190$this->source); })()), "guarantor_name", [], "any"falsefalsefalse1190), "guarantor_name01", [], "any"falsefalsefalse1190), 'errors');
  1730.         echo "
  1731.                                                         ";
  1732.         // line 1191
  1733.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1191$this->source); })()), "guarantor_name", [], "any"falsefalsefalse1191), "guarantor_name02", [], "any"falsefalsefalse1191), 'errors');
  1734.         echo "
  1735.                                                     </td>
  1736.                                                 </tr>
  1737.                                                 <tr>
  1738.                                                     <td><p>フリガナ</p></td>
  1739.                                                     <td>
  1740.                                                         <div class=\"fill\">
  1741.                                                             <label>
  1742.                                                                 セイ
  1743.                                                                 ";
  1744.         // line 1200
  1745.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1200$this->source); })()), "guarantor_kana", [], "any"falsefalsefalse1200), "guarantor_kana01", [], "any"falsefalsefalse1200), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  1746.         echo "
  1747.                                                             </label>
  1748.                                                         </div>
  1749.                                                         <div class=\"fill\">
  1750.                                                             <label>
  1751.                                                                 メイ
  1752.                                                                 ";
  1753.         // line 1206
  1754.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1206$this->source); })()), "guarantor_kana", [], "any"falsefalsefalse1206), "guarantor_kana02", [], "any"falsefalsefalse1206), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  1755.         echo "
  1756.                                                             </label>
  1757.                                                         </div>
  1758.                                                         ";
  1759.         // line 1209
  1760.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1209$this->source); })()), "guarantor_kana", [], "any"falsefalsefalse1209), "guarantor_kana01", [], "any"falsefalsefalse1209), 'errors');
  1761.         echo "
  1762.                                                         ";
  1763.         // line 1210
  1764.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1210$this->source); })()), "guarantor_kana", [], "any"falsefalsefalse1210), "guarantor_kana02", [], "any"falsefalsefalse1210), 'errors');
  1765.         echo "
  1766.                                                     </td>
  1767.                                                 </tr>
  1768.                                                 <tr>
  1769.                                                     <td><p>性別</p></td>
  1770.                                                     <td>
  1771.                                                         <div class=\"fill horizontal\">
  1772.                                                             ";
  1773.         // line 1217
  1774.         $context['_parent'] = $context;
  1775.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1217$this->source); })()), "guarantor_sex", [], "any"falsefalsefalse1217), "vars", [], "any"falsefalsefalse1217), "choices", [], "any"falsefalsefalse1217));
  1776.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1777.             // line 1218
  1778.             echo "                                                                <label class=\"form-check\">
  1779.                                                                     <input type=\"radio\" name=\"";
  1780.             // line 1219
  1781.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1219$this->source); })()), "guarantor_sex", [], "any"falsefalsefalse1219), "vars", [], "any"falsefalsefalse1219), "full_name", [], "any"falsefalsefalse1219), "html"nulltrue);
  1782.             echo "\" value=\"";
  1783.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1219), "html"nulltrue);
  1784.             echo "\" ";
  1785.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1219$this->source); })()), "guarantor_sex", [], "any"falsefalsefalse1219), "vars", [], "any"falsefalsefalse1219), "data", [], "any"falsefalsefalse1219) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1219))) {
  1786.                 echo "checked";
  1787.             }
  1788.             echo " required=\"required\" />
  1789.                                                                     ";
  1790.             // line 1220
  1791.             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"falsefalsefalse1220)), "html"nulltrue);
  1792.             echo 
  1793.                                                                 </label>
  1794.                                                             ";
  1795.         }
  1796.         $_parent $context['_parent'];
  1797.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1798.         $context array_intersect_key($context$_parent) + $_parent;
  1799.         // line 1222
  1800.         echo "                    
  1801.                                                         </div>
  1802.                                                         ";
  1803.         // line 1224
  1804.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1224$this->source); })()), "guarantor_sex", [], "any"falsefalsefalse1224), 'errors');
  1805.         echo "
  1806.                                                     </td>
  1807.                                                 </tr>
  1808.                                                 <tr>
  1809.                                                     <td><p>生年月日</p></td>
  1810.                                                     <td>
  1811.                                                         <div class=\"fill v2\">
  1812.                                                             <label class=\"group_select\">
  1813.                                                                 <div class=\"select vip\">
  1814.                                                                     ";
  1815.         // line 1233
  1816.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1233$this->source); })()), "guarantor_birth", [], "any"falsefalsefalse1233), "year", [], "any"falsefalsefalse1233), 'widget');
  1817.         echo "<span>年</span>
  1818.                                                                 </div>
  1819.                                                                 <div class=\"select vip\">
  1820.                                                                     ";
  1821.         // line 1236
  1822.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1236$this->source); })()), "guarantor_birth", [], "any"falsefalsefalse1236), "month", [], "any"falsefalsefalse1236), 'widget');
  1823.         echo "<span>月</span>
  1824.                                                                 </div>
  1825.                                                                 <div class=\"select vip\">
  1826.                                                                     ";
  1827.         // line 1239
  1828.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1239$this->source); })()), "guarantor_birth", [], "any"falsefalsefalse1239), "day", [], "any"falsefalsefalse1239), 'widget');
  1829.         echo "<span>日</span>
  1830.                                                                 </div>
  1831.                                                             </label>
  1832.                                                         </div>
  1833.                                                         ";
  1834.         // line 1243
  1835.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1243$this->source); })()), "guarantor_birth", [], "any"falsefalsefalse1243), 'errors');
  1836.         echo "
  1837.                                                     </td>
  1838.                                                 </tr>
  1839.                                                 <tr>
  1840.                                                     <td><p>住所</p></td>
  1841.                                                     <td>
  1842.                                                         <div class=\"fill v3\">
  1843.                                                             <label class=\"label v2\">
  1844.                                                                 郵便番号
  1845.                                                                 ";
  1846.         // line 1252
  1847.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1252$this->source); })()), "guarantor_postal_code", [], "any"falsefalsefalse1252), 'widget');
  1848.         echo "
  1849.                                                                 <a class=\"btn-post guarantor_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  1850.         // line 1253
  1851.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html"nulltrue);
  1852.         echo "</span></a>
  1853.                                                             </label>
  1854.                                                             ";
  1855.         // line 1255
  1856.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1255$this->source); })()), "guarantor_postal_code", [], "any"falsefalsefalse1255), 'errors');
  1857.         echo "
  1858.                                                             <label class=\"label v3 address\">
  1859.                                                                 都道府県
  1860.                                                                 <div class=\"select\">
  1861.                                                                     ";
  1862.         // line 1260
  1863.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1260$this->source); })()), "guarantor_address_pref", [], "any"falsefalsefalse1260), 'widget');
  1864.         echo "    
  1865.                                                                 </div>                    
  1866.                                                             </label>
  1867.                                                             ";
  1868.         // line 1263
  1869.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1263$this->source); })()), "guarantor_address_pref", [], "any"falsefalsefalse1263), 'errors');
  1870.         echo "
  1871.                                                             <label class=\"label v4 address\">
  1872.                                                                 市区町村・番地 
  1873.                                                                 ";
  1874.         // line 1267
  1875.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1267$this->source); })()), "guarantor_address_addr01", [], "any"falsefalsefalse1267), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  1876.         echo "
  1877.                                                             </label>
  1878.                                                             ";
  1879.         // line 1269
  1880.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1269$this->source); })()), "guarantor_address_addr01", [], "any"falsefalsefalse1269), 'errors');
  1881.         echo "
  1882.                                                             <label class=\"label v4 address\">
  1883.                                                                 マンション・ビル名
  1884.                                                                 ";
  1885.         // line 1273
  1886.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1273$this->source); })()), "guarantor_address_addr02", [], "any"falsefalsefalse1273), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  1887.         echo "
  1888.                                                             </label>
  1889.                                                             ";
  1890.         // line 1275
  1891.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1275$this->source); })()), "guarantor_address_addr02", [], "any"falsefalsefalse1275), 'errors');
  1892.         echo "
  1893.                                                         </div>
  1894.                                                     </td>
  1895.                                                 </tr>
  1896.                                                 <tr>
  1897.                                                     <td><p>電話番号(ご自宅)</p></td>
  1898.                                                     <td>
  1899.                                                         <div class=\"fill horizontal\">
  1900.                                                             ";
  1901.         // line 1283
  1902.         $context['_parent'] = $context;
  1903.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1283$this->source); })()), "guarantor_tel_number_type", [], "any"falsefalsefalse1283), "vars", [], "any"falsefalsefalse1283), "choices", [], "any"falsefalsefalse1283));
  1904.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1905.             // line 1284
  1906.             echo "                                                                <label class=\"form-check\">
  1907.                                                                     <input type=\"radio\" name=\"";
  1908.             // line 1285
  1909.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1285$this->source); })()), "guarantor_tel_number_type", [], "any"falsefalsefalse1285), "vars", [], "any"falsefalsefalse1285), "full_name", [], "any"falsefalsefalse1285), "html"nulltrue);
  1910.             echo "\" value=\"";
  1911.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1285), "html"nulltrue);
  1912.             echo "\" ";
  1913.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1285$this->source); })()), "guarantor_tel_number_type", [], "any"falsefalsefalse1285), "vars", [], "any"falsefalsefalse1285), "data", [], "any"falsefalsefalse1285) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1285))) {
  1914.                 echo "checked";
  1915.             }
  1916.             echo " required=\"required\" />
  1917.                                                                     ";
  1918.             // line 1286
  1919.             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"falsefalsefalse1286)), "html"nulltrue);
  1920.             echo 
  1921.                                                                 </label>
  1922.                                                             ";
  1923.         }
  1924.         $_parent $context['_parent'];
  1925.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1926.         $context array_intersect_key($context$_parent) + $_parent;
  1927.         // line 1288
  1928.         echo "                    
  1929.                                                         </div>
  1930.                                                         ";
  1931.         // line 1290
  1932.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1290$this->source); })()), "guarantor_tel_number_type", [], "any"falsefalsefalse1290), 'errors');
  1933.         echo "
  1934.                                                         <div class=\"fill v2\">
  1935.                                                             <label>
  1936.                                                                 ";
  1937.         // line 1293
  1938.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1293$this->source); })()), "guarantor_tel_number", [], "any"falsefalsefalse1293), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  1939.         echo "
  1940.                                                             </label>
  1941.                                                         </div>
  1942.                                                         ";
  1943.         // line 1296
  1944.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1296$this->source); })()), "guarantor_tel_number", [], "any"falsefalsefalse1296), 'errors');
  1945.         echo "
  1946.                                                     </td>
  1947.                                                 </tr>
  1948.                                                 <tr>
  1949.                                                     <td><p>電話番号(携帯)</p></td>
  1950.                                                     <td>
  1951.                                                         <div class=\"fill v2\">
  1952.                                                             <label>
  1953.                                                                 ";
  1954.         // line 1304
  1955.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1304$this->source); })()), "guarantor_phone_number", [], "any"falsefalsefalse1304), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  1956.         echo "
  1957.                                                             </label>
  1958.                                                         </div>
  1959.                                                         ";
  1960.         // line 1307
  1961.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1307$this->source); })()), "guarantor_phone_number", [], "any"falsefalsefalse1307), 'errors');
  1962.         echo "
  1963.                                                     </td>
  1964.                                                 </tr>
  1965.                                                 <tr>
  1966.                                                     <td><p>メールアドレス<br>(半角英数字)</p></td>
  1967.                                                     <td>
  1968.                                                         <div class=\"fill v2\">
  1969.                                                             <label>
  1970.                                                                 ";
  1971.         // line 1315
  1972.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1315$this->source); })()), "guarantor_email", [], "any"falsefalsefalse1315), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
  1973.         echo "
  1974.                                                             </label>
  1975.                                                         </div>
  1976.                                                         ";
  1977.         // line 1318
  1978.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1318$this->source); })()), "guarantor_email", [], "any"falsefalsefalse1318), 'errors');
  1979.         echo "          
  1980.                                                     </td>
  1981.                                                 </tr> 
  1982.                                                 <tr>
  1983.                                                     <td><p>メールアドレス確認用<br>(半角英数字)</p></td>
  1984.                                                     <td>
  1985.                                                         <div class=\"fill v2\">
  1986.                                                             <label>
  1987.                                                                 ";
  1988.         // line 1326
  1989.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1326$this->source); })()), "guarantor_email_confirm", [], "any"falsefalsefalse1326), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
  1990.         echo "
  1991.                                                             </label>
  1992.                                                         </div>
  1993.                                                         ";
  1994.         // line 1329
  1995.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1329$this->source); })()), "guarantor_email_confirm", [], "any"falsefalsefalse1329), 'errors');
  1996.         echo "
  1997.                                                     </td>
  1998.                                                 </tr> 
  1999.                                                 <tr>
  2000.                                                     <td><p>契約者との続柄</p></td>
  2001.                                                     <td>
  2002.                                                         <div class=\"fill v2\">
  2003.                                                             <label>
  2004.                                                                 ";
  2005.         // line 1337
  2006.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1337$this->source); })()), "guarantor_relation", [], "any"falsefalsefalse1337), 'widget');
  2007.         echo "
  2008.                                                             </label>
  2009.                                                         </div>
  2010.                                                         ";
  2011.         // line 1340
  2012.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1340$this->source); })()), "guarantor_relation", [], "any"falsefalsefalse1340), 'errors');
  2013.         echo "
  2014.                                                     </td>
  2015.                                                 </tr>
  2016.                                                 <tr>
  2017.                                                     <td><p>職業</p></td>
  2018.                                                     <td>
  2019.                                                         <div class=\"fill v4\">
  2020.                                                             <div class=\"select\">
  2021.                                                                 ";
  2022.         // line 1348
  2023.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1348$this->source); })()), "guarantor_job", [], "any"falsefalsefalse1348), 'widget');
  2024.         echo "
  2025.                                                             </div>
  2026.                                                         </div>
  2027.                                                         ";
  2028.         // line 1351
  2029.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1351$this->source); })()), "guarantor_job", [], "any"falsefalsefalse1351), 'errors');
  2030.         echo "
  2031.                                                     </td>
  2032.                                                 </tr>
  2033.                                                 <tr>
  2034.                                                     <td><p>業種</p></td>
  2035.                                                     <td>
  2036.                                                         <div class=\"fill v4\">
  2037.                                                             <div class=\"select\">
  2038.                                                                 ";
  2039.         // line 1359
  2040.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1359$this->source); })()), "guarantor_industry", [], "any"falsefalsefalse1359), 'widget');
  2041.         echo "
  2042.                                                             </div>
  2043.                                                         </div>
  2044.                                                         ";
  2045.         // line 1362
  2046.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1362$this->source); })()), "guarantor_industry", [], "any"falsefalsefalse1362), 'errors');
  2047.         echo "
  2048.                                                     </td>
  2049.                                                 </tr>
  2050.                                                 <tr>
  2051.                                                     <td><p>お勤め先(派遣元)</p></td>
  2052.                                                     <td>
  2053.                                                         <div class=\"fill v2\">
  2054.                                                             <label>
  2055.                                                                 ";
  2056.         // line 1370
  2057.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1370$this->source); })()), "guarantor_company", [], "any"falsefalsefalse1370), 'widget');
  2058.         echo "
  2059.                                                             </label>
  2060.                                                         </div>
  2061.                                                         ";
  2062.         // line 1373
  2063.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1373$this->source); })()), "guarantor_company", [], "any"falsefalsefalse1373), 'errors');
  2064.         echo "
  2065.                                                     </td>
  2066.                                                 </tr>
  2067.                                                 <tr>
  2068.                                                     <td><p>お勤め先フリガナ</p></td>
  2069.                                                     <td>
  2070.                                                         <div class=\"fill v2\">
  2071.                                                             <label>
  2072.                                                                 ";
  2073.         // line 1381
  2074.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1381$this->source); })()), "guarantor_company_kana", [], "any"falsefalsefalse1381), 'widget');
  2075.         echo "
  2076.                                                             </label>
  2077.                                                         </div>
  2078.                                                         ";
  2079.         // line 1384
  2080.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1384$this->source); })()), "guarantor_company_kana", [], "any"falsefalsefalse1384), 'errors');
  2081.         echo "
  2082.                                                     </td>
  2083.                                                 </tr>
  2084.                                                 <tr>
  2085.                                                     <td><p>お勤め先住所</p></td>
  2086.                                                     <td>
  2087.                                                         <div class=\"fill v3\">
  2088.                                                             <label class=\"label v2\">
  2089.                                                                 郵便番号
  2090.                                                                 ";
  2091.         // line 1393
  2092.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1393$this->source); })()), "guarantor_company_postal_code", [], "any"falsefalsefalse1393), 'widget');
  2093.         echo "
  2094.                                                                 <a class=\"btn-post guarantor_company_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  2095.         // line 1394
  2096.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html"nulltrue);
  2097.         echo "</span></a>
  2098.                                                             </label>
  2099.                                                             ";
  2100.         // line 1396
  2101.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1396$this->source); })()), "guarantor_company_postal_code", [], "any"falsefalsefalse1396), 'errors');
  2102.         echo "
  2103.                                                             <label class=\"label v3 address\">
  2104.                                                                 都道府県
  2105.                                                                 <div class=\"select\">
  2106.                                                                     ";
  2107.         // line 1401
  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.'1401$this->source); })()), "guarantor_company_address_pref", [], "any"falsefalsefalse1401), 'widget');
  2109.         echo "
  2110.                                                                 </div>                        
  2111.                                                             </label>
  2112.                                                             ";
  2113.         // line 1404
  2114.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1404$this->source); })()), "guarantor_company_address_pref", [], "any"falsefalsefalse1404), 'errors');
  2115.         echo "
  2116.                                                             <label class=\"label v4 address\">
  2117.                                                                 市区町村・番地 
  2118.                                                                 ";
  2119.         // line 1408
  2120.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1408$this->source); })()), "guarantor_company_address_addr01", [], "any"falsefalsefalse1408), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  2121.         echo "
  2122.                                                             </label>
  2123.                                                             ";
  2124.         // line 1410
  2125.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1410$this->source); })()), "guarantor_company_address_addr01", [], "any"falsefalsefalse1410), 'errors');
  2126.         echo "
  2127.                                                             <label class=\"label v4 address\">
  2128.                                                                 マンション・ビル名
  2129.                                                                 ";
  2130.         // line 1414
  2131.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1414$this->source); })()), "guarantor_company_address_addr02", [], "any"falsefalsefalse1414), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  2132.         echo "
  2133.                                                             </label>
  2134.                                                             ";
  2135.         // line 1416
  2136.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1416$this->source); })()), "guarantor_company_address_addr02", [], "any"falsefalsefalse1416), 'errors');
  2137.         echo "
  2138.                                                         </div>
  2139.                                                     </td>
  2140.                                                 </tr>
  2141.                                                 <tr>
  2142.                                                     <td><p>お勤め先電話番号</p></td>
  2143.                                                     <td>
  2144.                                                         <div class=\"fill v2\">
  2145.                                                             <label>
  2146.                                                                 ";
  2147.         // line 1425
  2148.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1425$this->source); })()), "guarantor_company_phone_number", [], "any"falsefalsefalse1425), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  2149.         echo "
  2150.                                                             </label>
  2151.                                                         </div>
  2152.                                                         ";
  2153.         // line 1428
  2154.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1428$this->source); })()), "guarantor_company_phone_number", [], "any"falsefalsefalse1428), 'errors');
  2155.         echo "
  2156.                                                     </td>
  2157.                                                 </tr>
  2158.                                                 <tr>
  2159.                                                     <td><p>勤続年数</p></td>
  2160.                                                     <td>
  2161.                                                         <div class=\"fill horizontal\">
  2162.                                                             <label>
  2163.                                                                 ";
  2164.         // line 1436
  2165.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1436$this->source); })()), "guarantor_year", [], "any"falsefalsefalse1436), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  2166.         echo " <span>年</span>
  2167.                                                             </label>
  2168.                                                         </div>
  2169.                                                         <div class=\"fill horizontal\">
  2170.                                                             <label>
  2171.                                                                 ";
  2172.         // line 1441
  2173.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1441$this->source); })()), "guarantor_month", [], "any"falsefalsefalse1441), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  2174.         echo " <span>ヶ月</span>
  2175.                                                             </label>
  2176.                                                         </div>
  2177.                                                         ";
  2178.         // line 1444
  2179.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1444$this->source); })()), "guarantor_year", [], "any"falsefalsefalse1444), 'errors');
  2180.         echo "
  2181.                                                         ";
  2182.         // line 1445
  2183.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1445$this->source); })()), "guarantor_month", [], "any"falsefalsefalse1445), 'errors');
  2184.         echo "
  2185.                                                     </td>
  2186.                                                 </tr>
  2187.                                                 <tr>
  2188.                                                     <td><p>税込年収</p></td>
  2189.                                                     <td>
  2190.                                                         <div class=\"fill v2\">
  2191.                                                             <label>
  2192.                                                                 ";
  2193.         // line 1453
  2194.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1453$this->source); })()), "guarantor_income", [], "any"falsefalsefalse1453), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  2195.         echo " <span>万円</span>
  2196.                                                             </label>
  2197.                                                         </div>
  2198.                                                         ";
  2199.         // line 1456
  2200.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1456$this->source); })()), "guarantor_income", [], "any"falsefalsefalse1456), 'errors');
  2201.         echo "
  2202.                                                     </td>
  2203.                                                 </tr>
  2204.                                                 <tr>
  2205.                                                     <td><p>従業員数</p></td>
  2206.                                                     <td>
  2207.                                                         <div class=\"fill v2\">
  2208.                                                             <div class=\"select\">
  2209.                                                                 ";
  2210.         // line 1464
  2211.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1464$this->source); })()), "guarantor_cnt", [], "any"falsefalsefalse1464), 'widget');
  2212.         echo "
  2213.                                                             </div>
  2214.                                                         </div>
  2215.                                                         ";
  2216.         // line 1467
  2217.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1467$this->source); })()), "guarantor_cnt", [], "any"falsefalsefalse1467), 'errors');
  2218.         echo "
  2219.                                                     </td>
  2220.                                                 </tr>
  2221.                                                 <tr>
  2222.                                                     <td><p>出向先・派遣先電話番号</p></td>
  2223.                                                     <td>
  2224.                                                         <div class=\"fill v2\">
  2225.                                                             <label>
  2226.                                                                 ";
  2227.         // line 1475
  2228.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1475$this->source); })()), "guarantor_company_phone_number2", [], "any"falsefalsefalse1475), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  2229.         echo "
  2230.                                                             </label>
  2231.                                                         </div>
  2232.                                                         ";
  2233.         // line 1478
  2234.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1478$this->source); })()), "guarantor_company_phone_number2", [], "any"falsefalsefalse1478), 'errors');
  2235.         echo "
  2236.                                                     </td>
  2237.                                                 </tr>
  2238.                                             </table>
  2239.                                         </div>
  2240.                                     </div>
  2241.                                 </div>
  2242.                             </div>
  2243.                             <div class=\"step-content step-4\">
  2244.                                 <div class=\"step-content__title\">工事内容の最終確認</div>
  2245.                                 <div class=\"table\">
  2246.                                     ";
  2247.         // line 1491
  2248.         echo "                                    <div class=\"list-item\">
  2249.                                         <div class=\"item\">
  2250.                                             <input type=\"hidden\" id=\"product_total_price\" name=\"";
  2251.         // line 1493
  2252.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1493$this->source); })()), "product_total_price", [], "any"falsefalsefalse1493), "vars", [], "any"falsefalsefalse1493), "full_name", [], "any"falsefalsefalse1493), "html"nulltrue);
  2253.         echo "\" value=\"";
  2254.         echo twig_escape_filter($this->env, (isset($context["productTotalPrice"]) || array_key_exists("productTotalPrice"$context) ? $context["productTotalPrice"] : (function () { throw new RuntimeError('Variable "productTotalPrice" does not exist.'1493$this->source); })()), "html"nulltrue);
  2255.         echo "\">
  2256.                                             <div class=\"table\">
  2257.                                                 <div class=\"list-item\">
  2258.                                                     <div class=\"item active\">
  2259.                                                         <table>
  2260.                                                             <tr>
  2261.                                                                 <td><p>希望する工事</p></td>
  2262.                                                                 <td>
  2263.                                                                     <div class=\"fill v4\">
  2264.                                                                         ";
  2265.         // line 1503
  2266.         $context['_parent'] = $context;
  2267.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1503$this->source); })()), "desired_construction_work", [], "any"falsefalsefalse1503), "vars", [], "any"falsefalsefalse1503), "choices", [], "any"falsefalsefalse1503));
  2268.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2269.             // line 1504
  2270.             echo "                                                                            <div>
  2271.                                                                                 <label class=\"form-check\">
  2272.                                                                                     <input type=\"radio\" name=\"";
  2273.             // line 1506
  2274.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1506$this->source); })()), "desired_construction_work", [], "any"falsefalsefalse1506), "vars", [], "any"falsefalsefalse1506), "full_name", [], "any"falsefalsefalse1506), "html"nulltrue);
  2275.             echo "\" data-price=\"";
  2276.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1506), "price", [], "array"truetruefalse1506)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1506), "price", [], "array"falsefalsefalse1506), 0)) : (0)), "html"nulltrue);
  2277.             echo "\" value=\"";
  2278.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1506), "html"nulltrue);
  2279.             echo "\" ";
  2280.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1506$this->source); })()), "desired_construction_work", [], "any"falsefalsefalse1506), "vars", [], "any"falsefalsefalse1506), "data", [], "any"falsefalsefalse1506) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1506))) {
  2281.                 echo "checked";
  2282.             }
  2283.             echo " required /> 
  2284.                                                                                     ";
  2285.             // line 1507
  2286.             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"falsefalsefalse1507)), "html"nulltrue);
  2287.             echo 
  2288.                                                                                 </label>
  2289.                                                                             </div>
  2290.                                                                         ";
  2291.         }
  2292.         $_parent $context['_parent'];
  2293.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2294.         $context array_intersect_key($context$_parent) + $_parent;
  2295.         // line 1511
  2296.         echo "                                                                    </div>
  2297.                                                                     ";
  2298.         // line 1512
  2299.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1512$this->source); })()), "desired_construction_work", [], "any"falsefalsefalse1512), 'errors');
  2300.         echo "
  2301.                                                                 </td>
  2302.                                                             </tr> 
  2303.                                                         </table>
  2304.                                                         <table id=\"tableUnderTop\" style=\"padding: 0;\">
  2305.                                                             <tr class=\"desired_construction_work_02\">
  2306.                                                                 <td><p>希望する工事</p><small>2段階目</small></td>
  2307.                                                                 <td>
  2308.                                                                     <div class=\"fill v4\">
  2309.                                                                         ";
  2310.         // line 1521
  2311.         $context['_parent'] = $context;
  2312.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1521$this->source); })()), "desired_construction_work_02", [], "any"falsefalsefalse1521), "vars", [], "any"falsefalsefalse1521), "choices", [], "any"falsefalsefalse1521));
  2313.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2314.             // line 1522
  2315.             echo "                                                                            <label class=\"form-check flex\">
  2316.                                                                                 <input type=\"radio\" name=\"";
  2317.             // line 1523
  2318.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1523$this->source); })()), "desired_construction_work_02", [], "any"falsefalsefalse1523), "vars", [], "any"falsefalsefalse1523), "full_name", [], "any"falsefalsefalse1523), "html"nulltrue);
  2319.             echo "\" data-price=\"";
  2320.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1523), "price", [], "array"truetruefalse1523)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1523), "price", [], "array"falsefalsefalse1523), 0)) : (0)), "html"nulltrue);
  2321.             echo "\" value=\"";
  2322.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1523), "html"nulltrue);
  2323.             echo "\" ";
  2324.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1523$this->source); })()), "desired_construction_work_02", [], "any"falsefalsefalse1523), "vars", [], "any"falsefalsefalse1523), "data", [], "any"falsefalsefalse1523) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1523))) {
  2325.                 echo "checked";
  2326.             }
  2327.             echo " />
  2328.                                                                                 ";
  2329.             // line 1524
  2330.             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"falsefalsefalse1524)), "html"nulltrue);
  2331.             echo 
  2332.                                                                                 ";
  2333.             // line 1525
  2334.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1525) == "新居等への引越しのため設置場所の詳細確認不可")) {
  2335.                 // line 1526
  2336.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  2337.                                                                                 ";
  2338.             }
  2339.             // line 1528
  2340.             echo "                                                                            </label>
  2341.                                                                         ";
  2342.         }
  2343.         $_parent $context['_parent'];
  2344.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2345.         $context array_intersect_key($context$_parent) + $_parent;
  2346.         // line 1529
  2347.         echo "                    
  2348.                                                                     </div>
  2349.                                                                     ";
  2350.         // line 1531
  2351.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1531$this->source); })()), "desired_construction_work_02", [], "any"falsefalsefalse1531), 'errors');
  2352.         echo "
  2353.                                                                 </td>
  2354.                                                             </tr> 
  2355.                                                         </table>
  2356.                                                         <table id=\"tableSecond\" style=\"padding: 0;\">
  2357.                                                             ";
  2358.         // line 1536
  2359.         if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic"$context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.'1536$this->source); })()) != 0)) {
  2360.             // line 1537
  2361.             echo "                                                            <tr class=\"content-1\">
  2362.                                                                 <td><p>特急券の購入</p></td>
  2363.                                                                 <td>
  2364.                                                                     <div class=\"fill v4\">
  2365.                                                                         ";
  2366.             // line 1541
  2367.             $context['_parent'] = $context;
  2368.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1541$this->source); })()), "express_tickets", [], "any"falsefalsefalse1541), "vars", [], "any"falsefalsefalse1541), "choices", [], "any"falsefalsefalse1541));
  2369.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2370.                 // line 1542
  2371.                 echo "                                                                            <label class=\"form-check\">
  2372.                                                                                 <input type=\"radio\" name=\"";
  2373.                 // line 1543
  2374.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1543$this->source); })()), "express_tickets", [], "any"falsefalsefalse1543), "vars", [], "any"falsefalsefalse1543), "full_name", [], "any"falsefalsefalse1543), "html"nulltrue);
  2375.                 echo "\" data-price=\"";
  2376.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1543), "price", [], "array"truetruefalse1543)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1543), "price", [], "array"falsefalsefalse1543), 0)) : (0)), "html"nulltrue);
  2377.                 echo "\" value=\"";
  2378.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1543), "html"nulltrue);
  2379.                 echo "\" ";
  2380.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1543$this->source); })()), "express_tickets", [], "any"falsefalsefalse1543), "vars", [], "any"falsefalsefalse1543), "data", [], "any"falsefalsefalse1543) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1543))) {
  2381.                     echo "checked";
  2382.                 }
  2383.                 echo " />
  2384.                                                                                 ";
  2385.                 // line 1544
  2386.                 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"falsefalsefalse1544)), "html"nulltrue);
  2387.                 echo 
  2388.                                                                             </label>
  2389.                                                                         ";
  2390.             }
  2391.             $_parent $context['_parent'];
  2392.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2393.             $context array_intersect_key($context$_parent) + $_parent;
  2394.             // line 1546
  2395.             echo "     
  2396.                                                                         ";
  2397.             // line 1547
  2398.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1547$this->source); })()), "express_tickets_price", [], "any"falsefalsefalse1547), 'widget');
  2399.             echo "               
  2400.                                                                     </div>
  2401.                                                                     ";
  2402.             // line 1549
  2403.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1549$this->source); })()), "express_tickets", [], "any"falsefalsefalse1549), 'errors');
  2404.             echo "                                                    
  2405.                                                                 </td>
  2406.                                                             </tr> 
  2407.                                                             ";
  2408.         }
  2409.         // line 1553
  2410.         echo "
  2411.                                                             <tr class=\"content-1\">
  2412.                                                                 <td><p>お住まい</p></td>
  2413.                                                                 <td>
  2414.                                                                     <div class=\"fill v4\">
  2415.                                                                         ";
  2416.         // line 1558
  2417.         $context['_parent'] = $context;
  2418.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1558$this->source); })()), "osumai", [], "any"falsefalsefalse1558), "vars", [], "any"falsefalsefalse1558), "choices", [], "any"falsefalsefalse1558));
  2419.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2420.             // line 1559
  2421.             echo "                                                                            <label class=\"form-check\">
  2422.                                                                                 <input type=\"radio\" name=\"";
  2423.             // line 1560
  2424.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1560$this->source); })()), "osumai", [], "any"falsefalsefalse1560), "vars", [], "any"falsefalsefalse1560), "full_name", [], "any"falsefalsefalse1560), "html"nulltrue);
  2425.             echo "\" data-percent=\"";
  2426.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1560), "percent", [], "array"truetruefalse1560)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1560), "percent", [], "array"falsefalsefalse1560), 0)) : (0)), "html"nulltrue);
  2427.             echo "\" data-price=\"";
  2428.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1560), "price", [], "array"truetruefalse1560)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1560), "price", [], "array"falsefalsefalse1560), 0)) : (0)), "html"nulltrue);
  2429.             echo "\" value=\"";
  2430.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1560), "html"nulltrue);
  2431.             echo "\" ";
  2432.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1560$this->source); })()), "osumai", [], "any"falsefalsefalse1560), "vars", [], "any"falsefalsefalse1560), "data", [], "any"falsefalsefalse1560) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1560))) {
  2433.                 echo "checked";
  2434.             }
  2435.             echo " />
  2436.                                                                                 ";
  2437.             // line 1561
  2438.             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"falsefalsefalse1561)), "html"nulltrue);
  2439.             echo 
  2440.                                                                             </label>
  2441.                                                                         ";
  2442.         }
  2443.         $_parent $context['_parent'];
  2444.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2445.         $context array_intersect_key($context$_parent) + $_parent;
  2446.         // line 1564
  2447.         echo "                                                                    </div>
  2448.                                                                     ";
  2449.         // line 1565
  2450.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1565$this->source); })()), "osumai", [], "any"falsefalsefalse1565), 'errors');
  2451.         echo "
  2452.                                                                 </td>
  2453.                                                             </tr>
  2454.                                                             <tr class=\"content-1\">
  2455.                                                                 <td><p>建物の所有</p></td>
  2456.                                                                 <td>
  2457.                                                                     <div class=\"fill v4\">
  2458.                                                                         ";
  2459.         // line 1572
  2460.         $context['_parent'] = $context;
  2461.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1572$this->source); })()), "building_ownership", [], "any"falsefalsefalse1572), "vars", [], "any"falsefalsefalse1572), "choices", [], "any"falsefalsefalse1572));
  2462.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2463.             // line 1573
  2464.             echo "                                                                            <label class=\"form-check flex\">
  2465.                                                                                 <input type=\"radio\" name=\"";
  2466.             // line 1574
  2467.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1574$this->source); })()), "building_ownership", [], "any"falsefalsefalse1574), "vars", [], "any"falsefalsefalse1574), "full_name", [], "any"falsefalsefalse1574), "html"nulltrue);
  2468.             echo "\" data-percent=\"";
  2469.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1574), "percent", [], "array"truetruefalse1574)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1574), "percent", [], "array"falsefalsefalse1574), 0)) : (0)), "html"nulltrue);
  2470.             echo "\" data-price=\"";
  2471.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1574), "price", [], "array"truetruefalse1574)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1574), "price", [], "array"falsefalsefalse1574), 0)) : (0)), "html"nulltrue);
  2472.             echo "\" value=\"";
  2473.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1574), "html"nulltrue);
  2474.             echo "\" ";
  2475.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1574$this->source); })()), "building_ownership", [], "any"falsefalsefalse1574), "vars", [], "any"falsefalsefalse1574), "data", [], "any"falsefalsefalse1574) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1574))) {
  2476.                 echo "checked";
  2477.             }
  2478.             echo " />
  2479.                                                                                 ";
  2480.             // line 1575
  2481.             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"falsefalsefalse1575)), "html"nulltrue);
  2482.             echo 
  2483.                                                                                 ";
  2484.             // line 1576
  2485.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1576) == "賃貸")) {
  2486.                 // line 1577
  2487.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
  2488.                                                                                 ";
  2489.             }
  2490.             // line 1579
  2491.             echo "                                                                            </label>
  2492.                                                                         ";
  2493.         }
  2494.         $_parent $context['_parent'];
  2495.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2496.         $context array_intersect_key($context$_parent) + $_parent;
  2497.         // line 1581
  2498.         echo "                                                                    </div>
  2499.                                                                     ";
  2500.         // line 1582
  2501.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1582$this->source); })()), "building_ownership", [], "any"falsefalsefalse1582), 'errors');
  2502.         echo "
  2503.                                                                 </td>
  2504.                                                             </tr>
  2505.                                                             <tr class=\"content-1\">
  2506.                                                                 <td><p>構造</p></td>
  2507.                                                                 <td>
  2508.                                                                     <div class=\"fill v4\">
  2509.                                                                         ";
  2510.         // line 1589
  2511.         $context['_parent'] = $context;
  2512.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1589$this->source); })()), "structure", [], "any"falsefalsefalse1589), "vars", [], "any"falsefalsefalse1589), "choices", [], "any"falsefalsefalse1589));
  2513.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2514.             // line 1590
  2515.             echo "                                                                            <label class=\"form-check\">
  2516.                                                                                 <input type=\"radio\" name=\"";
  2517.             // line 1591
  2518.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1591$this->source); })()), "structure", [], "any"falsefalsefalse1591), "vars", [], "any"falsefalsefalse1591), "full_name", [], "any"falsefalsefalse1591), "html"nulltrue);
  2519.             echo "\" data-percent=\"";
  2520.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1591), "percent", [], "array"truetruefalse1591)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1591), "percent", [], "array"falsefalsefalse1591), 0)) : (0)), "html"nulltrue);
  2521.             echo "\" data-price=\"";
  2522.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1591), "price", [], "array"truetruefalse1591)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1591), "price", [], "array"falsefalsefalse1591), 0)) : (0)), "html"nulltrue);
  2523.             echo "\" value=\"";
  2524.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1591), "html"nulltrue);
  2525.             echo "\" ";
  2526.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1591$this->source); })()), "structure", [], "any"falsefalsefalse1591), "vars", [], "any"falsefalsefalse1591), "data", [], "any"falsefalsefalse1591) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1591))) {
  2527.                 echo "checked";
  2528.             }
  2529.             echo " />
  2530.                                                                                 ";
  2531.             // line 1592
  2532.             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"falsefalsefalse1592)), "html"nulltrue);
  2533.             echo 
  2534.                                                                             </label>
  2535.                                                                         ";
  2536.         }
  2537.         $_parent $context['_parent'];
  2538.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2539.         $context array_intersect_key($context$_parent) + $_parent;
  2540.         // line 1595
  2541.         echo "                                                                    </div>
  2542.                                                                     ";
  2543.         // line 1596
  2544.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1596$this->source); })()), "structure", [], "any"falsefalsefalse1596), 'errors');
  2545.         echo "
  2546.                                                                 </td>
  2547.                                                             </tr>
  2548.                                                             <tr class=\"content-1\">
  2549.                                                                 <td><p>設置台数</p></td>
  2550.                                                                 <td>
  2551.                                                                     <div class=\"fill v4\">
  2552.                                                                         ";
  2553.         // line 1603
  2554.         $context['_parent'] = $context;
  2555.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1603$this->source); })()), "construction_airs", [], "any"falsefalsefalse1603), "vars", [], "any"falsefalsefalse1603), "choices", [], "any"falsefalsefalse1603));
  2556.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2557.             // line 1604
  2558.             echo "                                                                            ";
  2559.             $context["has_checked"] = false;
  2560.             // line 1605
  2561.             echo "                                                                            ";
  2562.             $context['_parent'] = $context;
  2563.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1605$this->source); })()), "construction_airs", [], "any"falsefalsefalse1605), "vars", [], "any"falsefalsefalse1605), "data", [], "any"falsefalsefalse1605));
  2564.             foreach ($context['_seq'] as $context["key2"] => $context["val2"]) {
  2565.                 // line 1606
  2566.                 echo "                                                                                ";
  2567.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1606) == $context["val2"])) {
  2568.                     // line 1607
  2569.                     echo "                                                                                    ";
  2570.                     $context["has_checked"] = true;
  2571.                     // line 1608
  2572.                     echo "                                                                                    <label class=\"form-check\">
  2573.                                                                                         <input type=\"checkbox\" 
  2574.                                                                                         name=\"";
  2575.                     // line 1610
  2576.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1610$this->source); })()), "construction_airs", [], "any"falsefalsefalse1610), "vars", [], "any"falsefalsefalse1610), "full_name", [], "any"falsefalsefalse1610), "html"nulltrue);
  2577.                     echo "\" 
  2578.                                                                                         class=\"construction_air\" 
  2579.                                                                                         data-tatami=\"";
  2580.                     // line 1612
  2581.                     echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1612), "data-tatami", [], "array"truetruefalse1612)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1612), "data-tatami", [], "array"falsefalsefalse1612), 0)) : (0)), "html"nulltrue);
  2582.                     echo "\" data-quantity=\"";
  2583.                     echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1612), "data-quantity", [], "array"truetruefalse1612)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1612), "data-quantity", [], "array"falsefalsefalse1612), 0)) : (0)), "html"nulltrue);
  2584.                     echo "\" 
  2585.                                                                                         data-price=\"";
  2586.                     // line 1613
  2587.                     echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1613), "data-price", [], "array"truetruefalse1613)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1613), "data-price", [], "array"falsefalsefalse1613), 0)) : (0)), "html"nulltrue);
  2588.                     echo "\" 
  2589.                                                                                         data-loan=\"";
  2590.                     // line 1614
  2591.                     echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1614), "data-loan", [], "array"truetruefalse1614)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1614), "data-loan", [], "array"falsefalsefalse1614), 0)) : (0)), "html"nulltrue);
  2592.                     echo "\" 
  2593.                                                                                         value=\"";
  2594.                     // line 1615
  2595.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1615), "html"nulltrue);
  2596.                     echo "\" checked />
  2597.                                                                                         ";
  2598.                     // line 1616
  2599.                     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"falsefalsefalse1616)), "html"nulltrue);
  2600.                     echo 
  2601.                                                                                     </label>
  2602.                                                                                 ";
  2603.                 }
  2604.                 // line 1619
  2605.                 echo "                                                                            ";
  2606.             }
  2607.             $_parent $context['_parent'];
  2608.             unset($context['_seq'], $context['_iterated'], $context['key2'], $context['val2'], $context['_parent'], $context['loop']);
  2609.             $context array_intersect_key($context$_parent) + $_parent;
  2610.             // line 1620
  2611.             echo "
  2612.                                                                             ";
  2613.             // line 1621
  2614.             if (((isset($context["has_checked"]) || array_key_exists("has_checked"$context) ? $context["has_checked"] : (function () { throw new RuntimeError('Variable "has_checked" does not exist.'1621$this->source); })()) == false)) {
  2615.                 // line 1622
  2616.                 echo "                                                                                <label class=\"form-check\">
  2617.                                                                                     <input type=\"checkbox\" 
  2618.                                                                                     name=\"";
  2619.                 // line 1624
  2620.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1624$this->source); })()), "construction_airs", [], "any"falsefalsefalse1624), "vars", [], "any"falsefalsefalse1624), "full_name", [], "any"falsefalsefalse1624), "html"nulltrue);
  2621.                 echo "\" 
  2622.                                                                                     class=\"construction_air\" 
  2623.                                                                                     data-tatami=\"";
  2624.                 // line 1626
  2625.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1626), "data-tatami", [], "array"truetruefalse1626)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1626), "data-tatami", [], "array"falsefalsefalse1626), 0)) : (0)), "html"nulltrue);
  2626.                 echo "\" 
  2627.                                                                                     data-quantity=\"";
  2628.                 // line 1627
  2629.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1627), "data-quantity", [], "array"truetruefalse1627)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1627), "data-quantity", [], "array"falsefalsefalse1627), 0)) : (0)), "html"nulltrue);
  2630.                 echo "\" 
  2631.                                                                                     data-price=\"";
  2632.                 // line 1628
  2633.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1628), "data-price", [], "array"truetruefalse1628)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1628), "data-price", [], "array"falsefalsefalse1628), 0)) : (0)), "html"nulltrue);
  2634.                 echo "\" 
  2635.                                                                                     data-loan=\"";
  2636.                 // line 1629
  2637.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1629), "data-loan", [], "array"truetruefalse1629)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1629), "data-loan", [], "array"falsefalsefalse1629), 0)) : (0)), "html"nulltrue);
  2638.                 echo "\" 
  2639.                                                                                     value=\"";
  2640.                 // line 1630
  2641.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1630), "html"nulltrue);
  2642.                 echo "\"/>
  2643.                                                                                     ";
  2644.                 // line 1631
  2645.                 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"falsefalsefalse1631)), "html"nulltrue);
  2646.                 echo 
  2647.                                                                                 </label>
  2648.                                                                             ";
  2649.             }
  2650.             // line 1634
  2651.             echo "                                                                        ";
  2652.         }
  2653.         $_parent $context['_parent'];
  2654.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2655.         $context array_intersect_key($context$_parent) + $_parent;
  2656.         // line 1635
  2657.         echo "                                                                        ";
  2658.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1635$this->source); })()), "construction_air", [], "any"falsefalsefalse1635), 'widget');
  2659.         echo "
  2660.                                                                         ";
  2661.         // line 1636
  2662.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1636$this->source); })()), "number_install", [], "any"falsefalsefalse1636), 'widget');
  2663.         echo "
  2664.                                                                         ";
  2665.         // line 1637
  2666.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1637$this->source); })()), "number_install_price", [], "any"falsefalsefalse1637), 'widget');
  2667.         echo "
  2668.                                                                     </div>
  2669.                                                                     ";
  2670.         // line 1639
  2671.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1639$this->source); })()), "construction_airs", [], "any"falsefalsefalse1639), 'errors');
  2672.         echo "
  2673.                                                                 </td>
  2674.                                                             </tr>
  2675.                                                             <tr class=\"content-1\">
  2676.                                                                 <td><p>設置工事希望日</p></td>
  2677.                                                                 <td>
  2678.                                                                     <div class=\"fill v3\">
  2679.                                                                         <label class=\"label v3 date vip\">
  2680.                                                                             第一希望日  
  2681.                                                                             ";
  2682.         // line 1648
  2683.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1648$this->source); })()), "construction_date_1", [], "any"falsefalsefalse1648), 'widget');
  2684.         echo "
  2685.                                                                             ";
  2686.         // line 1649
  2687.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1649$this->source); })()), "construction_date_1", [], "any"falsefalsefalse1649), 'errors');
  2688.         echo "
  2689.                                                                             <span class=\"pc\"> </span>希望時間帯 
  2690.                                                                             <select name=\"";
  2691.         // line 1651
  2692.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1651$this->source); })()), "time_slot_1", [], "any"falsefalsefalse1651), "vars", [], "any"falsefalsefalse1651), "full_name", [], "any"falsefalsefalse1651), "html"nulltrue);
  2693.         echo "\" id=\"time_slot_1\">
  2694.                                                                                 ";
  2695.         // line 1652
  2696.         $context['_parent'] = $context;
  2697.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1652$this->source); })()), "time_slot_1", [], "any"falsefalsefalse1652), "vars", [], "any"falsefalsefalse1652), "choices", [], "any"falsefalsefalse1652));
  2698.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2699.             // line 1653
  2700.             echo "                                                                                    <option value=\"";
  2701.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1653), "html"nulltrue);
  2702.             echo "\">";
  2703.             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"falsefalsefalse1653)), "html"nulltrue);
  2704.             echo " </option>
  2705.                                                                                 ";
  2706.         }
  2707.         $_parent $context['_parent'];
  2708.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2709.         $context array_intersect_key($context$_parent) + $_parent;
  2710.         // line 1655
  2711.         echo "                                                                            </select>
  2712.                                                                         </label>
  2713.                                                                         <label class=\"label v3 date\">
  2714.                                                                             第二希望日  
  2715.                                                                             ";
  2716.         // line 1659
  2717.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1659$this->source); })()), "construction_date_2", [], "any"falsefalsefalse1659), 'widget');
  2718.         echo "
  2719.                                                                             ";
  2720.         // line 1660
  2721.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1660$this->source); })()), "construction_date_2", [], "any"falsefalsefalse1660), 'errors');
  2722.         echo "
  2723.                                                                             <span class=\"pc\"> </span>希望時間帯 
  2724.                                                                             <select name=\"";
  2725.         // line 1662
  2726.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1662$this->source); })()), "time_slot_2", [], "any"falsefalsefalse1662), "vars", [], "any"falsefalsefalse1662), "full_name", [], "any"falsefalsefalse1662), "html"nulltrue);
  2727.         echo "\" id=\"time_slot_2\">
  2728.                                                                                 ";
  2729.         // line 1663
  2730.         $context['_parent'] = $context;
  2731.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1663$this->source); })()), "time_slot_2", [], "any"falsefalsefalse1663), "vars", [], "any"falsefalsefalse1663), "choices", [], "any"falsefalsefalse1663));
  2732.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2733.             // line 1664
  2734.             echo "                                                                                    <option value=\"";
  2735.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1664), "html"nulltrue);
  2736.             echo "\">";
  2737.             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"falsefalsefalse1664)), "html"nulltrue);
  2738.             echo " </option>
  2739.                                                                                 ";
  2740.         }
  2741.         $_parent $context['_parent'];
  2742.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2743.         $context array_intersect_key($context$_parent) + $_parent;
  2744.         // line 1666
  2745.         echo "                                                                            </select>
  2746.                                                                         </label>
  2747.                                                                         <label class=\"label v3 date\">
  2748.                                                                             第三希望日  
  2749.                                                                             ";
  2750.         // line 1670
  2751.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1670$this->source); })()), "construction_date_3", [], "any"falsefalsefalse1670), 'widget');
  2752.         echo "
  2753.                                                                             ";
  2754.         // line 1671
  2755.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1671$this->source); })()), "construction_date_3", [], "any"falsefalsefalse1671), 'errors');
  2756.         echo "
  2757.                                                                             <span class=\"pc\"> </span>希望時間帯 
  2758.                                                                             <select name=\"";
  2759.         // line 1673
  2760.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1673$this->source); })()), "time_slot_3", [], "any"falsefalsefalse1673), "vars", [], "any"falsefalsefalse1673), "full_name", [], "any"falsefalsefalse1673), "html"nulltrue);
  2761.         echo "\" id=\"time_slot_3\">
  2762.                                                                                 ";
  2763.         // line 1674
  2764.         $context['_parent'] = $context;
  2765.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1674$this->source); })()), "time_slot_3", [], "any"falsefalsefalse1674), "vars", [], "any"falsefalsefalse1674), "choices", [], "any"falsefalsefalse1674));
  2766.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2767.             // line 1675
  2768.             echo "                                                                                    <option value=\"";
  2769.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1675), "html"nulltrue);
  2770.             echo "\">";
  2771.             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"falsefalsefalse1675)), "html"nulltrue);
  2772.             echo " </option>
  2773.                                                                                 ";
  2774.         }
  2775.         $_parent $context['_parent'];
  2776.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2777.         $context array_intersect_key($context$_parent) + $_parent;
  2778.         // line 1677
  2779.         echo "                                                                            </select>
  2780.                                                                         </label>
  2781.                                                                         ";
  2782.         // line 1679
  2783.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1679$this->source); })()), "contents", [], "any"falsefalsefalse1679), 'widget', ["attr" => ["placeholder" => "その他希望等あればご記入ください。"]]);
  2784.         echo "
  2785.                                                                         ";
  2786.         // line 1680
  2787.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1680$this->source); })()), "contents", [], "any"falsefalsefalse1680), 'errors');
  2788.         echo "
  2789.                                                                     </div>
  2790.                                                                 </td>
  2791.                                                             </tr>
  2792.                                                             <tr class=\"content-1\">
  2793.                                                                 <td><p>工事内訳</p></td>
  2794.                                                                 <td>
  2795.                                                                     <div class=\"fill v4\">
  2796.                                                                         ";
  2797.         // line 1688
  2798.         $context['_parent'] = $context;
  2799.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1688$this->source); })()), "construction_type_07", [], "any"falsefalsefalse1688), "vars", [], "any"falsefalsefalse1688), "choices", [], "any"falsefalsefalse1688));
  2800.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2801.             // line 1689
  2802.             echo "                                                                            <label class=\"form-check\">
  2803.                                                                                 <input type=\"radio\" name=\"";
  2804.             // line 1690
  2805.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1690$this->source); })()), "construction_type_07", [], "any"falsefalsefalse1690), "vars", [], "any"falsefalsefalse1690), "full_name", [], "any"falsefalsefalse1690), "html"nulltrue);
  2806.             echo "\" data-price=\"";
  2807.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1690), "price", [], "array"truetruefalse1690)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1690), "price", [], "array"falsefalsefalse1690), 0)) : (0)), "html"nulltrue);
  2808.             echo "\" value=\"";
  2809.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1690), "html"nulltrue);
  2810.             echo "\" ";
  2811.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1690$this->source); })()), "construction_type_07", [], "any"falsefalsefalse1690), "vars", [], "any"falsefalsefalse1690), "data", [], "any"falsefalsefalse1690) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1690))) {
  2812.                 echo "checked";
  2813.             }
  2814.             echo " />
  2815.                                                                                 ";
  2816.             // line 1691
  2817.             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"falsefalsefalse1691)), "html"nulltrue);
  2818.             echo 
  2819.                                                                                 ";
  2820.             // line 1692
  2821.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1692) == "新設工事に加えて移設工事も希望")) {
  2822.                 // line 1693
  2823.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
  2824.                                                                                 ";
  2825.             }
  2826.             // line 1695
  2827.             echo "                                                                            </label>
  2828.                                                                         ";
  2829.         }
  2830.         $_parent $context['_parent'];
  2831.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2832.         $context array_intersect_key($context$_parent) + $_parent;
  2833.         // line 1696
  2834.         echo "                    
  2835.                                                                     </div>
  2836.                                                                     ";
  2837.         // line 1698
  2838.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1698$this->source); })()), "construction_type_07", [], "any"falsefalsefalse1698), 'errors');
  2839.         echo "
  2840.                                                                 </td>
  2841.                                                             </tr> 
  2842.                                                             <tr class=\"construction_type_07_02_v1\">
  2843.                                                                 <td><p>工事内訳</p><small>2段階目</small></td>
  2844.                                                                 <td>
  2845.                                                                     <div class=\"fill v4\">
  2846.                                                                         ";
  2847.         // line 1705
  2848.         $context['_parent'] = $context;
  2849.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1705$this->source); })()), "construction_type_07_02_v1", [], "any"falsefalsefalse1705), "vars", [], "any"falsefalsefalse1705), "choices", [], "any"falsefalsefalse1705));
  2850.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2851.             // line 1706
  2852.             echo "                                                                            <label class=\"form-check\">
  2853.                                                                                 <input type=\"radio\" name=\"";
  2854.             // line 1707
  2855.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1707$this->source); })()), "construction_type_07_02_v1", [], "any"falsefalsefalse1707), "vars", [], "any"falsefalsefalse1707), "full_name", [], "any"falsefalsefalse1707), "html"nulltrue);
  2856.             echo "\" data-price=\"";
  2857.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1707), "price", [], "array"truetruefalse1707)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1707), "price", [], "array"falsefalsefalse1707), 0)) : (0)), "html"nulltrue);
  2858.             echo "\" value=\"";
  2859.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1707), "html"nulltrue);
  2860.             echo "\" ";
  2861.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1707$this->source); })()), "construction_type_07_02_v1", [], "any"falsefalsefalse1707), "vars", [], "any"falsefalsefalse1707), "data", [], "any"falsefalsefalse1707) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1707))) {
  2862.                 echo "checked";
  2863.             }
  2864.             echo " />
  2865.                                                                                 ";
  2866.             // line 1708
  2867.             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"falsefalsefalse1708)), "html"nulltrue);
  2868.             echo 
  2869.                                                                             </label>
  2870.                                                                         ";
  2871.         }
  2872.         $_parent $context['_parent'];
  2873.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2874.         $context array_intersect_key($context$_parent) + $_parent;
  2875.         // line 1710
  2876.         echo "   
  2877.                                                                         ";
  2878.         // line 1711
  2879.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1711$this->source); })()), "construction_type_07_02_v1_price", [], "any"falsefalsefalse1711), 'widget');
  2880.         echo "                 
  2881.                                                                     </div>
  2882.                                                                     ";
  2883.         // line 1713
  2884.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1713$this->source); })()), "construction_type_07_02_v1", [], "any"falsefalsefalse1713), 'errors');
  2885.         echo "
  2886.                                                                 </td>
  2887.                                                             </tr> 
  2888.                                                             <tr class=\"construction_type_07_02_v2\">
  2889.                                                                 <td><p>工事内訳</p><small>2段階目</small></td>
  2890.                                                                 <td>
  2891.                                                                     <div class=\"fill v4\">
  2892.                                                                         ";
  2893.         // line 1720
  2894.         $context['_parent'] = $context;
  2895.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1720$this->source); })()), "construction_type_07_02_v2", [], "any"falsefalsefalse1720), "vars", [], "any"falsefalsefalse1720), "choices", [], "any"falsefalsefalse1720));
  2896.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2897.             // line 1721
  2898.             echo "                                                                            <label class=\"form-check\">
  2899.                                                                                 <input type=\"radio\" name=\"";
  2900.             // line 1722
  2901.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1722$this->source); })()), "construction_type_07_02_v2", [], "any"falsefalsefalse1722), "vars", [], "any"falsefalsefalse1722), "full_name", [], "any"falsefalsefalse1722), "html"nulltrue);
  2902.             echo "\" data-price=\"";
  2903.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1722), "price", [], "array"truetruefalse1722)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1722), "price", [], "array"falsefalsefalse1722), 0)) : (0)), "html"nulltrue);
  2904.             echo "\" value=\"";
  2905.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1722), "html"nulltrue);
  2906.             echo "\" ";
  2907.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1722$this->source); })()), "construction_type_07_02_v2", [], "any"falsefalsefalse1722), "vars", [], "any"falsefalsefalse1722), "data", [], "any"falsefalsefalse1722) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1722))) {
  2908.                 echo "checked";
  2909.             }
  2910.             echo " />
  2911.                                                                                 ";
  2912.             // line 1723
  2913.             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"falsefalsefalse1723)), "html"nulltrue);
  2914.             echo "
  2915.                                                                             </label>
  2916.                                                                         ";
  2917.         }
  2918.         $_parent $context['_parent'];
  2919.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2920.         $context array_intersect_key($context$_parent) + $_parent;
  2921.         // line 1725
  2922.         echo "                    
  2923.                                                                     </div>
  2924.                                                                     ";
  2925.         // line 1727
  2926.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1727$this->source); })()), "construction_type_07_02_v2", [], "any"falsefalsefalse1727), 'errors');
  2927.         echo "
  2928.                                                                 </td>
  2929.                                                             </tr> 
  2930.                                                             <tr class=\"construction_type_07_03_v1\">
  2931.                                                                 <td><p>工事内訳</p><small>3段階目</small></td>
  2932.                                                                 <td>
  2933.                                                                     <div class=\"fill v4\">
  2934.                                                                         ";
  2935.         // line 1734
  2936.         $context['_parent'] = $context;
  2937.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1734$this->source); })()), "construction_type_07_03_v1", [], "any"falsefalsefalse1734), "vars", [], "any"falsefalsefalse1734), "choices", [], "any"falsefalsefalse1734));
  2938.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2939.             // line 1735
  2940.             echo "                                                                            <label class=\"form-check\">
  2941.                                                                                 <input type=\"radio\" name=\"";
  2942.             // line 1736
  2943.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1736$this->source); })()), "construction_type_07_03_v1", [], "any"falsefalsefalse1736), "vars", [], "any"falsefalsefalse1736), "full_name", [], "any"falsefalsefalse1736), "html"nulltrue);
  2944.             echo "\" data-price=\"";
  2945.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1736), "price", [], "array"truetruefalse1736)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1736), "price", [], "array"falsefalsefalse1736), 0)) : (0)), "html"nulltrue);
  2946.             echo "\" value=\"";
  2947.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1736), "html"nulltrue);
  2948.             echo "\" ";
  2949.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1736$this->source); })()), "construction_type_07_03_v1", [], "any"falsefalsefalse1736), "vars", [], "any"falsefalsefalse1736), "data", [], "any"falsefalsefalse1736) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1736))) {
  2950.                 echo "checked";
  2951.             }
  2952.             echo " />
  2953.                                                                                 ";
  2954.             // line 1737
  2955.             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"falsefalsefalse1737)), "html"nulltrue);
  2956.             echo 
  2957.                                                                             </label>
  2958.                                                                         ";
  2959.         }
  2960.         $_parent $context['_parent'];
  2961.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2962.         $context array_intersect_key($context$_parent) + $_parent;
  2963.         // line 1739
  2964.         echo "                    
  2965.                                                                     </div>
  2966.                                                                     ";
  2967.         // line 1741
  2968.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1741$this->source); })()), "construction_type_07_03_v1", [], "any"falsefalsefalse1741), 'errors');
  2969.         echo "
  2970.                                                                 </td>
  2971.                                                             </tr> 
  2972.                                                             <tr class=\"construction_type_07_03_v2\">
  2973.                                                                 <td><p>工事内訳</p><small>3段階目</small></td>
  2974.                                                                 <td>
  2975.                                                                     <div class=\"fill v4\">
  2976.                                                                         ";
  2977.         // line 1748
  2978.         $context['_parent'] = $context;
  2979.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1748$this->source); })()), "construction_type_07_03_v2", [], "any"falsefalsefalse1748), "vars", [], "any"falsefalsefalse1748), "choices", [], "any"falsefalsefalse1748));
  2980.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2981.             // line 1749
  2982.             echo "                                                                            <label class=\"form-check\">
  2983.                                                                                 <input type=\"radio\" name=\"";
  2984.             // line 1750
  2985.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1750$this->source); })()), "construction_type_07_03_v2", [], "any"falsefalsefalse1750), "vars", [], "any"falsefalsefalse1750), "full_name", [], "any"falsefalsefalse1750), "html"nulltrue);
  2986.             echo "\" data-price=\"";
  2987.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1750), "price", [], "array"truetruefalse1750)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1750), "price", [], "array"falsefalsefalse1750), 0)) : (0)), "html"nulltrue);
  2988.             echo "\" value=\"";
  2989.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1750), "html"nulltrue);
  2990.             echo "\" ";
  2991.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1750$this->source); })()), "construction_type_07_03_v2", [], "any"falsefalsefalse1750), "vars", [], "any"falsefalsefalse1750), "data", [], "any"falsefalsefalse1750) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1750))) {
  2992.                 echo "checked";
  2993.             }
  2994.             echo " />
  2995.                                                                                 ";
  2996.             // line 1751
  2997.             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"falsefalsefalse1751)), "html"nulltrue);
  2998.             echo 
  2999.                                                                             </label>
  3000.                                                                         ";
  3001.         }
  3002.         $_parent $context['_parent'];
  3003.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3004.         $context array_intersect_key($context$_parent) + $_parent;
  3005.         // line 1753
  3006.         echo "         
  3007.                                                                         ";
  3008.         // line 1754
  3009.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1754$this->source); })()), "construction_type_07_03_v2_price", [], "any"falsefalsefalse1754), 'widget');
  3010.         echo "           
  3011.                                                                     </div>
  3012.                                                                     ";
  3013.         // line 1756
  3014.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1756$this->source); })()), "construction_type_07_03_v2", [], "any"falsefalsefalse1756), 'errors');
  3015.         echo "
  3016.                                                                 </td>
  3017.                                                             </tr> 
  3018.                                                             <tr class=\"construction_type_07_04_v1\">
  3019.                                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  3020.                                                                 <td>
  3021.                                                                     <div class=\"fill v4\">
  3022.                                                                         ";
  3023.         // line 1763
  3024.         $context['_parent'] = $context;
  3025.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1763$this->source); })()), "construction_type_07_04_v1", [], "any"falsefalsefalse1763), "vars", [], "any"falsefalsefalse1763), "choices", [], "any"falsefalsefalse1763));
  3026.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3027.             // line 1764
  3028.             echo "                                                                            <label class=\"form-check\">
  3029.                                                                                 <input type=\"radio\" name=\"";
  3030.             // line 1765
  3031.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1765$this->source); })()), "construction_type_07_04_v1", [], "any"falsefalsefalse1765), "vars", [], "any"falsefalsefalse1765), "full_name", [], "any"falsefalsefalse1765), "html"nulltrue);
  3032.             echo "\" data-price=\"";
  3033.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1765), "price", [], "array"truetruefalse1765)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1765), "price", [], "array"falsefalsefalse1765), 0)) : (0)), "html"nulltrue);
  3034.             echo "\" value=\"";
  3035.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1765), "html"nulltrue);
  3036.             echo "\" ";
  3037.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1765$this->source); })()), "construction_type_07_04_v1", [], "any"falsefalsefalse1765), "vars", [], "any"falsefalsefalse1765), "data", [], "any"falsefalsefalse1765) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1765))) {
  3038.                 echo "checked";
  3039.             }
  3040.             echo " />
  3041.                                                                                 ";
  3042.             // line 1766
  3043.             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"falsefalsefalse1766)), "html"nulltrue);
  3044.             echo 
  3045.                                                                             </label>
  3046.                                                                         ";
  3047.         }
  3048.         $_parent $context['_parent'];
  3049.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3050.         $context array_intersect_key($context$_parent) + $_parent;
  3051.         // line 1768
  3052.         echo "            
  3053.                                                                         ";
  3054.         // line 1769
  3055.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1769$this->source); })()), "construction_type_07_04_v1_price", [], "any"falsefalsefalse1769), 'widget');
  3056.         echo "        
  3057.                                                                     </div>
  3058.                                                                     ";
  3059.         // line 1771
  3060.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1771$this->source); })()), "construction_type_07_04_v1", [], "any"falsefalsefalse1771), 'errors');
  3061.         echo "
  3062.                                                                 </td>
  3063.                                                             </tr> 
  3064.                                                             <tr class=\"construction_type_07_04_v2\">
  3065.                                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  3066.                                                                 <td>
  3067.                                                                     <div class=\"fill v4\">
  3068.                                                                         ";
  3069.         // line 1778
  3070.         $context['_parent'] = $context;
  3071.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1778$this->source); })()), "construction_type_07_04_v2", [], "any"falsefalsefalse1778), "vars", [], "any"falsefalsefalse1778), "choices", [], "any"falsefalsefalse1778));
  3072.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3073.             // line 1779
  3074.             echo "                                                                            <label class=\"form-check\">
  3075.                                                                                 <input type=\"radio\" name=\"";
  3076.             // line 1780
  3077.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1780$this->source); })()), "construction_type_07_04_v2", [], "any"falsefalsefalse1780), "vars", [], "any"falsefalsefalse1780), "full_name", [], "any"falsefalsefalse1780), "html"nulltrue);
  3078.             echo "\" data-price=\"";
  3079.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1780), "price", [], "array"truetruefalse1780)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1780), "price", [], "array"falsefalsefalse1780), 0)) : (0)), "html"nulltrue);
  3080.             echo "\" value=\"";
  3081.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1780), "html"nulltrue);
  3082.             echo "\" ";
  3083.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1780$this->source); })()), "construction_type_07_04_v2", [], "any"falsefalsefalse1780), "vars", [], "any"falsefalsefalse1780), "data", [], "any"falsefalsefalse1780) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1780))) {
  3084.                 echo "checked";
  3085.             }
  3086.             echo " />
  3087.                                                                                 ";
  3088.             // line 1781
  3089.             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"falsefalsefalse1781)), "html"nulltrue);
  3090.             echo 
  3091.                                                                             </label>
  3092.                                                                         ";
  3093.         }
  3094.         $_parent $context['_parent'];
  3095.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3096.         $context array_intersect_key($context$_parent) + $_parent;
  3097.         // line 1783
  3098.         echo "     
  3099.                                                                         ";
  3100.         // line 1784
  3101.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1784$this->source); })()), "construction_type_07_04_v2_price", [], "any"falsefalsefalse1784), 'widget');
  3102.         echo "               
  3103.                                                                     </div>
  3104.                                                                     ";
  3105.         // line 1786
  3106.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1786$this->source); })()), "construction_type_07_04_v2", [], "any"falsefalsefalse1786), 'errors');
  3107.         echo "
  3108.                                                                 </td>
  3109.                                                             </tr> 
  3110.                                                             <tr class=\"construction_type_07_04_v3\">
  3111.                                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  3112.                                                                 <td>
  3113.                                                                     <div class=\"fill v4\">
  3114.                                                                         ";
  3115.         // line 1793
  3116.         $context['_parent'] = $context;
  3117.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1793$this->source); })()), "construction_type_07_04_v3", [], "any"falsefalsefalse1793), "vars", [], "any"falsefalsefalse1793), "choices", [], "any"falsefalsefalse1793));
  3118.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3119.             // line 1794
  3120.             echo "                                                                            <label class=\"form-check\">
  3121.                                                                                 <input type=\"radio\" name=\"";
  3122.             // line 1795
  3123.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1795$this->source); })()), "construction_type_07_04_v3", [], "any"falsefalsefalse1795), "vars", [], "any"falsefalsefalse1795), "full_name", [], "any"falsefalsefalse1795), "html"nulltrue);
  3124.             echo "\" data-price=\"";
  3125.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1795), "price", [], "array"truetruefalse1795)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1795), "price", [], "array"falsefalsefalse1795), 0)) : (0)), "html"nulltrue);
  3126.             echo "\" value=\"";
  3127.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1795), "html"nulltrue);
  3128.             echo "\" ";
  3129.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1795$this->source); })()), "construction_type_07_04_v3", [], "any"falsefalsefalse1795), "vars", [], "any"falsefalsefalse1795), "data", [], "any"falsefalsefalse1795) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1795))) {
  3130.                 echo "checked";
  3131.             }
  3132.             echo " />
  3133.                                                                                 ";
  3134.             // line 1796
  3135.             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"falsefalsefalse1796)), "html"nulltrue);
  3136.             echo 
  3137.                                                                             </label>
  3138.                                                                         ";
  3139.         }
  3140.         $_parent $context['_parent'];
  3141.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3142.         $context array_intersect_key($context$_parent) + $_parent;
  3143.         // line 1799
  3144.         echo "                                                                        ";
  3145.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1799$this->source); })()), "construction_type_07_04_v3_price", [], "any"falsefalsefalse1799), 'widget');
  3146.         echo "
  3147.                                                                     </div>
  3148.                                                                     ";
  3149.         // line 1801
  3150.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1801$this->source); })()), "construction_type_07_04_v3", [], "any"falsefalsefalse1801), 'errors');
  3151.         echo "
  3152.                                                                 </td>
  3153.                                                             </tr> 
  3154.                                                             <tr class=\"content-1\">
  3155.                                                                 <td><p>エアコン設置場所</p></td>
  3156.                                                                  <td>
  3157.                                                                     <div class=\"fill v4\">
  3158.                                                                         ";
  3159.         // line 1808
  3160.         $context['_parent'] = $context;
  3161.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1808$this->source); })()), "construction_floor_07", [], "any"falsefalsefalse1808), "vars", [], "any"falsefalsefalse1808), "choices", [], "any"falsefalsefalse1808));
  3162.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3163.             // line 1809
  3164.             echo "                                                                            <label class=\"form-check\">
  3165.                                                                                 <input type=\"radio\" name=\"";
  3166.             // line 1810
  3167.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1810$this->source); })()), "construction_floor_07", [], "any"falsefalsefalse1810), "vars", [], "any"falsefalsefalse1810), "full_name", [], "any"falsefalsefalse1810), "html"nulltrue);
  3168.             echo "\" data-price=\"";
  3169.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1810), "price", [], "array"truetruefalse1810)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1810), "price", [], "array"falsefalsefalse1810), 0)) : (0)), "html"nulltrue);
  3170.             echo "\" value=\"";
  3171.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1810), "html"nulltrue);
  3172.             echo "\" ";
  3173.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1810$this->source); })()), "construction_floor_07", [], "any"falsefalsefalse1810), "vars", [], "any"falsefalsefalse1810), "data", [], "any"falsefalsefalse1810) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1810))) {
  3174.                 echo "checked";
  3175.             }
  3176.             echo " />
  3177.                                                                                 ";
  3178.             // line 1811
  3179.             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"falsefalsefalse1811)), "html"nulltrue);
  3180.             echo 
  3181.                                                                             </label>
  3182.                                                                         ";
  3183.         }
  3184.         $_parent $context['_parent'];
  3185.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3186.         $context array_intersect_key($context$_parent) + $_parent;
  3187.         // line 1814
  3188.         echo "                                                                    </div>
  3189.                                                                     ";
  3190.         // line 1815
  3191.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1815$this->source); })()), "construction_floor_07", [], "any"falsefalsefalse1815), 'errors');
  3192.         echo "
  3193.                                                                 </td>
  3194.                                                             </tr> 
  3195.                                                             <tr class=\"content-1\">
  3196.                                                                 <td><p>エレベーターの有無</p><small>※3階以上の場合</small></td>
  3197.                                                                 <td>
  3198.                                                                     <div class=\"fill v4\">
  3199.                                                                         ";
  3200.         // line 1822
  3201.         $context['_parent'] = $context;
  3202.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1822$this->source); })()), "elevator_07", [], "any"falsefalsefalse1822), "vars", [], "any"falsefalsefalse1822), "choices", [], "any"falsefalsefalse1822));
  3203.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3204.             // line 1823
  3205.             echo "                                                                            <label class=\"form-check\">
  3206.                                                                                 <input type=\"radio\" name=\"";
  3207.             // line 1824
  3208.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1824$this->source); })()), "elevator_07", [], "any"falsefalsefalse1824), "vars", [], "any"falsefalsefalse1824), "full_name", [], "any"falsefalsefalse1824), "html"nulltrue);
  3209.             echo "\" data-price=\"";
  3210.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1824), "price", [], "array"truetruefalse1824)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1824), "price", [], "array"falsefalsefalse1824), 0)) : (0)), "html"nulltrue);
  3211.             echo "\" value=\"";
  3212.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1824), "html"nulltrue);
  3213.             echo "\" ";
  3214.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1824$this->source); })()), "elevator_07", [], "any"falsefalsefalse1824), "vars", [], "any"falsefalsefalse1824), "data", [], "any"falsefalsefalse1824) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1824))) {
  3215.                 echo "checked";
  3216.             }
  3217.             echo " />
  3218.                                                                                 ";
  3219.             // line 1825
  3220.             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"falsefalsefalse1825)), "html"nulltrue);
  3221.             echo 
  3222.                                                                             </label>
  3223.                                                                         ";
  3224.         }
  3225.         $_parent $context['_parent'];
  3226.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3227.         $context array_intersect_key($context$_parent) + $_parent;
  3228.         // line 1828
  3229.         echo "                                                                        ";
  3230.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1828$this->source); })()), "elevator_07", [], "any"falsefalsefalse1828), 'errors');
  3231.         echo "
  3232.                                                                         ";
  3233.         // line 1829
  3234.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1829$this->source); })()), "elevator_07_price", [], "any"falsefalsefalse1829), 'widget');
  3235.         echo "
  3236.                                                                     </div>
  3237.                                                                 </td>
  3238.                                                             </tr> 
  3239.                                                             <tr class=\"content-1\">
  3240.                                                                 <td><p>コンセントの有無</p></td>
  3241.                                                                 <td>
  3242.                                                                     <div class=\"fill v4\">
  3243.                                                                         ";
  3244.         // line 1837
  3245.         $context['_parent'] = $context;
  3246.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1837$this->source); })()), "electrical_outlet_07", [], "any"falsefalsefalse1837), "vars", [], "any"falsefalsefalse1837), "choices", [], "any"falsefalsefalse1837));
  3247.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3248.             // line 1838
  3249.             echo "                                                                            <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap;\">
  3250.                                                                                 <input type=\"radio\" name=\"";
  3251.             // line 1839
  3252.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1839$this->source); })()), "electrical_outlet_07", [], "any"falsefalsefalse1839), "vars", [], "any"falsefalsefalse1839), "full_name", [], "any"falsefalsefalse1839), "html"nulltrue);
  3253.             echo "\" data-price=\"";
  3254.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1839), "price", [], "array"truetruefalse1839)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1839), "price", [], "array"falsefalsefalse1839), 0)) : (0)), "html"nulltrue);
  3255.             echo "\" value=\"";
  3256.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1839), "html"nulltrue);
  3257.             echo "\" ";
  3258.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1839$this->source); })()), "electrical_outlet_07", [], "any"falsefalsefalse1839), "vars", [], "any"falsefalsefalse1839), "data", [], "any"falsefalsefalse1839) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1839))) {
  3259.                 echo "checked";
  3260.             }
  3261.             echo " />
  3262.                                                                                 ";
  3263.             // line 1840
  3264.             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"falsefalsefalse1840)), "html"nulltrue);
  3265.             echo 
  3266.                                                                                 ";
  3267.             // line 1841
  3268.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1841) == "なし(別途工事が必要になります)")) {
  3269.                 // line 1842
  3270.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
  3271.                                                                                 ";
  3272.             }
  3273.             // line 1844
  3274.             echo "                                                                                ";
  3275.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1844) == "不明")) {
  3276.                 // line 1845
  3277.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
  3278.                                                                                 ";
  3279.             }
  3280.             // line 1847
  3281.             echo "                                                                            </label>
  3282.                                                                         ";
  3283.         }
  3284.         $_parent $context['_parent'];
  3285.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3286.         $context array_intersect_key($context$_parent) + $_parent;
  3287.         // line 1849
  3288.         echo "                                                                        ";
  3289.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1849$this->source); })()), "electrical_outlet_07", [], "any"falsefalsefalse1849), 'errors');
  3290.         echo "
  3291.                                                                         ";
  3292.         // line 1850
  3293.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1850$this->source); })()), "electrical_outlet_07_price", [], "any"falsefalsefalse1850), 'widget');
  3294.         echo "
  3295.                                                                     </div>
  3296.                                                                 </td>
  3297.                                                             </tr> 
  3298.                                                             <tr class=\"electrical_outlet_07_02\">
  3299.                                                                 <td><p>コンセントの有無</p><small>2段階目</small></td>
  3300.                                                                 <td>
  3301.                                                                     <div class=\"fill v4\">
  3302.                                                                         ";
  3303.         // line 1858
  3304.         $context['_parent'] = $context;
  3305.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1858$this->source); })()), "electrical_outlet_07_02", [], "any"falsefalsefalse1858), "vars", [], "any"falsefalsefalse1858), "choices", [], "any"falsefalsefalse1858));
  3306.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3307.             // line 1859
  3308.             echo "                                                                            <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap;\">
  3309.                                                                                 <input type=\"radio\" name=\"";
  3310.             // line 1860
  3311.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1860$this->source); })()), "electrical_outlet_07_02", [], "any"falsefalsefalse1860), "vars", [], "any"falsefalsefalse1860), "full_name", [], "any"falsefalsefalse1860), "html"nulltrue);
  3312.             echo "\" data-price=\"";
  3313.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1860), "price", [], "array"truetruefalse1860)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1860), "price", [], "array"falsefalsefalse1860), 0)) : (0)), "html"nulltrue);
  3314.             echo "\" value=\"";
  3315.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1860), "html"nulltrue);
  3316.             echo "\" ";
  3317.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1860$this->source); })()), "electrical_outlet_07_02", [], "any"falsefalsefalse1860), "vars", [], "any"falsefalsefalse1860), "data", [], "any"falsefalsefalse1860) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1860))) {
  3318.                 echo "checked";
  3319.             }
  3320.             echo " />
  3321.                                                                                 ";
  3322.             // line 1861
  3323.             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"falsefalsefalse1861)), "html"nulltrue);
  3324.             echo 
  3325.                                                                             </label>
  3326.                                                                         ";
  3327.         }
  3328.         $_parent $context['_parent'];
  3329.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3330.         $context array_intersect_key($context$_parent) + $_parent;
  3331.         // line 1864
  3332.         echo "                                                                        ";
  3333.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1864$this->source); })()), "electrical_outlet_07_02", [], "any"falsefalsefalse1864), 'errors');
  3334.         echo "
  3335.                                                                         ";
  3336.         // line 1865
  3337.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1865$this->source); })()), "electrical_outlet_07_02_price", [], "any"falsefalsefalse1865), 'widget');
  3338.         echo "
  3339.                                                                     </div>
  3340.                                                                 </td>
  3341.                                                             </tr>    
  3342.                                                             <tr class=\"content-1\">
  3343.                                                                 <td><p>建物の契約アンペア</p></td>
  3344.                                                                 <td>
  3345.                                                                     <div class=\"fill v4\">
  3346.                                                                         ";
  3347.         // line 1873
  3348.         $context['_parent'] = $context;
  3349.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1873$this->source); })()), "contract_amp", [], "any"falsefalsefalse1873), "vars", [], "any"falsefalsefalse1873), "choices", [], "any"falsefalsefalse1873));
  3350.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3351.             // line 1874
  3352.             echo "                                                                            <label class=\"form-check flex\">
  3353.                                                                                 <input type=\"radio\" name=\"";
  3354.             // line 1875
  3355.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1875$this->source); })()), "contract_amp", [], "any"falsefalsefalse1875), "vars", [], "any"falsefalsefalse1875), "full_name", [], "any"falsefalsefalse1875), "html"nulltrue);
  3356.             echo "\" data-price=\"";
  3357.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1875), "price", [], "array"truetruefalse1875)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1875), "price", [], "array"falsefalsefalse1875), 0)) : (0)), "html"nulltrue);
  3358.             echo "\" value=\"";
  3359.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1875), "html"nulltrue);
  3360.             echo "\" ";
  3361.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1875$this->source); })()), "contract_amp", [], "any"falsefalsefalse1875), "vars", [], "any"falsefalsefalse1875), "data", [], "any"falsefalsefalse1875) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1875))) {
  3362.                 echo "checked";
  3363.             }
  3364.             echo "/>
  3365.                                                                                 ";
  3366.             // line 1876
  3367.             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"falsefalsefalse1876)), "html"nulltrue);
  3368.             echo 
  3369.                                                                             </label>
  3370.                                                                         ";
  3371.         }
  3372.         $_parent $context['_parent'];
  3373.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3374.         $context array_intersect_key($context$_parent) + $_parent;
  3375.         // line 1879
  3376.         echo "                                                                    </div>
  3377.                                                                     ";
  3378.         // line 1880
  3379.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1880$this->source); })()), "contract_amp", [], "any"falsefalsefalse1880), 'errors');
  3380.         echo "
  3381.                                                                 </td>
  3382.                                                             </tr> 
  3383.                                                             <tr class=\"content-1\">
  3384.                                                                 <td><p>コンセントアース端子</p></td>
  3385.                                                                 <td>
  3386.                                                                     <div class=\"fill v4\">
  3387.                                                                         ";
  3388.         // line 1887
  3389.         $context['_parent'] = $context;
  3390.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1887$this->source); })()), "outlet_earth", [], "any"falsefalsefalse1887), "vars", [], "any"falsefalsefalse1887), "choices", [], "any"falsefalsefalse1887));
  3391.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3392.             // line 1888
  3393.             echo "                                                                            <label class=\"form-check flex\">
  3394.                                                                                 <input type=\"radio\" name=\"";
  3395.             // line 1889
  3396.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1889$this->source); })()), "outlet_earth", [], "any"falsefalsefalse1889), "vars", [], "any"falsefalsefalse1889), "full_name", [], "any"falsefalsefalse1889), "html"nulltrue);
  3397.             echo "\" data-price=\"";
  3398.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1889), "price", [], "array"truetruefalse1889)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1889), "price", [], "array"falsefalsefalse1889), 0)) : (0)), "html"nulltrue);
  3399.             echo "\" value=\"";
  3400.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1889), "html"nulltrue);
  3401.             echo "\" ";
  3402.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1889$this->source); })()), "outlet_earth", [], "any"falsefalsefalse1889), "vars", [], "any"falsefalsefalse1889), "data", [], "any"falsefalsefalse1889) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1889))) {
  3403.                 echo "checked";
  3404.             }
  3405.             echo "/>
  3406.                                                                                 ";
  3407.             // line 1890
  3408.             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"falsefalsefalse1890)), "html"nulltrue);
  3409.             echo 
  3410.                                                                                 ";
  3411.             // line 1891
  3412.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1891) == "なし")) {
  3413.                 // line 1892
  3414.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  3415.                                                                                 ";
  3416.             }
  3417.             // line 1894
  3418.             echo "                                                                                ";
  3419.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1894) == "不明")) {
  3420.                 // line 1895
  3421.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  3422.                                                                                 ";
  3423.             }
  3424.             // line 1897
  3425.             echo "                                                                            </label>
  3426.                                                                         ";
  3427.         }
  3428.         $_parent $context['_parent'];
  3429.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3430.         $context array_intersect_key($context$_parent) + $_parent;
  3431.         // line 1899
  3432.         echo "                                                                    </div>
  3433.                                                                     ";
  3434.         // line 1900
  3435.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1900$this->source); })()), "outlet_earth", [], "any"falsefalsefalse1900), 'errors');
  3436.         echo "
  3437.                                                                 </td>
  3438.                                                             </tr>  
  3439.                                                             <tr class=\"content-1\">
  3440.                                                                 <td><p>配管穴の有無</p></td>
  3441.                                                                 <td>
  3442.                                                                     <div class=\"fill v4 vip\">
  3443.                                                                         ";
  3444.         // line 1907
  3445.         $context['_parent'] = $context;
  3446.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1907$this->source); })()), "room_size_07", [], "any"falsefalsefalse1907), "vars", [], "any"falsefalsefalse1907), "choices", [], "any"falsefalsefalse1907));
  3447.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3448.             // line 1908
  3449.             echo "                                                                            <label class=\"form-check flex\">
  3450.                                                                                 <input type=\"radio\" name=\"";
  3451.             // line 1909
  3452.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1909$this->source); })()), "room_size_07", [], "any"falsefalsefalse1909), "vars", [], "any"falsefalsefalse1909), "full_name", [], "any"falsefalsefalse1909), "html"nulltrue);
  3453.             echo "\" data-price=\"";
  3454.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1909), "price", [], "array"truetruefalse1909)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1909), "price", [], "array"falsefalsefalse1909), 0)) : (0)), "html"nulltrue);
  3455.             echo "\" value=\"";
  3456.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1909), "html"nulltrue);
  3457.             echo "\" ";
  3458.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1909$this->source); })()), "room_size_07", [], "any"falsefalsefalse1909), "vars", [], "any"falsefalsefalse1909), "data", [], "any"falsefalsefalse1909) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1909))) {
  3459.                 echo "checked";
  3460.             }
  3461.             echo "/>
  3462.                                                                                 ";
  3463.             // line 1910
  3464.             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"falsefalsefalse1910)), "html"nulltrue);
  3465.             echo 
  3466.                                                                                 ";
  3467.             // line 1911
  3468.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1911) == "不明")) {
  3469.                 // line 1912
  3470.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
  3471.                                                                                 ";
  3472.             }
  3473.             // line 1914
  3474.             echo "                                                                            </label>
  3475.                                                                         ";
  3476.         }
  3477.         $_parent $context['_parent'];
  3478.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3479.         $context array_intersect_key($context$_parent) + $_parent;
  3480.         // line 1916
  3481.         echo "                                                                    </div>
  3482.                                                                     ";
  3483.         // line 1917
  3484.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1917$this->source); })()), "room_size_07", [], "any"falsefalsefalse1917), 'errors');
  3485.         echo "
  3486.                                                                     <img style=\"margin-left: auto;\" src=\"";
  3487.         // line 1918
  3488.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html"nulltrue);
  3489.         echo "hole-sample.jpg\" alt=\"配管穴の有無\">
  3490.                                                                 </td>
  3491.                                                             </tr> 
  3492.                                                             
  3493.                                                             ";
  3494.         // line 1922
  3495.         if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic"$context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.'1922$this->source); })()) != 0)) {
  3496.             // line 1923
  3497.             echo "                                                            <tr class=\"room_size_07_02\">
  3498.                                                                 <td><p>配管穴の有無</p><small>2段階目</small></td>
  3499.                                                                 <td>
  3500.                                                                     <div class=\"fill v4\">
  3501.                                                                         ";
  3502.             // line 1927
  3503.             $context['_parent'] = $context;
  3504.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1927$this->source); })()), "room_size_07_02", [], "any"falsefalsefalse1927), "vars", [], "any"falsefalsefalse1927), "choices", [], "any"falsefalsefalse1927));
  3505.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3506.                 // line 1928
  3507.                 echo "                                                                            <label class=\"form-check flex\">
  3508.                                                                                 <input type=\"radio\" name=\"";
  3509.                 // line 1929
  3510.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1929$this->source); })()), "room_size_07_02", [], "any"falsefalsefalse1929), "vars", [], "any"falsefalsefalse1929), "full_name", [], "any"falsefalsefalse1929), "html"nulltrue);
  3511.                 echo "\" data-price=\"";
  3512.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1929), "price", [], "array"truetruefalse1929)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1929), "price", [], "array"falsefalsefalse1929), 0)) : (0)), "html"nulltrue);
  3513.                 echo "\" value=\"";
  3514.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1929), "html"nulltrue);
  3515.                 echo "\" ";
  3516.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1929$this->source); })()), "room_size_07_02", [], "any"falsefalsefalse1929), "vars", [], "any"falsefalsefalse1929), "data", [], "any"falsefalsefalse1929) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1929))) {
  3517.                     echo "checked";
  3518.                 }
  3519.                 echo "/>
  3520.                                                                                 ";
  3521.                 // line 1930
  3522.                 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"falsefalsefalse1930)), "html"nulltrue);
  3523.                 echo 
  3524.                                                                             </label>
  3525.                                                                         ";
  3526.             }
  3527.             $_parent $context['_parent'];
  3528.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3529.             $context array_intersect_key($context$_parent) + $_parent;
  3530.             // line 1933
  3531.             echo "                                                                    </div>
  3532.                                                                     ";
  3533.             // line 1934
  3534.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1934$this->source); })()), "room_size_07_02", [], "any"falsefalsefalse1934), 'errors');
  3535.             echo "
  3536.                                                                 </td>
  3537.                                                             </tr> 
  3538.                                                             ";
  3539.         }
  3540.         // line 1938
  3541.         echo "                                                            <tr class=\"room_size_07_03_v1\">
  3542.                                                                 <td><p>建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
  3543.                                                                 <td>
  3544.                                                                     <div class=\"fill v4\">
  3545.                                                                         ";
  3546.         // line 1942
  3547.         $context['_parent'] = $context;
  3548.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1942$this->source); })()), "room_size_07_03_v1", [], "any"falsefalsefalse1942), "vars", [], "any"falsefalsefalse1942), "choices", [], "any"falsefalsefalse1942));
  3549.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3550.             // line 1943
  3551.             echo "                                                                            <label class=\"form-check flex\">
  3552.                                                                                 <input type=\"radio\" name=\"";
  3553.             // line 1944
  3554.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1944$this->source); })()), "room_size_07_03_v1", [], "any"falsefalsefalse1944), "vars", [], "any"falsefalsefalse1944), "full_name", [], "any"falsefalsefalse1944), "html"nulltrue);
  3555.             echo "\" data-price=\"";
  3556.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1944), "price", [], "array"truetruefalse1944)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1944), "price", [], "array"falsefalsefalse1944), 0)) : (0)), "html"nulltrue);
  3557.             echo "\" value=\"";
  3558.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1944), "html"nulltrue);
  3559.             echo "\" ";
  3560.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1944$this->source); })()), "room_size_07_03_v1", [], "any"falsefalsefalse1944), "vars", [], "any"falsefalsefalse1944), "data", [], "any"falsefalsefalse1944) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1944))) {
  3561.                 echo "checked";
  3562.             }
  3563.             echo "/>
  3564.                                                                                 ";
  3565.             // line 1945
  3566.             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"falsefalsefalse1945)), "html"nulltrue);
  3567.             echo 
  3568.                                                                                 ";
  3569.             // line 1946
  3570.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1946) == "その他")) {
  3571.                 // line 1947
  3572.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3573.                                                                                 ";
  3574.             }
  3575.             // line 1949
  3576.             echo "                                                                                ";
  3577.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1949) == "不明")) {
  3578.                 // line 1950
  3579.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3580.                                                                                 ";
  3581.             }
  3582.             // line 1952
  3583.             echo "                                                                            </label>
  3584.                                                                         ";
  3585.         }
  3586.         $_parent $context['_parent'];
  3587.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3588.         $context array_intersect_key($context$_parent) + $_parent;
  3589.         // line 1954
  3590.         echo "                                                                        ";
  3591.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1954$this->source); })()), "room_size_07_03_v1_price", [], "any"falsefalsefalse1954), 'widget');
  3592.         echo "
  3593.                                                                     </div>
  3594.                                                                     ";
  3595.         // line 1956
  3596.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1956$this->source); })()), "room_size_07_03_v1", [], "any"falsefalsefalse1956), 'errors');
  3597.         echo "                                                    
  3598.                                                                 </td>
  3599.                                                             </tr> 
  3600.                                                             <tr class=\"room_size_07_03_v2\">
  3601.                                                                 <td><p>建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
  3602.                                                                 <td>
  3603.                                                                     <div class=\"fill v4\">
  3604.                                                                         ";
  3605.         // line 1963
  3606.         $context['_parent'] = $context;
  3607.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1963$this->source); })()), "room_size_07_03_v2", [], "any"falsefalsefalse1963), "vars", [], "any"falsefalsefalse1963), "choices", [], "any"falsefalsefalse1963));
  3608.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3609.             // line 1964
  3610.             echo "                                                                            <label class=\"form-check flex\">
  3611.                                                                                 <input type=\"radio\" name=\"";
  3612.             // line 1965
  3613.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1965$this->source); })()), "room_size_07_03_v2", [], "any"falsefalsefalse1965), "vars", [], "any"falsefalsefalse1965), "full_name", [], "any"falsefalsefalse1965), "html"nulltrue);
  3614.             echo "\" data-price=\"";
  3615.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1965), "price", [], "array"truetruefalse1965)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1965), "price", [], "array"falsefalsefalse1965), 0)) : (0)), "html"nulltrue);
  3616.             echo "\" value=\"";
  3617.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1965), "html"nulltrue);
  3618.             echo "\" ";
  3619.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1965$this->source); })()), "room_size_07_03_v2", [], "any"falsefalsefalse1965), "vars", [], "any"falsefalsefalse1965), "data", [], "any"falsefalsefalse1965) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1965))) {
  3620.                 echo "checked";
  3621.             }
  3622.             echo "/>
  3623.                                                                                 ";
  3624.             // line 1966
  3625.             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"falsefalsefalse1966)), "html"nulltrue);
  3626.             echo 
  3627.                                                                                 ";
  3628.             // line 1967
  3629.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1967) == "その他")) {
  3630.                 // line 1968
  3631.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3632.                                                                                 ";
  3633.             }
  3634.             // line 1970
  3635.             echo "                                                                                ";
  3636.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1970) == "不明")) {
  3637.                 // line 1971
  3638.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3639.                                                                                 ";
  3640.             }
  3641.             // line 1973
  3642.             echo "                                                                            </label>
  3643.                                                                         ";
  3644.         }
  3645.         $_parent $context['_parent'];
  3646.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3647.         $context array_intersect_key($context$_parent) + $_parent;
  3648.         // line 1975
  3649.         echo "                                                                        ";
  3650.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1975$this->source); })()), "room_size_07_03_v2_price", [], "any"falsefalsefalse1975), 'widget');
  3651.         echo "
  3652.                                                                     </div>
  3653.                                                                     ";
  3654.         // line 1977
  3655.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1977$this->source); })()), "room_size_07_03_v2", [], "any"falsefalsefalse1977), 'errors');
  3656.         echo "                                                    
  3657.                                                                 </td>
  3658.                                                             </tr> 
  3659.                                                             <tr class=\"content-1\">
  3660.                                                                 <td><p>設置予定場所の<br class=\"pc\" />配管の状態</p></td>
  3661.                                                                 <td style=\"flex-direction: column;\">
  3662.                                                                     <div class=\"fill v5 up\">
  3663.                                                                         ";
  3664.         // line 1984
  3665.         $context["idx"] = 0;
  3666.         // line 1985
  3667.         echo "                                                                        ";
  3668.         $context['_parent'] = $context;
  3669.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1985$this->source); })()), "piping_status_07", [], "any"falsefalsefalse1985), "vars", [], "any"falsefalsefalse1985), "choices", [], "any"falsefalsefalse1985));
  3670.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3671.             // line 1986
  3672.             echo "                                                                            ";
  3673.             $context["idx"] = ((isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'1986$this->source); })()) + 1);
  3674.             // line 1987
  3675.             echo "                                                                            ";
  3676.             if (((isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'1987$this->source); })()) <= 2)) {
  3677.                 // line 1988
  3678.                 echo "                                                                                <div class=\"group\">
  3679.                                                                                     <label class=\"form-check v2\">
  3680.                                                                                         <input type=\"radio\" name=\"";
  3681.                 // line 1990
  3682.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1990$this->source); })()), "piping_status_07", [], "any"falsefalsefalse1990), "vars", [], "any"falsefalsefalse1990), "full_name", [], "any"falsefalsefalse1990), "html"nulltrue);
  3683.                 echo "\" data-price=\"";
  3684.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1990), "price", [], "array"truetruefalse1990)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1990), "price", [], "array"falsefalsefalse1990), 0)) : (0)), "html"nulltrue);
  3685.                 echo "\" value=\"";
  3686.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1990), "html"nulltrue);
  3687.                 echo "\" ";
  3688.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1990$this->source); })()), "piping_status_07", [], "any"falsefalsefalse1990), "vars", [], "any"falsefalsefalse1990), "data", [], "any"falsefalsefalse1990) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1990))) {
  3689.                     echo "checked";
  3690.                 }
  3691.                 echo " />
  3692.                                                                                         ";
  3693.                 // line 1991
  3694.                 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"falsefalsefalse1991)), "html"nulltrue);
  3695.                 echo 
  3696.                                                                                     </label>
  3697.                                                                                     <img src=\"";
  3698.                 // line 1993
  3699.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/"), "html"nulltrue);
  3700.                 echo "line-option-0";
  3701.                 echo twig_escape_filter($this->env, (isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'1993$this->source); })()), "html"nulltrue);
  3702.                 echo ".jpg\" alt=\"\">
  3703.                                                                                 </div>
  3704.                                                                             ";
  3705.             }
  3706.             // line 1996
  3707.             echo "                                                                        ";
  3708.         }
  3709.         $_parent $context['_parent'];
  3710.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3711.         $context array_intersect_key($context$_parent) + $_parent;
  3712.         // line 1997
  3713.         echo "                                                                    </div>
  3714.                                                                     <div class=\"fill v5\">
  3715.                                                                         ";
  3716.         // line 1999
  3717.         $context["idx"] = 0;
  3718.         // line 2000
  3719.         echo "                                                                        ";
  3720.         $context['_parent'] = $context;
  3721.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2000$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2000), "vars", [], "any"falsefalsefalse2000), "choices", [], "any"falsefalsefalse2000));
  3722.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3723.             // line 2001
  3724.             echo "                                                                            ";
  3725.             $context["idx"] = ((isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'2001$this->source); })()) + 1);
  3726.             // line 2002
  3727.             echo "                                                                            ";
  3728.             if (((isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'2002$this->source); })()) > 2)) {
  3729.                 // line 2003
  3730.                 echo "                                                                                <label class=\"form-check\">
  3731.                                                                                     <input type=\"radio\" name=\"";
  3732.                 // line 2004
  3733.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2004$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2004), "vars", [], "any"falsefalsefalse2004), "full_name", [], "any"falsefalsefalse2004), "html"nulltrue);
  3734.                 echo "\" data-price=\"";
  3735.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2004), "price", [], "array"truetruefalse2004)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2004), "price", [], "array"falsefalsefalse2004), 0)) : (0)), "html"nulltrue);
  3736.                 echo "\" value=\"";
  3737.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2004), "html"nulltrue);
  3738.                 echo "\" ";
  3739.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2004$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2004), "vars", [], "any"falsefalsefalse2004), "data", [], "any"falsefalsefalse2004) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2004))) {
  3740.                     echo "checked";
  3741.                 }
  3742.                 echo " />
  3743.                                                                                     ";
  3744.                 // line 2005
  3745.                 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"falsefalsefalse2005)), "html"nulltrue);
  3746.                 echo 
  3747.                                                                                 </label>
  3748.                                                                             ";
  3749.             }
  3750.             // line 2008
  3751.             echo "                                                                        ";
  3752.         }
  3753.         $_parent $context['_parent'];
  3754.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3755.         $context array_intersect_key($context$_parent) + $_parent;
  3756.         // line 2009
  3757.         echo "                                                                    </div>
  3758.                                                                     ";
  3759.         // line 2010
  3760.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2010$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2010), 'errors');
  3761.         echo "
  3762.                                                                 </td>
  3763.                                                             </tr>
  3764.                                                             <tr class=\"piping_status_07_02\">
  3765.                                                                 <td><p>設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
  3766.                                                                 <td>
  3767.                                                                     <div class=\"fill v4\">
  3768.                                                                         ";
  3769.         // line 2017
  3770.         $context['_parent'] = $context;
  3771.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2017$this->source); })()), "piping_status_07_02", [], "any"falsefalsefalse2017), "vars", [], "any"falsefalsefalse2017), "choices", [], "any"falsefalsefalse2017));
  3772.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3773.             // line 2018
  3774.             echo "                                                                            <label class=\"form-check flex\">
  3775.                                                                                 <input type=\"radio\" name=\"";
  3776.             // line 2019
  3777.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2019$this->source); })()), "piping_status_07_02", [], "any"falsefalsefalse2019), "vars", [], "any"falsefalsefalse2019), "full_name", [], "any"falsefalsefalse2019), "html"nulltrue);
  3778.             echo "\" data-price=\"";
  3779.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2019), "price", [], "array"truetruefalse2019)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2019), "price", [], "array"falsefalsefalse2019), 0)) : (0)), "html"nulltrue);
  3780.             echo "\" value=\"";
  3781.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2019), "html"nulltrue);
  3782.             echo "\" ";
  3783.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2019$this->source); })()), "piping_status_07_02", [], "any"falsefalsefalse2019), "vars", [], "any"falsefalsefalse2019), "data", [], "any"falsefalsefalse2019) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2019))) {
  3784.                 echo "checked";
  3785.             }
  3786.             echo "/>
  3787.                                                                                 ";
  3788.             // line 2020
  3789.             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"falsefalsefalse2020)), "html"nulltrue);
  3790.             echo 
  3791.                                                                             </label>
  3792.                                                                         ";
  3793.         }
  3794.         $_parent $context['_parent'];
  3795.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3796.         $context array_intersect_key($context$_parent) + $_parent;
  3797.         // line 2023
  3798.         echo "                                                                        ";
  3799.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2023$this->source); })()), "piping_status_07_02_price", [], "any"falsefalsefalse2023), 'widget');
  3800.         echo "
  3801.                                                                     </div>
  3802.                                                                     ";
  3803.         // line 2025
  3804.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2025$this->source); })()), "piping_status_07_02", [], "any"falsefalsefalse2025), 'errors');
  3805.         echo "
  3806.                                                                 </td>
  3807.                                                             </tr> 
  3808.                                                             ";
  3809.         // line 2028
  3810.         if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic"$context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.'2028$this->source); })()) != 0)) {
  3811.             // line 2029
  3812.             echo "                                                            <tr class=\"content-1\">
  3813.                                                                 <td><p>室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  3814.                                                                 <td>
  3815.                                                                     <div class=\"fill v4\" style=\"order: 2;\">
  3816.                                                                         ";
  3817.             // line 2033
  3818.             $context['_parent'] = $context;
  3819.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2033$this->source); })()), "indoor_cover_07", [], "any"falsefalsefalse2033), "vars", [], "any"falsefalsefalse2033), "choices", [], "any"falsefalsefalse2033));
  3820.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3821.                 // line 2034
  3822.                 echo "                                                                            <label class=\"form-check flex\">
  3823.                                                                                 <input type=\"radio\" name=\"";
  3824.                 // line 2035
  3825.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2035$this->source); })()), "indoor_cover_07", [], "any"falsefalsefalse2035), "vars", [], "any"falsefalsefalse2035), "full_name", [], "any"falsefalsefalse2035), "html"nulltrue);
  3826.                 echo "\" data-price=\"";
  3827.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2035), "price", [], "array"truetruefalse2035)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2035), "price", [], "array"falsefalsefalse2035), 0)) : (0)), "html"nulltrue);
  3828.                 echo "\" value=\"";
  3829.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2035), "html"nulltrue);
  3830.                 echo "\" ";
  3831.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2035$this->source); })()), "indoor_cover_07", [], "any"falsefalsefalse2035), "vars", [], "any"falsefalsefalse2035), "data", [], "any"falsefalsefalse2035) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2035))) {
  3832.                     echo "checked";
  3833.                 }
  3834.                 echo " />
  3835.                                                                                 ";
  3836.                 // line 2036
  3837.                 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"falsefalsefalse2036)), "html"nulltrue);
  3838.                 echo 
  3839.                                                                                 ";
  3840.                 // line 2037
  3841.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2037) == "必要(2m以内)")) {
  3842.                     // line 2038
  3843.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
  3844.                                                                                 ";
  3845.                 }
  3846.                 // line 2040
  3847.                 echo "                                                                                ";
  3848.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2040) == "未定")) {
  3849.                     // line 2041
  3850.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
  3851.                                                                                 ";
  3852.                 }
  3853.                 // line 2043
  3854.                 echo "                                                                            </label>
  3855.                                                                         ";
  3856.             }
  3857.             $_parent $context['_parent'];
  3858.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3859.             $context array_intersect_key($context$_parent) + $_parent;
  3860.             // line 2044
  3861.             echo "                    
  3862.                                                                         ";
  3863.             // line 2045
  3864.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2045$this->source); })()), "indoor_cover_07_price", [], "any"falsefalsefalse2045), 'widget');
  3865.             echo "
  3866.                                                                     </div>
  3867.                                                                     ";
  3868.             // line 2047
  3869.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2047$this->source); })()), "indoor_cover_07", [], "any"falsefalsefalse2047), 'errors');
  3870.             echo "
  3871.                                                                     <img style=\"margin-left: auto; order: 3;\" src=\"";
  3872.             // line 2049
  3873.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html"nulltrue);
  3874.             echo "item-1.jpg\" alt=\"室内化粧カバー\">
  3875.                                                                 </td>
  3876.                                                             </tr> 
  3877.                                                             <tr class=\"content-1\">
  3878.                                                                 <td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  3879.                                                                 <td>                
  3880.                                                                     <div class=\"fill v4\">
  3881.                                                                         ";
  3882.             // line 2056
  3883.             $context['_parent'] = $context;
  3884.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2056$this->source); })()), "outdoor_cover", [], "any"falsefalsefalse2056), "vars", [], "any"falsefalsefalse2056), "choices", [], "any"falsefalsefalse2056));
  3885.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3886.                 // line 2057
  3887.                 echo "                                                                            <label class=\"form-check flex\">
  3888.                                                                                 <input type=\"radio\" name=\"";
  3889.                 // line 2058
  3890.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2058$this->source); })()), "outdoor_cover", [], "any"falsefalsefalse2058), "vars", [], "any"falsefalsefalse2058), "full_name", [], "any"falsefalsefalse2058), "html"nulltrue);
  3891.                 echo "\" data-price=\"";
  3892.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2058), "price", [], "array"truetruefalse2058)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2058), "price", [], "array"falsefalsefalse2058), 0)) : (0)), "html"nulltrue);
  3893.                 echo "\" value=\"";
  3894.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2058), "html"nulltrue);
  3895.                 echo "\" ";
  3896.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2058$this->source); })()), "outdoor_cover", [], "any"falsefalsefalse2058), "vars", [], "any"falsefalsefalse2058), "data", [], "any"falsefalsefalse2058) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2058))) {
  3897.                     echo "checked";
  3898.                 }
  3899.                 echo " />
  3900.                                                                                 ";
  3901.                 // line 2059
  3902.                 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"falsefalsefalse2059)), "html"nulltrue);
  3903.                 echo 
  3904.                                                                                 ";
  3905.                 // line 2060
  3906.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2060) == "その他")) {
  3907.                     // line 2061
  3908.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  3909.                                                                                 ";
  3910.                 }
  3911.                 // line 2063
  3912.                 echo "                                                                            </label>
  3913.                                                                         ";
  3914.             }
  3915.             $_parent $context['_parent'];
  3916.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3917.             $context array_intersect_key($context$_parent) + $_parent;
  3918.             // line 2064
  3919.             echo "                    
  3920.                                                                     </div>
  3921.                                                                     ";
  3922.             // line 2066
  3923.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2066$this->source); })()), "outdoor_cover", [], "any"falsefalsefalse2066), 'errors');
  3924.             echo "
  3925.                                                                     <img style=\"margin-left: auto;\" src=\"";
  3926.             // line 2067
  3927.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html"nulltrue);
  3928.             echo "item-2.jpg\" alt=\"室外化粧カバー\">
  3929.                                                                 </td>
  3930.                                                             </tr> 
  3931.                                                             <tr class=\"outdoor_cover_02\">
  3932.                                                                 <td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
  3933.                                                                 <td>                
  3934.                                                                     <div class=\"fill v4\">
  3935.                                                                         ";
  3936.             // line 2074
  3937.             $context['_parent'] = $context;
  3938.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2074$this->source); })()), "outdoor_cover_02", [], "any"falsefalsefalse2074), "vars", [], "any"falsefalsefalse2074), "choices", [], "any"falsefalsefalse2074));
  3939.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3940.                 // line 2075
  3941.                 echo "                                                                            <label class=\"form-check\" >
  3942.                                                                                 <input type=\"radio\" name=\"";
  3943.                 // line 2076
  3944.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2076$this->source); })()), "outdoor_cover_02", [], "any"falsefalsefalse2076), "vars", [], "any"falsefalsefalse2076), "full_name", [], "any"falsefalsefalse2076), "html"nulltrue);
  3945.                 echo "\" data-price=\"";
  3946.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2076), "price", [], "array"truetruefalse2076)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2076), "price", [], "array"falsefalsefalse2076), 0)) : (0)), "html"nulltrue);
  3947.                 echo "\" value=\"";
  3948.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2076), "html"nulltrue);
  3949.                 echo "\" ";
  3950.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2076$this->source); })()), "outdoor_cover_02", [], "any"falsefalsefalse2076), "vars", [], "any"falsefalsefalse2076), "data", [], "any"falsefalsefalse2076) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2076))) {
  3951.                     echo "checked";
  3952.                 }
  3953.                 echo " />
  3954.                                                                                 ";
  3955.                 // line 2077
  3956.                 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"falsefalsefalse2077)), "html"nulltrue);
  3957.                 echo 
  3958.                                                                                 ";
  3959.                 // line 2078
  3960.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2078) == "再使用(交換)同階")) {
  3961.                     // line 2079
  3962.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  3963.                                                                                 ";
  3964.                 }
  3965.                 // line 2081
  3966.                 echo "                                                                                ";
  3967.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2081) == "再使用(交換)異階")) {
  3968.                     // line 2082
  3969.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  3970.                                                                                 ";
  3971.                 }
  3972.                 // line 2084
  3973.                 echo "                                                                            </label>
  3974.                                                                         ";
  3975.             }
  3976.             $_parent $context['_parent'];
  3977.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3978.             $context array_intersect_key($context$_parent) + $_parent;
  3979.             // line 2085
  3980.             echo "                    
  3981.                                                                         ";
  3982.             // line 2086
  3983.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2086$this->source); })()), "outdoor_cover_02_price", [], "any"falsefalsefalse2086), 'widget');
  3984.             echo "
  3985.                                                                     </div>
  3986.                                                                     ";
  3987.             // line 2088
  3988.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2088$this->source); })()), "outdoor_cover_02", [], "any"falsefalsefalse2088), 'errors');
  3989.             echo "
  3990.                                                                 </td>
  3991.                                                             </tr>
  3992.                                                             <tr class=\"content-1\">
  3993.                                                                 <td><p>室外機の設置場所(既設場所・希望設置場所)</p></td>
  3994.                                                                 <td>                
  3995.                                                                     <div class=\"fill v4\">
  3996.                                                                         ";
  3997.             // line 2095
  3998.             $context['_parent'] = $context;
  3999.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2095$this->source); })()), "construction_outdoor_07", [], "any"falsefalsefalse2095), "vars", [], "any"falsefalsefalse2095), "choices", [], "any"falsefalsefalse2095));
  4000.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  4001.                 // line 2096
  4002.                 echo "                                                                            <label class=\"form-check flex\">
  4003.                                                                                 <input type=\"radio\" name=\"";
  4004.                 // line 2097
  4005.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2097$this->source); })()), "construction_outdoor_07", [], "any"falsefalsefalse2097), "vars", [], "any"falsefalsefalse2097), "full_name", [], "any"falsefalsefalse2097), "html"nulltrue);
  4006.                 echo "\" data-price=\"";
  4007.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2097), "price", [], "array"truetruefalse2097)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2097), "price", [], "array"falsefalsefalse2097), 0)) : (0)), "html"nulltrue);
  4008.                 echo "\" value=\"";
  4009.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2097), "html"nulltrue);
  4010.                 echo "\" ";
  4011.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2097$this->source); })()), "construction_outdoor_07", [], "any"falsefalsefalse2097), "vars", [], "any"falsefalsefalse2097), "data", [], "any"falsefalsefalse2097) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2097))) {
  4012.                     echo "checked";
  4013.                 }
  4014.                 echo " />
  4015.                                                                                 ";
  4016.                 // line 2098
  4017.                 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"falsefalsefalse2098)), "html"nulltrue);
  4018.                 echo 
  4019.                                                                                 ";
  4020.                 // line 2099
  4021.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2099) == "その他")) {
  4022.                     // line 2100
  4023.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  4024.                                                                                 ";
  4025.                 }
  4026.                 // line 2102
  4027.                 echo "                                                                            </label>
  4028.                                                                         ";
  4029.             }
  4030.             $_parent $context['_parent'];
  4031.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  4032.             $context array_intersect_key($context$_parent) + $_parent;
  4033.             // line 2104
  4034.             echo "                                                                        ";
  4035.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2104$this->source); })()), "construction_outdoor_07_price", [], "any"falsefalsefalse2104), 'widget');
  4036.             echo "
  4037.                                                                     </div>
  4038.                                                                     ";
  4039.             // line 2106
  4040.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2106$this->source); })()), "construction_outdoor_07", [], "any"falsefalsefalse2106), 'errors');
  4041.             echo "
  4042.                                                                 </td>
  4043.                                                             </tr>
  4044.                                                             ";
  4045.         }
  4046.         // line 2110
  4047.         echo "                                                            <tr class=\"content-1\">
  4048.                                                                 <td><p>室外機の設置方法(既設方法・希望設置方法)</p></td>
  4049.                                                                 <td>
  4050.                                                                     <div class=\"fill v4\">
  4051.                                                                         ";
  4052.         // line 2114
  4053.         $context['_parent'] = $context;
  4054.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2114$this->source); })()), "setting_install_method", [], "any"falsefalsefalse2114), "vars", [], "any"falsefalsefalse2114), "choices", [], "any"falsefalsefalse2114));
  4055.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  4056.             // line 2115
  4057.             echo "                                                                            <label class=\"form-check\">
  4058.                                                                                 <input type=\"radio\" name=\"";
  4059.             // line 2116
  4060.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2116$this->source); })()), "setting_install_method", [], "any"falsefalsefalse2116), "vars", [], "any"falsefalsefalse2116), "full_name", [], "any"falsefalsefalse2116), "html"nulltrue);
  4061.             echo "\" data-price=\"";
  4062.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2116), "price", [], "array"truetruefalse2116)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2116), "price", [], "array"falsefalsefalse2116), 0)) : (0)), "html"nulltrue);
  4063.             echo "\" value=\"";
  4064.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2116), "html"nulltrue);
  4065.             echo "\" ";
  4066.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2116$this->source); })()), "setting_install_method", [], "any"falsefalsefalse2116), "vars", [], "any"falsefalsefalse2116), "data", [], "any"falsefalsefalse2116) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2116))) {
  4067.                 echo "checked";
  4068.             }
  4069.             echo " />
  4070.                                                                                 ";
  4071.             // line 2117
  4072.             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"falsefalsefalse2117)), "html"nulltrue);
  4073.             echo 
  4074.                                                                             </label>
  4075.                                                                         ";
  4076.         }
  4077.         $_parent $context['_parent'];
  4078.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  4079.         $context array_intersect_key($context$_parent) + $_parent;
  4080.         // line 2120
  4081.         echo "                                                                    </div>
  4082.                                                                     ";
  4083.         // line 2121
  4084.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2121$this->source); })()), "setting_install_method", [], "any"falsefalsefalse2121), 'errors');
  4085.         echo "
  4086.                                                                     <div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
  4087.                                                                         ";
  4088.         // line 2123
  4089.         $context['_parent'] = $context;
  4090.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2123$this->source); })()), "construction_method_07_v1", [], "any"falsefalsefalse2123), "vars", [], "any"falsefalsefalse2123), "choices", [], "any"falsefalsefalse2123));
  4091.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  4092.             // line 2124
  4093.             echo "                                                                            <label class=\"form-check flex\">
  4094.                                                                                 <input type=\"radio\" name=\"";
  4095.             // line 2125
  4096.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2125$this->source); })()), "construction_method_07_v1", [], "any"falsefalsefalse2125), "vars", [], "any"falsefalsefalse2125), "full_name", [], "any"falsefalsefalse2125), "html"nulltrue);
  4097.             echo "\" data-price=\"";
  4098.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2125), "price", [], "array"truetruefalse2125)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2125), "price", [], "array"falsefalsefalse2125), 0)) : (0)), "html"nulltrue);
  4099.             echo "\" value=\"";
  4100.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2125), "html"nulltrue);
  4101.             echo "\" ";
  4102.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2125$this->source); })()), "construction_method_07_v1", [], "any"falsefalsefalse2125), "vars", [], "any"falsefalsefalse2125), "data", [], "any"falsefalsefalse2125) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2125))) {
  4103.                 echo "checked";
  4104.             }
  4105.             echo " />
  4106.                                                                                 ";
  4107.             // line 2126
  4108.             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"falsefalsefalse2126)), "html"nulltrue);
  4109.             echo 
  4110.                                                                                 ";
  4111.             // line 2127
  4112.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2127) == "⑧不明(記載)")) {
  4113.                 // line 2128
  4114.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  4115.                                                                                 ";
  4116.             }
  4117.             // line 2130
  4118.             echo "                                                                            </label>
  4119.                                                                         ";
  4120.         }
  4121.         $_parent $context['_parent'];
  4122.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  4123.         $context array_intersect_key($context$_parent) + $_parent;
  4124.         // line 2132
  4125.         echo "                                                                        <img style=\"margin-top: 3rem;\" src=\"";
  4126.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/install-option.jpg"), "html"nulltrue);
  4127.         echo "\" alt=\"\">
  4128.                                                                         ";
  4129.         // line 2133
  4130.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2133$this->source); })()), "construction_method_07_v1_price", [], "any"falsefalsefalse2133), 'widget');
  4131.         echo "            
  4132.                                                                     </div>
  4133.                                                                     ";
  4134.         // line 2135
  4135.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2135$this->source); })()), "construction_method_07_v1", [], "any"falsefalsefalse2135), 'errors');
  4136.         echo "
  4137.                                                                     <div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
  4138.                                                                         ";
  4139.         // line 2138
  4140.         $context['_parent'] = $context;
  4141.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2138$this->source); })()), "construction_method_07_v2", [], "any"falsefalsefalse2138), "vars", [], "any"falsefalsefalse2138), "choices", [], "any"falsefalsefalse2138));
  4142.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  4143.             // line 2139
  4144.             echo "                                                                            <label class=\"form-check flex\">
  4145.                                                                                 <input type=\"radio\" name=\"";
  4146.             // line 2140
  4147.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2140$this->source); })()), "construction_method_07_v2", [], "any"falsefalsefalse2140), "vars", [], "any"falsefalsefalse2140), "full_name", [], "any"falsefalsefalse2140), "html"nulltrue);
  4148.             echo "\" data-price=\"";
  4149.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2140), "price", [], "array"truetruefalse2140)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2140), "price", [], "array"falsefalsefalse2140), 0)) : (0)), "html"nulltrue);
  4150.             echo "\" value=\"";
  4151.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2140), "html"nulltrue);
  4152.             echo "\" ";
  4153.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2140$this->source); })()), "construction_method_07_v2", [], "any"falsefalsefalse2140), "vars", [], "any"falsefalsefalse2140), "data", [], "any"falsefalsefalse2140) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2140))) {
  4154.                 echo "checked";
  4155.             }
  4156.             echo " />
  4157.                                                                                 ";
  4158.             // line 2141
  4159.             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"falsefalsefalse2141)), "html"nulltrue);
  4160.             echo 
  4161.                                                                                 ";
  4162.             // line 2142
  4163.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2142) == "⑧不明(記載)")) {
  4164.                 // line 2143
  4165.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  4166.                                                                                 ";
  4167.             }
  4168.             // line 2145
  4169.             echo "                                                                            </label>
  4170.                                                                         ";
  4171.         }
  4172.         $_parent $context['_parent'];
  4173.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  4174.         $context array_intersect_key($context$_parent) + $_parent;
  4175.         // line 2147
  4176.         echo "                                                                        <img style=\"margin-top: 3rem;\" src=\"";
  4177.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/install-option.jpg"), "html"nulltrue);
  4178.         echo "\" alt=\"\">     
  4179.                                                                         ";
  4180.         // line 2148
  4181.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2148$this->source); })()), "construction_method_07_v2_price", [], "any"falsefalsefalse2148), 'widget');
  4182.         echo "               
  4183.                                                                     </div>
  4184.                                                                     ";
  4185.         // line 2150
  4186.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2150$this->source); })()), "construction_method_07_v2", [], "any"falsefalsefalse2150), 'errors');
  4187.         echo "                                                    
  4188.                                                                 </td>
  4189.                                                             </tr>
  4190.                                                         </table>
  4191.                                                         <div class=\"result\">
  4192.                                                             <p>概算合計金額</p>
  4193.                                                             <p id=\"total-price\">00,000円</p>
  4194.                                                             ";
  4195.         // line 2157
  4196.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2157$this->source); })()), "construction_base_price_1", [], "any"falsefalsefalse2157), 'widget');
  4197.         echo "
  4198.                                                             ";
  4199.         // line 2158
  4200.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2158$this->source); })()), "construction_base_price_2", [], "any"falsefalsefalse2158), 'widget');
  4201.         echo "
  4202.                                                             ";
  4203.         // line 2159
  4204.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2159$this->source); })()), "construction_base_price_3", [], "any"falsefalsefalse2159), 'widget');
  4205.         echo "
  4206.                                                             ";
  4207.         // line 2160
  4208.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2160$this->source); })()), "construction_total_price", [], "any"falsefalsefalse2160), 'widget');
  4209.         echo "
  4210.                                                             ";
  4211.         // line 2161
  4212.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2161$this->source); })()), "construction_discount", [], "any"falsefalsefalse2161), 'widget');
  4213.         echo "
  4214.                                                         </div>
  4215.                                                         <div style=\"text-align: right;\" class=\"pc\">
  4216.                                                             「
  4217.                                                             本体価格 <span class=\"product_price\"></span>円、
  4218.                                                             標準工事 <span class=\"base_price\"></span>円、
  4219.                                                             追加工事 <span class=\"add_price\"></span>円
  4220.                                                             」
  4221.                                                         </div>
  4222.                                                         <div style=\"text-align: right;\" class=\"sp\">
  4223.                                                             本体価格 <span class=\"product_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
  4224.                                                             標準工事 <span class=\"base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
  4225.                                                             追加工事 <span class=\"add_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円
  4226.                                                         </div> 
  4227.                                                     </div>
  4228.                                                 </div>                            
  4229.                                             </div>
  4230.                                         </div>
  4231.                                     </div>
  4232.                                 </div>
  4233.                                 <div class=\"check\">
  4234.                                     <input type=\"checkbox\" name=\"\" id=\"\" required=\"true\">
  4235.                                     <label for=\"\"><a href=\"";
  4236.         // line 2184
  4237.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_privacy");
  4238.         echo "\" target=\"_blank\">「プライバシーポリシー」</a>に同意する</label>
  4239.                                 </div>
  4240.                             </div>
  4241.                             <div class=\"list-btn\">
  4242.                                 <button type=\"button\" class=\"btn btn-sd btn-back\" id=\"btn-back\">
  4243.                                     <span>戻る</span>
  4244.                                 </button>
  4245.                                 <button type=\"submit\" class=\"btn btn-sd\" id=\"btn-confirm\" name=\"mode\" value=\"confirm\">
  4246.                                     <span>次へ</span>
  4247.                                 </button>
  4248.                             </div>
  4249.                         </form>
  4250.                     </div>
  4251.                 </div>
  4252.             </div>
  4253.         </div>
  4254.     </div>
  4255. ";
  4256.         
  4257.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  4258.         
  4259.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  4260.     }
  4261.     public function getTemplateName()
  4262.     {
  4263.         return "@user_data/loan_examination.twig";
  4264.     }
  4265.     public function isTraitable()
  4266.     {
  4267.         return false;
  4268.     }
  4269.     public function getDebugInfo()
  4270.     {
  4271.         return array (  4351 => 2184,  4325 => 2161,  4321 => 2160,  4317 => 2159,  4313 => 2158,  4309 => 2157,  4299 => 2150,  4294 => 2148,  4289 => 2147,  4282 => 2145,  4278 => 2143,  4276 => 2142,  4272 => 2141,  4260 => 2140,  4257 => 2139,  4253 => 2138,  4247 => 2135,  4242 => 2133,  4237 => 2132,  4230 => 2130,  4226 => 2128,  4224 => 2127,  4220 => 2126,  4208 => 2125,  4205 => 2124,  4201 => 2123,  4196 => 2121,  4193 => 2120,  4184 => 2117,  4172 => 2116,  4169 => 2115,  4165 => 2114,  4159 => 2110,  4152 => 2106,  4146 => 2104,  4139 => 2102,  4135 => 2100,  4133 => 2099,  4129 => 2098,  4117 => 2097,  4114 => 2096,  4110 => 2095,  4100 => 2088,  4095 => 2086,  4092 => 2085,  4085 => 2084,  4081 => 2082,  4078 => 2081,  4074 => 2079,  4072 => 2078,  4068 => 2077,  4056 => 2076,  4053 => 2075,  4049 => 2074,  4039 => 2067,  4035 => 2066,  4031 => 2064,  4024 => 2063,  4020 => 2061,  4018 => 2060,  4014 => 2059,  4002 => 2058,  3999 => 2057,  3995 => 2056,  3985 => 2049,  3980 => 2047,  3975 => 2045,  3972 => 2044,  3965 => 2043,  3961 => 2041,  3958 => 2040,  3954 => 2038,  3952 => 2037,  3948 => 2036,  3936 => 2035,  3933 => 2034,  3929 => 2033,  3923 => 2029,  3921 => 2028,  3915 => 2025,  3909 => 2023,  3900 => 2020,  3888 => 2019,  3885 => 2018,  3881 => 2017,  3871 => 2010,  3868 => 2009,  3862 => 2008,  3856 => 2005,  3844 => 2004,  3841 => 2003,  3838 => 2002,  3835 => 2001,  3830 => 2000,  3828 => 1999,  3824 => 1997,  3818 => 1996,  3810 => 1993,  3805 => 1991,  3793 => 1990,  3789 => 1988,  3786 => 1987,  3783 => 1986,  3778 => 1985,  3776 => 1984,  3766 => 1977,  3760 => 1975,  3753 => 1973,  3749 => 1971,  3746 => 1970,  3742 => 1968,  3740 => 1967,  3736 => 1966,  3724 => 1965,  3721 => 1964,  3717 => 1963,  3707 => 1956,  3701 => 1954,  3694 => 1952,  3690 => 1950,  3687 => 1949,  3683 => 1947,  3681 => 1946,  3677 => 1945,  3665 => 1944,  3662 => 1943,  3658 => 1942,  3652 => 1938,  3645 => 1934,  3642 => 1933,  3633 => 1930,  3621 => 1929,  3618 => 1928,  3614 => 1927,  3608 => 1923,  3606 => 1922,  3599 => 1918,  3595 => 1917,  3592 => 1916,  3585 => 1914,  3581 => 1912,  3579 => 1911,  3575 => 1910,  3563 => 1909,  3560 => 1908,  3556 => 1907,  3546 => 1900,  3543 => 1899,  3536 => 1897,  3532 => 1895,  3529 => 1894,  3525 => 1892,  3523 => 1891,  3519 => 1890,  3507 => 1889,  3504 => 1888,  3500 => 1887,  3490 => 1880,  3487 => 1879,  3478 => 1876,  3466 => 1875,  3463 => 1874,  3459 => 1873,  3448 => 1865,  3443 => 1864,  3434 => 1861,  3422 => 1860,  3419 => 1859,  3415 => 1858,  3404 => 1850,  3399 => 1849,  3392 => 1847,  3388 => 1845,  3385 => 1844,  3381 => 1842,  3379 => 1841,  3375 => 1840,  3363 => 1839,  3360 => 1838,  3356 => 1837,  3345 => 1829,  3340 => 1828,  3331 => 1825,  3319 => 1824,  3316 => 1823,  3312 => 1822,  3302 => 1815,  3299 => 1814,  3290 => 1811,  3278 => 1810,  3275 => 1809,  3271 => 1808,  3261 => 1801,  3255 => 1799,  3246 => 1796,  3234 => 1795,  3231 => 1794,  3227 => 1793,  3217 => 1786,  3212 => 1784,  3209 => 1783,  3200 => 1781,  3188 => 1780,  3185 => 1779,  3181 => 1778,  3171 => 1771,  3166 => 1769,  3163 => 1768,  3154 => 1766,  3142 => 1765,  3139 => 1764,  3135 => 1763,  3125 => 1756,  3120 => 1754,  3117 => 1753,  3108 => 1751,  3096 => 1750,  3093 => 1749,  3089 => 1748,  3079 => 1741,  3075 => 1739,  3066 => 1737,  3054 => 1736,  3051 => 1735,  3047 => 1734,  3037 => 1727,  3033 => 1725,  3024 => 1723,  3012 => 1722,  3009 => 1721,  3005 => 1720,  2995 => 1713,  2990 => 1711,  2987 => 1710,  2978 => 1708,  2966 => 1707,  2963 => 1706,  2959 => 1705,  2949 => 1698,  2945 => 1696,  2938 => 1695,  2934 => 1693,  2932 => 1692,  2928 => 1691,  2916 => 1690,  2913 => 1689,  2909 => 1688,  2898 => 1680,  2894 => 1679,  2890 => 1677,  2879 => 1675,  2875 => 1674,  2871 => 1673,  2866 => 1671,  2862 => 1670,  2856 => 1666,  2845 => 1664,  2841 => 1663,  2837 => 1662,  2832 => 1660,  2828 => 1659,  2822 => 1655,  2811 => 1653,  2807 => 1652,  2803 => 1651,  2798 => 1649,  2794 => 1648,  2782 => 1639,  2777 => 1637,  2773 => 1636,  2768 => 1635,  2762 => 1634,  2756 => 1631,  2752 => 1630,  2748 => 1629,  2744 => 1628,  2740 => 1627,  2736 => 1626,  2731 => 1624,  2727 => 1622,  2725 => 1621,  2722 => 1620,  2716 => 1619,  2710 => 1616,  2706 => 1615,  2702 => 1614,  2698 => 1613,  2692 => 1612,  2687 => 1610,  2683 => 1608,  2680 => 1607,  2677 => 1606,  2672 => 1605,  2669 => 1604,  2665 => 1603,  2655 => 1596,  2652 => 1595,  2643 => 1592,  2629 => 1591,  2626 => 1590,  2622 => 1589,  2612 => 1582,  2609 => 1581,  2602 => 1579,  2598 => 1577,  2596 => 1576,  2592 => 1575,  2578 => 1574,  2575 => 1573,  2571 => 1572,  2561 => 1565,  2558 => 1564,  2549 => 1561,  2535 => 1560,  2532 => 1559,  2528 => 1558,  2521 => 1553,  2514 => 1549,  2509 => 1547,  2506 => 1546,  2497 => 1544,  2485 => 1543,  2482 => 1542,  2478 => 1541,  2472 => 1537,  2470 => 1536,  2462 => 1531,  2458 => 1529,  2451 => 1528,  2447 => 1526,  2445 => 1525,  2441 => 1524,  2429 => 1523,  2426 => 1522,  2422 => 1521,  2410 => 1512,  2407 => 1511,  2397 => 1507,  2385 => 1506,  2381 => 1504,  2377 => 1503,  2362 => 1493,  2358 => 1491,  2343 => 1478,  2337 => 1475,  2326 => 1467,  2320 => 1464,  2309 => 1456,  2303 => 1453,  2292 => 1445,  2288 => 1444,  2282 => 1441,  2274 => 1436,  2263 => 1428,  2257 => 1425,  2245 => 1416,  2240 => 1414,  2233 => 1410,  2228 => 1408,  2221 => 1404,  2215 => 1401,  2207 => 1396,  2202 => 1394,  2198 => 1393,  2186 => 1384,  2180 => 1381,  2169 => 1373,  2163 => 1370,  2152 => 1362,  2146 => 1359,  2135 => 1351,  2129 => 1348,  2118 => 1340,  2112 => 1337,  2101 => 1329,  2095 => 1326,  2084 => 1318,  2078 => 1315,  2067 => 1307,  2061 => 1304,  2050 => 1296,  2044 => 1293,  2038 => 1290,  2034 => 1288,  2025 => 1286,  2015 => 1285,  2012 => 1284,  2008 => 1283,  1997 => 1275,  1992 => 1273,  1985 => 1269,  1980 => 1267,  1973 => 1263,  1967 => 1260,  1959 => 1255,  1954 => 1253,  1950 => 1252,  1938 => 1243,  1931 => 1239,  1925 => 1236,  1919 => 1233,  1907 => 1224,  1903 => 1222,  1894 => 1220,  1884 => 1219,  1881 => 1218,  1877 => 1217,  1867 => 1210,  1863 => 1209,  1857 => 1206,  1848 => 1200,  1836 => 1191,  1832 => 1190,  1826 => 1187,  1817 => 1181,  1806 => 1172,  1789 => 1157,  1785 => 1155,  1776 => 1153,  1766 => 1152,  1763 => 1151,  1759 => 1150,  1748 => 1142,  1742 => 1139,  1731 => 1131,  1725 => 1128,  1714 => 1120,  1710 => 1119,  1704 => 1116,  1699 => 1114,  1689 => 1107,  1685 => 1105,  1676 => 1103,  1666 => 1102,  1663 => 1101,  1659 => 1100,  1649 => 1093,  1645 => 1092,  1639 => 1089,  1634 => 1087,  1623 => 1079,  1617 => 1076,  1607 => 1069,  1603 => 1067,  1594 => 1065,  1584 => 1064,  1581 => 1063,  1577 => 1062,  1566 => 1054,  1560 => 1051,  1549 => 1043,  1545 => 1042,  1539 => 1039,  1530 => 1033,  1518 => 1024,  1514 => 1023,  1508 => 1020,  1499 => 1014,  1487 => 1004,  1473 => 992,  1467 => 989,  1456 => 981,  1450 => 978,  1439 => 970,  1433 => 967,  1422 => 959,  1418 => 958,  1412 => 955,  1404 => 950,  1393 => 942,  1387 => 939,  1375 => 930,  1370 => 928,  1363 => 924,  1358 => 922,  1351 => 918,  1345 => 915,  1337 => 910,  1332 => 908,  1328 => 907,  1316 => 898,  1310 => 895,  1299 => 887,  1293 => 884,  1282 => 876,  1276 => 873,  1265 => 865,  1259 => 862,  1248 => 853,  1231 => 838,  1227 => 836,  1218 => 834,  1208 => 833,  1205 => 832,  1201 => 831,  1191 => 824,  1185 => 821,  1174 => 813,  1170 => 812,  1164 => 809,  1156 => 804,  1145 => 796,  1139 => 793,  1127 => 784,  1123 => 782,  1114 => 780,  1104 => 779,  1101 => 778,  1097 => 777,  1087 => 770,  1081 => 767,  1070 => 759,  1066 => 758,  1060 => 755,  1057 => 754,  1048 => 751,  1038 => 750,  1035 => 749,  1031 => 748,  1021 => 741,  1015 => 738,  1004 => 730,  1000 => 728,  991 => 726,  981 => 725,  978 => 724,  974 => 723,  964 => 716,  958 => 713,  947 => 705,  941 => 702,  930 => 694,  924 => 691,  918 => 688,  914 => 686,  905 => 684,  895 => 683,  892 => 682,  888 => 681,  877 => 673,  872 => 671,  865 => 667,  860 => 665,  853 => 661,  847 => 658,  839 => 653,  834 => 651,  830 => 650,  818 => 641,  811 => 637,  805 => 634,  799 => 631,  787 => 622,  783 => 620,  774 => 618,  764 => 617,  761 => 616,  757 => 615,  747 => 608,  743 => 607,  737 => 604,  728 => 598,  716 => 589,  712 => 588,  706 => 585,  697 => 579,  686 => 570,  678 => 564,  672 => 561,  629 => 521,  615 => 509,  605 => 508,  460 => 371,  454 => 367,  452 => 366,  122 => 38,  112 => 37,  73 => 6,  63 => 5,  52 => 1,  50 => 3,  37 => 1,);
  4272.     }
  4273.     public function getSourceContext()
  4274.     {
  4275.         return new Source("{% extends 'default_frame.twig' %}
  4276. {% form_theme form 'Form/form_div_layout.twig' %}
  4277. {% block stylesheet %}
  4278.     <style type=\"text/css\">
  4279.         .horizontal{
  4280.             display: flex;
  4281.             justify-content: flex-start;
  4282.             align-items: center;
  4283.             flex-wrap: wrap;
  4284.         }
  4285.         .address .error-empty{
  4286.             position: relative!important;
  4287.             top: unset!important;
  4288.         }
  4289.         .horizontal .form-check{
  4290.             padding-left: 0;
  4291.             margin-right: 2rem;
  4292.         }
  4293.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input{
  4294.             margin-left: 0;
  4295.         }
  4296.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input[type=\"text\"]{
  4297.             max-width: 100px;
  4298.         }
  4299.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label span{
  4300.             margin-right: 2rem;
  4301.         }
  4302.         /*.ec-form-inquiry__group .step-content {
  4303.             display: block; /*Debug*/
  4304.         }*/
  4305.     </style>
  4306. {% endblock stylesheet %}
  4307. {% block javascript %}
  4308.     <script src=\"https://ajaxzip3.github.io/ajaxzip3.js\" charset=\"UTF-8\"></script>
  4309.     <script type=\"text/javascript\">
  4310.         \$(function() {
  4311.             \$('.postal_code').click(function(event) {
  4312.                 AjaxZip3.zip2addr('loan[postal_code]', '', 'loan[address][pref]', 'loan[address][addr01]');
  4313.                 return false;
  4314.             });
  4315.             \$('.employed_postal_code').click(function(event) {
  4316.                 AjaxZip3.zip2addr('loan[employed_postal_code]', '', 'loan[employed_address_pref]', 'loan[employed_address_addr01]');
  4317.                 return false;
  4318.             });
  4319.             \$('.guarantor_postal_code').click(function(event) {
  4320.                 AjaxZip3.zip2addr('loan[guarantor_postal_code]', '', 'loan[guarantor_address_pref]', 'loan[guarantor_address_addr01]');
  4321.                 return false;
  4322.             });
  4323.             \$('.guarantor_company_postal_code').click(function(event) {
  4324.                 AjaxZip3.zip2addr('loan[guarantor_company_postal_code]', '', 'loan[guarantor_company_address_pref]', 'loan[guarantor_company_address_addr01]');
  4325.                 return false;
  4326.             });
  4327.         })
  4328.     </script>
  4329.     <script>
  4330.         \$(document).ready(function() {
  4331.             \$('form, input, select').attr('autocomplete', \"off\");
  4332.             \$('input[name=\"loan[spouse]\"]').change(function() {
  4333.                 var selectedValue = \$('input[name=\"loan[spouse]\"]:checked').val();
  4334.                 if (selectedValue == \"有り\") {
  4335.                     \$('select[name=\"loan[spouse_job]\"]').attr('required', 'required');
  4336.                 } 
  4337.                 else {
  4338.                     \$('select[name=\"loan[spouse_job]\"]').removeAttr('required');
  4339.                     \$('select[name=\"loan[spouse_job]\"]').closest('td').find('.error-empty').remove();
  4340.                 }
  4341.             });
  4342.             \$('input[name=\"loan[household_paying]\"]').change(function() {
  4343.                 var selectedValue = \$('input[name=\"loan[household_paying]\"]:checked').val();
  4344.                 if (selectedValue == \"有り\") {
  4345.                     \$('input[name=\"loan[household_paying_amount]\"]').attr('required', 'required');
  4346.                 } 
  4347.                 else {
  4348.                     \$('input[name=\"loan[household_paying_amount]\"]').removeAttr('required');
  4349.                     \$('input[name=\"loan[household_paying_amount]\"]').closest('td').find('.error-empty').remove();
  4350.                 }
  4351.             });
  4352.             //Chỉ check phần trên hoặc phần dưới của お勤め先・ご収入について
  4353.             \$('#employed input, #employed select, #employed textarea').change(function(event) {
  4354.                 \$('#pensioner td').find('.error-empty').remove();
  4355.             });
  4356.             \$('#pensioner input, #pensioner select, #pensioner textarea').change(function(event) {
  4357.                 \$('#employed td').find('.error-empty').remove();
  4358.             });
  4359.             var step_number = Number(\$('.ec-form-inquiry__group__step__item.active').data('step'));
  4360.             \$('#btn-back').click(function(event) {
  4361.                 \$(\"span.error-empty\").remove();
  4362.                 if (step_number > 1) {
  4363.                     step_number--;                    
  4364.                     stepActive(step_number);
  4365.                 }
  4366.                 \$('body,html').animate({
  4367.                     scrollTop: 250
  4368.                 }, 300, 'swing');
  4369.             });
  4370.             \$(\"#btn-confirm\").click(function(event) {
  4371.                 \$(\"span.error-empty\").remove();
  4372.                 var employed_has_error = false;
  4373.                 var pensioner_has_error = false;
  4374.                 var has_error = false;
  4375.                 if (step_number == 2) {
  4376.                     // お勤め先・ご収入について chi check 1 phan
  4377.                     \$('#employed select[required], #employed input[required], #employed textarea[required]').each(function() {
  4378.                         var input = \$(this);
  4379.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  4380.                             var radio_name = input.attr('name');
  4381.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  4382.                                 employed_has_error = true;
  4383.                             }
  4384.                         }
  4385.                         else if (input.val() == \"\"){
  4386.                             employed_has_error = true;
  4387.                         }
  4388.                     });
  4389.                     \$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').each(function() {
  4390.                         var input = \$(this);
  4391.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  4392.                             var radio_name = input.attr('name');
  4393.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  4394.                                 pensioner_has_error = true;
  4395.                             }
  4396.                         }
  4397.                         else if (input.val() == \"\"){
  4398.                             pensioner_has_error = true;
  4399.                         }
  4400.                     });
  4401.                 }
  4402.                 if (step_number != 2 || (employed_has_error == true && pensioner_has_error == true)) {
  4403.                     \$('.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() {
  4404.                         var input = \$(this);
  4405.                         var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");                
  4406.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  4407.                             var radio_name = input.attr('name');
  4408.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  4409.                                 input.before(input_empty);
  4410.                                 has_error = true;
  4411.                             }
  4412.                         }
  4413.                         else if (input.attr('type') == 'email' && validateEmail(input.val()) === false) {
  4414.                             input.before(\$(\"<span>\").addClass(\"error-empty\").text(\"※正しくメールアドレスを入力してください\"));
  4415.                         }
  4416.                         else if (input.val() == \"\"){
  4417.                             input.before(input_empty);
  4418.                             has_error = true;
  4419.                         }
  4420.                         else {
  4421.                             input_empty.remove();
  4422.                         }
  4423.                         input.on(\"change\", function() {
  4424.                             if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  4425.                                 input.closest('td').find('.error-empty').remove();
  4426.                             }
  4427.                             else {
  4428.                                 input_empty.remove();
  4429.                             }
  4430.                         });
  4431.                     });
  4432.                 }
  4433.                 if (has_error) {
  4434.                     var position = \$(\".error-empty\").eq(0).offset().top - 250;
  4435.                     \$('body,html').animate({
  4436.                         scrollTop: position
  4437.                     }, 300, 'swing');
  4438.                     return false;
  4439.                 }
  4440.                 // chi xu ly tab, khong submit form
  4441.                 if (step_number != 4) {
  4442.                     step_number++;
  4443.                     stepActive(step_number);
  4444.                     \$('body,html').animate({
  4445.                         scrollTop: 250
  4446.                     }, 300, 'swing');
  4447.                     return false;
  4448.                 }
  4449.                 if (employed_has_error == false) {
  4450.                     \$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').removeAttr('required');
  4451.                 }
  4452.                 if (pensioner_has_error == false) {
  4453.                     \$('#employed select[required], #employed input[required], #employed textarea[required]').removeAttr('required');
  4454.                 }
  4455.             });
  4456.         });
  4457.         /**
  4458.          * Xu ly Tab
  4459.          */
  4460.         function stepActive(step_number) {
  4461.             \$('.ec-form-inquiry__group__step__item').removeClass('active');
  4462.             \$('.step-content').removeClass('active');
  4463.             \$('.ec-form-inquiry__group__step__item.step-' + step_number).addClass('active');
  4464.             \$('.step-content.step-' + step_number).addClass('active');
  4465.             if (step_number > 1) {
  4466.                 \$('#btn-back').addClass('active');
  4467.             }
  4468.             else {
  4469.                 \$('#btn-back').removeClass('active');
  4470.             }
  4471.         }
  4472.         /**
  4473.          * Check mail
  4474.          */
  4475.         function validateEmail(email) {
  4476.             var re = /\\S+@\\S+\\.\\S+/;
  4477.             return re.test(email);
  4478.         }
  4479.     </script>
  4480.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js\"></script>
  4481.     <script>
  4482.         var CountTatami = {
  4483.             countType1: 0, //6-14
  4484.             countType2: 0, //16-20
  4485.             countType3: 0, //23-
  4486.         };
  4487.         var CountTatamiAll = {
  4488.             countType1: 0, //6-14
  4489.             countType2: 0, //16-20
  4490.             countType3: 0, //23-
  4491.         };
  4492.         var CountTatamiLoan = {
  4493.             countType1: 0, //6-14
  4494.             countType2: 0, //16-20
  4495.             countType3: 0, //23-
  4496.         };
  4497.         \$(function() {
  4498.             //khi load page, nếu không chọn thì check tất cả product
  4499.             if (\$('.construction_air:checked').length <= 0) {
  4500.                 \$('.construction_air').prop('checked', true);
  4501.             }
  4502.             SetRequiredContent();
  4503.             SetRequiredContent1();
  4504.             SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  4505.             SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  4506.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  4507.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  4508.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  4509.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  4510.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  4511.             SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  4512.             SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
  4513.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  4514.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  4515.             SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  4516.             SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  4517.             SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  4518.             SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  4519.             
  4520.             \$(\"input[name='loan[desired_construction_work]']\").change(function() {
  4521.                 SetRequiredContent();
  4522.             });
  4523.             \$(\"input[name='loan[desired_construction_work_02]']\").change(function() {
  4524.                 SetRequiredContent1();
  4525.                 CalcConstructionNumber();
  4526.             });
  4527.             \$(\"input[name='loan[construction_type_07]']\").change(function() {
  4528.                 SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  4529.                 SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  4530.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  4531.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  4532.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  4533.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  4534.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  4535.             });
  4536.             \$(\"input[name='loan[construction_type_07_02_v2]']\").change(function() {
  4537.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  4538.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  4539.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  4540.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  4541.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  4542.             });
  4543.             \$(\"input[name='loan[construction_type_07_03_v1]']\").change(function() {
  4544.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  4545.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  4546.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  4547.             });
  4548.             \$(\"input[name='loan[electrical_outlet_07]']\").change(function() {
  4549.                 SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  4550.             });
  4551.             \$(\"input[name='loan[room_size_07]']\").change(function() {
  4552.                 SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\"); 
  4553.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  4554.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  4555.             });
  4556.             \$(\"input[name='loan[room_size_07_02]']\").change(function() {
  4557.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  4558.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  4559.             });
  4560.             \$(\"input[name='loan[piping_status_07]']\").change(function() {
  4561.                 SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  4562.             });
  4563.             \$(\"input[name='loan[outdoor_cover]']\").change(function() {
  4564.                 SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  4565.             });
  4566.             \$(\"input[name='loan[setting_install_method]']\").change(function() {
  4567.                 SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  4568.                 SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  4569.             });
  4570.             CalcConstructionNumber();
  4571.             \$('.construction_air').on('change', function() {
  4572.                 if (\$('.construction_air:checked').length > 0) {
  4573.                     \$('.construction_air').removeAttr('required');
  4574.                 }
  4575.                 else {
  4576.                     \$('.construction_air').attr('required', 'required');
  4577.                 }
  4578.                 CalcConstructionNumber();
  4579.                 CalcPrice();
  4580.             });
  4581.             
  4582.             CalcPrice();
  4583.             \$('input[type=\"radio\"]').on('change', function() {
  4584.                 CalcPrice();
  4585.             });
  4586.         });
  4587.         function SetRequiredContent() {
  4588.             {% if (checkCategory == 1) %}
  4589.                 \$(\"input[name='loan[desired_construction_work]'][value='本体+設置工事']\").prop('checked', true);
  4590.                 \$(\".ec-form-inquiry__group .table .list-item .item.active>table:first-child()\").css('display', 'none');
  4591.                 \$(\"input[name='loan[desired_construction_work_02]'][value='最終金額算出']\").prop('checked', true);
  4592.             {% endif %}
  4593.             var selectedValue = \$(\"input[name='loan[desired_construction_work]']:checked\").val();
  4594.             if (selectedValue === \"本体+設置工事\") {
  4595.                 \$(\"#tableUnderTop\").css(\"display\", \"table\");
  4596.                 \$(\"#tableUnderTop input\").each(function(index, el) {
  4597.                     if (\$(this).attr('type') != 'hidden') {
  4598.                         \$(this).attr('required', 'required');
  4599.                     }
  4600.                 });
  4601.             } 
  4602.             else {
  4603.                 \$(\"#tableUnderTop\").css(\"display\", \"none\");
  4604.                 \$(\"#tableSecond\").css(\"display\", \"none\");
  4605.                 \$(\"#tableUnderTop input, #tableSecond input\").each(function(index, el) {
  4606.                     \$(this).prop('checked', false).removeAttr('required');
  4607.                 });
  4608.             }
  4609.         }
  4610.         function SetRequiredContent1() {
  4611.             var selectedValue = \$(\"input[name='loan[desired_construction_work_02]']:checked\").val();
  4612.             if (selectedValue === \"最終金額算出\") {
  4613.                 \$(\"#tableSecond\").css(\"display\", \"table\");
  4614.                 \$(\"#tableSecond .content-1 input\").each(function(index, el) {
  4615.                     if (\$(this).attr('name') != 'loan[construction_date_2]' && \$(this).attr('name') != 'loan[construction_date_3]' &&  \$(this).attr('type') != 'hidden') {
  4616.                         \$(this).attr('required', 'required');
  4617.                     }
  4618.                 });
  4619.             } 
  4620.             else {
  4621.                 \$(\"#tableSecond\").css(\"display\", \"none\");
  4622.                 \$(\"#tableSecond .content-1 input\").each(function(index, el) {
  4623.                     \$(this).prop('checked', false).removeAttr('required');
  4624.                 });
  4625.             }
  4626.         }
  4627.         function SetRequiredContent2(nameInput, condition , classCheck) {
  4628.             var selectedValue = \$(\"input[name='loan[\"+ nameInput +\"]']:checked\").val();
  4629.             if (selectedValue === condition) {
  4630.                 \$(classCheck).css(\"display\", \"flex\");
  4631.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  4632.                     if (\$(this).attr('type') != 'hidden') {
  4633.                         \$(this).attr('required', 'required');
  4634.                     }
  4635.                 });
  4636.             } else {
  4637.                 \$(classCheck).css(\"display\", \"none\");
  4638.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  4639.                     \$(this).prop('checked', false).removeAttr('required');
  4640.                 });
  4641.             }
  4642.         }
  4643.         /**
  4644.          * Tính giá tiền
  4645.          */
  4646.         function CalcPrice() {
  4647.             var product_total_price = Number(\$('#product_total_price').val());
  4648.             \$('#construction_base_price_1').val(0);
  4649.             \$('#construction_base_price_2').val(0);
  4650.             \$('#construction_base_price_3').val(0);
  4651.             \$('#construction_total_price').val(0);
  4652.             \$('#construction_discount').val(0);
  4653.             \$('#total-price').text(numeral(product_total_price).format('0,0') + \"円\");
  4654.             \$('.product_price').text(numeral(product_total_price).format('0,0'));
  4655.             \$('.base_price').text(0);
  4656.             \$('.add_price').text(0);
  4657.         }
  4658.         /**
  4659.          * Đếm số lượng cần thi công
  4660.          */
  4661.         function CalcConstructionNumber() {            
  4662.             CountTatami.countType1 = 0;
  4663.             CountTatami.countType2 = 0;
  4664.             CountTatami.countType3 = 0;
  4665.             CountTatamiAll.countType1 = 0;
  4666.             CountTatamiAll.countType2 = 0;
  4667.             CountTatamiAll.countType3 = 0;
  4668.             CountTatamiLoan.countType1 = 0;
  4669.             CountTatamiLoan.countType2 = 0;
  4670.             CountTatamiLoan.countType3 = 0;
  4671.             var construction_air = []
  4672.             var product_total_price = 0;
  4673.             \$('.construction_air').each(function(index, el) {
  4674.                 let quantity = \$(this).data('quantity');
  4675.                 let price = \$(this).data('price');
  4676.                 let tatami = \$(this).data('tatami');
  4677.                 let loan = \$(this).data('loan');
  4678.                 if (tatami >= 6 && tatami <= 14) {
  4679.                     CountTatamiAll.countType1 += quantity;
  4680.                     if (loan == 1) {
  4681.                         CountTatamiLoan.countType1 += quantity;
  4682.                     }
  4683.                 } else if (tatami >= 16 && tatami <= 20) {
  4684.                     CountTatamiAll.countType2 += quantity;
  4685.                     if (loan == 1) {
  4686.                         CountTatamiLoan.countType2 += quantity;
  4687.                     }
  4688.                 } else if (tatami >= 23) {
  4689.                     CountTatamiAll.countType3 += quantity;
  4690.                     if (loan == 1) {
  4691.                         CountTatamiLoan.countType3 += quantity;
  4692.                     }
  4693.                 }
  4694.                 if (\$(this).is(':checked')) {
  4695.                     product_total_price += price;
  4696.                     if (tatami >= 6 && tatami <= 14) {
  4697.                         CountTatami.countType1 += quantity;
  4698.                     } else if (tatami >= 16 && tatami <= 20) {
  4699.                         CountTatami.countType2 += quantity;
  4700.                         
  4701.                     } else if (tatami >= 23) {
  4702.                         CountTatami.countType3 += quantity;
  4703.                     }
  4704.                     construction_air.push(\$(this).val());
  4705.                 }                
  4706.             });
  4707.             \$('#loan_construction_air').val(construction_air.toString());
  4708.             \$('#loan_number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
  4709.             \$('#product_total_price').val(product_total_price);
  4710.         }
  4711.     </script>
  4712. {% endblock javascript %}
  4713. {% block main %}
  4714.     <div class=\"ec-inquiry-page\">
  4715.     \t<div class=\"ec-banner\">
  4716.             <div class=\"ec-banner__inner\">
  4717.                 <div class=\"inner\">
  4718.                     <h2>
  4719.                         エアココ自社ローン審査フォーム
  4720.                     </h2>
  4721.                 </div>
  4722.             </div>
  4723.             <div class=\"ec-breadcrumb\">
  4724.                 <ul class=\"ec-breadcrumb__menu\">
  4725.                     <li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
  4726.                     <li class=\"ec-breadcrumb__item\"><span>></span></li>
  4727.                     <li class=\"ec-breadcrumb__item\"><p>エアココ自社ローン審査フォーム</p></li>
  4728.                 </ul>
  4729.             </div>
  4730.         </div>
  4731.         <div class=\"ec-form-inquiry-main\">
  4732.             <div class=\"ec-form-inquiry__inner\">
  4733.                 <div class=\"inner\">
  4734.                     <div class=\"ec-form-inquiry__group\">
  4735.                         <div class=\"ec-form-inquiry__group__step\">
  4736.                             <ul class=\"ec-form-inquiry__group__step__items\">
  4737.                                 <li class=\"ec-form-inquiry__group__step__item step-1 active\" data-step=\"1\">
  4738.                                     <span>STEP1</span>
  4739.                                     <span>ご本人様について</span>
  4740.                                 </li>
  4741.                                 <li class=\"ec-form-inquiry__group__step__item step-2\" data-step=\"2\">
  4742.                                     <span>STEP2</span>
  4743.                                     <span>お勤め先・ご収入</span>
  4744.                                 </li>
  4745.                                 <li class=\"ec-form-inquiry__group__step__item step-3\" data-step=\"3\">
  4746.                                     <span>STEP3</span>
  4747.                                     <span>連帯保証人の方</span>
  4748.                                 </li>
  4749.                                 <li class=\"ec-form-inquiry__group__step__item step-4\" data-step=\"4\">
  4750.                                     <span>STEP4</span>
  4751.                                     <span>工事内容の最終確認</span>
  4752.                                 </li>
  4753.                                 <li class=\"ec-form-inquiry__group__step__item step-5\" data-step=\"5\">
  4754.                                     <span>STEP5</span>
  4755.                                     <span>ご確認</span>
  4756.                                 </li>
  4757.                                 <li class=\"ec-form-inquiry__group__step__item step-6\" data-step=\"6\">
  4758.                                     <span>STEP6</span>
  4759.                                     <span>完了</span>
  4760.                                 </li>
  4761.                             </ul>
  4762.                         </div>
  4763.                         <form id=\"loan_examination_form\" method=\"post\" action=\"{{ url('loan_examination') }}\" class=\"h-adr\" enctype=\"multipart/form-data\">
  4764.                             <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  4765.                             {{ form_widget(form._token) }}
  4766.                             <div class=\"step-content step-1 active\">
  4767.                                 <div class=\"step-content__title\">ご本人様について</div>
  4768.                                 <div class=\"table\">
  4769.                                     {# <p class=\"text top\">必須項目 <span>※</span></p> #}
  4770.                                     <div class=\"list-item\">
  4771.     \t                                <div class=\"item\">
  4772.     \t\t                                <table>
  4773.     \t\t\t                                <tr>
  4774.     \t\t\t\t                                <td><p>お名前</p></td>
  4775.     \t\t\t\t                                <td>
  4776.     \t\t\t\t\t                                <div class=\"fill\">
  4777.     \t\t\t\t\t\t                                <label>
  4778.     \t\t\t\t\t\t\t                                姓
  4779.     \t\t\t\t\t\t\t                                {{ form_widget(form.name.name01, {'attr': { 'placeholder': '姓' }}) }}
  4780.     \t\t\t\t\t\t                                </label>
  4781.     \t\t\t\t\t                                </div>
  4782.     \t\t\t\t\t                                <div class=\"fill\">
  4783.     \t\t\t\t\t\t                                <label>
  4784.     \t\t\t\t\t\t\t                                名
  4785.     \t\t\t\t\t\t\t                                {{ form_widget(form.name.name02, {'attr': { 'placeholder': '名' }}) }}
  4786.     \t\t\t\t\t\t                                </label>
  4787.     \t\t\t\t\t                                </div>
  4788.     \t\t\t\t\t                                {{ form_errors(form.name.name01) }}
  4789.     \t\t\t\t\t                                {{ form_errors(form.name.name02) }}
  4790.     \t\t\t\t                                </td>
  4791.     \t\t\t                                </tr>
  4792.                                                 <tr>
  4793.                                                     <td><p>フリガナ</p></td>
  4794.                                                     <td>
  4795.                                                         <div class=\"fill\">
  4796.                                                             <label>
  4797.                                                                 セイ
  4798.                                                                 {{ form_widget(form.kana.kana01, {'attr': { 'placeholder': 'セイ' }}) }}
  4799.                                                             </label>
  4800.                                                         </div>
  4801.                                                         <div class=\"fill\">
  4802.                                                             <label>
  4803.                                                                 メイ
  4804.                                                                 {{ form_widget(form.kana.kana02, {'attr': { 'placeholder': 'メイ' }}) }}
  4805.                                                             </label>
  4806.                                                         </div>
  4807.                                                         {{ form_errors(form.kana.kana01) }}
  4808.                                                         {{ form_errors(form.kana.kana02) }}
  4809.                                                     </td>
  4810.                                                 </tr>
  4811.                                                 <tr>
  4812.                                                     <td><p>性別</p></td>
  4813.                                                     <td>
  4814.                                                         <div class=\"fill horizontal\">
  4815.                                                             {% for key,val in form.sex.vars.choices %}
  4816.                                                                 <label class=\"form-check\">
  4817.                                                                     <input type=\"radio\" name=\"{{ form.sex.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.sex.vars.data == val.value %}checked{% endif %} required=\"required\" />
  4818.                                                                     {{ val.label | trans }} 
  4819.                                                                 </label>
  4820.                                                             {% endfor %}                    
  4821.                                                         </div>
  4822.                                                         {{ form_errors(form.sex) }}
  4823.                                                     </td>
  4824.                                                 </tr>
  4825.                                                 <tr>
  4826.                                                     <td><p>生年月日</p></td>
  4827.                                                     <td>
  4828.                                                         <div class=\"fill v2\">
  4829.                                                             <label class=\"group_select\">
  4830.                                                                 <div class=\"select vip\">
  4831.                                                                     {{ form_widget(form.birth.year) }}<span>年</span>
  4832.                                                                 </div>
  4833.                                                                 <div class=\"select vip\">
  4834.                                                                     {{ form_widget(form.birth.month) }}<span>月</span>
  4835.                                                                 </div>
  4836.                                                                 <div class=\"select vip\">
  4837.                                                                     {{ form_widget(form.birth.day) }}<span>日</span>
  4838.                                                                 </div>
  4839.                                                             </label>
  4840.                                                         </div>
  4841.                                                         {{ form_errors(form.birth) }}
  4842.                                                     </td>
  4843.                                                 </tr>
  4844.                                                 <tr>
  4845.                                                     <td><p>住所</p></td>
  4846.                                                     <td>
  4847.                                                         <div class=\"fill v3\">
  4848.                                                             <label class=\"label v2\">
  4849.                                                                 郵便番号
  4850.                                                                 {{ form_widget(form.postal_code) }}
  4851.                                                                 <a class=\"btn-post postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
  4852.                                                             </label>
  4853.                                                             {{ form_errors(form.postal_code) }}
  4854.                                                             <label class=\"label v3 address\">
  4855.                                                                 都道府県
  4856.                                                                 <div class=\"select\">
  4857.                                                                     {{ form_widget(form.address.pref) }}   
  4858.                                                                 </div>                     
  4859.                                                             </label>
  4860.                                                             {{ form_errors(form.address.pref) }}
  4861.                                                             <label class=\"label v4 address\">
  4862.                                                                 市区町村・番地 
  4863.                                                                 {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  4864.                                                             </label>
  4865.                                                             {{ form_errors(form.address.addr01) }}
  4866.                                                             <label class=\"label v4 address\">
  4867.                                                                 マンション・ビル名
  4868.                                                                 {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  4869.                                                             </label>
  4870.                                                             {{ form_errors(form.address.addr02) }}
  4871.                                                         </div>
  4872.                                                     </td>
  4873.                                                 </tr>
  4874.                                                 <tr>
  4875.                                                     <td><p>電話番号(ご自宅)</p></td>
  4876.                                                     <td>
  4877.                                                         <div class=\"fill horizontal\">
  4878.                                                             {% for key,val in form.tel_number_type.vars.choices %}
  4879.                                                                 <label class=\"form-check\">
  4880.                                                                     <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\" />
  4881.                                                                     {{ val.label | trans }} 
  4882.                                                                 </label>
  4883.                                                             {% endfor %}                    
  4884.                                                         </div>
  4885.                                                         {{ form_errors(form.tel_number_type) }}
  4886.                                                         <div class=\"fill v2\">
  4887.                                                             <label>
  4888.                                                                 {{ form_widget(form.tel_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  4889.                                                             </label>
  4890.                                                         </div>
  4891.                                                         {{ form_errors(form.tel_number) }}
  4892.                                                     </td>
  4893.                                                 </tr>
  4894.                                                 <tr>
  4895.                                                     <td><p>電話番号(携帯)</p></td>
  4896.                                                     <td>
  4897.                                                         <div class=\"fill v2\">
  4898.                                                             <label>
  4899.                                                                 {{ form_widget(form.phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  4900.                                                             </label>
  4901.                                                         </div>
  4902.                                                         {{ form_errors(form.phone_number) }}
  4903.                                                     </td>
  4904.                                                 </tr>
  4905.                                                 <tr>
  4906.                                                     <td><p>メールアドレス</p></td>
  4907.                                                     <td>
  4908.                                                         <div class=\"fill v2\">
  4909.                                                             <label>
  4910.                                                                 {{ form_widget(form.email, {'attr': { 'placeholder': 'example@example.com' }}) }}
  4911.                                                             </label>
  4912.                                                         </div>
  4913.                                                         {{ form_errors(form.email) }}          
  4914.                                                     </td>
  4915.                                                 </tr> 
  4916.                                                 <tr>
  4917.                                                     <td><p>配偶者</p></td>
  4918.                                                     <td>
  4919.                                                         <div class=\"fill horizontal\">
  4920.                                                             {% for key,val in form.spouse.vars.choices %}
  4921.                                                                 <label class=\"form-check\">
  4922.                                                                     <input type=\"radio\" name=\"{{ form.spouse.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.spouse.vars.data == val.value %}checked{% endif %} required=\"required\" />
  4923.                                                                     {{ val.label | trans }} 
  4924.                                                                 </label>
  4925.                                                             {% endfor %}                    
  4926.                                                         </div>
  4927.                                                         {{ form_errors(form.spouse) }}
  4928.                                                     </td>
  4929.                                                 </tr>
  4930.                                                 <tr>
  4931.                                                     <td><p>配偶者の職業</p></td>
  4932.                                                     <td>
  4933.                                                         <div class=\"fill v4\">
  4934.                                                             <div class=\"select\">
  4935.                                                                 {{ form_widget(form.spouse_job) }}
  4936.                                                             </div>
  4937.                                                         </div>
  4938.                                                         {{ form_errors(form.spouse_job) }}
  4939.                                                     </td>
  4940.                                                 </tr>
  4941.                                                 <tr>
  4942.                                                     <td><p>世帯主とのご関係</p></td>
  4943.                                                     <td>
  4944.                                                         <div class=\"fill horizontal\">
  4945.                                                             {% for key,val in form.relationship.vars.choices %}
  4946.                                                                 <label class=\"form-check\">
  4947.                                                                     <input type=\"radio\" name=\"{{ form.relationship.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.relationship.vars.data == val.value %}checked{% endif %} required=\"required\" />
  4948.                                                                     {{ val.label | trans }} 
  4949.                                                                 </label>
  4950.                                                             {% endfor %}
  4951.                                                             <label>
  4952.                                                                 {{ form_widget(form.relationship_other, {'attr': { 'style': 'width: 120px;' }}) }}
  4953.                                                             </label>        
  4954.                                                         </div>
  4955.                                                         {{ form_errors(form.relationship) }}
  4956.                                                         {{ form_errors(form.relationship_other) }}
  4957.                                                     </td>
  4958.                                                 </tr>
  4959.                                                 <tr>
  4960.                                                     <td><p>世帯人数</p></td>
  4961.                                                     <td>
  4962.                                                         <div class=\"fill v2\">
  4963.                                                             <label>
  4964.                                                                 {{ form_widget(form.people_cnt, {'attr': { 'style': 'width: 120px;' }}) }} <span>人</span>
  4965.                                                             </label>
  4966.                                                         </div>
  4967.                                                         {{ form_errors(form.people_cnt) }}
  4968.                                                     </td>
  4969.                                                 </tr>
  4970.                                                 <tr>
  4971.                                                     <td><p>住宅ローン/家賃支払い</p></td>
  4972.                                                     <td>
  4973.                                                         <div class=\"fill horizontal\">
  4974.                                                             {% for key,val in form.housing_loan.vars.choices %}
  4975.                                                                 <label class=\"form-check\">
  4976.                                                                     <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\" />
  4977.                                                                     {{ val.label | trans }} 
  4978.                                                                 </label>
  4979.                                                             {% endfor %}                    
  4980.                                                         </div>
  4981.                                                         {{ form_errors(form.housing_loan) }}
  4982.                                                         <p class=\"noice\">※お申込者ご自身またはお申込者と同一世帯の方の住宅ローン・家賃のお支払有無をご選択ください。「世帯」とは、お申込者と生計を共にする家族のことをいいます(同居・別居を問わず)。</p>
  4983.                                                     </td>
  4984.                                                 </tr>
  4985.                                                 <tr>
  4986.                                                     <td><p>住居区分</p></td>
  4987.                                                     <td>
  4988.                                                         <div class=\"fill v4\">
  4989.                                                             <div class=\"select\">
  4990.                                                                 {{ form_widget(form.housing_type) }}  
  4991.                                                             </div>            
  4992.                                                         </div>
  4993.                                                         {{ form_errors(form.housing_type) }}
  4994.                                                     </td>
  4995.                                                 </tr>
  4996.                                                 <tr>
  4997.                                                     <td><p>居住年数</p></td>
  4998.                                                     <td>
  4999.                                                         <div class=\"fill horizontal\">
  5000.                                                             <label>
  5001.                                                                 {{ form_widget(form.residence_year, {'attr': { 'style': 'width: 120px;' }}) }} <span>年</span>
  5002.                                                             </label>
  5003.                                                         </div>
  5004.                                                         <div class=\"fill horizontal\">
  5005.                                                             <label>
  5006.                                                                 {{ form_widget(form.residence_month, {'attr': { 'style': 'width: 120px;' }}) }} <span>ヶ月</span>
  5007.                                                             </label>
  5008.                                                         </div>
  5009.                                                         {{ form_errors(form.residence_year) }}
  5010.                                                         {{ form_errors(form.residence_month) }}
  5011.                                                     </td>
  5012.                                                 </tr>
  5013.                                                 <tr>
  5014.                                                     <td><p>職業</p></td>
  5015.                                                     <td>
  5016.                                                         <div class=\"fill v4\">
  5017.                                                             <div class=\"select\">
  5018.                                                                 {{ form_widget(form.job) }}
  5019.                                                             </div>              
  5020.                                                         </div>
  5021.                                                         {{ form_errors(form.job) }}
  5022.                                                     </td>
  5023.                                                 </tr>
  5024.                                                 <tr>
  5025.                                                     <td><p>世帯主との居住状況</p></td>
  5026.                                                     <td>
  5027.                                                         <div class=\"fill horizontal\">
  5028.                                                             {% for key,val in form.head_of_household.vars.choices %}
  5029.                                                                 <label class=\"form-check\">
  5030.                                                                     <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\" />
  5031.                                                                     {{ val.label | trans }} 
  5032.                                                                 </label>
  5033.                                                             {% endfor %}                    
  5034.                                                         </div>
  5035.                                                         {{ form_errors(form.head_of_household) }}
  5036.                                                     </td>
  5037.                                                 </tr>
  5038.     \t\t                                </table>
  5039.     \t                                </div>
  5040.                                     </div>
  5041.                                 </div>
  5042.                             </div>
  5043.                             <div class=\"step-content step-2\">
  5044.                                 <div class=\"step-content__title\">お勤め先・ご収入について</div>
  5045.                                 <div class=\"table\" id=\"employed\">
  5046.                                     <div class=\"table__title\">
  5047.                                         <p class=\"step-content__subtitle\">【有職者の方】パート・アルバイト含む</p>
  5048.                                         {# <p class=\"text top\">必須項目 <span>※</span></p> #}
  5049.                                     </div>
  5050.                                     <div class=\"list-item\">
  5051.                                         <div class=\"item\">
  5052.                                             <table>
  5053.                                                 <tr>
  5054.                                                     <td><p>職業</p></td>
  5055.                                                     <td>
  5056.                                                         <div class=\"fill v4\">
  5057.                                                             <div class=\"select\">
  5058.                                                                 {{ form_widget(form.employed_job) }}   
  5059.                                                             </div>           
  5060.                                                         </div>
  5061.                                                         {{ form_errors(form.employed_job) }}
  5062.                                                     </td>
  5063.                                                 </tr>
  5064.                                                 <tr>
  5065.                                                     <td><p>業種</p></td>
  5066.                                                     <td>
  5067.                                                         <div class=\"fill v4\">
  5068.                                                             <div class=\"select\">
  5069.                                                                 {{ form_widget(form.employed_industry) }}   
  5070.                                                             </div>           
  5071.                                                         </div>
  5072.                                                         {{ form_errors(form.employed_industry) }}
  5073.                                                     </td>
  5074.                                                 </tr>
  5075.                                                 <tr>
  5076.                                                     <td><p>お勤め先(派遣元)</p></td>
  5077.                                                     <td>
  5078.                                                         <div class=\"fill v2\">
  5079.                                                             <label>
  5080.                                                                 {{ form_widget(form.employed_company) }}
  5081.                                                             </label>
  5082.                                                         </div>
  5083.                                                         {{ form_errors(form.employed_company) }}
  5084.                                                     </td>
  5085.                                                 </tr>
  5086.                                                 <tr>
  5087.                                                     <td><p>お勤め先フリガナ</p></td>
  5088.                                                     <td>
  5089.                                                         <div class=\"fill v2\">
  5090.                                                             <label>
  5091.                                                                 {{ form_widget(form.employed_company_kana) }}
  5092.                                                             </label>
  5093.                                                         </div>
  5094.                                                         {{ form_errors(form.employed_company_kana) }}
  5095.                                                     </td>
  5096.                                                 </tr>
  5097.                                                 <tr>
  5098.                                                     <td><p>お勤め先住所</p></td>
  5099.                                                     <td>
  5100.                                                         <div class=\"fill v3\">
  5101.                                                             <label class=\"label v2\">
  5102.                                                                 郵便番号
  5103.                                                                 {{ form_widget(form.employed_postal_code) }}
  5104.                                                                 <a class=\"btn-post employed_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
  5105.                                                             </label>
  5106.                                                             {{ form_errors(form.employed_postal_code) }}
  5107.                                                             <label class=\"label v3 address\">
  5108.                                                                 都道府県
  5109.                                                                 <div class=\"select\">
  5110.                                                                     {{ form_widget(form.employed_address_pref) }}   
  5111.                                                                 </div>                     
  5112.                                                             </label>
  5113.                                                             {{ form_errors(form.employed_address_pref) }}
  5114.                                                             <label class=\"label v4 address\">
  5115.                                                                 市区町村・番地 
  5116.                                                                 {{ form_widget(form.employed_address_addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  5117.                                                             </label>
  5118.                                                             {{ form_errors(form.employed_address_addr01) }}
  5119.                                                             <label class=\"label v4 address\">
  5120.                                                                 マンション・ビル名
  5121.                                                                 {{ form_widget(form.employed_address_addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  5122.                                                             </label>
  5123.                                                             {{ form_errors(form.employed_address_addr02) }}
  5124.                                                         </div>
  5125.                                                     </td>
  5126.                                                 </tr>
  5127.                                                 <tr>
  5128.                                                     <td><p>お勤め先電話番号</p></td>
  5129.                                                     <td>
  5130.                                                         <div class=\"fill v2\">
  5131.                                                             <label>
  5132.                                                                 {{ form_widget(form.employed_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5133.                                                             </label>
  5134.                                                         </div>
  5135.                                                         {{ form_errors(form.employed_phone_number) }}
  5136.                                                     </td>
  5137.                                                 </tr>
  5138.                                                 <tr>
  5139.                                                     <td><p>勤続年数</p></td>
  5140.                                                     <td>
  5141.                                                         <div class=\"fill horizontal\">
  5142.                                                             <label>
  5143.                                                                 {{ form_widget(form.employed_year, {'attr': { 'style': 'width: 120px;' }}) }} <span>年</span>
  5144.                                                             </label>
  5145.                                                         </div>
  5146.                                                         <div class=\"fill horizontal\">
  5147.                                                             <label>
  5148.                                                                 {{ form_widget(form.employed_month, {'attr': { 'style': 'width: 120px;' }}) }} <span>ヶ月</span>
  5149.                                                             </label>
  5150.                                                         </div>
  5151.                                                         {{ form_errors(form.employed_year) }}
  5152.                                                         {{ form_errors(form.employed_month) }}
  5153.                                                     </td>
  5154.                                                 </tr>
  5155.                                                 <tr>
  5156.                                                     <td><p>税込年収</p></td>
  5157.                                                     <td>
  5158.                                                         <div class=\"fill v2\">
  5159.                                                             <label>
  5160.                                                                 {{ form_widget(form.employed_income, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
  5161.                                                             </label>
  5162.                                                         </div>
  5163.                                                         {{ form_errors(form.employed_income) }}
  5164.                                                     </td>
  5165.                                                 </tr>
  5166.                                                 <tr>
  5167.                                                     <td><p>従業員数</p></td>
  5168.                                                     <td>
  5169.                                                         <div class=\"fill v2\">
  5170.                                                             <div class=\"select\">
  5171.                                                                 {{ form_widget(form.employed_cnt) }}
  5172.                                                             </div>
  5173.                                                         </div>
  5174.                                                         {{ form_errors(form.employed_cnt) }}
  5175.                                                     </td>
  5176.                                                 </tr>
  5177.                                                 <tr>
  5178.                                                     <td><p>出向先・派遣先電話番号</p></td>
  5179.                                                     <td>
  5180.                                                         <div class=\"fill v2\">
  5181.                                                             <label>
  5182.                                                                 {{ form_widget(form.employed_company_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5183.                                                             </label>
  5184.                                                         </div>
  5185.                                                         {{ form_errors(form.employed_company_phone_number) }}
  5186.                                                     </td>
  5187.                                                 </tr>
  5188.                                             </table>
  5189.                                         </div>
  5190.                                     </div>
  5191.                                 </div>
  5192.                                 <div class=\"table\" id=\"pensioner\">
  5193.                                     <div class=\"table__title\">
  5194.                                         <p class=\"step-content__subtitle\">【主婦・年金受給者の方】</p>
  5195.                                         {# <p class=\"text top\">必須項目 <span>※</span></p> #}
  5196.                                     </div>
  5197.                                     <div class=\"list-item\">
  5198.                                         <div class=\"item\">
  5199.                                             <table>
  5200.                                                 <tr>
  5201.                                                     <td><p>世帯主お名前</p></td>
  5202.                                                     <td>
  5203.                                                         <div class=\"fill\">
  5204.                                                             <label>
  5205.                                                                 姓
  5206.                                                                 {{ form_widget(form.pensioner_name.pensioner_name01, {'attr': { 'placeholder': '姓' }}) }}
  5207.                                                             </label>
  5208.                                                         </div>
  5209.                                                         <div class=\"fill\">
  5210.                                                             <label>
  5211.                                                                 名
  5212.                                                                 {{ form_widget(form.pensioner_name.pensioner_name02, {'attr': { 'placeholder': '名' }}) }}
  5213.                                                             </label>
  5214.                                                         </div>
  5215.                                                         {{ form_errors(form.pensioner_name.pensioner_name01) }}
  5216.                                                         {{ form_errors(form.pensioner_name.pensioner_name02) }}
  5217.                                                     </td>
  5218.                                                 </tr>
  5219.                                                 <tr>
  5220.                                                     <td><p>フリガナ</p></td>
  5221.                                                     <td>
  5222.                                                         <div class=\"fill\">
  5223.                                                             <label>
  5224.                                                                 セイ
  5225.                                                                 {{ form_widget(form.pensioner_kana.pensioner_kana01, {'attr': { 'placeholder': 'セイ' }}) }}
  5226.                                                             </label>
  5227.                                                         </div>
  5228.                                                         <div class=\"fill\">
  5229.                                                             <label>
  5230.                                                                 メイ
  5231.                                                                 {{ form_widget(form.pensioner_kana.pensioner_kana02, {'attr': { 'placeholder': 'メイ' }}) }}
  5232.                                                             </label>
  5233.                                                         </div>
  5234.                                                         {{ form_errors(form.pensioner_kana.pensioner_kana01) }}
  5235.                                                         {{ form_errors(form.pensioner_kana.pensioner_kana02) }}
  5236.                                                     </td>
  5237.                                                 </tr>
  5238.                                                 <tr>
  5239.                                                     <td><p>世帯主税込年収</p></td>
  5240.                                                     <td>
  5241.                                                         <div class=\"fill v2\">
  5242.                                                             <label>
  5243.                                                                 {{ form_widget(form.pensioner_income, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
  5244.                                                             </label>
  5245.                                                         </div>
  5246.                                                         {{ form_errors(form.pensioner_income) }}
  5247.                                                     </td>
  5248.                                                 </tr>
  5249.                                                 <tr>
  5250.                                                     <td><p>世帯主のお支払中の<br>クレジット返済額</p></td>
  5251.                                                     <td>
  5252.                                                         <div>
  5253.                                                             <div class=\"fill horizontal\">
  5254.                                                                 {% for key,val in form.household_paying.vars.choices %}
  5255.                                                                     <label class=\"form-check\">
  5256.                                                                         <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\" />
  5257.                                                                         {{ val.label | trans }} 
  5258.                                                                     </label>
  5259.                                                                 {% endfor %}                    
  5260.                                                             </div>
  5261.                                                             {{ form_errors(form.household_paying) }}
  5262.                                                             <div class=\"fill horizontal\">
  5263.                                                                 <div style=\"margin-right: 2rem;\">
  5264.                                                                     <p>有りとご回答された方 毎月の支払額</p>
  5265.                                                                     <p class=\"noice\">※住宅ローン・無担保ローンを除く</p>
  5266.                                                                 </div>
  5267.                                                                 <label>
  5268.                                                                     {{ form_widget(form.household_paying_amount, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
  5269.                                                                 </label>
  5270.                                                             </div>
  5271.                                                             {{ form_errors(form.household_paying_amount) }}
  5272.                                                         </div>
  5273.                                                     </td>
  5274.                                                 </tr>
  5275.                                                 <tr>
  5276.                                                     <td><p>年金の種類</p></td>
  5277.                                                     <td>
  5278.                                                         <div class=\"fill horizontal\">
  5279.                                                             {{ form_widget(form.pensioner_type) }}
  5280.                                                             <label>
  5281.                                                                 {{ form_widget(form.pensioner_type_other, {'attr': { 'style': 'width: 120px;' }}) }}
  5282.                                                             </label>
  5283.                                                         </div>
  5284.                                                         {{ form_errors(form.pensioner_type) }}
  5285.                                                         {{ form_errors(form.pensioner_type_other) }}
  5286.                                                     </td>
  5287.                                                 </tr>
  5288.                                                 <tr>
  5289.                                                     <td><p>年金以外の収入</p></td>
  5290.                                                     <td>
  5291.                                                         <div class=\"fill horizontal\">
  5292.                                                             {% for key,val in form.pensioner_income_other.vars.choices %}
  5293.                                                                 <label class=\"form-check\">
  5294.                                                                     <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\" />
  5295.                                                                     {{ val.label | trans }} 
  5296.                                                                 </label>
  5297.                                                             {% endfor %}                    
  5298.                                                         </div>
  5299.                                                         {{ form_errors(form.pensioner_income_other) }}
  5300.                                                     </td>
  5301.                                                 </tr>
  5302.                                                 <tr>
  5303.                                                     <td><p>今回のお支払い</p></td>
  5304.                                                     <td>
  5305.                                                         <div class=\"fill horizontal\">
  5306.                                                             {{ form_widget(form.pensioner_payment) }}
  5307.                                                             <label>
  5308.                                                                 {{ form_widget(form.pensioner_payment_other, {'attr': { 'style': 'width: 120px;' }}) }}
  5309.                                                             </label>                    
  5310.                                                         </div>
  5311.                                                         {{ form_errors(form.pensioner_payment) }}
  5312.                                                         {{ form_errors(form.pensioner_payment_other) }}
  5313.                                                     </td>
  5314.                                                 </tr>
  5315.                                                 <tr>
  5316.                                                     <td><p>お勤め先電話番号</p></td>
  5317.                                                     <td>
  5318.                                                         <div class=\"fill v2\">
  5319.                                                             <label>
  5320.                                                                 {{ form_widget(form.pensioner_company_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5321.                                                             </label>
  5322.                                                         </div>
  5323.                                                         {{ form_errors(form.pensioner_company_phone_number) }}
  5324.                                                     </td>
  5325.                                                 </tr>
  5326.                                                 <tr>
  5327.                                                     <td><p>年金受給者の税込年収</p></td>
  5328.                                                     <td>
  5329.                                                         <div class=\"fill v2\">
  5330.                                                             <label>
  5331.                                                                 {{ form_widget(form.pensioner_income2, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
  5332.                                                             </label>
  5333.                                                         </div>
  5334.                                                         {{ form_errors(form.pensioner_income2) }}
  5335.                                                     </td>
  5336.                                                 </tr>
  5337.                                                 <tr>
  5338.                                                     <td><p>口座名義人</p></td>
  5339.                                                     <td>
  5340.                                                         <div>
  5341.                                                             <div class=\"fill horizontal\">
  5342.                                                                 {% for key,val in form.pensioner_acount.vars.choices %}
  5343.                                                                     <label class=\"form-check\">
  5344.                                                                         <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\" />
  5345.                                                                         {{ val.label | trans }} 
  5346.                                                                     </label>
  5347.                                                                 {% endfor %}                    
  5348.                                                             </div>
  5349.                                                             {{ form_errors(form.pensioner_acount) }}
  5350.                                                             <p class=\"noice\">※口座名義人が申込者の場合、連帯保証人が必要となる場合があります。</p>
  5351.                                                         </div>
  5352.                                                     </td>
  5353.                                                 </tr>
  5354.                                             </table>
  5355.                                         </div>
  5356.                                     </div>
  5357.                                 </div>
  5358.                             </div>
  5359.                             <div class=\"step-content step-3\">
  5360.                                 <div class=\"step-content__title\">連帯保証人の方</div>
  5361.                                 <div class=\"table\">
  5362.                                     {# <p class=\"text top\">必須項目 <span>※</span></p> #}
  5363.                                     <div class=\"list-item\">
  5364.                                         <div class=\"item\">
  5365.                                             <table>
  5366.                                                 <tr>
  5367.                                                     <td><p>お名前</p></td>
  5368.                                                     <td>
  5369.                                                         <div class=\"fill\">
  5370.                                                             <label>
  5371.                                                                 姓
  5372.                                                                 {{ form_widget(form.guarantor_name.guarantor_name01, {'attr': { 'placeholder': '姓' }}) }}
  5373.                                                             </label>
  5374.                                                         </div>
  5375.                                                         <div class=\"fill\">
  5376.                                                             <label>
  5377.                                                                 名
  5378.                                                                 {{ form_widget(form.guarantor_name.guarantor_name02, {'attr': { 'placeholder': '名' }}) }}
  5379.                                                             </label>
  5380.                                                         </div>
  5381.                                                         {{ form_errors(form.guarantor_name.guarantor_name01) }}
  5382.                                                         {{ form_errors(form.guarantor_name.guarantor_name02) }}
  5383.                                                     </td>
  5384.                                                 </tr>
  5385.                                                 <tr>
  5386.                                                     <td><p>フリガナ</p></td>
  5387.                                                     <td>
  5388.                                                         <div class=\"fill\">
  5389.                                                             <label>
  5390.                                                                 セイ
  5391.                                                                 {{ form_widget(form.guarantor_kana.guarantor_kana01, {'attr': { 'placeholder': 'セイ' }}) }}
  5392.                                                             </label>
  5393.                                                         </div>
  5394.                                                         <div class=\"fill\">
  5395.                                                             <label>
  5396.                                                                 メイ
  5397.                                                                 {{ form_widget(form.guarantor_kana.guarantor_kana02, {'attr': { 'placeholder': 'メイ' }}) }}
  5398.                                                             </label>
  5399.                                                         </div>
  5400.                                                         {{ form_errors(form.guarantor_kana.guarantor_kana01) }}
  5401.                                                         {{ form_errors(form.guarantor_kana.guarantor_kana02) }}
  5402.                                                     </td>
  5403.                                                 </tr>
  5404.                                                 <tr>
  5405.                                                     <td><p>性別</p></td>
  5406.                                                     <td>
  5407.                                                         <div class=\"fill horizontal\">
  5408.                                                             {% for key,val in form.guarantor_sex.vars.choices %}
  5409.                                                                 <label class=\"form-check\">
  5410.                                                                     <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\" />
  5411.                                                                     {{ val.label | trans }} 
  5412.                                                                 </label>
  5413.                                                             {% endfor %}                    
  5414.                                                         </div>
  5415.                                                         {{ form_errors(form.guarantor_sex) }}
  5416.                                                     </td>
  5417.                                                 </tr>
  5418.                                                 <tr>
  5419.                                                     <td><p>生年月日</p></td>
  5420.                                                     <td>
  5421.                                                         <div class=\"fill v2\">
  5422.                                                             <label class=\"group_select\">
  5423.                                                                 <div class=\"select vip\">
  5424.                                                                     {{ form_widget(form.guarantor_birth.year) }}<span>年</span>
  5425.                                                                 </div>
  5426.                                                                 <div class=\"select vip\">
  5427.                                                                     {{ form_widget(form.guarantor_birth.month) }}<span>月</span>
  5428.                                                                 </div>
  5429.                                                                 <div class=\"select vip\">
  5430.                                                                     {{ form_widget(form.guarantor_birth.day) }}<span>日</span>
  5431.                                                                 </div>
  5432.                                                             </label>
  5433.                                                         </div>
  5434.                                                         {{ form_errors(form.guarantor_birth) }}
  5435.                                                     </td>
  5436.                                                 </tr>
  5437.                                                 <tr>
  5438.                                                     <td><p>住所</p></td>
  5439.                                                     <td>
  5440.                                                         <div class=\"fill v3\">
  5441.                                                             <label class=\"label v2\">
  5442.                                                                 郵便番号
  5443.                                                                 {{ form_widget(form.guarantor_postal_code) }}
  5444.                                                                 <a class=\"btn-post guarantor_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
  5445.                                                             </label>
  5446.                                                             {{ form_errors(form.guarantor_postal_code) }}
  5447.                                                             <label class=\"label v3 address\">
  5448.                                                                 都道府県
  5449.                                                                 <div class=\"select\">
  5450.                                                                     {{ form_widget(form.guarantor_address_pref) }}    
  5451.                                                                 </div>                    
  5452.                                                             </label>
  5453.                                                             {{ form_errors(form.guarantor_address_pref) }}
  5454.                                                             <label class=\"label v4 address\">
  5455.                                                                 市区町村・番地 
  5456.                                                                 {{ form_widget(form.guarantor_address_addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  5457.                                                             </label>
  5458.                                                             {{ form_errors(form.guarantor_address_addr01) }}
  5459.                                                             <label class=\"label v4 address\">
  5460.                                                                 マンション・ビル名
  5461.                                                                 {{ form_widget(form.guarantor_address_addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  5462.                                                             </label>
  5463.                                                             {{ form_errors(form.guarantor_address_addr02) }}
  5464.                                                         </div>
  5465.                                                     </td>
  5466.                                                 </tr>
  5467.                                                 <tr>
  5468.                                                     <td><p>電話番号(ご自宅)</p></td>
  5469.                                                     <td>
  5470.                                                         <div class=\"fill horizontal\">
  5471.                                                             {% for key,val in form.guarantor_tel_number_type.vars.choices %}
  5472.                                                                 <label class=\"form-check\">
  5473.                                                                     <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\" />
  5474.                                                                     {{ val.label | trans }} 
  5475.                                                                 </label>
  5476.                                                             {% endfor %}                    
  5477.                                                         </div>
  5478.                                                         {{ form_errors(form.guarantor_tel_number_type) }}
  5479.                                                         <div class=\"fill v2\">
  5480.                                                             <label>
  5481.                                                                 {{ form_widget(form.guarantor_tel_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5482.                                                             </label>
  5483.                                                         </div>
  5484.                                                         {{ form_errors(form.guarantor_tel_number) }}
  5485.                                                     </td>
  5486.                                                 </tr>
  5487.                                                 <tr>
  5488.                                                     <td><p>電話番号(携帯)</p></td>
  5489.                                                     <td>
  5490.                                                         <div class=\"fill v2\">
  5491.                                                             <label>
  5492.                                                                 {{ form_widget(form.guarantor_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5493.                                                             </label>
  5494.                                                         </div>
  5495.                                                         {{ form_errors(form.guarantor_phone_number) }}
  5496.                                                     </td>
  5497.                                                 </tr>
  5498.                                                 <tr>
  5499.                                                     <td><p>メールアドレス<br>(半角英数字)</p></td>
  5500.                                                     <td>
  5501.                                                         <div class=\"fill v2\">
  5502.                                                             <label>
  5503.                                                                 {{ form_widget(form.guarantor_email, {'attr': { 'placeholder': 'example@example.com' }}) }}
  5504.                                                             </label>
  5505.                                                         </div>
  5506.                                                         {{ form_errors(form.guarantor_email) }}          
  5507.                                                     </td>
  5508.                                                 </tr> 
  5509.                                                 <tr>
  5510.                                                     <td><p>メールアドレス確認用<br>(半角英数字)</p></td>
  5511.                                                     <td>
  5512.                                                         <div class=\"fill v2\">
  5513.                                                             <label>
  5514.                                                                 {{ form_widget(form.guarantor_email_confirm, {'attr': { 'placeholder': 'example@example.com' }}) }}
  5515.                                                             </label>
  5516.                                                         </div>
  5517.                                                         {{ form_errors(form.guarantor_email_confirm) }}
  5518.                                                     </td>
  5519.                                                 </tr> 
  5520.                                                 <tr>
  5521.                                                     <td><p>契約者との続柄</p></td>
  5522.                                                     <td>
  5523.                                                         <div class=\"fill v2\">
  5524.                                                             <label>
  5525.                                                                 {{ form_widget(form.guarantor_relation) }}
  5526.                                                             </label>
  5527.                                                         </div>
  5528.                                                         {{ form_errors(form.guarantor_relation) }}
  5529.                                                     </td>
  5530.                                                 </tr>
  5531.                                                 <tr>
  5532.                                                     <td><p>職業</p></td>
  5533.                                                     <td>
  5534.                                                         <div class=\"fill v4\">
  5535.                                                             <div class=\"select\">
  5536.                                                                 {{ form_widget(form.guarantor_job) }}
  5537.                                                             </div>
  5538.                                                         </div>
  5539.                                                         {{ form_errors(form.guarantor_job) }}
  5540.                                                     </td>
  5541.                                                 </tr>
  5542.                                                 <tr>
  5543.                                                     <td><p>業種</p></td>
  5544.                                                     <td>
  5545.                                                         <div class=\"fill v4\">
  5546.                                                             <div class=\"select\">
  5547.                                                                 {{ form_widget(form.guarantor_industry) }}
  5548.                                                             </div>
  5549.                                                         </div>
  5550.                                                         {{ form_errors(form.guarantor_industry) }}
  5551.                                                     </td>
  5552.                                                 </tr>
  5553.                                                 <tr>
  5554.                                                     <td><p>お勤め先(派遣元)</p></td>
  5555.                                                     <td>
  5556.                                                         <div class=\"fill v2\">
  5557.                                                             <label>
  5558.                                                                 {{ form_widget(form.guarantor_company) }}
  5559.                                                             </label>
  5560.                                                         </div>
  5561.                                                         {{ form_errors(form.guarantor_company) }}
  5562.                                                     </td>
  5563.                                                 </tr>
  5564.                                                 <tr>
  5565.                                                     <td><p>お勤め先フリガナ</p></td>
  5566.                                                     <td>
  5567.                                                         <div class=\"fill v2\">
  5568.                                                             <label>
  5569.                                                                 {{ form_widget(form.guarantor_company_kana) }}
  5570.                                                             </label>
  5571.                                                         </div>
  5572.                                                         {{ form_errors(form.guarantor_company_kana) }}
  5573.                                                     </td>
  5574.                                                 </tr>
  5575.                                                 <tr>
  5576.                                                     <td><p>お勤め先住所</p></td>
  5577.                                                     <td>
  5578.                                                         <div class=\"fill v3\">
  5579.                                                             <label class=\"label v2\">
  5580.                                                                 郵便番号
  5581.                                                                 {{ form_widget(form.guarantor_company_postal_code) }}
  5582.                                                                 <a class=\"btn-post guarantor_company_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
  5583.                                                             </label>
  5584.                                                             {{ form_errors(form.guarantor_company_postal_code) }}
  5585.                                                             <label class=\"label v3 address\">
  5586.                                                                 都道府県
  5587.                                                                 <div class=\"select\">
  5588.                                                                     {{ form_widget(form.guarantor_company_address_pref) }}
  5589.                                                                 </div>                        
  5590.                                                             </label>
  5591.                                                             {{ form_errors(form.guarantor_company_address_pref) }}
  5592.                                                             <label class=\"label v4 address\">
  5593.                                                                 市区町村・番地 
  5594.                                                                 {{ form_widget(form.guarantor_company_address_addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  5595.                                                             </label>
  5596.                                                             {{ form_errors(form.guarantor_company_address_addr01) }}
  5597.                                                             <label class=\"label v4 address\">
  5598.                                                                 マンション・ビル名
  5599.                                                                 {{ form_widget(form.guarantor_company_address_addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  5600.                                                             </label>
  5601.                                                             {{ form_errors(form.guarantor_company_address_addr02) }}
  5602.                                                         </div>
  5603.                                                     </td>
  5604.                                                 </tr>
  5605.                                                 <tr>
  5606.                                                     <td><p>お勤め先電話番号</p></td>
  5607.                                                     <td>
  5608.                                                         <div class=\"fill v2\">
  5609.                                                             <label>
  5610.                                                                 {{ form_widget(form.guarantor_company_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5611.                                                             </label>
  5612.                                                         </div>
  5613.                                                         {{ form_errors(form.guarantor_company_phone_number) }}
  5614.                                                     </td>
  5615.                                                 </tr>
  5616.                                                 <tr>
  5617.                                                     <td><p>勤続年数</p></td>
  5618.                                                     <td>
  5619.                                                         <div class=\"fill horizontal\">
  5620.                                                             <label>
  5621.                                                                 {{ form_widget(form.guarantor_year, {'attr': { 'style': 'width: 120px;' }}) }} <span>年</span>
  5622.                                                             </label>
  5623.                                                         </div>
  5624.                                                         <div class=\"fill horizontal\">
  5625.                                                             <label>
  5626.                                                                 {{ form_widget(form.guarantor_month, {'attr': { 'style': 'width: 120px;' }}) }} <span>ヶ月</span>
  5627.                                                             </label>
  5628.                                                         </div>
  5629.                                                         {{ form_errors(form.guarantor_year) }}
  5630.                                                         {{ form_errors(form.guarantor_month) }}
  5631.                                                     </td>
  5632.                                                 </tr>
  5633.                                                 <tr>
  5634.                                                     <td><p>税込年収</p></td>
  5635.                                                     <td>
  5636.                                                         <div class=\"fill v2\">
  5637.                                                             <label>
  5638.                                                                 {{ form_widget(form.guarantor_income, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
  5639.                                                             </label>
  5640.                                                         </div>
  5641.                                                         {{ form_errors(form.guarantor_income) }}
  5642.                                                     </td>
  5643.                                                 </tr>
  5644.                                                 <tr>
  5645.                                                     <td><p>従業員数</p></td>
  5646.                                                     <td>
  5647.                                                         <div class=\"fill v2\">
  5648.                                                             <div class=\"select\">
  5649.                                                                 {{ form_widget(form.guarantor_cnt) }}
  5650.                                                             </div>
  5651.                                                         </div>
  5652.                                                         {{ form_errors(form.guarantor_cnt) }}
  5653.                                                     </td>
  5654.                                                 </tr>
  5655.                                                 <tr>
  5656.                                                     <td><p>出向先・派遣先電話番号</p></td>
  5657.                                                     <td>
  5658.                                                         <div class=\"fill v2\">
  5659.                                                             <label>
  5660.                                                                 {{ form_widget(form.guarantor_company_phone_number2, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5661.                                                             </label>
  5662.                                                         </div>
  5663.                                                         {{ form_errors(form.guarantor_company_phone_number2) }}
  5664.                                                     </td>
  5665.                                                 </tr>
  5666.                                             </table>
  5667.                                         </div>
  5668.                                     </div>
  5669.                                 </div>
  5670.                             </div>
  5671.                             <div class=\"step-content step-4\">
  5672.                                 <div class=\"step-content__title\">工事内容の最終確認</div>
  5673.                                 <div class=\"table\">
  5674.                                     {# <p class=\"text top\">必須項目 <span>※</span></p> #}
  5675.                                     <div class=\"list-item\">
  5676.                                         <div class=\"item\">
  5677.                                             <input type=\"hidden\" id=\"product_total_price\" name=\"{{ form.product_total_price.vars.full_name }}\" value=\"{{ productTotalPrice }}\">
  5678.                                             <div class=\"table\">
  5679.                                                 <div class=\"list-item\">
  5680.                                                     <div class=\"item active\">
  5681.                                                         <table>
  5682.                                                             <tr>
  5683.                                                                 <td><p>希望する工事</p></td>
  5684.                                                                 <td>
  5685.                                                                     <div class=\"fill v4\">
  5686.                                                                         {% for key,val in form.desired_construction_work.vars.choices %}
  5687.                                                                             <div>
  5688.                                                                                 <label class=\"form-check\">
  5689.                                                                                     <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 /> 
  5690.                                                                                     {{ val.label | trans }} 
  5691.                                                                                 </label>
  5692.                                                                             </div>
  5693.                                                                         {% endfor %}
  5694.                                                                     </div>
  5695.                                                                     {{ form_errors(form.desired_construction_work) }}
  5696.                                                                 </td>
  5697.                                                             </tr> 
  5698.                                                         </table>
  5699.                                                         <table id=\"tableUnderTop\" style=\"padding: 0;\">
  5700.                                                             <tr class=\"desired_construction_work_02\">
  5701.                                                                 <td><p>希望する工事</p><small>2段階目</small></td>
  5702.                                                                 <td>
  5703.                                                                     <div class=\"fill v4\">
  5704.                                                                         {% for key,val in form.desired_construction_work_02.vars.choices %}
  5705.                                                                             <label class=\"form-check flex\">
  5706.                                                                                 <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 %} />
  5707.                                                                                 {{ val.label | trans }} 
  5708.                                                                                 {% if val.value == \"新居等への引越しのため設置場所の詳細確認不可\" %}
  5709.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  5710.                                                                                 {% endif %}
  5711.                                                                             </label>
  5712.                                                                         {% endfor %}                    
  5713.                                                                     </div>
  5714.                                                                     {{ form_errors(form.desired_construction_work_02) }}
  5715.                                                                 </td>
  5716.                                                             </tr> 
  5717.                                                         </table>
  5718.                                                         <table id=\"tableSecond\" style=\"padding: 0;\">
  5719.                                                             {% if (countProductBasic != 0)  %}
  5720.                                                             <tr class=\"content-1\">
  5721.                                                                 <td><p>特急券の購入</p></td>
  5722.                                                                 <td>
  5723.                                                                     <div class=\"fill v4\">
  5724.                                                                         {% for key,val in form.express_tickets.vars.choices %}
  5725.                                                                             <label class=\"form-check\">
  5726.                                                                                 <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 %} />
  5727.                                                                                 {{ val.label | trans }} 
  5728.                                                                             </label>
  5729.                                                                         {% endfor %}     
  5730.                                                                         {{ form_widget(form.express_tickets_price) }}               
  5731.                                                                     </div>
  5732.                                                                     {{ form_errors(form.express_tickets) }}                                                    
  5733.                                                                 </td>
  5734.                                                             </tr> 
  5735.                                                             {% endif %}
  5736.                                                             <tr class=\"content-1\">
  5737.                                                                 <td><p>お住まい</p></td>
  5738.                                                                 <td>
  5739.                                                                     <div class=\"fill v4\">
  5740.                                                                         {% for key,val in form.osumai.vars.choices %}
  5741.                                                                             <label class=\"form-check\">
  5742.                                                                                 <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 %} />
  5743.                                                                                 {{ val.label | trans }} 
  5744.                                                                             </label>
  5745.                                                                         {% endfor %}
  5746.                                                                     </div>
  5747.                                                                     {{ form_errors(form.osumai) }}
  5748.                                                                 </td>
  5749.                                                             </tr>
  5750.                                                             <tr class=\"content-1\">
  5751.                                                                 <td><p>建物の所有</p></td>
  5752.                                                                 <td>
  5753.                                                                     <div class=\"fill v4\">
  5754.                                                                         {% for key,val in form.building_ownership.vars.choices %}
  5755.                                                                             <label class=\"form-check flex\">
  5756.                                                                                 <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 %} />
  5757.                                                                                 {{ val.label | trans }} 
  5758.                                                                                 {% if val.value == \"賃貸\" %}
  5759.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
  5760.                                                                                 {% endif %}
  5761.                                                                             </label>
  5762.                                                                         {% endfor %}
  5763.                                                                     </div>
  5764.                                                                     {{ form_errors(form.building_ownership) }}
  5765.                                                                 </td>
  5766.                                                             </tr>
  5767.                                                             <tr class=\"content-1\">
  5768.                                                                 <td><p>構造</p></td>
  5769.                                                                 <td>
  5770.                                                                     <div class=\"fill v4\">
  5771.                                                                         {% for key,val in form.structure.vars.choices %}
  5772.                                                                             <label class=\"form-check\">
  5773.                                                                                 <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 %} />
  5774.                                                                                 {{ val.label | trans }} 
  5775.                                                                             </label>
  5776.                                                                         {% endfor %}
  5777.                                                                     </div>
  5778.                                                                     {{ form_errors(form.structure) }}
  5779.                                                                 </td>
  5780.                                                             </tr>
  5781.                                                             <tr class=\"content-1\">
  5782.                                                                 <td><p>設置台数</p></td>
  5783.                                                                 <td>
  5784.                                                                     <div class=\"fill v4\">
  5785.                                                                         {% for key,val in form.construction_airs.vars.choices %}
  5786.                                                                             {% set has_checked = false %}
  5787.                                                                             {% for key2,val2 in form.construction_airs.vars.data %}
  5788.                                                                                 {% if val.value == val2 %}
  5789.                                                                                     {% set has_checked = true %}
  5790.                                                                                     <label class=\"form-check\">
  5791.                                                                                         <input type=\"checkbox\" 
  5792.                                                                                         name=\"{{ form.construction_airs.vars.full_name }}\" 
  5793.                                                                                         class=\"construction_air\" 
  5794.                                                                                         data-tatami=\"{{ val.attr['data-tatami'] | default(0) }}\" data-quantity=\"{{ val.attr['data-quantity'] | default(0) }}\" 
  5795.                                                                                         data-price=\"{{ val.attr['data-price'] | default(0) }}\" 
  5796.                                                                                         data-loan=\"{{ val.attr['data-loan'] | default(0) }}\" 
  5797.                                                                                         value=\"{{ val.value }}\" checked />
  5798.                                                                                         {{ val.data | trans }} 
  5799.                                                                                     </label>
  5800.                                                                                 {% endif %}
  5801.                                                                             {% endfor %}
  5802.                                                                             {% if has_checked == false %}
  5803.                                                                                 <label class=\"form-check\">
  5804.                                                                                     <input type=\"checkbox\" 
  5805.                                                                                     name=\"{{ form.construction_airs.vars.full_name }}\" 
  5806.                                                                                     class=\"construction_air\" 
  5807.                                                                                     data-tatami=\"{{ val.attr['data-tatami'] | default(0) }}\" 
  5808.                                                                                     data-quantity=\"{{ val.attr['data-quantity'] | default(0) }}\" 
  5809.                                                                                     data-price=\"{{ val.attr['data-price'] | default(0) }}\" 
  5810.                                                                                     data-loan=\"{{ val.attr['data-loan'] | default(0) }}\" 
  5811.                                                                                     value=\"{{ val.value }}\"/>
  5812.                                                                                     {{ val.data | trans }} 
  5813.                                                                                 </label>
  5814.                                                                             {% endif %}
  5815.                                                                         {% endfor %}
  5816.                                                                         {{ form_widget(form.construction_air) }}
  5817.                                                                         {{ form_widget(form.number_install) }}
  5818.                                                                         {{ form_widget(form.number_install_price) }}
  5819.                                                                     </div>
  5820.                                                                     {{ form_errors(form.construction_airs) }}
  5821.                                                                 </td>
  5822.                                                             </tr>
  5823.                                                             <tr class=\"content-1\">
  5824.                                                                 <td><p>設置工事希望日</p></td>
  5825.                                                                 <td>
  5826.                                                                     <div class=\"fill v3\">
  5827.                                                                         <label class=\"label v3 date vip\">
  5828.                                                                             第一希望日  
  5829.                                                                             {{ form_widget(form.construction_date_1) }}
  5830.                                                                             {{ form_errors(form.construction_date_1) }}
  5831.                                                                             <span class=\"pc\"> </span>希望時間帯 
  5832.                                                                             <select name=\"{{ form.time_slot_1.vars.full_name }}\" id=\"time_slot_1\">
  5833.                                                                                 {% for key,val in form.time_slot_1.vars.choices %}
  5834.                                                                                     <option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
  5835.                                                                                 {% endfor %}
  5836.                                                                             </select>
  5837.                                                                         </label>
  5838.                                                                         <label class=\"label v3 date\">
  5839.                                                                             第二希望日  
  5840.                                                                             {{ form_widget(form.construction_date_2) }}
  5841.                                                                             {{ form_errors(form.construction_date_2) }}
  5842.                                                                             <span class=\"pc\"> </span>希望時間帯 
  5843.                                                                             <select name=\"{{ form.time_slot_2.vars.full_name }}\" id=\"time_slot_2\">
  5844.                                                                                 {% for key,val in form.time_slot_2.vars.choices %}
  5845.                                                                                     <option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
  5846.                                                                                 {% endfor %}
  5847.                                                                             </select>
  5848.                                                                         </label>
  5849.                                                                         <label class=\"label v3 date\">
  5850.                                                                             第三希望日  
  5851.                                                                             {{ form_widget(form.construction_date_3) }}
  5852.                                                                             {{ form_errors(form.construction_date_3) }}
  5853.                                                                             <span class=\"pc\"> </span>希望時間帯 
  5854.                                                                             <select name=\"{{ form.time_slot_3.vars.full_name }}\" id=\"time_slot_3\">
  5855.                                                                                 {% for key,val in form.time_slot_3.vars.choices %}
  5856.                                                                                     <option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
  5857.                                                                                 {% endfor %}
  5858.                                                                             </select>
  5859.                                                                         </label>
  5860.                                                                         {{ form_widget(form.contents, {'attr': { 'placeholder': 'その他希望等あればご記入ください。' }}) }}
  5861.                                                                         {{ form_errors(form.contents) }}
  5862.                                                                     </div>
  5863.                                                                 </td>
  5864.                                                             </tr>
  5865.                                                             <tr class=\"content-1\">
  5866.                                                                 <td><p>工事内訳</p></td>
  5867.                                                                 <td>
  5868.                                                                     <div class=\"fill v4\">
  5869.                                                                         {% for key,val in form.construction_type_07.vars.choices %}
  5870.                                                                             <label class=\"form-check\">
  5871.                                                                                 <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 %} />
  5872.                                                                                 {{ val.label | trans }} 
  5873.                                                                                 {% if val.value == \"新設工事に加えて移設工事も希望\" %}
  5874.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
  5875.                                                                                 {% endif %}
  5876.                                                                             </label>
  5877.                                                                         {% endfor %}                    
  5878.                                                                     </div>
  5879.                                                                     {{ form_errors(form.construction_type_07) }}
  5880.                                                                 </td>
  5881.                                                             </tr> 
  5882.                                                             <tr class=\"construction_type_07_02_v1\">
  5883.                                                                 <td><p>工事内訳</p><small>2段階目</small></td>
  5884.                                                                 <td>
  5885.                                                                     <div class=\"fill v4\">
  5886.                                                                         {% for key,val in form.construction_type_07_02_v1.vars.choices %}
  5887.                                                                             <label class=\"form-check\">
  5888.                                                                                 <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 %} />
  5889.                                                                                 {{ val.label | trans }} 
  5890.                                                                             </label>
  5891.                                                                         {% endfor %}   
  5892.                                                                         {{ form_widget(form.construction_type_07_02_v1_price) }}                 
  5893.                                                                     </div>
  5894.                                                                     {{ form_errors(form.construction_type_07_02_v1) }}
  5895.                                                                 </td>
  5896.                                                             </tr> 
  5897.                                                             <tr class=\"construction_type_07_02_v2\">
  5898.                                                                 <td><p>工事内訳</p><small>2段階目</small></td>
  5899.                                                                 <td>
  5900.                                                                     <div class=\"fill v4\">
  5901.                                                                         {% for key,val in form.construction_type_07_02_v2.vars.choices %}
  5902.                                                                             <label class=\"form-check\">
  5903.                                                                                 <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 %} />
  5904.                                                                                 {{ val.label | trans }}
  5905.                                                                             </label>
  5906.                                                                         {% endfor %}                    
  5907.                                                                     </div>
  5908.                                                                     {{ form_errors(form.construction_type_07_02_v2) }}
  5909.                                                                 </td>
  5910.                                                             </tr> 
  5911.                                                             <tr class=\"construction_type_07_03_v1\">
  5912.                                                                 <td><p>工事内訳</p><small>3段階目</small></td>
  5913.                                                                 <td>
  5914.                                                                     <div class=\"fill v4\">
  5915.                                                                         {% for key,val in form.construction_type_07_03_v1.vars.choices %}
  5916.                                                                             <label class=\"form-check\">
  5917.                                                                                 <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 %} />
  5918.                                                                                 {{ val.label | trans }} 
  5919.                                                                             </label>
  5920.                                                                         {% endfor %}                    
  5921.                                                                     </div>
  5922.                                                                     {{ form_errors(form.construction_type_07_03_v1) }}
  5923.                                                                 </td>
  5924.                                                             </tr> 
  5925.                                                             <tr class=\"construction_type_07_03_v2\">
  5926.                                                                 <td><p>工事内訳</p><small>3段階目</small></td>
  5927.                                                                 <td>
  5928.                                                                     <div class=\"fill v4\">
  5929.                                                                         {% for key,val in form.construction_type_07_03_v2.vars.choices %}
  5930.                                                                             <label class=\"form-check\">
  5931.                                                                                 <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 %} />
  5932.                                                                                 {{ val.label | trans }} 
  5933.                                                                             </label>
  5934.                                                                         {% endfor %}         
  5935.                                                                         {{ form_widget(form.construction_type_07_03_v2_price) }}           
  5936.                                                                     </div>
  5937.                                                                     {{ form_errors(form.construction_type_07_03_v2) }}
  5938.                                                                 </td>
  5939.                                                             </tr> 
  5940.                                                             <tr class=\"construction_type_07_04_v1\">
  5941.                                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  5942.                                                                 <td>
  5943.                                                                     <div class=\"fill v4\">
  5944.                                                                         {% for key,val in form.construction_type_07_04_v1.vars.choices %}
  5945.                                                                             <label class=\"form-check\">
  5946.                                                                                 <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 %} />
  5947.                                                                                 {{ val.label | trans }} 
  5948.                                                                             </label>
  5949.                                                                         {% endfor %}            
  5950.                                                                         {{ form_widget(form.construction_type_07_04_v1_price) }}        
  5951.                                                                     </div>
  5952.                                                                     {{ form_errors(form.construction_type_07_04_v1) }}
  5953.                                                                 </td>
  5954.                                                             </tr> 
  5955.                                                             <tr class=\"construction_type_07_04_v2\">
  5956.                                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  5957.                                                                 <td>
  5958.                                                                     <div class=\"fill v4\">
  5959.                                                                         {% for key,val in form.construction_type_07_04_v2.vars.choices %}
  5960.                                                                             <label class=\"form-check\">
  5961.                                                                                 <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 %} />
  5962.                                                                                 {{ val.label | trans }} 
  5963.                                                                             </label>
  5964.                                                                         {% endfor %}     
  5965.                                                                         {{ form_widget(form.construction_type_07_04_v2_price) }}               
  5966.                                                                     </div>
  5967.                                                                     {{ form_errors(form.construction_type_07_04_v2) }}
  5968.                                                                 </td>
  5969.                                                             </tr> 
  5970.                                                             <tr class=\"construction_type_07_04_v3\">
  5971.                                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  5972.                                                                 <td>
  5973.                                                                     <div class=\"fill v4\">
  5974.                                                                         {% for key,val in form.construction_type_07_04_v3.vars.choices %}
  5975.                                                                             <label class=\"form-check\">
  5976.                                                                                 <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 %} />
  5977.                                                                                 {{ val.label | trans }} 
  5978.                                                                             </label>
  5979.                                                                         {% endfor %}
  5980.                                                                         {{ form_widget(form.construction_type_07_04_v3_price) }}
  5981.                                                                     </div>
  5982.                                                                     {{ form_errors(form.construction_type_07_04_v3) }}
  5983.                                                                 </td>
  5984.                                                             </tr> 
  5985.                                                             <tr class=\"content-1\">
  5986.                                                                 <td><p>エアコン設置場所</p></td>
  5987.                                                                  <td>
  5988.                                                                     <div class=\"fill v4\">
  5989.                                                                         {% for key,val in form.construction_floor_07.vars.choices %}
  5990.                                                                             <label class=\"form-check\">
  5991.                                                                                 <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 %} />
  5992.                                                                                 {{ val.label | trans }} 
  5993.                                                                             </label>
  5994.                                                                         {% endfor %}
  5995.                                                                     </div>
  5996.                                                                     {{ form_errors(form.construction_floor_07) }}
  5997.                                                                 </td>
  5998.                                                             </tr> 
  5999.                                                             <tr class=\"content-1\">
  6000.                                                                 <td><p>エレベーターの有無</p><small>※3階以上の場合</small></td>
  6001.                                                                 <td>
  6002.                                                                     <div class=\"fill v4\">
  6003.                                                                         {% for key,val in form.elevator_07.vars.choices %}
  6004.                                                                             <label class=\"form-check\">
  6005.                                                                                 <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 %} />
  6006.                                                                                 {{ val.label | trans }} 
  6007.                                                                             </label>
  6008.                                                                         {% endfor %}
  6009.                                                                         {{ form_errors(form.elevator_07) }}
  6010.                                                                         {{ form_widget(form.elevator_07_price) }}
  6011.                                                                     </div>
  6012.                                                                 </td>
  6013.                                                             </tr> 
  6014.                                                             <tr class=\"content-1\">
  6015.                                                                 <td><p>コンセントの有無</p></td>
  6016.                                                                 <td>
  6017.                                                                     <div class=\"fill v4\">
  6018.                                                                         {% for key,val in form.electrical_outlet_07.vars.choices %}
  6019.                                                                             <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap;\">
  6020.                                                                                 <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 %} />
  6021.                                                                                 {{ val.label | trans }} 
  6022.                                                                                 {% if val.value == \"なし(別途工事が必要になります)\" %}
  6023.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
  6024.                                                                                 {% endif %}
  6025.                                                                                 {% if val.value == \"不明\" %}
  6026.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
  6027.                                                                                 {% endif %}
  6028.                                                                             </label>
  6029.                                                                         {% endfor %}
  6030.                                                                         {{ form_errors(form.electrical_outlet_07) }}
  6031.                                                                         {{ form_widget(form.electrical_outlet_07_price) }}
  6032.                                                                     </div>
  6033.                                                                 </td>
  6034.                                                             </tr> 
  6035.                                                             <tr class=\"electrical_outlet_07_02\">
  6036.                                                                 <td><p>コンセントの有無</p><small>2段階目</small></td>
  6037.                                                                 <td>
  6038.                                                                     <div class=\"fill v4\">
  6039.                                                                         {% for key,val in form.electrical_outlet_07_02.vars.choices %}
  6040.                                                                             <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap;\">
  6041.                                                                                 <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 %} />
  6042.                                                                                 {{ val.label | trans }} 
  6043.                                                                             </label>
  6044.                                                                         {% endfor %}
  6045.                                                                         {{ form_errors(form.electrical_outlet_07_02) }}
  6046.                                                                         {{ form_widget(form.electrical_outlet_07_02_price) }}
  6047.                                                                     </div>
  6048.                                                                 </td>
  6049.                                                             </tr>    
  6050.                                                             <tr class=\"content-1\">
  6051.                                                                 <td><p>建物の契約アンペア</p></td>
  6052.                                                                 <td>
  6053.                                                                     <div class=\"fill v4\">
  6054.                                                                         {% for key,val in form.contract_amp.vars.choices %}
  6055.                                                                             <label class=\"form-check flex\">
  6056.                                                                                 <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 %}/>
  6057.                                                                                 {{ val.label | trans }} 
  6058.                                                                             </label>
  6059.                                                                         {% endfor %}
  6060.                                                                     </div>
  6061.                                                                     {{ form_errors(form.contract_amp) }}
  6062.                                                                 </td>
  6063.                                                             </tr> 
  6064.                                                             <tr class=\"content-1\">
  6065.                                                                 <td><p>コンセントアース端子</p></td>
  6066.                                                                 <td>
  6067.                                                                     <div class=\"fill v4\">
  6068.                                                                         {% for key,val in form.outlet_earth.vars.choices %}
  6069.                                                                             <label class=\"form-check flex\">
  6070.                                                                                 <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 %}/>
  6071.                                                                                 {{ val.label | trans }} 
  6072.                                                                                 {% if val.value == \"なし\" %}
  6073.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  6074.                                                                                 {% endif %}
  6075.                                                                                 {% if val.value == \"不明\" %}
  6076.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  6077.                                                                                 {% endif %}
  6078.                                                                             </label>
  6079.                                                                         {% endfor %}
  6080.                                                                     </div>
  6081.                                                                     {{ form_errors(form.outlet_earth) }}
  6082.                                                                 </td>
  6083.                                                             </tr>  
  6084.                                                             <tr class=\"content-1\">
  6085.                                                                 <td><p>配管穴の有無</p></td>
  6086.                                                                 <td>
  6087.                                                                     <div class=\"fill v4 vip\">
  6088.                                                                         {% for key,val in form.room_size_07.vars.choices %}
  6089.                                                                             <label class=\"form-check flex\">
  6090.                                                                                 <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 %}/>
  6091.                                                                                 {{ val.label | trans }} 
  6092.                                                                                 {% if val.value == \"不明\" %}
  6093.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
  6094.                                                                                 {% endif %}
  6095.                                                                             </label>
  6096.                                                                         {% endfor %}
  6097.                                                                     </div>
  6098.                                                                     {{ form_errors(form.room_size_07) }}
  6099.                                                                     <img style=\"margin-left: auto;\" src=\"{{ asset('assets/img/contact/') }}hole-sample.jpg\" alt=\"配管穴の有無\">
  6100.                                                                 </td>
  6101.                                                             </tr> 
  6102.                                                             
  6103.                                                             {% if (countProductBasic != 0)  %}
  6104.                                                             <tr class=\"room_size_07_02\">
  6105.                                                                 <td><p>配管穴の有無</p><small>2段階目</small></td>
  6106.                                                                 <td>
  6107.                                                                     <div class=\"fill v4\">
  6108.                                                                         {% for key,val in form.room_size_07_02.vars.choices %}
  6109.                                                                             <label class=\"form-check flex\">
  6110.                                                                                 <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 %}/>
  6111.                                                                                 {{ val.label | trans }} 
  6112.                                                                             </label>
  6113.                                                                         {% endfor %}
  6114.                                                                     </div>
  6115.                                                                     {{ form_errors(form.room_size_07_02) }}
  6116.                                                                 </td>
  6117.                                                             </tr> 
  6118.                                                             {% endif %}
  6119.                                                             <tr class=\"room_size_07_03_v1\">
  6120.                                                                 <td><p>建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
  6121.                                                                 <td>
  6122.                                                                     <div class=\"fill v4\">
  6123.                                                                         {% for key,val in form.room_size_07_03_v1.vars.choices %}
  6124.                                                                             <label class=\"form-check flex\">
  6125.                                                                                 <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 %}/>
  6126.                                                                                 {{ val.label | trans }} 
  6127.                                                                                 {% if val.value == \"その他\" %}
  6128.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  6129.                                                                                 {% endif %}
  6130.                                                                                 {% if val.value == \"不明\" %}
  6131.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  6132.                                                                                 {% endif %}
  6133.                                                                             </label>
  6134.                                                                         {% endfor %}
  6135.                                                                         {{ form_widget(form.room_size_07_03_v1_price) }}
  6136.                                                                     </div>
  6137.                                                                     {{ form_errors(form.room_size_07_03_v1) }}                                                    
  6138.                                                                 </td>
  6139.                                                             </tr> 
  6140.                                                             <tr class=\"room_size_07_03_v2\">
  6141.                                                                 <td><p>建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
  6142.                                                                 <td>
  6143.                                                                     <div class=\"fill v4\">
  6144.                                                                         {% for key,val in form.room_size_07_03_v2.vars.choices %}
  6145.                                                                             <label class=\"form-check flex\">
  6146.                                                                                 <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 %}/>
  6147.                                                                                 {{ val.label | trans }} 
  6148.                                                                                 {% if val.value == \"その他\" %}
  6149.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  6150.                                                                                 {% endif %}
  6151.                                                                                 {% if val.value == \"不明\" %}
  6152.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  6153.                                                                                 {% endif %}
  6154.                                                                             </label>
  6155.                                                                         {% endfor %}
  6156.                                                                         {{ form_widget(form.room_size_07_03_v2_price) }}
  6157.                                                                     </div>
  6158.                                                                     {{ form_errors(form.room_size_07_03_v2) }}                                                    
  6159.                                                                 </td>
  6160.                                                             </tr> 
  6161.                                                             <tr class=\"content-1\">
  6162.                                                                 <td><p>設置予定場所の<br class=\"pc\" />配管の状態</p></td>
  6163.                                                                 <td style=\"flex-direction: column;\">
  6164.                                                                     <div class=\"fill v5 up\">
  6165.                                                                         {% set idx = 0 %}
  6166.                                                                         {% for key,val in form.piping_status_07.vars.choices %}
  6167.                                                                             {% set idx = idx + 1 %}
  6168.                                                                             {% if idx <= 2 %}
  6169.                                                                                 <div class=\"group\">
  6170.                                                                                     <label class=\"form-check v2\">
  6171.                                                                                         <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 %} />
  6172.                                                                                         {{ val.label | trans }} 
  6173.                                                                                     </label>
  6174.                                                                                     <img src=\"{{ asset('assets/img/form-0y/') }}line-option-0{{ idx }}.jpg\" alt=\"\">
  6175.                                                                                 </div>
  6176.                                                                             {% endif %}
  6177.                                                                         {% endfor %}
  6178.                                                                     </div>
  6179.                                                                     <div class=\"fill v5\">
  6180.                                                                         {% set idx = 0 %}
  6181.                                                                         {% for key,val in form.piping_status_07.vars.choices %}
  6182.                                                                             {% set idx = idx + 1 %}
  6183.                                                                             {% if idx > 2 %}
  6184.                                                                                 <label class=\"form-check\">
  6185.                                                                                     <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 %} />
  6186.                                                                                     {{ val.label | trans }} 
  6187.                                                                                 </label>
  6188.                                                                             {% endif %}
  6189.                                                                         {% endfor %}
  6190.                                                                     </div>
  6191.                                                                     {{ form_errors(form.piping_status_07) }}
  6192.                                                                 </td>
  6193.                                                             </tr>
  6194.                                                             <tr class=\"piping_status_07_02\">
  6195.                                                                 <td><p>設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
  6196.                                                                 <td>
  6197.                                                                     <div class=\"fill v4\">
  6198.                                                                         {% for key,val in form.piping_status_07_02.vars.choices %}
  6199.                                                                             <label class=\"form-check flex\">
  6200.                                                                                 <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 %}/>
  6201.                                                                                 {{ val.label | trans }} 
  6202.                                                                             </label>
  6203.                                                                         {% endfor %}
  6204.                                                                         {{ form_widget(form.piping_status_07_02_price) }}
  6205.                                                                     </div>
  6206.                                                                     {{ form_errors(form.piping_status_07_02) }}
  6207.                                                                 </td>
  6208.                                                             </tr> 
  6209.                                                             {% if (countProductBasic != 0)  %}
  6210.                                                             <tr class=\"content-1\">
  6211.                                                                 <td><p>室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  6212.                                                                 <td>
  6213.                                                                     <div class=\"fill v4\" style=\"order: 2;\">
  6214.                                                                         {% for key,val in form.indoor_cover_07.vars.choices %}
  6215.                                                                             <label class=\"form-check flex\">
  6216.                                                                                 <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 %} />
  6217.                                                                                 {{ val.label | trans }} 
  6218.                                                                                 {% if val.value == \"必要(2m以内)\" %}
  6219.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
  6220.                                                                                 {% endif %}
  6221.                                                                                 {% if val.value == \"未定\" %}
  6222.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
  6223.                                                                                 {% endif %}
  6224.                                                                             </label>
  6225.                                                                         {% endfor %}                    
  6226.                                                                         {{ form_widget(form.indoor_cover_07_price) }}
  6227.                                                                     </div>
  6228.                                                                     {{ form_errors(form.indoor_cover_07) }}
  6229.                                                                     <img style=\"margin-left: auto; order: 3;\" src=\"{{ asset('assets/img/contact/') }}item-1.jpg\" alt=\"室内化粧カバー\">
  6230.                                                                 </td>
  6231.                                                             </tr> 
  6232.                                                             <tr class=\"content-1\">
  6233.                                                                 <td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  6234.                                                                 <td>                
  6235.                                                                     <div class=\"fill v4\">
  6236.                                                                         {% for key,val in form.outdoor_cover.vars.choices %}
  6237.                                                                             <label class=\"form-check flex\">
  6238.                                                                                 <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 %} />
  6239.                                                                                 {{ val.label | trans }} 
  6240.                                                                                 {% if val.value == \"その他\" %}
  6241.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  6242.                                                                                 {% endif %}
  6243.                                                                             </label>
  6244.                                                                         {% endfor %}                    
  6245.                                                                     </div>
  6246.                                                                     {{ form_errors(form.outdoor_cover) }}
  6247.                                                                     <img style=\"margin-left: auto;\" src=\"{{ asset('assets/img/contact/') }}item-2.jpg\" alt=\"室外化粧カバー\">
  6248.                                                                 </td>
  6249.                                                             </tr> 
  6250.                                                             <tr class=\"outdoor_cover_02\">
  6251.                                                                 <td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
  6252.                                                                 <td>                
  6253.                                                                     <div class=\"fill v4\">
  6254.                                                                         {% for key,val in form.outdoor_cover_02.vars.choices %}
  6255.                                                                             <label class=\"form-check\" >
  6256.                                                                                 <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 %} />
  6257.                                                                                 {{ val.label | trans }} 
  6258.                                                                                 {% if val.value == \"再使用(交換)同階\" %}
  6259.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  6260.                                                                                 {% endif %}
  6261.                                                                                 {% if val.value == \"再使用(交換)異階\" %}
  6262.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  6263.                                                                                 {% endif %}
  6264.                                                                             </label>
  6265.                                                                         {% endfor %}                    
  6266.                                                                         {{ form_widget(form.outdoor_cover_02_price) }}
  6267.                                                                     </div>
  6268.                                                                     {{ form_errors(form.outdoor_cover_02) }}
  6269.                                                                 </td>
  6270.                                                             </tr>
  6271.                                                             <tr class=\"content-1\">
  6272.                                                                 <td><p>室外機の設置場所(既設場所・希望設置場所)</p></td>
  6273.                                                                 <td>                
  6274.                                                                     <div class=\"fill v4\">
  6275.                                                                         {% for key,val in form.construction_outdoor_07.vars.choices %}
  6276.                                                                             <label class=\"form-check flex\">
  6277.                                                                                 <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 %} />
  6278.                                                                                 {{ val.label | trans }} 
  6279.                                                                                 {% if val.value == \"その他\" %}
  6280.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  6281.                                                                                 {% endif %}
  6282.                                                                             </label>
  6283.                                                                         {% endfor %}
  6284.                                                                         {{ form_widget(form.construction_outdoor_07_price) }}
  6285.                                                                     </div>
  6286.                                                                     {{ form_errors(form.construction_outdoor_07) }}
  6287.                                                                 </td>
  6288.                                                             </tr>
  6289.                                                             {% endif %}
  6290.                                                             <tr class=\"content-1\">
  6291.                                                                 <td><p>室外機の設置方法(既設方法・希望設置方法)</p></td>
  6292.                                                                 <td>
  6293.                                                                     <div class=\"fill v4\">
  6294.                                                                         {% for key,val in form.setting_install_method.vars.choices %}
  6295.                                                                             <label class=\"form-check\">
  6296.                                                                                 <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 %} />
  6297.                                                                                 {{ val.label | trans }} 
  6298.                                                                             </label>
  6299.                                                                         {% endfor %}
  6300.                                                                     </div>
  6301.                                                                     {{ form_errors(form.setting_install_method) }}
  6302.                                                                     <div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
  6303.                                                                         {% for key,val in form.construction_method_07_v1.vars.choices %}
  6304.                                                                             <label class=\"form-check flex\">
  6305.                                                                                 <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 %} />
  6306.                                                                                 {{ val.label | trans }} 
  6307.                                                                                 {% if val.value == \"⑧不明(記載)\" %}
  6308.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  6309.                                                                                 {% endif %}
  6310.                                                                             </label>
  6311.                                                                         {% endfor %}
  6312.                                                                         <img style=\"margin-top: 3rem;\" src=\"{{ asset('assets/img/form-0y/install-option.jpg') }}\" alt=\"\">
  6313.                                                                         {{ form_widget(form.construction_method_07_v1_price) }}            
  6314.                                                                     </div>
  6315.                                                                     {{ form_errors(form.construction_method_07_v1) }}
  6316.                                                                     <div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
  6317.                                                                         {% for key,val in form.construction_method_07_v2.vars.choices %}
  6318.                                                                             <label class=\"form-check flex\">
  6319.                                                                                 <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 %} />
  6320.                                                                                 {{ val.label | trans }} 
  6321.                                                                                 {% if val.value == \"⑧不明(記載)\" %}
  6322.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  6323.                                                                                 {% endif %}
  6324.                                                                             </label>
  6325.                                                                         {% endfor %}
  6326.                                                                         <img style=\"margin-top: 3rem;\" src=\"{{ asset('assets/img/form-0y/install-option.jpg') }}\" alt=\"\">     
  6327.                                                                         {{ form_widget(form.construction_method_07_v2_price) }}               
  6328.                                                                     </div>
  6329.                                                                     {{ form_errors(form.construction_method_07_v2) }}                                                    
  6330.                                                                 </td>
  6331.                                                             </tr>
  6332.                                                         </table>
  6333.                                                         <div class=\"result\">
  6334.                                                             <p>概算合計金額</p>
  6335.                                                             <p id=\"total-price\">00,000円</p>
  6336.                                                             {{ form_widget(form.construction_base_price_1) }}
  6337.                                                             {{ form_widget(form.construction_base_price_2) }}
  6338.                                                             {{ form_widget(form.construction_base_price_3) }}
  6339.                                                             {{ form_widget(form.construction_total_price) }}
  6340.                                                             {{ form_widget(form.construction_discount) }}
  6341.                                                         </div>
  6342.                                                         <div style=\"text-align: right;\" class=\"pc\">
  6343.                                                             「
  6344.                                                             本体価格 <span class=\"product_price\"></span>円、
  6345.                                                             標準工事 <span class=\"base_price\"></span>円、
  6346.                                                             追加工事 <span class=\"add_price\"></span>円
  6347.                                                             」
  6348.                                                         </div>
  6349.                                                         <div style=\"text-align: right;\" class=\"sp\">
  6350.                                                             本体価格 <span class=\"product_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
  6351.                                                             標準工事 <span class=\"base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
  6352.                                                             追加工事 <span class=\"add_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円
  6353.                                                         </div> 
  6354.                                                     </div>
  6355.                                                 </div>                            
  6356.                                             </div>
  6357.                                         </div>
  6358.                                     </div>
  6359.                                 </div>
  6360.                                 <div class=\"check\">
  6361.                                     <input type=\"checkbox\" name=\"\" id=\"\" required=\"true\">
  6362.                                     <label for=\"\"><a href=\"{{ url('help_privacy') }}\" target=\"_blank\">「プライバシーポリシー」</a>に同意する</label>
  6363.                                 </div>
  6364.                             </div>
  6365.                             <div class=\"list-btn\">
  6366.                                 <button type=\"button\" class=\"btn btn-sd btn-back\" id=\"btn-back\">
  6367.                                     <span>戻る</span>
  6368.                                 </button>
  6369.                                 <button type=\"submit\" class=\"btn btn-sd\" id=\"btn-confirm\" name=\"mode\" value=\"confirm\">
  6370.                                     <span>次へ</span>
  6371.                                 </button>
  6372.                             </div>
  6373.                         </form>
  6374.                     </div>
  6375.                 </div>
  6376.             </div>
  6377.         </div>
  6378.     </div>
  6379. {% endblock %}
  6380. ""@user_data/loan_examination.twig""/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/user_data/loan_examination.twig");
  6381.     }
  6382. }