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

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.         p.required{
  61.             display: flex;
  62.             align-items: flex-start;
  63.             flex-wrap: wrap;
  64.             justify-content: flex-start;
  65.             gap: 0 1rem;
  66.         }
  67.         p.required:after{
  68.             content: \"【必須】\";
  69.             font-size: 1.2rem;
  70.             color: #db0000;
  71.             margin-top: 0.5rem;
  72.         }
  73.         .horizontal{
  74.             display: flex;
  75.             justify-content: flex-start;
  76.             align-items: center;
  77.             flex-wrap: wrap;
  78.         }
  79.         .address .error-empty{
  80.             position: relative!important;
  81.             top: unset!important;
  82.         }
  83.         .horizontal .form-check{
  84.             padding-left: 0;
  85.             margin-right: 2rem;
  86.         }
  87.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input{
  88.             margin-left: 0;
  89.         }
  90.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input[type=\"text\"]{
  91.             max-width: 100px;
  92.         }
  93.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label span{
  94.             margin-right: 2rem;
  95.         }
  96.         ";
  97.         // line 47
  98.         echo "    </style>
  99. ";
  100.         
  101.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  102.         
  103.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  104.     }
  105.     // line 50
  106.     public function block_javascript($context, array $blocks = [])
  107.     {
  108.         $macros $this->macros;
  109.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  110.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  111.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  112.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  113.         // line 51
  114.         echo "    <script src=\"https://ajaxzip3.github.io/ajaxzip3.js\" charset=\"UTF-8\"></script>
  115.     <script type=\"text/javascript\">
  116.         \$(function() {
  117.             \$('.postal_code').click(function(event) {
  118.                 AjaxZip3.zip2addr('loan[postal_code]', '', 'loan[address][pref]', 'loan[address][addr01]');
  119.                 return false;
  120.             });
  121.             \$('.employed_postal_code').click(function(event) {
  122.                 AjaxZip3.zip2addr('loan[employed_postal_code]', '', 'loan[employed_address_pref]', 'loan[employed_address_addr01]');
  123.                 return false;
  124.             });
  125.             \$('.guarantor_postal_code').click(function(event) {
  126.                 AjaxZip3.zip2addr('loan[guarantor_postal_code]', '', 'loan[guarantor_address_pref]', 'loan[guarantor_address_addr01]');
  127.                 return false;
  128.             });
  129.             \$('.guarantor_company_postal_code').click(function(event) {
  130.                 AjaxZip3.zip2addr('loan[guarantor_company_postal_code]', '', 'loan[guarantor_company_address_pref]', 'loan[guarantor_company_address_addr01]');
  131.                 return false;
  132.             });
  133.         })
  134.     </script>
  135.     <script>
  136.         \$(document).ready(function() {
  137.             \$('form, input, select').attr('autocomplete', \"off\");
  138.             \$('input[name=\"loan[spouse]\"]').change(function() {
  139.                 var selectedValue = \$('input[name=\"loan[spouse]\"]:checked').val();
  140.                 if (selectedValue == \"有り\") {
  141.                     \$('select[name=\"loan[spouse_job]\"]').attr('required', 'required');
  142.                 } 
  143.                 else {
  144.                     \$('select[name=\"loan[spouse_job]\"]').removeAttr('required');
  145.                     \$('select[name=\"loan[spouse_job]\"]').closest('td').find('.error-empty').remove();
  146.                 }
  147.             });
  148.             \$('input[name=\"loan[household_paying]\"]').change(function() {
  149.                 var selectedValue = \$('input[name=\"loan[household_paying]\"]:checked').val();
  150.                 if (selectedValue == \"有り\") {
  151.                     \$('input[name=\"loan[household_paying_amount]\"]').attr('required', 'required');
  152.                 } 
  153.                 else {
  154.                     \$('input[name=\"loan[household_paying_amount]\"]').removeAttr('required');
  155.                     \$('input[name=\"loan[household_paying_amount]\"]').closest('td').find('.error-empty').remove();
  156.                 }
  157.             });
  158.             //Chỉ check phần trên hoặc phần dưới của お勤め先・ご収入について
  159.             \$('#employed input, #employed select, #employed textarea').change(function(event) {
  160.                 \$('#pensioner td').find('.error-empty').remove();
  161.             });
  162.             \$('#pensioner input, #pensioner select, #pensioner textarea').change(function(event) {
  163.                 \$('#employed td').find('.error-empty').remove();
  164.             });
  165.             var step_number = Number(\$('.ec-form-inquiry__group__step__item.active').data('step'));
  166.             \$('#btn-back').click(function(event) {
  167.                 \$(\"span.error-empty\").remove();
  168.                 if (step_number > 1) {
  169.                     step_number--;                    
  170.                     stepActive(step_number);
  171.                 }
  172.                 \$('body,html').animate({
  173.                     scrollTop: 250
  174.                 }, 300, 'swing');
  175.             });
  176.             \$(\"#btn-confirm\").click(function(event) {
  177.                 \$(\"span.error-empty\").remove();
  178.                 var employed_has_error = false;
  179.                 var pensioner_has_error = false;
  180.                 var has_error = false;
  181.                 if (step_number == 2) {
  182.                     // お勤め先・ご収入について chi check 1 phan
  183.                     \$('#employed select[required], #employed input[required], #employed 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.                                 employed_has_error = true;
  189.                             }
  190.                         }
  191.                         else if (input.val() == \"\"){
  192.                             employed_has_error = true;
  193.                         }
  194.                     });
  195.                     \$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').each(function() {
  196.                         var input = \$(this);
  197.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  198.                             var radio_name = input.attr('name');
  199.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  200.                                 pensioner_has_error = true;
  201.                             }
  202.                         }
  203.                         else if (input.val() == \"\"){
  204.                             pensioner_has_error = true;
  205.                         }
  206.                     });
  207.                 }
  208.                 if (step_number != 2 || (employed_has_error == true && pensioner_has_error == true)) {
  209.                     \$('.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() {
  210.                         var input = \$(this);
  211.                         var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");                
  212.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  213.                             var radio_name = input.attr('name');
  214.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  215.                                 input.before(input_empty);
  216.                                 has_error = true;
  217.                             }
  218.                         }
  219.                         else if (input.attr('type') == 'email' && validateEmail(input.val()) === false) {
  220.                             input.before(\$(\"<span>\").addClass(\"error-empty\").text(\"※正しくメールアドレスを入力してください\"));
  221.                         }
  222.                         else if (input.val() == \"\"){
  223.                             input.before(input_empty);
  224.                             has_error = true;
  225.                         }
  226.                         else {
  227.                             input_empty.remove();
  228.                         }
  229.                         input.on(\"change\", function() {
  230.                             if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  231.                                 input.closest('td').find('.error-empty').remove();
  232.                             }
  233.                             else {
  234.                                 input_empty.remove();
  235.                             }
  236.                         });
  237.                     });
  238.                 }
  239.                 if (has_error) {
  240.                     var position = \$(\".error-empty\").eq(0).offset().top - 250;
  241.                     \$('body,html').animate({
  242.                         scrollTop: position
  243.                     }, 300, 'swing');
  244.                     return false;
  245.                 }
  246.                 // chi xu ly tab, khong submit form
  247.                 if (step_number != 4) {
  248.                     step_number++;
  249.                     stepActive(step_number);
  250.                     \$('body,html').animate({
  251.                         scrollTop: 250
  252.                     }, 300, 'swing');
  253.                     return false;
  254.                 }
  255.                 if (employed_has_error == false) {
  256.                     \$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').removeAttr('required');
  257.                 }
  258.                 if (pensioner_has_error == false) {
  259.                     \$('#employed select[required], #employed input[required], #employed textarea[required]').removeAttr('required');
  260.                 }
  261.             });
  262.         });
  263.         /**
  264.          * Xu ly Tab
  265.          */
  266.         function stepActive(step_number) {
  267.             \$('.ec-form-inquiry__group__step__item').removeClass('active');
  268.             \$('.step-content').removeClass('active');
  269.             \$('.ec-form-inquiry__group__step__item.step-' + step_number).addClass('active');
  270.             \$('.step-content.step-' + step_number).addClass('active');
  271.             if (step_number > 1) {
  272.                 \$('#btn-back').addClass('active');
  273.             }
  274.             else {
  275.                 \$('#btn-back').removeClass('active');
  276.             }
  277.         }
  278.         /**
  279.          * Check mail
  280.          */
  281.         function validateEmail(email) {
  282.             var re = /\\S+@\\S+\\.\\S+/;
  283.             return re.test(email);
  284.         }
  285.     </script>
  286.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js\"></script>
  287.     <script>
  288.         var CountTatami = {
  289.             countType1: 0, //6-14
  290.             countType2: 0, //16-20
  291.             countType3: 0, //23-
  292.         };
  293.         var CountTatamiAll = {
  294.             countType1: 0, //6-14
  295.             countType2: 0, //16-20
  296.             countType3: 0, //23-
  297.         };
  298.         var CountTatamiLoan = {
  299.             countType1: 0, //6-14
  300.             countType2: 0, //16-20
  301.             countType3: 0, //23-
  302.         };
  303.         \$(function() {
  304.             //khi load page, nếu không chọn thì check tất cả product
  305.             if (\$('.construction_air:checked').length <= 0) {
  306.                 \$('.construction_air').prop('checked', true);
  307.             }
  308.             SetRequiredContent();
  309.             SetRequiredContent1();
  310.             SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  311.             SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  312.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  313.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  314.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  315.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  316.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  317.             SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  318.             SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
  319.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  320.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  321.             SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  322.             SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  323.             SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  324.             SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  325.             
  326.             \$(\"input[name='loan[desired_construction_work]']\").change(function() {
  327.                 SetRequiredContent();
  328.             });
  329.             \$(\"input[name='loan[desired_construction_work_02]']\").change(function() {
  330.                 SetRequiredContent1();
  331.                 CalcConstructionNumber();
  332.             });
  333.             \$(\"input[name='loan[construction_type_07]']\").change(function() {
  334.                 SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  335.                 SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  336.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  337.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  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[construction_type_07_02_v2]']\").change(function() {
  343.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  344.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  345.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  346.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  347.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  348.             });
  349.             \$(\"input[name='loan[construction_type_07_03_v1]']\").change(function() {
  350.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  351.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  352.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  353.             });
  354.             \$(\"input[name='loan[electrical_outlet_07]']\").change(function() {
  355.                 SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  356.             });
  357.             \$(\"input[name='loan[room_size_07]']\").change(function() {
  358.                 SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\"); 
  359.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  360.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  361.             });
  362.             \$(\"input[name='loan[room_size_07_02]']\").change(function() {
  363.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  364.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  365.             });
  366.             \$(\"input[name='loan[piping_status_07]']\").change(function() {
  367.                 SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  368.             });
  369.             \$(\"input[name='loan[outdoor_cover]']\").change(function() {
  370.                 SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  371.             });
  372.             \$(\"input[name='loan[setting_install_method]']\").change(function() {
  373.                 SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  374.                 SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  375.             });
  376.             CalcConstructionNumber();
  377.             \$('.construction_air').on('change', function() {
  378.                 if (\$('.construction_air:checked').length > 0) {
  379.                     \$('.construction_air').removeAttr('required');
  380.                 }
  381.                 else {
  382.                     \$('.construction_air').attr('required', 'required');
  383.                 }
  384.                 CalcConstructionNumber();
  385.                 CalcPrice();
  386.             });
  387.             
  388.             CalcPrice();
  389.             \$('input[type=\"radio\"]').on('change', function() {
  390.                 CalcPrice();
  391.             });
  392.         });
  393.         function SetRequiredContent() {
  394.             \$(\"input[name='loan[desired_construction_work]'][value='エアコン本体と設置工事をご希望の方']\").prop('checked', true);
  395.             ";
  396.         // line 382
  397.         if (((isset($context["checkCategory"]) || array_key_exists("checkCategory"$context) ? $context["checkCategory"] : (function () { throw new RuntimeError('Variable "checkCategory" does not exist.'382$this->source); })()) == 1)) {
  398.             // line 383
  399.             echo "                // Trường hợp loan thì mặc định 最終金額算出
  400.                 \$(\".ec-form-inquiry__group .table .list-item .item.active>table:first-child()\").css('display', 'none');
  401.                 \$(\"input[name='loan[desired_construction_work_02]'][value='最終金額算出']\").prop('checked', true);
  402.             ";
  403.         }
  404.         // line 387
  405.         echo "            
  406.             var selectedValue = \$(\"input[name='loan[desired_construction_work]']:checked\").val();
  407.             if (selectedValue === \"エアコン本体と設置工事をご希望の方\") {
  408.                 \$(\"#tableUnderTop\").css(\"display\", \"table\");
  409.                 \$(\"#tableUnderTop input, #tableThree input\").each(function(index, el) {
  410.                     if (\$(this).attr('type') != 'hidden') {
  411.                         \$(this).attr('required', 'required');
  412.                     }
  413.                 });
  414.                 \$(\"#tableThree\").css(\"display\", \"none\");
  415.                 \$(\"#tableThree input\").each(function(index, el) {
  416.                     \$(this).prop('checked', false).removeAttr('required');
  417.                 });
  418.             } 
  419.             else {
  420.                 \$(\"#tableUnderTop\").css(\"display\", \"none\");
  421.                 \$(\"#tableSecond\").css(\"display\", \"none\");
  422.                 \$(\"#tableThree\").css(\"display\", \"none\");
  423.                 \$(\"#tableUnderTop input, #tableSecond input, #tableThree input\").each(function(index, el) {
  424.                     \$(this).prop('checked', false).removeAttr('required');
  425.                 });
  426.             }
  427.             SetUnrequired();
  428.         }
  429.         function SetRequiredContent1() {
  430.             var selectedValue = \$(\"input[name='loan[desired_construction_work_02]']:checked\").val();
  431.             if (selectedValue === \"最終金額算出\") {
  432.                 \$(\"#tableThree\").css(\"display\", \"none\");
  433.                 \$(\"#tableThree input\").each(function(index, el) {
  434.                     \$(this).prop('checked', false).removeAttr('required');
  435.                 });
  436.                 \$(\"#tableSecond\").css(\"display\", \"table\");
  437.                 \$(\"#tableSecond .content-1 input\").each(function(index, el) {
  438.                     if (\$(this).attr('name') != 'construction_date_2' && \$(this).attr('name') != 'construction_date_3' &&  \$(this).attr('type') != 'hidden') {
  439.                         \$(this).attr('required', 'required');
  440.                     }
  441.                 });
  442.             } 
  443.             else if (selectedValue === \"新居等への引越しのため設置場所の詳細確認不可\") {
  444.                 \$(\"#tableSecond\").css(\"display\", \"none\");
  445.                 \$(\"#tableSecond .content-1 input\").each(function(index, el) {
  446.                     \$(this).prop('checked', false).removeAttr('required');
  447.                 });
  448.                 \$(\"#tableThree\").css(\"display\", \"table\");
  449.                 \$(\"#tableThree input\").each(function(index, el) {
  450.                     if (\$(this).attr('type') != 'hidden') {
  451.                         \$(this).attr('required', 'required');
  452.                     }
  453.                 });
  454.             }
  455.             else {
  456.                 \$(\"#tableSecond\").css(\"display\", \"none\");
  457.                 \$(\"#tableThree\").css(\"display\", \"none\");
  458.                 \$(\"#tableSecond .content-1 input, #tableThree input\").each(function(index, el) {
  459.                     \$(this).prop('checked', false).removeAttr('required');
  460.                 });
  461.             }
  462.             SetUnrequired();
  463.         }
  464.         function SetRequiredContent2(nameInput, condition , classCheck) {
  465.             var selectedValue = \$(\"input[name='loan[\"+ nameInput +\"]']:checked\").val();
  466.             if (selectedValue === condition) {
  467.                 \$(classCheck).css(\"display\", \"flex\");
  468.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  469.                     if (\$(this).attr('type') != 'hidden') {
  470.                         \$(this).attr('required', 'required');
  471.                     }
  472.                 });
  473.             } else {
  474.                 \$(classCheck).css(\"display\", \"none\");
  475.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  476.                     \$(this).prop('checked', false).removeAttr('required');
  477.                 });
  478.             }
  479.             SetUnrequired();
  480.         }
  481.         function SetUnrequired() {
  482.             \$('input[name=\"loan[address][addr02]\"]').removeAttr('required');
  483.             \$('input[name=\"loan[tel_number_type]\"]').removeAttr('required');
  484.             \$('input[name=\"loan[tel_number]\"]').removeAttr('required');
  485.             \$('input[name=\"loan[electrical_outlet_07_02]\"]').removeAttr('required');
  486.             \$('input[name=\"loan[outlet_earth]\"]').removeAttr('required');
  487.             \$('input[name=\"loan[image_3]\"]').removeAttr('required');
  488.             \$('input[name=\"loan[floor]\"]').removeAttr('required');
  489.             \$('.custom-file img').each(function(index, el) {
  490.                 if (\$(this).attr('src') != \"\") {
  491.                     \$(this).closest('.custom-file').find('input').removeAttr('required');
  492.                 }
  493.             });
  494.         }
  495.         /**
  496.          * Tính giá tiền
  497.          */
  498.         function CalcPrice() {
  499.             var product_total_price = Number(\$('#product_total_price').val());
  500.             \$('#construction_base_price_1').val(0);
  501.             \$('#construction_base_price_2').val(0);
  502.             \$('#construction_base_price_3').val(0);
  503.             \$('#construction_total_price').val(0);
  504.             \$('#construction_discount').val(0);
  505.             \$('#total-price').text(numeral(product_total_price).format('0,0') + \"円\");
  506.             // \$('.product_price').text(numeral(product_total_price).format('0,0'));
  507.             \$('.product_base_price').text(numeral(product_total_price + 0).format('0,0'));
  508.             \$('.base_price').text(0);
  509.             \$('.add_price').text(0);
  510.         }
  511.         /**
  512.          * Đếm số lượng cần thi công
  513.          */
  514.         function CalcConstructionNumber() {            
  515.             CountTatami.countType1 = 0;
  516.             CountTatami.countType2 = 0;
  517.             CountTatami.countType3 = 0;
  518.             CountTatamiAll.countType1 = 0;
  519.             CountTatamiAll.countType2 = 0;
  520.             CountTatamiAll.countType3 = 0;
  521.             CountTatamiLoan.countType1 = 0;
  522.             CountTatamiLoan.countType2 = 0;
  523.             CountTatamiLoan.countType3 = 0;
  524.             var construction_air = []
  525.             var product_total_price = 0;
  526.             \$('.construction_air').each(function(index, el) {
  527.                 let quantity = \$(this).data('quantity');
  528.                 let price = \$(this).data('price');
  529.                 let tatami = \$(this).data('tatami');
  530.                 let loan = \$(this).data('loan');
  531.                 if (tatami >= 6 && tatami <= 14) {
  532.                     CountTatamiAll.countType1 += quantity;
  533.                     if (loan == 1) {
  534.                         CountTatamiLoan.countType1 += quantity;
  535.                     }
  536.                 } else if (tatami >= 16 && tatami <= 20) {
  537.                     CountTatamiAll.countType2 += quantity;
  538.                     if (loan == 1) {
  539.                         CountTatamiLoan.countType2 += quantity;
  540.                     }
  541.                 } else if (tatami >= 23) {
  542.                     CountTatamiAll.countType3 += quantity;
  543.                     if (loan == 1) {
  544.                         CountTatamiLoan.countType3 += quantity;
  545.                     }
  546.                 }
  547.                 if (\$(this).is(':checked')) {
  548.                     product_total_price += price;
  549.                     if (tatami >= 6 && tatami <= 14) {
  550.                         CountTatami.countType1 += quantity;
  551.                     } else if (tatami >= 16 && tatami <= 20) {
  552.                         CountTatami.countType2 += quantity;
  553.                         
  554.                     } else if (tatami >= 23) {
  555.                         CountTatami.countType3 += quantity;
  556.                     }
  557.                     construction_air.push(\$(this).val());
  558.                 }                
  559.             });
  560.             \$('#loan_construction_air').val(construction_air.toString());
  561.             \$('#loan_number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
  562.             \$('#product_total_price').val(product_total_price);
  563.         }
  564.         \$(document).ready(function(){
  565.             \$(\".custom-file input[type='file']\").change(function(){
  566.                 var filePath = \$(this).val();
  567.                 var fileName = filePath.split('\\\\').pop();
  568.                 var label = \$(this).parent().find(\"label\");
  569.                 label.text(fileName);
  570.                 var hiddenInputId = \$(this).attr(\"id\") + \"-filename\";
  571.                 \$(\"#\" + hiddenInputId).val(fileName);
  572.                 \$(this).parent().find(\"label\").css(\"color\", \"rgba(0, 0, 0, 1)\");
  573.             });
  574.         });
  575.     </script>
  576. ";
  577.         
  578.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  579.         
  580.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  581.     }
  582.     // line 585
  583.     public function block_main($context, array $blocks = [])
  584.     {
  585.         $macros $this->macros;
  586.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  587.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  588.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  589.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  590.         // line 586
  591.         echo "    <div class=\"ec-inquiry-page\">
  592.     \t<div class=\"ec-banner\">
  593.             <div class=\"ec-banner__inner\">
  594.                 <div class=\"inner\">
  595.                     <h2>
  596.                         エアココ自社ローン審査フォーム
  597.                     </h2>
  598.                 </div>
  599.             </div>
  600.             <div class=\"ec-breadcrumb\">
  601.                 <ul class=\"ec-breadcrumb__menu\">
  602.                     <li class=\"ec-breadcrumb__item\"><a href=\"";
  603.         // line 598
  604.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  605.         echo "\">TOP</a></li>
  606.                     <li class=\"ec-breadcrumb__item\"><span>></span></li>
  607.                     <li class=\"ec-breadcrumb__item\"><p>エアココ自社ローン審査フォーム</p></li>
  608.                 </ul>
  609.             </div>
  610.         </div>
  611.         <div class=\"ec-form-inquiry-main\">
  612.             <div class=\"ec-form-inquiry__inner\">
  613.                 <div class=\"inner\">
  614.                     <div class=\"ec-form-inquiry__group\">
  615.                         <div class=\"ec-form-inquiry__group__step\">
  616.                             <ul class=\"ec-form-inquiry__group__step__items\">
  617.                                 <li class=\"ec-form-inquiry__group__step__item step-1 active\" data-step=\"1\">
  618.                                     <span>STEP1</span>
  619.                                     <span>ご本人様について</span>
  620.                                 </li>
  621.                                 <li class=\"ec-form-inquiry__group__step__item step-2\" data-step=\"2\">
  622.                                     <span>STEP2</span>
  623.                                     <span>お勤め先・ご収入</span>
  624.                                 </li>
  625.                                 <li class=\"ec-form-inquiry__group__step__item step-3\" data-step=\"3\">
  626.                                     <span>STEP3</span>
  627.                                     <span>連帯保証人の方</span>
  628.                                 </li>
  629.                                 <li class=\"ec-form-inquiry__group__step__item step-4\" data-step=\"4\">
  630.                                     <span>STEP4</span>
  631.                                     <span>工事内容の最終確認</span>
  632.                                 </li>
  633.                                 <li class=\"ec-form-inquiry__group__step__item step-5\" data-step=\"5\">
  634.                                     <span>STEP5</span>
  635.                                     <span>ご確認</span>
  636.                                 </li>
  637.                                 <li class=\"ec-form-inquiry__group__step__item step-6\" data-step=\"6\">
  638.                                     <span>STEP6</span>
  639.                                     <span>完了</span>
  640.                                 </li>
  641.                             </ul>
  642.                         </div>
  643.                         <form id=\"loan_examination_form\" method=\"post\" action=\"";
  644.         // line 638
  645.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loan_examination");
  646.         echo "\" class=\"h-adr\" enctype=\"multipart/form-data\">
  647.                             <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  648.                             ";
  649.         // line 641
  650.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'641$this->source); })()), "_token", [], "any"falsefalsefalse641), 'widget');
  651.         echo "
  652.                             <div class=\"step-content step-1 active\">
  653.                                 <div class=\"step-content__title\">ご本人様について</div>
  654.                                 <div class=\"table\">
  655.                                     ";
  656.         // line 647
  657.         echo "                                    <div class=\"list-item\">
  658.     \t                                <div class=\"item\">
  659.     \t\t                                <table>
  660.     \t\t\t                                <tr>
  661.     \t\t\t\t                                <td><p class=\"required\">お名前</p></td>
  662.     \t\t\t\t                                <td>
  663.     \t\t\t\t\t                                <div class=\"fill\">
  664.     \t\t\t\t\t\t                                <label>
  665.     \t\t\t\t\t\t\t                                姓
  666.     \t\t\t\t\t\t\t                                ";
  667.         // line 656
  668.         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.'656$this->source); })()), "name", [], "any"falsefalsefalse656), "name01", [], "any"falsefalsefalse656), 'widget', ["attr" => ["placeholder" => "姓"]]);
  669.         echo "
  670.     \t\t\t\t\t\t                                </label>
  671.     \t\t\t\t\t                                </div>
  672.     \t\t\t\t\t                                <div class=\"fill\">
  673.     \t\t\t\t\t\t                                <label>
  674.     \t\t\t\t\t\t\t                                名
  675.     \t\t\t\t\t\t\t                                ";
  676.         // line 662
  677.         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.'662$this->source); })()), "name", [], "any"falsefalsefalse662), "name02", [], "any"falsefalsefalse662), 'widget', ["attr" => ["placeholder" => "名"]]);
  678.         echo "
  679.     \t\t\t\t\t\t                                </label>
  680.     \t\t\t\t\t                                </div>
  681.     \t\t\t\t\t                                ";
  682.         // line 665
  683.         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); })()), "name", [], "any"falsefalsefalse665), "name01", [], "any"falsefalsefalse665), 'errors');
  684.         echo "
  685.     \t\t\t\t\t                                ";
  686.         // line 666
  687.         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.'666$this->source); })()), "name", [], "any"falsefalsefalse666), "name02", [], "any"falsefalsefalse666), 'errors');
  688.         echo "
  689.     \t\t\t\t                                </td>
  690.     \t\t\t                                </tr>
  691.                                                 <tr>
  692.                                                     <td><p class=\"required\">フリガナ</p></td>
  693.                                                     <td>
  694.                                                         <div class=\"fill\">
  695.                                                             <label>
  696.                                                                 セイ
  697.                                                                 ";
  698.         // line 675
  699.         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.'675$this->source); })()), "kana", [], "any"falsefalsefalse675), "kana01", [], "any"falsefalsefalse675), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  700.         echo "
  701.                                                             </label>
  702.                                                         </div>
  703.                                                         <div class=\"fill\">
  704.                                                             <label>
  705.                                                                 メイ
  706.                                                                 ";
  707.         // line 681
  708.         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.'681$this->source); })()), "kana", [], "any"falsefalsefalse681), "kana02", [], "any"falsefalsefalse681), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  709.         echo "
  710.                                                             </label>
  711.                                                         </div>
  712.                                                         ";
  713.         // line 684
  714.         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.'684$this->source); })()), "kana", [], "any"falsefalsefalse684), "kana01", [], "any"falsefalsefalse684), 'errors');
  715.         echo "
  716.                                                         ";
  717.         // line 685
  718.         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.'685$this->source); })()), "kana", [], "any"falsefalsefalse685), "kana02", [], "any"falsefalsefalse685), 'errors');
  719.         echo "
  720.                                                     </td>
  721.                                                 </tr>
  722.                                                 <tr>
  723.                                                     <td><p class=\"required\">性別</p></td>
  724.                                                     <td>
  725.                                                         <div class=\"fill horizontal\">
  726.                                                             ";
  727.         // line 692
  728.         $context['_parent'] = $context;
  729.         $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.'692$this->source); })()), "sex", [], "any"falsefalsefalse692), "vars", [], "any"falsefalsefalse692), "choices", [], "any"falsefalsefalse692));
  730.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  731.             // line 693
  732.             echo "                                                                <label class=\"form-check\">
  733.                                                                     <input type=\"radio\" name=\"";
  734.             // line 694
  735.             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.'694$this->source); })()), "sex", [], "any"falsefalsefalse694), "vars", [], "any"falsefalsefalse694), "full_name", [], "any"falsefalsefalse694), "html"nulltrue);
  736.             echo "\" value=\"";
  737.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse694), "html"nulltrue);
  738.             echo "\" ";
  739.             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.'694$this->source); })()), "sex", [], "any"falsefalsefalse694), "vars", [], "any"falsefalsefalse694), "data", [], "any"falsefalsefalse694) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse694))) {
  740.                 echo "checked";
  741.             }
  742.             echo " required=\"required\" />
  743.                                                                     ";
  744.             // line 695
  745.             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"falsefalsefalse695)), "html"nulltrue);
  746.             echo 
  747.                                                                 </label>
  748.                                                             ";
  749.         }
  750.         $_parent $context['_parent'];
  751.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  752.         $context array_intersect_key($context$_parent) + $_parent;
  753.         // line 697
  754.         echo "                    
  755.                                                         </div>
  756.                                                         ";
  757.         // line 699
  758.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'699$this->source); })()), "sex", [], "any"falsefalsefalse699), 'errors');
  759.         echo "
  760.                                                     </td>
  761.                                                 </tr>
  762.                                                 <tr>
  763.                                                     <td><p class=\"required\">生年月日</p></td>
  764.                                                     <td>
  765.                                                         <div class=\"fill v2\">
  766.                                                             <label class=\"group_select\">
  767.                                                                 <div class=\"select vip\">
  768.                                                                     ";
  769.         // line 708
  770.         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.'708$this->source); })()), "birth", [], "any"falsefalsefalse708), "year", [], "any"falsefalsefalse708), 'widget');
  771.         echo "<span>年</span>
  772.                                                                 </div>
  773.                                                                 <div class=\"select vip\">
  774.                                                                     ";
  775.         // line 711
  776.         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.'711$this->source); })()), "birth", [], "any"falsefalsefalse711), "month", [], "any"falsefalsefalse711), 'widget');
  777.         echo "<span>月</span>
  778.                                                                 </div>
  779.                                                                 <div class=\"select vip\">
  780.                                                                     ";
  781.         // line 714
  782.         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.'714$this->source); })()), "birth", [], "any"falsefalsefalse714), "day", [], "any"falsefalsefalse714), 'widget');
  783.         echo "<span>日</span>
  784.                                                                 </div>
  785.                                                             </label>
  786.                                                         </div>
  787.                                                         ";
  788.         // line 718
  789.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'718$this->source); })()), "birth", [], "any"falsefalsefalse718), 'errors');
  790.         echo "
  791.                                                     </td>
  792.                                                 </tr>
  793.                                                 <tr>
  794.                                                     <td><p class=\"required\">住所</p></td>
  795.                                                     <td>
  796.                                                         <div class=\"fill v3\">
  797.                                                             <label class=\"label v2\">
  798.                                                                 郵便番号
  799.                                                                 ";
  800.         // line 727
  801.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'727$this->source); })()), "postal_code", [], "any"falsefalsefalse727), 'widget');
  802.         echo "
  803.                                                                 <a class=\"btn-post postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  804.         // line 728
  805.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html"nulltrue);
  806.         echo "</span></a>
  807.                                                             </label>
  808.                                                             ";
  809.         // line 730
  810.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'730$this->source); })()), "postal_code", [], "any"falsefalsefalse730), 'errors');
  811.         echo "
  812.                                                             <label class=\"label v3 address\">
  813.                                                                 都道府県
  814.                                                                 <div class=\"select\">
  815.                                                                     ";
  816.         // line 735
  817.         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.'735$this->source); })()), "address", [], "any"falsefalsefalse735), "pref", [], "any"falsefalsefalse735), 'widget');
  818.         echo "   
  819.                                                                 </div>                     
  820.                                                             </label>
  821.                                                             ";
  822.         // line 738
  823.         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.'738$this->source); })()), "address", [], "any"falsefalsefalse738), "pref", [], "any"falsefalsefalse738), 'errors');
  824.         echo "
  825.                                                             <label class=\"label v4 address\">
  826.                                                                 市区町村・番地 
  827.                                                                 ";
  828.         // line 742
  829.         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.'742$this->source); })()), "address", [], "any"falsefalsefalse742), "addr01", [], "any"falsefalsefalse742), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  830.         echo "
  831.                                                             </label>
  832.                                                             ";
  833.         // line 744
  834.         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.'744$this->source); })()), "address", [], "any"falsefalsefalse744), "addr01", [], "any"falsefalsefalse744), 'errors');
  835.         echo "
  836.                                                             <label class=\"label v4 address\">
  837.                                                                 マンション・ビル名
  838.                                                                 ";
  839.         // line 748
  840.         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.'748$this->source); })()), "address", [], "any"falsefalsefalse748), "addr02", [], "any"falsefalsefalse748), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  841.         echo "
  842.                                                             </label>
  843.                                                             ";
  844.         // line 750
  845.         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.'750$this->source); })()), "address", [], "any"falsefalsefalse750), "addr02", [], "any"falsefalsefalse750), 'errors');
  846.         echo "
  847.                                                         </div>
  848.                                                     </td>
  849.                                                 </tr>
  850.                                                 <tr>
  851.                                                     <td><p>電話番号(ご自宅)</p></td>
  852.                                                     <td>
  853.                                                         <div class=\"fill horizontal\">
  854.                                                             ";
  855.         // line 758
  856.         $context['_parent'] = $context;
  857.         $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.'758$this->source); })()), "tel_number_type", [], "any"falsefalsefalse758), "vars", [], "any"falsefalsefalse758), "choices", [], "any"falsefalsefalse758));
  858.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  859.             // line 759
  860.             echo "                                                                <label class=\"form-check\">
  861.                                                                     <input type=\"radio\" name=\"";
  862.             // line 760
  863.             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.'760$this->source); })()), "tel_number_type", [], "any"falsefalsefalse760), "vars", [], "any"falsefalsefalse760), "full_name", [], "any"falsefalsefalse760), "html"nulltrue);
  864.             echo "\" value=\"";
  865.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse760), "html"nulltrue);
  866.             echo "\" ";
  867.             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.'760$this->source); })()), "tel_number_type", [], "any"falsefalsefalse760), "vars", [], "any"falsefalsefalse760), "data", [], "any"falsefalsefalse760) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse760))) {
  868.                 echo "checked";
  869.             }
  870.             echo " required=\"required\" />
  871.                                                                     ";
  872.             // line 761
  873.             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"falsefalsefalse761)), "html"nulltrue);
  874.             echo 
  875.                                                                 </label>
  876.                                                             ";
  877.         }
  878.         $_parent $context['_parent'];
  879.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  880.         $context array_intersect_key($context$_parent) + $_parent;
  881.         // line 763
  882.         echo "                    
  883.                                                         </div>
  884.                                                         ";
  885.         // line 765
  886.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'765$this->source); })()), "tel_number_type", [], "any"falsefalsefalse765), 'errors');
  887.         echo "
  888.                                                         <div class=\"fill v2\">
  889.                                                             <label>
  890.                                                                 ";
  891.         // line 768
  892.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'768$this->source); })()), "tel_number", [], "any"falsefalsefalse768), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  893.         echo "
  894.                                                             </label>
  895.                                                         </div>
  896.                                                         ";
  897.         // line 771
  898.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'771$this->source); })()), "tel_number", [], "any"falsefalsefalse771), 'errors');
  899.         echo "
  900.                                                     </td>
  901.                                                 </tr>
  902.                                                 <tr>
  903.                                                     <td><p class=\"required\">電話番号(携帯)</p></td>
  904.                                                     <td>
  905.                                                         <div class=\"fill v2\">
  906.                                                             <label>
  907.                                                                 ";
  908.         // line 779
  909.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'779$this->source); })()), "phone_number", [], "any"falsefalsefalse779), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  910.         echo "
  911.                                                             </label>
  912.                                                         </div>
  913.                                                         ";
  914.         // line 782
  915.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'782$this->source); })()), "phone_number", [], "any"falsefalsefalse782), 'errors');
  916.         echo "
  917.                                                     </td>
  918.                                                 </tr>
  919.                                                 <tr>
  920.                                                     <td><p class=\"required\">メールアドレス</p></td>
  921.                                                     <td>
  922.                                                         <div class=\"fill v2\">
  923.                                                             <label>
  924.                                                                 ";
  925.         // line 790
  926.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'790$this->source); })()), "email", [], "any"falsefalsefalse790), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
  927.         echo "
  928.                                                             </label>
  929.                                                         </div>
  930.                                                         ";
  931.         // line 793
  932.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'793$this->source); })()), "email", [], "any"falsefalsefalse793), 'errors');
  933.         echo "          
  934.                                                     </td>
  935.                                                 </tr> 
  936.                                                 <tr>
  937.                                                     <td><p class=\"required\">配偶者</p></td>
  938.                                                     <td>
  939.                                                         <div class=\"fill horizontal\">
  940.                                                             ";
  941.         // line 800
  942.         $context['_parent'] = $context;
  943.         $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.'800$this->source); })()), "spouse", [], "any"falsefalsefalse800), "vars", [], "any"falsefalsefalse800), "choices", [], "any"falsefalsefalse800));
  944.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  945.             // line 801
  946.             echo "                                                                <label class=\"form-check\">
  947.                                                                     <input type=\"radio\" name=\"";
  948.             // line 802
  949.             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.'802$this->source); })()), "spouse", [], "any"falsefalsefalse802), "vars", [], "any"falsefalsefalse802), "full_name", [], "any"falsefalsefalse802), "html"nulltrue);
  950.             echo "\" value=\"";
  951.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse802), "html"nulltrue);
  952.             echo "\" ";
  953.             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.'802$this->source); })()), "spouse", [], "any"falsefalsefalse802), "vars", [], "any"falsefalsefalse802), "data", [], "any"falsefalsefalse802) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse802))) {
  954.                 echo "checked";
  955.             }
  956.             echo " required=\"required\" />
  957.                                                                     ";
  958.             // line 803
  959.             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"falsefalsefalse803)), "html"nulltrue);
  960.             echo 
  961.                                                                 </label>
  962.                                                             ";
  963.         }
  964.         $_parent $context['_parent'];
  965.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  966.         $context array_intersect_key($context$_parent) + $_parent;
  967.         // line 805
  968.         echo "                    
  969.                                                         </div>
  970.                                                         ";
  971.         // line 807
  972.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'807$this->source); })()), "spouse", [], "any"falsefalsefalse807), 'errors');
  973.         echo "
  974.                                                     </td>
  975.                                                 </tr>
  976.                                                 <tr>
  977.                                                     <td><p class=\"required\">配偶者の職業</p></td>
  978.                                                     <td>
  979.                                                         <div class=\"fill v4\">
  980.                                                             <div class=\"select\">
  981.                                                                 ";
  982.         // line 815
  983.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'815$this->source); })()), "spouse_job", [], "any"falsefalsefalse815), 'widget');
  984.         echo "
  985.                                                             </div>
  986.                                                         </div>
  987.                                                         ";
  988.         // line 818
  989.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'818$this->source); })()), "spouse_job", [], "any"falsefalsefalse818), 'errors');
  990.         echo "
  991.                                                     </td>
  992.                                                 </tr>
  993.                                                 ";
  994.         // line 839
  995.         echo "                                                <tr>
  996.                                                     <td><p class=\"required\">世帯人数</p></td>
  997.                                                     <td>
  998.                                                         <div class=\"fill v2\">
  999.                                                             <label>
  1000.                                                                 ";
  1001.         // line 844
  1002.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'844$this->source); })()), "people_cnt", [], "any"falsefalsefalse844), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1003.         echo " <span>人</span>
  1004.                                                             </label>
  1005.                                                         </div>
  1006.                                                         ";
  1007.         // line 847
  1008.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'847$this->source); })()), "people_cnt", [], "any"falsefalsefalse847), 'errors');
  1009.         echo "
  1010.                                                     </td>
  1011.                                                 </tr>
  1012.                                                 <tr>
  1013.                                                     <td><p class=\"required\">住宅ローン/家賃支払い</p></td>
  1014.                                                     <td>
  1015.                                                         <div class=\"fill horizontal\">
  1016.                                                             ";
  1017.         // line 854
  1018.         $context['_parent'] = $context;
  1019.         $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.'854$this->source); })()), "housing_loan", [], "any"falsefalsefalse854), "vars", [], "any"falsefalsefalse854), "choices", [], "any"falsefalsefalse854));
  1020.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1021.             // line 855
  1022.             echo "                                                                <label class=\"form-check\">
  1023.                                                                     <input type=\"radio\" name=\"";
  1024.             // line 856
  1025.             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.'856$this->source); })()), "housing_loan", [], "any"falsefalsefalse856), "vars", [], "any"falsefalsefalse856), "full_name", [], "any"falsefalsefalse856), "html"nulltrue);
  1026.             echo "\" value=\"";
  1027.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse856), "html"nulltrue);
  1028.             echo "\" ";
  1029.             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.'856$this->source); })()), "housing_loan", [], "any"falsefalsefalse856), "vars", [], "any"falsefalsefalse856), "data", [], "any"falsefalsefalse856) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse856))) {
  1030.                 echo "checked";
  1031.             }
  1032.             echo " required=\"required\" />
  1033.                                                                     ";
  1034.             // line 857
  1035.             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"falsefalsefalse857)), "html"nulltrue);
  1036.             echo 
  1037.                                                                 </label>
  1038.                                                             ";
  1039.         }
  1040.         $_parent $context['_parent'];
  1041.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1042.         $context array_intersect_key($context$_parent) + $_parent;
  1043.         // line 859
  1044.         echo "                    
  1045.                                                         </div>
  1046.                                                         ";
  1047.         // line 861
  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.'861$this->source); })()), "housing_loan", [], "any"falsefalsefalse861), 'errors');
  1049.         echo "
  1050.                                                         <p class=\"noice\">※お申込者ご自身またはお申込者と同一世帯の方の住宅ローン・家賃のお支払有無をご選択ください。「世帯」とは、お申込者と生計を共にする家族のことをいいます(同居・別居を問わず)。</p>
  1051.                                                     </td>
  1052.                                                 </tr>
  1053.                                                 <tr>
  1054.                                                     <td><p class=\"required\">住居区分</p></td>
  1055.                                                     <td>
  1056.                                                         <div class=\"fill v4\">
  1057.                                                             <div class=\"select\">
  1058.                                                                 ";
  1059.         // line 870
  1060.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'870$this->source); })()), "housing_type", [], "any"falsefalsefalse870), 'widget');
  1061.         echo "  
  1062.                                                             </div>            
  1063.                                                         </div>
  1064.                                                         ";
  1065.         // line 873
  1066.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'873$this->source); })()), "housing_type", [], "any"falsefalsefalse873), 'errors');
  1067.         echo "
  1068.                                                     </td>
  1069.                                                 </tr>
  1070.                                                 <tr>
  1071.                                                     <td><p class=\"required\">居住年数</p></td>
  1072.                                                     <td>
  1073.                                                         <div class=\"fill horizontal\">
  1074.                                                             <label>
  1075.                                                                 ";
  1076.         // line 881
  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.'881$this->source); })()), "residence_year", [], "any"falsefalsefalse881), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1078.         echo " <span>年</span>
  1079.                                                             </label>
  1080.                                                         </div>
  1081.                                                         <div class=\"fill horizontal\">
  1082.                                                             <label>
  1083.                                                                 ";
  1084.         // line 886
  1085.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'886$this->source); })()), "residence_month", [], "any"falsefalsefalse886), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1086.         echo " <span>ヶ月</span>
  1087.                                                             </label>
  1088.                                                         </div>
  1089.                                                         ";
  1090.         // line 889
  1091.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'889$this->source); })()), "residence_year", [], "any"falsefalsefalse889), 'errors');
  1092.         echo "
  1093.                                                         ";
  1094.         // line 890
  1095.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'890$this->source); })()), "residence_month", [], "any"falsefalsefalse890), 'errors');
  1096.         echo "
  1097.                                                     </td>
  1098.                                                 </tr>
  1099.                                                 <tr>
  1100.                                                     <td><p class=\"required\">職業</p></td>
  1101.                                                     <td>
  1102.                                                         <div class=\"fill v4\">
  1103.                                                             <div class=\"select\">
  1104.                                                                 ";
  1105.         // line 898
  1106.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'898$this->source); })()), "job", [], "any"falsefalsefalse898), 'widget');
  1107.         echo "
  1108.                                                             </div>              
  1109.                                                         </div>
  1110.                                                         ";
  1111.         // line 901
  1112.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'901$this->source); })()), "job", [], "any"falsefalsefalse901), 'errors');
  1113.         echo "
  1114.                                                     </td>
  1115.                                                 </tr>
  1116.                                                 <tr>
  1117.                                                     <td><p class=\"required\">世帯主との居住状況</p></td>
  1118.                                                     <td>
  1119.                                                         <div class=\"fill horizontal\">
  1120.                                                             ";
  1121.         // line 908
  1122.         $context['_parent'] = $context;
  1123.         $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.'908$this->source); })()), "head_of_household", [], "any"falsefalsefalse908), "vars", [], "any"falsefalsefalse908), "choices", [], "any"falsefalsefalse908));
  1124.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1125.             // line 909
  1126.             echo "                                                                <label class=\"form-check\">
  1127.                                                                     <input type=\"radio\" name=\"";
  1128.             // line 910
  1129.             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.'910$this->source); })()), "head_of_household", [], "any"falsefalsefalse910), "vars", [], "any"falsefalsefalse910), "full_name", [], "any"falsefalsefalse910), "html"nulltrue);
  1130.             echo "\" value=\"";
  1131.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse910), "html"nulltrue);
  1132.             echo "\" ";
  1133.             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.'910$this->source); })()), "head_of_household", [], "any"falsefalsefalse910), "vars", [], "any"falsefalsefalse910), "data", [], "any"falsefalsefalse910) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse910))) {
  1134.                 echo "checked";
  1135.             }
  1136.             echo " required=\"required\" />
  1137.                                                                     ";
  1138.             // line 911
  1139.             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"falsefalsefalse911)), "html"nulltrue);
  1140.             echo 
  1141.                                                                 </label>
  1142.                                                             ";
  1143.         }
  1144.         $_parent $context['_parent'];
  1145.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1146.         $context array_intersect_key($context$_parent) + $_parent;
  1147.         // line 913
  1148.         echo "                    
  1149.                                                         </div>
  1150.                                                         ";
  1151.         // line 915
  1152.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'915$this->source); })()), "head_of_household", [], "any"falsefalsefalse915), 'errors');
  1153.         echo "
  1154.                                                     </td>
  1155.                                                 </tr>
  1156.     \t\t                                </table>
  1157.     \t                                </div>
  1158.                                     </div>
  1159.                                 </div>
  1160.                             </div>
  1161.                             <div class=\"step-content step-2\">
  1162.                                 <div class=\"step-content__title\">お勤め先・ご収入について</div>
  1163.                                 <div class=\"table\" id=\"employed\">
  1164.                                     <div class=\"table__title\">
  1165.                                         <p class=\"step-content__subtitle\">【有職者の方】パート・アルバイト含む</p>
  1166.                                         ";
  1167.         // line 930
  1168.         echo "                                    </div>
  1169.                                     <div class=\"list-item\">
  1170.                                         <div class=\"item\">
  1171.                                             <table>
  1172.                                                 <tr>
  1173.                                                     <td><p class=\"required\">職業</p></td>
  1174.                                                     <td>
  1175.                                                         <div class=\"fill v4\">
  1176.                                                             <div class=\"select\">
  1177.                                                                 ";
  1178.         // line 939
  1179.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'939$this->source); })()), "employed_job", [], "any"falsefalsefalse939), 'widget');
  1180.         echo "   
  1181.                                                             </div>           
  1182.                                                         </div>
  1183.                                                         ";
  1184.         // line 942
  1185.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'942$this->source); })()), "employed_job", [], "any"falsefalsefalse942), 'errors');
  1186.         echo "
  1187.                                                     </td>
  1188.                                                 </tr>
  1189.                                                 <tr>
  1190.                                                     <td><p class=\"required\">業種</p></td>
  1191.                                                     <td>
  1192.                                                         <div class=\"fill v4\">
  1193.                                                             <div class=\"select\">
  1194.                                                                 ";
  1195.         // line 950
  1196.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'950$this->source); })()), "employed_industry", [], "any"falsefalsefalse950), 'widget');
  1197.         echo "   
  1198.                                                             </div>           
  1199.                                                         </div>
  1200.                                                         ";
  1201.         // line 953
  1202.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'953$this->source); })()), "employed_industry", [], "any"falsefalsefalse953), 'errors');
  1203.         echo "
  1204.                                                     </td>
  1205.                                                 </tr>
  1206.                                                 <tr>
  1207.                                                     <td><p class=\"required\">お勤め先(派遣元)</p></td>
  1208.                                                     <td>
  1209.                                                         <div class=\"fill v2\">
  1210.                                                             <label>
  1211.                                                                 ";
  1212.         // line 961
  1213.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'961$this->source); })()), "employed_company", [], "any"falsefalsefalse961), 'widget');
  1214.         echo "
  1215.                                                             </label>
  1216.                                                         </div>
  1217.                                                         ";
  1218.         // line 964
  1219.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'964$this->source); })()), "employed_company", [], "any"falsefalsefalse964), 'errors');
  1220.         echo "
  1221.                                                     </td>
  1222.                                                 </tr>
  1223.                                                 <tr>
  1224.                                                     <td><p class=\"required\">お勤め先フリガナ</p></td>
  1225.                                                     <td>
  1226.                                                         <div class=\"fill v2\">
  1227.                                                             <label>
  1228.                                                                 ";
  1229.         // line 972
  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.'972$this->source); })()), "employed_company_kana", [], "any"falsefalsefalse972), 'widget');
  1231.         echo "
  1232.                                                             </label>
  1233.                                                         </div>
  1234.                                                         ";
  1235.         // line 975
  1236.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'975$this->source); })()), "employed_company_kana", [], "any"falsefalsefalse975), 'errors');
  1237.         echo "
  1238.                                                     </td>
  1239.                                                 </tr>
  1240.                                                 <tr>
  1241.                                                     <td><p class=\"required\">お勤め先住所</p></td>
  1242.                                                     <td>
  1243.                                                         <div class=\"fill v3\">
  1244.                                                             <label class=\"label v2\">
  1245.                                                                 郵便番号
  1246.                                                                 ";
  1247.         // line 984
  1248.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'984$this->source); })()), "employed_postal_code", [], "any"falsefalsefalse984), 'widget');
  1249.         echo "
  1250.                                                                 <a class=\"btn-post employed_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  1251.         // line 985
  1252.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html"nulltrue);
  1253.         echo "</span></a>
  1254.                                                             </label>
  1255.                                                             ";
  1256.         // line 987
  1257.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'987$this->source); })()), "employed_postal_code", [], "any"falsefalsefalse987), 'errors');
  1258.         echo "
  1259.                                                             <label class=\"label v3 address\">
  1260.                                                                 都道府県
  1261.                                                                 <div class=\"select\">
  1262.                                                                     ";
  1263.         // line 992
  1264.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'992$this->source); })()), "employed_address_pref", [], "any"falsefalsefalse992), 'widget');
  1265.         echo "   
  1266.                                                                 </div>                     
  1267.                                                             </label>
  1268.                                                             ";
  1269.         // line 995
  1270.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'995$this->source); })()), "employed_address_pref", [], "any"falsefalsefalse995), 'errors');
  1271.         echo "
  1272.                                                             <label class=\"label v4 address\">
  1273.                                                                 市区町村・番地 
  1274.                                                                 ";
  1275.         // line 999
  1276.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'999$this->source); })()), "employed_address_addr01", [], "any"falsefalsefalse999), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  1277.         echo "
  1278.                                                             </label>
  1279.                                                             ";
  1280.         // line 1001
  1281.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1001$this->source); })()), "employed_address_addr01", [], "any"falsefalsefalse1001), 'errors');
  1282.         echo "
  1283.                                                             <label class=\"label v4 address\">
  1284.                                                                 マンション・ビル名
  1285.                                                                 ";
  1286.         // line 1005
  1287.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1005$this->source); })()), "employed_address_addr02", [], "any"falsefalsefalse1005), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  1288.         echo "
  1289.                                                             </label>
  1290.                                                             ";
  1291.         // line 1007
  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.'1007$this->source); })()), "employed_address_addr02", [], "any"falsefalsefalse1007), 'errors');
  1293.         echo "
  1294.                                                         </div>
  1295.                                                     </td>
  1296.                                                 </tr>
  1297.                                                 <tr>
  1298.                                                     <td><p class=\"required\">お勤め先電話番号</p></td>
  1299.                                                     <td>
  1300.                                                         <div class=\"fill v2\">
  1301.                                                             <label>
  1302.                                                                 ";
  1303.         // line 1016
  1304.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1016$this->source); })()), "employed_phone_number", [], "any"falsefalsefalse1016), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  1305.         echo "
  1306.                                                             </label>
  1307.                                                         </div>
  1308.                                                         ";
  1309.         // line 1019
  1310.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1019$this->source); })()), "employed_phone_number", [], "any"falsefalsefalse1019), 'errors');
  1311.         echo "
  1312.                                                     </td>
  1313.                                                 </tr>
  1314.                                                 <tr>
  1315.                                                     <td><p class=\"required\">勤続年数</p></td>
  1316.                                                     <td>
  1317.                                                         <div class=\"fill horizontal\">
  1318.                                                             <label>
  1319.                                                                 ";
  1320.         // line 1027
  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.'1027$this->source); })()), "employed_year", [], "any"falsefalsefalse1027), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1322.         echo " <span>年</span>
  1323.                                                             </label>
  1324.                                                         </div>
  1325.                                                         <div class=\"fill horizontal\">
  1326.                                                             <label>
  1327.                                                                 ";
  1328.         // line 1032
  1329.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1032$this->source); })()), "employed_month", [], "any"falsefalsefalse1032), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1330.         echo " <span>ヶ月</span>
  1331.                                                             </label>
  1332.                                                         </div>
  1333.                                                         ";
  1334.         // line 1035
  1335.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1035$this->source); })()), "employed_year", [], "any"falsefalsefalse1035), 'errors');
  1336.         echo "
  1337.                                                         ";
  1338.         // line 1036
  1339.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1036$this->source); })()), "employed_month", [], "any"falsefalsefalse1036), 'errors');
  1340.         echo "
  1341.                                                     </td>
  1342.                                                 </tr>
  1343.                                                 <tr>
  1344.                                                     <td><p class=\"required\">税込年収</p></td>
  1345.                                                     <td>
  1346.                                                         <div class=\"fill v2\">
  1347.                                                             <label>
  1348.                                                                 ";
  1349.         // line 1044
  1350.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1044$this->source); })()), "employed_income", [], "any"falsefalsefalse1044), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1351.         echo " <span>万円</span>
  1352.                                                             </label>
  1353.                                                         </div>
  1354.                                                         ";
  1355.         // line 1047
  1356.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1047$this->source); })()), "employed_income", [], "any"falsefalsefalse1047), 'errors');
  1357.         echo "
  1358.                                                     </td>
  1359.                                                 </tr>
  1360.                                                 <tr>
  1361.                                                     <td><p class=\"required\">従業員数</p></td>
  1362.                                                     <td>
  1363.                                                         <div class=\"fill v2\">
  1364.                                                             <div class=\"select\">
  1365.                                                                 ";
  1366.         // line 1055
  1367.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1055$this->source); })()), "employed_cnt", [], "any"falsefalsefalse1055), 'widget');
  1368.         echo "
  1369.                                                             </div>
  1370.                                                         </div>
  1371.                                                         ";
  1372.         // line 1058
  1373.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1058$this->source); })()), "employed_cnt", [], "any"falsefalsefalse1058), 'errors');
  1374.         echo "
  1375.                                                     </td>
  1376.                                                 </tr>
  1377.                                                 <tr>
  1378.                                                     <td><p class=\"\">出向先・派遣先電話番号</p></td>
  1379.                                                     <td>
  1380.                                                         <div class=\"fill v2\">
  1381.                                                             <label>
  1382.                                                                 ";
  1383.         // line 1066
  1384.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1066$this->source); })()), "employed_company_phone_number", [], "any"falsefalsefalse1066), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  1385.         echo "
  1386.                                                             </label>
  1387.                                                         </div>
  1388.                                                         ";
  1389.         // line 1069
  1390.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1069$this->source); })()), "employed_company_phone_number", [], "any"falsefalsefalse1069), 'errors');
  1391.         echo "
  1392.                                                     </td>
  1393.                                                 </tr>
  1394.                                             </table>
  1395.                                         </div>
  1396.                                     </div>
  1397.                                 </div>
  1398.                                 <div class=\"table\" id=\"pensioner\">
  1399.                                     <div class=\"table__title\">
  1400.                                         <p class=\"step-content__subtitle\">【主婦・年金受給者の方】</p>
  1401.                                         ";
  1402.         // line 1081
  1403.         echo "                                    </div>
  1404.                                     <div class=\"list-item\">
  1405.                                         <div class=\"item\">
  1406.                                             <table>
  1407.                                                 <tr>
  1408.                                                     <td><p class=\"required\">世帯主お名前</p></td>
  1409.                                                     <td>
  1410.                                                         <div class=\"fill\">
  1411.                                                             <label>
  1412.                                                                 姓
  1413.                                                                 ";
  1414.         // line 1091
  1415.         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.'1091$this->source); })()), "pensioner_name", [], "any"falsefalsefalse1091), "pensioner_name01", [], "any"falsefalsefalse1091), 'widget', ["attr" => ["placeholder" => "姓"]]);
  1416.         echo "
  1417.                                                             </label>
  1418.                                                         </div>
  1419.                                                         <div class=\"fill\">
  1420.                                                             <label>
  1421.                                                                 名
  1422.                                                                 ";
  1423.         // line 1097
  1424.         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.'1097$this->source); })()), "pensioner_name", [], "any"falsefalsefalse1097), "pensioner_name02", [], "any"falsefalsefalse1097), 'widget', ["attr" => ["placeholder" => "名"]]);
  1425.         echo "
  1426.                                                             </label>
  1427.                                                         </div>
  1428.                                                         ";
  1429.         // line 1100
  1430.         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.'1100$this->source); })()), "pensioner_name", [], "any"falsefalsefalse1100), "pensioner_name01", [], "any"falsefalsefalse1100), 'errors');
  1431.         echo "
  1432.                                                         ";
  1433.         // line 1101
  1434.         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.'1101$this->source); })()), "pensioner_name", [], "any"falsefalsefalse1101), "pensioner_name02", [], "any"falsefalsefalse1101), 'errors');
  1435.         echo "
  1436.                                                     </td>
  1437.                                                 </tr>
  1438.                                                 <tr>
  1439.                                                     <td><p class=\"required\">フリガナ</p></td>
  1440.                                                     <td>
  1441.                                                         <div class=\"fill\">
  1442.                                                             <label>
  1443.                                                                 セイ
  1444.                                                                 ";
  1445.         // line 1110
  1446.         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.'1110$this->source); })()), "pensioner_kana", [], "any"falsefalsefalse1110), "pensioner_kana01", [], "any"falsefalsefalse1110), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  1447.         echo "
  1448.                                                             </label>
  1449.                                                         </div>
  1450.                                                         <div class=\"fill\">
  1451.                                                             <label>
  1452.                                                                 メイ
  1453.                                                                 ";
  1454.         // line 1116
  1455.         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.'1116$this->source); })()), "pensioner_kana", [], "any"falsefalsefalse1116), "pensioner_kana02", [], "any"falsefalsefalse1116), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  1456.         echo "
  1457.                                                             </label>
  1458.                                                         </div>
  1459.                                                         ";
  1460.         // line 1119
  1461.         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.'1119$this->source); })()), "pensioner_kana", [], "any"falsefalsefalse1119), "pensioner_kana01", [], "any"falsefalsefalse1119), 'errors');
  1462.         echo "
  1463.                                                         ";
  1464.         // line 1120
  1465.         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.'1120$this->source); })()), "pensioner_kana", [], "any"falsefalsefalse1120), "pensioner_kana02", [], "any"falsefalsefalse1120), 'errors');
  1466.         echo "
  1467.                                                     </td>
  1468.                                                 </tr>
  1469.                                                 <tr>
  1470.                                                     <td><p class=\"required\">世帯主税込年収</p></td>
  1471.                                                     <td>
  1472.                                                         <div class=\"fill v2\">
  1473.                                                             <label>
  1474.                                                                 ";
  1475.         // line 1128
  1476.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1128$this->source); })()), "pensioner_income", [], "any"falsefalsefalse1128), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1477.         echo " <span>万円</span>
  1478.                                                             </label>
  1479.                                                         </div>
  1480.                                                         ";
  1481.         // line 1131
  1482.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1131$this->source); })()), "pensioner_income", [], "any"falsefalsefalse1131), 'errors');
  1483.         echo "
  1484.                                                     </td>
  1485.                                                 </tr>
  1486.                                                 <tr>
  1487.                                                     <td><p class=\"required\">世帯主のお支払中の<br>クレジット返済額</p></td>
  1488.                                                     <td>
  1489.                                                         <div>
  1490.                                                             <div class=\"fill horizontal\">
  1491.                                                                 ";
  1492.         // line 1139
  1493.         $context['_parent'] = $context;
  1494.         $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.'1139$this->source); })()), "household_paying", [], "any"falsefalsefalse1139), "vars", [], "any"falsefalsefalse1139), "choices", [], "any"falsefalsefalse1139));
  1495.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1496.             // line 1140
  1497.             echo "                                                                    <label class=\"form-check\">
  1498.                                                                         <input type=\"radio\" name=\"";
  1499.             // line 1141
  1500.             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.'1141$this->source); })()), "household_paying", [], "any"falsefalsefalse1141), "vars", [], "any"falsefalsefalse1141), "full_name", [], "any"falsefalsefalse1141), "html"nulltrue);
  1501.             echo "\" value=\"";
  1502.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1141), "html"nulltrue);
  1503.             echo "\" ";
  1504.             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.'1141$this->source); })()), "household_paying", [], "any"falsefalsefalse1141), "vars", [], "any"falsefalsefalse1141), "data", [], "any"falsefalsefalse1141) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1141))) {
  1505.                 echo "checked";
  1506.             }
  1507.             echo " required=\"required\" />
  1508.                                                                         ";
  1509.             // line 1142
  1510.             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"falsefalsefalse1142)), "html"nulltrue);
  1511.             echo 
  1512.                                                                     </label>
  1513.                                                                 ";
  1514.         }
  1515.         $_parent $context['_parent'];
  1516.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1517.         $context array_intersect_key($context$_parent) + $_parent;
  1518.         // line 1144
  1519.         echo "                    
  1520.                                                             </div>
  1521.                                                             ";
  1522.         // line 1146
  1523.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1146$this->source); })()), "household_paying", [], "any"falsefalsefalse1146), 'errors');
  1524.         echo "
  1525.                                                             <div class=\"fill horizontal\">
  1526.                                                                 <div style=\"margin-right: 2rem;\">
  1527.                                                                     <p>有りとご回答された方 毎月の支払額</p>
  1528.                                                                     <p class=\"noice\">※住宅ローン・無担保ローンを除く</p>
  1529.                                                                 </div>
  1530.                                                                 <label>
  1531.                                                                     ";
  1532.         // line 1153
  1533.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1153$this->source); })()), "household_paying_amount", [], "any"falsefalsefalse1153), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1534.         echo " <span>万円</span>
  1535.                                                                 </label>
  1536.                                                             </div>
  1537.                                                             ";
  1538.         // line 1156
  1539.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1156$this->source); })()), "household_paying_amount", [], "any"falsefalsefalse1156), 'errors');
  1540.         echo "
  1541.                                                         </div>
  1542.                                                     </td>
  1543.                                                 </tr>
  1544.                                                 <tr>
  1545.                                                     <td><p class=\"required\">年金の種類</p></td>
  1546.                                                     <td>
  1547.                                                         <div class=\"fill horizontal\">
  1548.                                                             ";
  1549.         // line 1164
  1550.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1164$this->source); })()), "pensioner_type", [], "any"falsefalsefalse1164), 'widget');
  1551.         echo "
  1552.                                                             <label>
  1553.                                                                 ";
  1554.         // line 1166
  1555.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1166$this->source); })()), "pensioner_type_other", [], "any"falsefalsefalse1166), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1556.         echo "
  1557.                                                             </label>
  1558.                                                         </div>
  1559.                                                         ";
  1560.         // line 1169
  1561.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1169$this->source); })()), "pensioner_type", [], "any"falsefalsefalse1169), 'errors');
  1562.         echo "
  1563.                                                         ";
  1564.         // line 1170
  1565.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1170$this->source); })()), "pensioner_type_other", [], "any"falsefalsefalse1170), 'errors');
  1566.         echo "
  1567.                                                     </td>
  1568.                                                 </tr>
  1569.                                                 <tr>
  1570.                                                     <td><p class=\"required\">年金以外の収入</p></td>
  1571.                                                     <td>
  1572.                                                         <div class=\"fill horizontal\">
  1573.                                                             ";
  1574.         // line 1177
  1575.         $context['_parent'] = $context;
  1576.         $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.'1177$this->source); })()), "pensioner_income_other", [], "any"falsefalsefalse1177), "vars", [], "any"falsefalsefalse1177), "choices", [], "any"falsefalsefalse1177));
  1577.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1578.             // line 1178
  1579.             echo "                                                                <label class=\"form-check\">
  1580.                                                                     <input type=\"radio\" name=\"";
  1581.             // line 1179
  1582.             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.'1179$this->source); })()), "pensioner_income_other", [], "any"falsefalsefalse1179), "vars", [], "any"falsefalsefalse1179), "full_name", [], "any"falsefalsefalse1179), "html"nulltrue);
  1583.             echo "\" value=\"";
  1584.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1179), "html"nulltrue);
  1585.             echo "\" ";
  1586.             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.'1179$this->source); })()), "pensioner_income_other", [], "any"falsefalsefalse1179), "vars", [], "any"falsefalsefalse1179), "data", [], "any"falsefalsefalse1179) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1179))) {
  1587.                 echo "checked";
  1588.             }
  1589.             echo " required=\"required\" />
  1590.                                                                     ";
  1591.             // line 1180
  1592.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source$context["val"], "label", [], "any"falsefalsefalse1180)), "html"nulltrue);
  1593.             echo 
  1594.                                                                 </label>
  1595.                                                             ";
  1596.         }
  1597.         $_parent $context['_parent'];
  1598.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1599.         $context array_intersect_key($context$_parent) + $_parent;
  1600.         // line 1182
  1601.         echo "                    
  1602.                                                         </div>
  1603.                                                         ";
  1604.         // line 1184
  1605.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1184$this->source); })()), "pensioner_income_other", [], "any"falsefalsefalse1184), 'errors');
  1606.         echo "
  1607.                                                     </td>
  1608.                                                 </tr>
  1609.                                                 <tr>
  1610.                                                     <td><p class=\"required\">今回のお支払い</p></td>
  1611.                                                     <td>
  1612.                                                         <div class=\"fill horizontal\">
  1613.                                                             ";
  1614.         // line 1191
  1615.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1191$this->source); })()), "pensioner_payment", [], "any"falsefalsefalse1191), 'widget');
  1616.         echo "
  1617.                                                             <label>
  1618.                                                                 ";
  1619.         // line 1193
  1620.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1193$this->source); })()), "pensioner_payment_other", [], "any"falsefalsefalse1193), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1621.         echo "
  1622.                                                             </label>                    
  1623.                                                         </div>
  1624.                                                         ";
  1625.         // line 1196
  1626.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1196$this->source); })()), "pensioner_payment", [], "any"falsefalsefalse1196), 'errors');
  1627.         echo "
  1628.                                                         ";
  1629.         // line 1197
  1630.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1197$this->source); })()), "pensioner_payment_other", [], "any"falsefalsefalse1197), 'errors');
  1631.         echo "
  1632.                                                     </td>
  1633.                                                 </tr>
  1634.                                                 <tr>
  1635.                                                     <td><p class=\"required\">お勤め先電話番号</p></td>
  1636.                                                     <td>
  1637.                                                         <div class=\"fill v2\">
  1638.                                                             <label>
  1639.                                                                 ";
  1640.         // line 1205
  1641.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1205$this->source); })()), "pensioner_company_phone_number", [], "any"falsefalsefalse1205), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  1642.         echo "
  1643.                                                             </label>
  1644.                                                         </div>
  1645.                                                         ";
  1646.         // line 1208
  1647.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1208$this->source); })()), "pensioner_company_phone_number", [], "any"falsefalsefalse1208), 'errors');
  1648.         echo "
  1649.                                                     </td>
  1650.                                                 </tr>
  1651.                                                 <tr>
  1652.                                                     <td><p class=\"required\">年金受給者の税込年収</p></td>
  1653.                                                     <td>
  1654.                                                         <div class=\"fill v2\">
  1655.                                                             <label>
  1656.                                                                 ";
  1657.         // line 1216
  1658.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1216$this->source); })()), "pensioner_income2", [], "any"falsefalsefalse1216), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  1659.         echo " <span>万円</span>
  1660.                                                             </label>
  1661.                                                         </div>
  1662.                                                         ";
  1663.         // line 1219
  1664.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1219$this->source); })()), "pensioner_income2", [], "any"falsefalsefalse1219), 'errors');
  1665.         echo "
  1666.                                                     </td>
  1667.                                                 </tr>
  1668.                                                 <tr>
  1669.                                                     <td><p class=\"required\">口座名義人</p></td>
  1670.                                                     <td>
  1671.                                                         <div>
  1672.                                                             <div class=\"fill horizontal\">
  1673.                                                                 ";
  1674.         // line 1227
  1675.         $context['_parent'] = $context;
  1676.         $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.'1227$this->source); })()), "pensioner_acount", [], "any"falsefalsefalse1227), "vars", [], "any"falsefalsefalse1227), "choices", [], "any"falsefalsefalse1227));
  1677.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1678.             // line 1228
  1679.             echo "                                                                    <label class=\"form-check\">
  1680.                                                                         <input type=\"radio\" name=\"";
  1681.             // line 1229
  1682.             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.'1229$this->source); })()), "pensioner_acount", [], "any"falsefalsefalse1229), "vars", [], "any"falsefalsefalse1229), "full_name", [], "any"falsefalsefalse1229), "html"nulltrue);
  1683.             echo "\" value=\"";
  1684.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1229), "html"nulltrue);
  1685.             echo "\" ";
  1686.             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.'1229$this->source); })()), "pensioner_acount", [], "any"falsefalsefalse1229), "vars", [], "any"falsefalsefalse1229), "data", [], "any"falsefalsefalse1229) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1229))) {
  1687.                 echo "checked";
  1688.             }
  1689.             echo " required=\"required\" />
  1690.                                                                         ";
  1691.             // line 1230
  1692.             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"falsefalsefalse1230)), "html"nulltrue);
  1693.             echo 
  1694.                                                                     </label>
  1695.                                                                 ";
  1696.         }
  1697.         $_parent $context['_parent'];
  1698.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1699.         $context array_intersect_key($context$_parent) + $_parent;
  1700.         // line 1232
  1701.         echo "                    
  1702.                                                             </div>
  1703.                                                             ";
  1704.         // line 1234
  1705.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1234$this->source); })()), "pensioner_acount", [], "any"falsefalsefalse1234), 'errors');
  1706.         echo "
  1707.                                                             <p class=\"noice\">※口座名義人が申込者の場合、連帯保証人が必要となる場合があります。</p>
  1708.                                                         </div>
  1709.                                                     </td>
  1710.                                                 </tr>
  1711.                                             </table>
  1712.                                         </div>
  1713.                                     </div>
  1714.                                 </div>
  1715.                             </div>
  1716.                             <div class=\"step-content step-3\">
  1717.                                 <div class=\"step-content__title\">連帯保証人の方</div>
  1718.                                 <div class=\"table\">
  1719.                                     ";
  1720.         // line 1249
  1721.         echo "                                    <div class=\"list-item\">
  1722.                                         <div class=\"item\">
  1723.                                             <table>
  1724.                                                 <tr>
  1725.                                                     <td><p class=\"required\">お名前</p></td>
  1726.                                                     <td>
  1727.                                                         <div class=\"fill\">
  1728.                                                             <label>
  1729.                                                                 姓
  1730.                                                                 ";
  1731.         // line 1258
  1732.         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.'1258$this->source); })()), "guarantor_name", [], "any"falsefalsefalse1258), "guarantor_name01", [], "any"falsefalsefalse1258), 'widget', ["attr" => ["placeholder" => "姓"]]);
  1733.         echo "
  1734.                                                             </label>
  1735.                                                         </div>
  1736.                                                         <div class=\"fill\">
  1737.                                                             <label>
  1738.                                                                 名
  1739.                                                                 ";
  1740.         // line 1264
  1741.         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.'1264$this->source); })()), "guarantor_name", [], "any"falsefalsefalse1264), "guarantor_name02", [], "any"falsefalsefalse1264), 'widget', ["attr" => ["placeholder" => "名"]]);
  1742.         echo "
  1743.                                                             </label>
  1744.                                                         </div>
  1745.                                                         ";
  1746.         // line 1267
  1747.         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.'1267$this->source); })()), "guarantor_name", [], "any"falsefalsefalse1267), "guarantor_name01", [], "any"falsefalsefalse1267), 'errors');
  1748.         echo "
  1749.                                                         ";
  1750.         // line 1268
  1751.         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.'1268$this->source); })()), "guarantor_name", [], "any"falsefalsefalse1268), "guarantor_name02", [], "any"falsefalsefalse1268), 'errors');
  1752.         echo "
  1753.                                                     </td>
  1754.                                                 </tr>
  1755.                                                 <tr>
  1756.                                                     <td><p class=\"required\">フリガナ</p></td>
  1757.                                                     <td>
  1758.                                                         <div class=\"fill\">
  1759.                                                             <label>
  1760.                                                                 セイ
  1761.                                                                 ";
  1762.         // line 1277
  1763.         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.'1277$this->source); })()), "guarantor_kana", [], "any"falsefalsefalse1277), "guarantor_kana01", [], "any"falsefalsefalse1277), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  1764.         echo "
  1765.                                                             </label>
  1766.                                                         </div>
  1767.                                                         <div class=\"fill\">
  1768.                                                             <label>
  1769.                                                                 メイ
  1770.                                                                 ";
  1771.         // line 1283
  1772.         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.'1283$this->source); })()), "guarantor_kana", [], "any"falsefalsefalse1283), "guarantor_kana02", [], "any"falsefalsefalse1283), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  1773.         echo "
  1774.                                                             </label>
  1775.                                                         </div>
  1776.                                                         ";
  1777.         // line 1286
  1778.         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.'1286$this->source); })()), "guarantor_kana", [], "any"falsefalsefalse1286), "guarantor_kana01", [], "any"falsefalsefalse1286), 'errors');
  1779.         echo "
  1780.                                                         ";
  1781.         // line 1287
  1782.         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.'1287$this->source); })()), "guarantor_kana", [], "any"falsefalsefalse1287), "guarantor_kana02", [], "any"falsefalsefalse1287), 'errors');
  1783.         echo "
  1784.                                                     </td>
  1785.                                                 </tr>
  1786.                                                 <tr>
  1787.                                                     <td><p class=\"required\">性別</p></td>
  1788.                                                     <td>
  1789.                                                         <div class=\"fill horizontal\">
  1790.                                                             ";
  1791.         // line 1294
  1792.         $context['_parent'] = $context;
  1793.         $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.'1294$this->source); })()), "guarantor_sex", [], "any"falsefalsefalse1294), "vars", [], "any"falsefalsefalse1294), "choices", [], "any"falsefalsefalse1294));
  1794.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1795.             // line 1295
  1796.             echo "                                                                <label class=\"form-check\">
  1797.                                                                     <input type=\"radio\" name=\"";
  1798.             // line 1296
  1799.             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.'1296$this->source); })()), "guarantor_sex", [], "any"falsefalsefalse1296), "vars", [], "any"falsefalsefalse1296), "full_name", [], "any"falsefalsefalse1296), "html"nulltrue);
  1800.             echo "\" value=\"";
  1801.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1296), "html"nulltrue);
  1802.             echo "\" ";
  1803.             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.'1296$this->source); })()), "guarantor_sex", [], "any"falsefalsefalse1296), "vars", [], "any"falsefalsefalse1296), "data", [], "any"falsefalsefalse1296) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1296))) {
  1804.                 echo "checked";
  1805.             }
  1806.             echo " required=\"required\" />
  1807.                                                                     ";
  1808.             // line 1297
  1809.             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"falsefalsefalse1297)), "html"nulltrue);
  1810.             echo 
  1811.                                                                 </label>
  1812.                                                             ";
  1813.         }
  1814.         $_parent $context['_parent'];
  1815.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1816.         $context array_intersect_key($context$_parent) + $_parent;
  1817.         // line 1299
  1818.         echo "                    
  1819.                                                         </div>
  1820.                                                         ";
  1821.         // line 1301
  1822.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1301$this->source); })()), "guarantor_sex", [], "any"falsefalsefalse1301), 'errors');
  1823.         echo "
  1824.                                                     </td>
  1825.                                                 </tr>
  1826.                                                 <tr>
  1827.                                                     <td><p class=\"required\">生年月日</p></td>
  1828.                                                     <td>
  1829.                                                         <div class=\"fill v2\">
  1830.                                                             <label class=\"group_select\">
  1831.                                                                 <div class=\"select vip\">
  1832.                                                                     ";
  1833.         // line 1310
  1834.         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.'1310$this->source); })()), "guarantor_birth", [], "any"falsefalsefalse1310), "year", [], "any"falsefalsefalse1310), 'widget');
  1835.         echo "<span>年</span>
  1836.                                                                 </div>
  1837.                                                                 <div class=\"select vip\">
  1838.                                                                     ";
  1839.         // line 1313
  1840.         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.'1313$this->source); })()), "guarantor_birth", [], "any"falsefalsefalse1313), "month", [], "any"falsefalsefalse1313), 'widget');
  1841.         echo "<span>月</span>
  1842.                                                                 </div>
  1843.                                                                 <div class=\"select vip\">
  1844.                                                                     ";
  1845.         // line 1316
  1846.         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.'1316$this->source); })()), "guarantor_birth", [], "any"falsefalsefalse1316), "day", [], "any"falsefalsefalse1316), 'widget');
  1847.         echo "<span>日</span>
  1848.                                                                 </div>
  1849.                                                             </label>
  1850.                                                         </div>
  1851.                                                         ";
  1852.         // line 1320
  1853.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1320$this->source); })()), "guarantor_birth", [], "any"falsefalsefalse1320), 'errors');
  1854.         echo "
  1855.                                                     </td>
  1856.                                                 </tr>
  1857.                                                 <tr>
  1858.                                                     <td><p class=\"required\">住所</p></td>
  1859.                                                     <td>
  1860.                                                         <div class=\"fill v3\">
  1861.                                                             <label class=\"label v2\">
  1862.                                                                 郵便番号
  1863.                                                                 ";
  1864.         // line 1329
  1865.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1329$this->source); })()), "guarantor_postal_code", [], "any"falsefalsefalse1329), 'widget');
  1866.         echo "
  1867.                                                                 <a class=\"btn-post guarantor_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  1868.         // line 1330
  1869.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html"nulltrue);
  1870.         echo "</span></a>
  1871.                                                             </label>
  1872.                                                             ";
  1873.         // line 1332
  1874.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1332$this->source); })()), "guarantor_postal_code", [], "any"falsefalsefalse1332), 'errors');
  1875.         echo "
  1876.                                                             <label class=\"label v3 address\">
  1877.                                                                 都道府県
  1878.                                                                 <div class=\"select\">
  1879.                                                                     ";
  1880.         // line 1337
  1881.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1337$this->source); })()), "guarantor_address_pref", [], "any"falsefalsefalse1337), 'widget');
  1882.         echo "    
  1883.                                                                 </div>                    
  1884.                                                             </label>
  1885.                                                             ";
  1886.         // line 1340
  1887.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1340$this->source); })()), "guarantor_address_pref", [], "any"falsefalsefalse1340), 'errors');
  1888.         echo "
  1889.                                                             <label class=\"label v4 address\">
  1890.                                                                 市区町村・番地 
  1891.                                                                 ";
  1892.         // line 1344
  1893.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1344$this->source); })()), "guarantor_address_addr01", [], "any"falsefalsefalse1344), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  1894.         echo "
  1895.                                                             </label>
  1896.                                                             ";
  1897.         // line 1346
  1898.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1346$this->source); })()), "guarantor_address_addr01", [], "any"falsefalsefalse1346), 'errors');
  1899.         echo "
  1900.                                                             <label class=\"label v4 address\">
  1901.                                                                 マンション・ビル名
  1902.                                                                 ";
  1903.         // line 1350
  1904.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1350$this->source); })()), "guarantor_address_addr02", [], "any"falsefalsefalse1350), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  1905.         echo "
  1906.                                                             </label>
  1907.                                                             ";
  1908.         // line 1352
  1909.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1352$this->source); })()), "guarantor_address_addr02", [], "any"falsefalsefalse1352), 'errors');
  1910.         echo "
  1911.                                                         </div>
  1912.                                                     </td>
  1913.                                                 </tr>
  1914.                                                 ";
  1915.         // line 1376
  1916.         echo "                                                <tr>
  1917.                                                     <td><p class=\"required\">電話番号</p></td>
  1918.                                                     <td>
  1919.                                                         <div class=\"fill v2\">
  1920.                                                             <label>
  1921.                                                                 ";
  1922.         // line 1381
  1923.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1381$this->source); })()), "guarantor_phone_number", [], "any"falsefalsefalse1381), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  1924.         echo "
  1925.                                                             </label>
  1926.                                                         </div>
  1927.                                                         ";
  1928.         // line 1384
  1929.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1384$this->source); })()), "guarantor_phone_number", [], "any"falsefalsefalse1384), 'errors');
  1930.         echo "
  1931.                                                     </td>
  1932.                                                 </tr>
  1933.                                                 <tr>
  1934.                                                     <td><p class=\"required\">メールアドレス<br>(半角英数字)</p></td>
  1935.                                                     <td>
  1936.                                                         <div class=\"fill v2\">
  1937.                                                             <label>
  1938.                                                                 ";
  1939.         // line 1392
  1940.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1392$this->source); })()), "guarantor_email", [], "any"falsefalsefalse1392), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
  1941.         echo "
  1942.                                                             </label>
  1943.                                                         </div>
  1944.                                                         ";
  1945.         // line 1395
  1946.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1395$this->source); })()), "guarantor_email", [], "any"falsefalsefalse1395), 'errors');
  1947.         echo "          
  1948.                                                     </td>
  1949.                                                 </tr> 
  1950.                                                 <tr>
  1951.                                                     <td><p class=\"required\">メールアドレス確認用<br>(半角英数字)</p></td>
  1952.                                                     <td>
  1953.                                                         <div class=\"fill v2\">
  1954.                                                             <label>
  1955.                                                                 ";
  1956.         // line 1403
  1957.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1403$this->source); })()), "guarantor_email_confirm", [], "any"falsefalsefalse1403), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
  1958.         echo "
  1959.                                                             </label>
  1960.                                                         </div>
  1961.                                                         ";
  1962.         // line 1406
  1963.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1406$this->source); })()), "guarantor_email_confirm", [], "any"falsefalsefalse1406), 'errors');
  1964.         echo "
  1965.                                                     </td>
  1966.                                                 </tr> 
  1967.                                                 <tr>
  1968.                                                     <td><p class=\"required\">契約者との続柄</p></td>
  1969.                                                     <td>
  1970.                                                         <div class=\"fill v2\">
  1971.                                                             <label>
  1972.                                                                 ";
  1973.         // line 1414
  1974.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1414$this->source); })()), "guarantor_relation", [], "any"falsefalsefalse1414), 'widget');
  1975.         echo "
  1976.                                                             </label>
  1977.                                                         </div>
  1978.                                                         ";
  1979.         // line 1417
  1980.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1417$this->source); })()), "guarantor_relation", [], "any"falsefalsefalse1417), 'errors');
  1981.         echo "
  1982.                                                     </td>
  1983.                                                 </tr>
  1984.                                                 <tr>
  1985.                                                     <td><p class=\"required\">職業</p></td>
  1986.                                                     <td>
  1987.                                                         <div class=\"fill v4\">
  1988.                                                             <div class=\"select\">
  1989.                                                                 ";
  1990.         // line 1425
  1991.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1425$this->source); })()), "guarantor_job", [], "any"falsefalsefalse1425), 'widget');
  1992.         echo "
  1993.                                                             </div>
  1994.                                                         </div>
  1995.                                                         ";
  1996.         // line 1428
  1997.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1428$this->source); })()), "guarantor_job", [], "any"falsefalsefalse1428), 'errors');
  1998.         echo "
  1999.                                                     </td>
  2000.                                                 </tr>
  2001.                                                 <tr>
  2002.                                                     <td><p class=\"required\">業種</p></td>
  2003.                                                     <td>
  2004.                                                         <div class=\"fill v4\">
  2005.                                                             <div class=\"select\">
  2006.                                                                 ";
  2007.         // line 1436
  2008.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1436$this->source); })()), "guarantor_industry", [], "any"falsefalsefalse1436), 'widget');
  2009.         echo "
  2010.                                                             </div>
  2011.                                                         </div>
  2012.                                                         ";
  2013.         // line 1439
  2014.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1439$this->source); })()), "guarantor_industry", [], "any"falsefalsefalse1439), 'errors');
  2015.         echo "
  2016.                                                     </td>
  2017.                                                 </tr>
  2018.                                                 <tr>
  2019.                                                     <td><p class=\"required\">お勤め先(派遣元)</p></td>
  2020.                                                     <td>
  2021.                                                         <div class=\"fill v2\">
  2022.                                                             <label>
  2023.                                                                 ";
  2024.         // line 1447
  2025.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1447$this->source); })()), "guarantor_company", [], "any"falsefalsefalse1447), 'widget');
  2026.         echo "
  2027.                                                             </label>
  2028.                                                         </div>
  2029.                                                         ";
  2030.         // line 1450
  2031.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1450$this->source); })()), "guarantor_company", [], "any"falsefalsefalse1450), 'errors');
  2032.         echo "
  2033.                                                     </td>
  2034.                                                 </tr>
  2035.                                                 <tr>
  2036.                                                     <td><p class=\"required\">お勤め先フリガナ</p></td>
  2037.                                                     <td>
  2038.                                                         <div class=\"fill v2\">
  2039.                                                             <label>
  2040.                                                                 ";
  2041.         // line 1458
  2042.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1458$this->source); })()), "guarantor_company_kana", [], "any"falsefalsefalse1458), 'widget');
  2043.         echo "
  2044.                                                             </label>
  2045.                                                         </div>
  2046.                                                         ";
  2047.         // line 1461
  2048.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1461$this->source); })()), "guarantor_company_kana", [], "any"falsefalsefalse1461), 'errors');
  2049.         echo "
  2050.                                                     </td>
  2051.                                                 </tr>
  2052.                                                 <tr>
  2053.                                                     <td><p class=\"required\">お勤め先住所</p></td>
  2054.                                                     <td>
  2055.                                                         <div class=\"fill v3\">
  2056.                                                             <label class=\"label v2\">
  2057.                                                                 郵便番号
  2058.                                                                 ";
  2059.         // line 1470
  2060.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1470$this->source); })()), "guarantor_company_postal_code", [], "any"falsefalsefalse1470), 'widget');
  2061.         echo "
  2062.                                                                 <a class=\"btn-post guarantor_company_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  2063.         // line 1471
  2064.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html"nulltrue);
  2065.         echo "</span></a>
  2066.                                                             </label>
  2067.                                                             ";
  2068.         // line 1473
  2069.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1473$this->source); })()), "guarantor_company_postal_code", [], "any"falsefalsefalse1473), 'errors');
  2070.         echo "
  2071.                                                             <label class=\"label v3 address\">
  2072.                                                                 都道府県
  2073.                                                                 <div class=\"select\">
  2074.                                                                     ";
  2075.         // line 1478
  2076.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1478$this->source); })()), "guarantor_company_address_pref", [], "any"falsefalsefalse1478), 'widget');
  2077.         echo "
  2078.                                                                 </div>                        
  2079.                                                             </label>
  2080.                                                             ";
  2081.         // line 1481
  2082.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1481$this->source); })()), "guarantor_company_address_pref", [], "any"falsefalsefalse1481), 'errors');
  2083.         echo "
  2084.                                                             <label class=\"label v4 address\">
  2085.                                                                 市区町村・番地 
  2086.                                                                 ";
  2087.         // line 1485
  2088.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1485$this->source); })()), "guarantor_company_address_addr01", [], "any"falsefalsefalse1485), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  2089.         echo "
  2090.                                                             </label>
  2091.                                                             ";
  2092.         // line 1487
  2093.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1487$this->source); })()), "guarantor_company_address_addr01", [], "any"falsefalsefalse1487), 'errors');
  2094.         echo "
  2095.                                                             <label class=\"label v4 address\">
  2096.                                                                 マンション・ビル名
  2097.                                                                 ";
  2098.         // line 1491
  2099.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1491$this->source); })()), "guarantor_company_address_addr02", [], "any"falsefalsefalse1491), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  2100.         echo "
  2101.                                                             </label>
  2102.                                                             ";
  2103.         // line 1493
  2104.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1493$this->source); })()), "guarantor_company_address_addr02", [], "any"falsefalsefalse1493), 'errors');
  2105.         echo "
  2106.                                                         </div>
  2107.                                                     </td>
  2108.                                                 </tr>
  2109.                                                 <tr>
  2110.                                                     <td><p class=\"required\">お勤め先電話番号</p></td>
  2111.                                                     <td>
  2112.                                                         <div class=\"fill v2\">
  2113.                                                             <label>
  2114.                                                                 ";
  2115.         // line 1502
  2116.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1502$this->source); })()), "guarantor_company_phone_number", [], "any"falsefalsefalse1502), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  2117.         echo "
  2118.                                                             </label>
  2119.                                                         </div>
  2120.                                                         ";
  2121.         // line 1505
  2122.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1505$this->source); })()), "guarantor_company_phone_number", [], "any"falsefalsefalse1505), 'errors');
  2123.         echo "
  2124.                                                     </td>
  2125.                                                 </tr>
  2126.                                                 <tr>
  2127.                                                     <td><p class=\"required\">勤続年数</p></td>
  2128.                                                     <td>
  2129.                                                         <div class=\"fill horizontal\">
  2130.                                                             <label>
  2131.                                                                 ";
  2132.         // line 1513
  2133.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1513$this->source); })()), "guarantor_year", [], "any"falsefalsefalse1513), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  2134.         echo " <span>年</span>
  2135.                                                             </label>
  2136.                                                         </div>
  2137.                                                         <div class=\"fill horizontal\">
  2138.                                                             <label>
  2139.                                                                 ";
  2140.         // line 1518
  2141.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1518$this->source); })()), "guarantor_month", [], "any"falsefalsefalse1518), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  2142.         echo " <span>ヶ月</span>
  2143.                                                             </label>
  2144.                                                         </div>
  2145.                                                         ";
  2146.         // line 1521
  2147.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1521$this->source); })()), "guarantor_year", [], "any"falsefalsefalse1521), 'errors');
  2148.         echo "
  2149.                                                         ";
  2150.         // line 1522
  2151.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1522$this->source); })()), "guarantor_month", [], "any"falsefalsefalse1522), 'errors');
  2152.         echo "
  2153.                                                     </td>
  2154.                                                 </tr>
  2155.                                                 <tr>
  2156.                                                     <td><p class=\"required\">税込年収</p></td>
  2157.                                                     <td>
  2158.                                                         <div class=\"fill v2\">
  2159.                                                             <label>
  2160.                                                                 ";
  2161.         // line 1530
  2162.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1530$this->source); })()), "guarantor_income", [], "any"falsefalsefalse1530), 'widget', ["attr" => ["style" => "width: 120px;"]]);
  2163.         echo " <span>万円</span>
  2164.                                                             </label>
  2165.                                                         </div>
  2166.                                                         ";
  2167.         // line 1533
  2168.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1533$this->source); })()), "guarantor_income", [], "any"falsefalsefalse1533), 'errors');
  2169.         echo "
  2170.                                                     </td>
  2171.                                                 </tr>
  2172.                                                 <tr>
  2173.                                                     <td><p class=\"required\">従業員数</p></td>
  2174.                                                     <td>
  2175.                                                         <div class=\"fill v2\">
  2176.                                                             <div class=\"select\">
  2177.                                                                 ";
  2178.         // line 1541
  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.'1541$this->source); })()), "guarantor_cnt", [], "any"falsefalsefalse1541), 'widget');
  2180.         echo "
  2181.                                                             </div>
  2182.                                                         </div>
  2183.                                                         ";
  2184.         // line 1544
  2185.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1544$this->source); })()), "guarantor_cnt", [], "any"falsefalsefalse1544), 'errors');
  2186.         echo "
  2187.                                                     </td>
  2188.                                                 </tr>
  2189.                                                 <tr>
  2190.                                                     <td><p class=\"\">出向先・派遣先電話番号</p></td>
  2191.                                                     <td>
  2192.                                                         <div class=\"fill v2\">
  2193.                                                             <label>
  2194.                                                                 ";
  2195.         // line 1552
  2196.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1552$this->source); })()), "guarantor_company_phone_number2", [], "any"falsefalsefalse1552), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
  2197.         echo "
  2198.                                                             </label>
  2199.                                                         </div>
  2200.                                                         ";
  2201.         // line 1555
  2202.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1555$this->source); })()), "guarantor_company_phone_number2", [], "any"falsefalsefalse1555), 'errors');
  2203.         echo "
  2204.                                                     </td>
  2205.                                                 </tr>
  2206.                                             </table>
  2207.                                         </div>
  2208.                                     </div>
  2209.                                 </div>
  2210.                             </div>
  2211.                             <div class=\"step-content step-4\">
  2212.                                 <div class=\"step-content__title\">工事内容の最終確認</div>
  2213.                                 <div class=\"table\">
  2214.                                     ";
  2215.         // line 1568
  2216.         echo "                                    <div class=\"list-item\">
  2217.                                         <div class=\"item\">
  2218.                                             <input type=\"hidden\" id=\"product_total_price\" name=\"";
  2219.         // line 1570
  2220.         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.'1570$this->source); })()), "product_total_price", [], "any"falsefalsefalse1570), "vars", [], "any"falsefalsefalse1570), "full_name", [], "any"falsefalsefalse1570), "html"nulltrue);
  2221.         echo "\" value=\"";
  2222.         echo twig_escape_filter($this->env, (isset($context["productTotalPrice"]) || array_key_exists("productTotalPrice"$context) ? $context["productTotalPrice"] : (function () { throw new RuntimeError('Variable "productTotalPrice" does not exist.'1570$this->source); })()), "html"nulltrue);
  2223.         echo "\">
  2224.                                             <div class=\"table\">
  2225.                                                 <div class=\"list-item\">
  2226.                                                     <div class=\"item active\">
  2227.                                                         <table>
  2228.                                                             <tr>
  2229.                                                                 <td><p class=\"required\">希望する工事</p></td>
  2230.                                                                 <td>
  2231.                                                                     <div class=\"fill v4\">
  2232.                                                                         ";
  2233.         // line 1580
  2234.         $context['_parent'] = $context;
  2235.         $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.'1580$this->source); })()), "desired_construction_work", [], "any"falsefalsefalse1580), "vars", [], "any"falsefalsefalse1580), "choices", [], "any"falsefalsefalse1580));
  2236.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2237.             // line 1581
  2238.             echo "                                                                            <div>
  2239.                                                                                 <label class=\"form-check\">
  2240.                                                                                     <input type=\"radio\" name=\"";
  2241.             // line 1583
  2242.             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.'1583$this->source); })()), "desired_construction_work", [], "any"falsefalsefalse1583), "vars", [], "any"falsefalsefalse1583), "full_name", [], "any"falsefalsefalse1583), "html"nulltrue);
  2243.             echo "\" data-price=\"";
  2244.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1583), "price", [], "array"truetruefalse1583)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1583), "price", [], "array"falsefalsefalse1583), 0)) : (0)), "html"nulltrue);
  2245.             echo "\" value=\"";
  2246.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1583), "html"nulltrue);
  2247.             echo "\" ";
  2248.             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.'1583$this->source); })()), "desired_construction_work", [], "any"falsefalsefalse1583), "vars", [], "any"falsefalsefalse1583), "data", [], "any"falsefalsefalse1583) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1583))) {
  2249.                 echo "checked";
  2250.             }
  2251.             echo " required /> 
  2252.                                                                                     ";
  2253.             // line 1584
  2254.             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"falsefalsefalse1584)), "html"nulltrue);
  2255.             echo 
  2256.                                                                                 </label>
  2257.                                                                             </div>
  2258.                                                                         ";
  2259.         }
  2260.         $_parent $context['_parent'];
  2261.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2262.         $context array_intersect_key($context$_parent) + $_parent;
  2263.         // line 1588
  2264.         echo "                                                                    </div>
  2265.                                                                     ";
  2266.         // line 1589
  2267.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1589$this->source); })()), "desired_construction_work", [], "any"falsefalsefalse1589), 'errors');
  2268.         echo "
  2269.                                                                 </td>
  2270.                                                             </tr> 
  2271.                                                         </table>
  2272.                                                         <table id=\"tableUnderTop\" style=\"padding: 0;\">
  2273.                                                             <tr class=\"desired_construction_work_02\">
  2274.                                                                 <td>
  2275.                                                                     <p class=\"required\">工事内容の最終確認</p>
  2276.                                                                     ";
  2277.         // line 1598
  2278.         echo "                                                                </td>
  2279.                                                                 <td>
  2280.                                                                     <div class=\"fill v4\">
  2281.                                                                         ";
  2282.         // line 1601
  2283.         $context['_parent'] = $context;
  2284.         $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.'1601$this->source); })()), "desired_construction_work_02", [], "any"falsefalsefalse1601), "vars", [], "any"falsefalsefalse1601), "choices", [], "any"falsefalsefalse1601));
  2285.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2286.             // line 1602
  2287.             echo "                                                                            <label class=\"form-check flex\">
  2288.                                                                                 <input type=\"radio\" name=\"";
  2289.             // line 1603
  2290.             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.'1603$this->source); })()), "desired_construction_work_02", [], "any"falsefalsefalse1603), "vars", [], "any"falsefalsefalse1603), "full_name", [], "any"falsefalsefalse1603), "html"nulltrue);
  2291.             echo "\" data-price=\"";
  2292.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1603), "price", [], "array"truetruefalse1603)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1603), "price", [], "array"falsefalsefalse1603), 0)) : (0)), "html"nulltrue);
  2293.             echo "\" value=\"";
  2294.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1603), "html"nulltrue);
  2295.             echo "\" ";
  2296.             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.'1603$this->source); })()), "desired_construction_work_02", [], "any"falsefalsefalse1603), "vars", [], "any"falsefalsefalse1603), "data", [], "any"falsefalsefalse1603) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1603))) {
  2297.                 echo "checked";
  2298.             }
  2299.             echo " />
  2300.                                                                                 ";
  2301.             // line 1604
  2302.             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"falsefalsefalse1604)), "html"nulltrue);
  2303.             echo 
  2304.                                                                                 ";
  2305.             // line 1605
  2306.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1605) == "新居等への引越しのため設置場所の詳細確認不可")) {
  2307.                 // line 1606
  2308.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  2309.                                                                                 ";
  2310.             }
  2311.             // line 1608
  2312.             echo "                                                                            </label>
  2313.                                                                         ";
  2314.         }
  2315.         $_parent $context['_parent'];
  2316.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2317.         $context array_intersect_key($context$_parent) + $_parent;
  2318.         // line 1609
  2319.         echo "                    
  2320.                                                                     </div>
  2321.                                                                     ";
  2322.         // line 1611
  2323.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1611$this->source); })()), "desired_construction_work_02", [], "any"falsefalsefalse1611), 'errors');
  2324.         echo "
  2325.                                                                 </td>
  2326.                                                             </tr> 
  2327.                                                         </table>
  2328.                                                         <table id=\"tableSecond\" style=\"padding: 0;\">
  2329.                                                             ";
  2330.         // line 1616
  2331.         if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic"$context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.'1616$this->source); })()) != 0)) {
  2332.             // line 1617
  2333.             echo "                                                            <tr class=\"content-1\">
  2334.                                                                 <td><p class=\"required\">特急券の購入</p></td>
  2335.                                                                 <td>
  2336.                                                                     <div class=\"fill v4\">
  2337.                                                                         ";
  2338.             // line 1621
  2339.             $context['_parent'] = $context;
  2340.             $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.'1621$this->source); })()), "express_tickets", [], "any"falsefalsefalse1621), "vars", [], "any"falsefalsefalse1621), "choices", [], "any"falsefalsefalse1621));
  2341.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2342.                 // line 1622
  2343.                 echo "                                                                            <label class=\"form-check\">
  2344.                                                                                 <input type=\"radio\" name=\"";
  2345.                 // line 1623
  2346.                 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.'1623$this->source); })()), "express_tickets", [], "any"falsefalsefalse1623), "vars", [], "any"falsefalsefalse1623), "full_name", [], "any"falsefalsefalse1623), "html"nulltrue);
  2347.                 echo "\" data-price=\"";
  2348.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1623), "price", [], "array"truetruefalse1623)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1623), "price", [], "array"falsefalsefalse1623), 0)) : (0)), "html"nulltrue);
  2349.                 echo "\" value=\"";
  2350.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1623), "html"nulltrue);
  2351.                 echo "\" ";
  2352.                 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.'1623$this->source); })()), "express_tickets", [], "any"falsefalsefalse1623), "vars", [], "any"falsefalsefalse1623), "data", [], "any"falsefalsefalse1623) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1623))) {
  2353.                     echo "checked";
  2354.                 }
  2355.                 echo " />
  2356.                                                                                 ";
  2357.                 // line 1624
  2358.                 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"falsefalsefalse1624)), "html"nulltrue);
  2359.                 echo 
  2360.                                                                             </label>
  2361.                                                                         ";
  2362.             }
  2363.             $_parent $context['_parent'];
  2364.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2365.             $context array_intersect_key($context$_parent) + $_parent;
  2366.             // line 1626
  2367.             echo "     
  2368.                                                                         ";
  2369.             // line 1627
  2370.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1627$this->source); })()), "express_tickets_price", [], "any"falsefalsefalse1627), 'widget');
  2371.             echo "               
  2372.                                                                     </div>
  2373.                                                                     ";
  2374.             // line 1629
  2375.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1629$this->source); })()), "express_tickets", [], "any"falsefalsefalse1629), 'errors');
  2376.             echo "                                                    
  2377.                                                                 </td>
  2378.                                                             </tr> 
  2379.                                                             ";
  2380.         }
  2381.         // line 1633
  2382.         echo "
  2383.                                                             <tr class=\"content-1\">
  2384.                                                                 <td><p class=\"required\">お住まい</p></td>
  2385.                                                                 <td>
  2386.                                                                     <div class=\"fill v4\">
  2387.                                                                         ";
  2388.         // line 1638
  2389.         $context['_parent'] = $context;
  2390.         $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.'1638$this->source); })()), "osumai", [], "any"falsefalsefalse1638), "vars", [], "any"falsefalsefalse1638), "choices", [], "any"falsefalsefalse1638));
  2391.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2392.             // line 1639
  2393.             echo "                                                                            <label class=\"form-check\">
  2394.                                                                                 <input type=\"radio\" name=\"";
  2395.             // line 1640
  2396.             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.'1640$this->source); })()), "osumai", [], "any"falsefalsefalse1640), "vars", [], "any"falsefalsefalse1640), "full_name", [], "any"falsefalsefalse1640), "html"nulltrue);
  2397.             echo "\" data-percent=\"";
  2398.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1640), "percent", [], "array"truetruefalse1640)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1640), "percent", [], "array"falsefalsefalse1640), 0)) : (0)), "html"nulltrue);
  2399.             echo "\" data-price=\"";
  2400.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1640), "price", [], "array"truetruefalse1640)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1640), "price", [], "array"falsefalsefalse1640), 0)) : (0)), "html"nulltrue);
  2401.             echo "\" value=\"";
  2402.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1640), "html"nulltrue);
  2403.             echo "\" ";
  2404.             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.'1640$this->source); })()), "osumai", [], "any"falsefalsefalse1640), "vars", [], "any"falsefalsefalse1640), "data", [], "any"falsefalsefalse1640) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1640))) {
  2405.                 echo "checked";
  2406.             }
  2407.             echo " />
  2408.                                                                                 ";
  2409.             // line 1641
  2410.             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"falsefalsefalse1641)), "html"nulltrue);
  2411.             echo 
  2412.                                                                             </label>
  2413.                                                                         ";
  2414.         }
  2415.         $_parent $context['_parent'];
  2416.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2417.         $context array_intersect_key($context$_parent) + $_parent;
  2418.         // line 1644
  2419.         echo "                                                                    </div>
  2420.                                                                     ";
  2421.         // line 1645
  2422.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1645$this->source); })()), "osumai", [], "any"falsefalsefalse1645), 'errors');
  2423.         echo "
  2424.                                                                 </td>
  2425.                                                             </tr>
  2426.                                                             <tr class=\"content-1\">
  2427.                                                                 <td><p class=\"required\">建物の所有</p></td>
  2428.                                                                 <td>
  2429.                                                                     <div class=\"fill v4\">
  2430.                                                                         ";
  2431.         // line 1652
  2432.         $context['_parent'] = $context;
  2433.         $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); })()), "building_ownership", [], "any"falsefalsefalse1652), "vars", [], "any"falsefalsefalse1652), "choices", [], "any"falsefalsefalse1652));
  2434.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2435.             // line 1653
  2436.             echo "                                                                            <label class=\"form-check flex\">
  2437.                                                                                 <input type=\"radio\" name=\"";
  2438.             // line 1654
  2439.             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.'1654$this->source); })()), "building_ownership", [], "any"falsefalsefalse1654), "vars", [], "any"falsefalsefalse1654), "full_name", [], "any"falsefalsefalse1654), "html"nulltrue);
  2440.             echo "\" data-percent=\"";
  2441.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1654), "percent", [], "array"truetruefalse1654)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1654), "percent", [], "array"falsefalsefalse1654), 0)) : (0)), "html"nulltrue);
  2442.             echo "\" data-price=\"";
  2443.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1654), "price", [], "array"truetruefalse1654)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1654), "price", [], "array"falsefalsefalse1654), 0)) : (0)), "html"nulltrue);
  2444.             echo "\" value=\"";
  2445.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1654), "html"nulltrue);
  2446.             echo "\" ";
  2447.             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.'1654$this->source); })()), "building_ownership", [], "any"falsefalsefalse1654), "vars", [], "any"falsefalsefalse1654), "data", [], "any"falsefalsefalse1654) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1654))) {
  2448.                 echo "checked";
  2449.             }
  2450.             echo " />
  2451.                                                                                 ";
  2452.             // line 1655
  2453.             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"falsefalsefalse1655)), "html"nulltrue);
  2454.             echo 
  2455.                                                                                 ";
  2456.             // line 1656
  2457.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1656) == "賃貸")) {
  2458.                 // line 1657
  2459.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
  2460.                                                                                 ";
  2461.             }
  2462.             // line 1659
  2463.             echo "                                                                            </label>
  2464.                                                                         ";
  2465.         }
  2466.         $_parent $context['_parent'];
  2467.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2468.         $context array_intersect_key($context$_parent) + $_parent;
  2469.         // line 1661
  2470.         echo "                                                                    </div>
  2471.                                                                     ";
  2472.         // line 1662
  2473.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1662$this->source); })()), "building_ownership", [], "any"falsefalsefalse1662), 'errors');
  2474.         echo "
  2475.                                                                 </td>
  2476.                                                             </tr>
  2477.                                                             <tr class=\"content-1\">
  2478.                                                                 <td><p class=\"required\">構造</p></td>
  2479.                                                                 <td>
  2480.                                                                     <div class=\"fill v4\">
  2481.                                                                         ";
  2482.         // line 1669
  2483.         $context['_parent'] = $context;
  2484.         $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.'1669$this->source); })()), "structure", [], "any"falsefalsefalse1669), "vars", [], "any"falsefalsefalse1669), "choices", [], "any"falsefalsefalse1669));
  2485.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2486.             // line 1670
  2487.             echo "                                                                            <label class=\"form-check\">
  2488.                                                                                 <input type=\"radio\" name=\"";
  2489.             // line 1671
  2490.             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.'1671$this->source); })()), "structure", [], "any"falsefalsefalse1671), "vars", [], "any"falsefalsefalse1671), "full_name", [], "any"falsefalsefalse1671), "html"nulltrue);
  2491.             echo "\" data-percent=\"";
  2492.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1671), "percent", [], "array"truetruefalse1671)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1671), "percent", [], "array"falsefalsefalse1671), 0)) : (0)), "html"nulltrue);
  2493.             echo "\" data-price=\"";
  2494.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1671), "price", [], "array"truetruefalse1671)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1671), "price", [], "array"falsefalsefalse1671), 0)) : (0)), "html"nulltrue);
  2495.             echo "\" value=\"";
  2496.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1671), "html"nulltrue);
  2497.             echo "\" ";
  2498.             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.'1671$this->source); })()), "structure", [], "any"falsefalsefalse1671), "vars", [], "any"falsefalsefalse1671), "data", [], "any"falsefalsefalse1671) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1671))) {
  2499.                 echo "checked";
  2500.             }
  2501.             echo " />
  2502.                                                                                 ";
  2503.             // line 1672
  2504.             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"falsefalsefalse1672)), "html"nulltrue);
  2505.             echo 
  2506.                                                                             </label>
  2507.                                                                         ";
  2508.         }
  2509.         $_parent $context['_parent'];
  2510.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2511.         $context array_intersect_key($context$_parent) + $_parent;
  2512.         // line 1675
  2513.         echo "                                                                    </div>
  2514.                                                                     ";
  2515.         // line 1676
  2516.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1676$this->source); })()), "structure", [], "any"falsefalsefalse1676), 'errors');
  2517.         echo "
  2518.                                                                 </td>
  2519.                                                             </tr>
  2520.                                                             <tr class=\"content-1\">
  2521.                                                                 <td><p class=\"required\">設置台数</p></td>
  2522.                                                                 <td>
  2523.                                                                     <div class=\"fill v4\">
  2524.                                                                         ";
  2525.         // line 1683
  2526.         $context['_parent'] = $context;
  2527.         $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.'1683$this->source); })()), "construction_airs", [], "any"falsefalsefalse1683), "vars", [], "any"falsefalsefalse1683), "choices", [], "any"falsefalsefalse1683));
  2528.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2529.             // line 1684
  2530.             echo "                                                                            ";
  2531.             $context["has_checked"] = false;
  2532.             // line 1685
  2533.             echo "                                                                            ";
  2534.             $context['_parent'] = $context;
  2535.             $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.'1685$this->source); })()), "construction_airs", [], "any"falsefalsefalse1685), "vars", [], "any"falsefalsefalse1685), "data", [], "any"falsefalsefalse1685));
  2536.             foreach ($context['_seq'] as $context["key2"] => $context["val2"]) {
  2537.                 // line 1686
  2538.                 echo "                                                                                ";
  2539.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1686) == $context["val2"])) {
  2540.                     // line 1687
  2541.                     echo "                                                                                    ";
  2542.                     $context["has_checked"] = true;
  2543.                     // line 1688
  2544.                     echo "                                                                                    <label class=\"form-check\">
  2545.                                                                                         <input type=\"checkbox\" 
  2546.                                                                                         name=\"";
  2547.                     // line 1690
  2548.                     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_airs", [], "any"falsefalsefalse1690), "vars", [], "any"falsefalsefalse1690), "full_name", [], "any"falsefalsefalse1690), "html"nulltrue);
  2549.                     echo "\" 
  2550.                                                                                         class=\"construction_air\" 
  2551.                                                                                         data-tatami=\"";
  2552.                     // line 1692
  2553.                     echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1692), "data-tatami", [], "array"truetruefalse1692)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1692), "data-tatami", [], "array"falsefalsefalse1692), 0)) : (0)), "html"nulltrue);
  2554.                     echo "\" data-quantity=\"";
  2555.                     echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1692), "data-quantity", [], "array"truetruefalse1692)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1692), "data-quantity", [], "array"falsefalsefalse1692), 0)) : (0)), "html"nulltrue);
  2556.                     echo "\" 
  2557.                                                                                         data-price=\"";
  2558.                     // line 1693
  2559.                     echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1693), "data-price", [], "array"truetruefalse1693)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1693), "data-price", [], "array"falsefalsefalse1693), 0)) : (0)), "html"nulltrue);
  2560.                     echo "\" 
  2561.                                                                                         data-loan=\"";
  2562.                     // line 1694
  2563.                     echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1694), "data-loan", [], "array"truetruefalse1694)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1694), "data-loan", [], "array"falsefalsefalse1694), 0)) : (0)), "html"nulltrue);
  2564.                     echo "\" 
  2565.                                                                                         value=\"";
  2566.                     // line 1695
  2567.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1695), "html"nulltrue);
  2568.                     echo "\" checked />
  2569.                                                                                         ";
  2570.                     // line 1696
  2571.                     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"falsefalsefalse1696)), "html"nulltrue);
  2572.                     echo 
  2573.                                                                                     </label>
  2574.                                                                                 ";
  2575.                 }
  2576.                 // line 1699
  2577.                 echo "                                                                            ";
  2578.             }
  2579.             $_parent $context['_parent'];
  2580.             unset($context['_seq'], $context['_iterated'], $context['key2'], $context['val2'], $context['_parent'], $context['loop']);
  2581.             $context array_intersect_key($context$_parent) + $_parent;
  2582.             // line 1700
  2583.             echo "
  2584.                                                                             ";
  2585.             // line 1701
  2586.             if (((isset($context["has_checked"]) || array_key_exists("has_checked"$context) ? $context["has_checked"] : (function () { throw new RuntimeError('Variable "has_checked" does not exist.'1701$this->source); })()) == false)) {
  2587.                 // line 1702
  2588.                 echo "                                                                                <label class=\"form-check\">
  2589.                                                                                     <input type=\"checkbox\" 
  2590.                                                                                     name=\"";
  2591.                 // line 1704
  2592.                 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.'1704$this->source); })()), "construction_airs", [], "any"falsefalsefalse1704), "vars", [], "any"falsefalsefalse1704), "full_name", [], "any"falsefalsefalse1704), "html"nulltrue);
  2593.                 echo "\" 
  2594.                                                                                     class=\"construction_air\" 
  2595.                                                                                     data-tatami=\"";
  2596.                 // line 1706
  2597.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1706), "data-tatami", [], "array"truetruefalse1706)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1706), "data-tatami", [], "array"falsefalsefalse1706), 0)) : (0)), "html"nulltrue);
  2598.                 echo "\" 
  2599.                                                                                     data-quantity=\"";
  2600.                 // line 1707
  2601.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1707), "data-quantity", [], "array"truetruefalse1707)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1707), "data-quantity", [], "array"falsefalsefalse1707), 0)) : (0)), "html"nulltrue);
  2602.                 echo "\" 
  2603.                                                                                     data-price=\"";
  2604.                 // line 1708
  2605.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1708), "data-price", [], "array"truetruefalse1708)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1708), "data-price", [], "array"falsefalsefalse1708), 0)) : (0)), "html"nulltrue);
  2606.                 echo "\" 
  2607.                                                                                     data-loan=\"";
  2608.                 // line 1709
  2609.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1709), "data-loan", [], "array"truetruefalse1709)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1709), "data-loan", [], "array"falsefalsefalse1709), 0)) : (0)), "html"nulltrue);
  2610.                 echo "\" 
  2611.                                                                                     value=\"";
  2612.                 // line 1710
  2613.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1710), "html"nulltrue);
  2614.                 echo "\"/>
  2615.                                                                                     ";
  2616.                 // line 1711
  2617.                 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"falsefalsefalse1711)), "html"nulltrue);
  2618.                 echo 
  2619.                                                                                 </label>
  2620.                                                                             ";
  2621.             }
  2622.             // line 1714
  2623.             echo "                                                                        ";
  2624.         }
  2625.         $_parent $context['_parent'];
  2626.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2627.         $context array_intersect_key($context$_parent) + $_parent;
  2628.         // line 1715
  2629.         echo "                                                                        ";
  2630.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1715$this->source); })()), "construction_air", [], "any"falsefalsefalse1715), 'widget');
  2631.         echo "
  2632.                                                                         ";
  2633.         // line 1716
  2634.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1716$this->source); })()), "number_install", [], "any"falsefalsefalse1716), 'widget');
  2635.         echo "
  2636.                                                                         ";
  2637.         // line 1717
  2638.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1717$this->source); })()), "number_install_price", [], "any"falsefalsefalse1717), 'widget');
  2639.         echo "
  2640.                                                                     </div>
  2641.                                                                     ";
  2642.         // line 1719
  2643.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1719$this->source); })()), "construction_airs", [], "any"falsefalsefalse1719), 'errors');
  2644.         echo "
  2645.                                                                 </td>
  2646.                                                             </tr>
  2647.                                                             <tr class=\"content-1\">
  2648.                                                                 <td><p class=\"required\">設置工事希望日</p></td>
  2649.                                                                 <td>
  2650.                                                                     <div class=\"fill v3\">
  2651.                                                                         <label class=\"label v3 date vip\">
  2652.                                                                             第一希望日  
  2653.                                                                             ";
  2654.         // line 1728
  2655.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1728$this->source); })()), "construction_date_1", [], "any"falsefalsefalse1728), 'widget');
  2656.         echo "
  2657.                                                                             ";
  2658.         // line 1729
  2659.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1729$this->source); })()), "construction_date_1", [], "any"falsefalsefalse1729), 'errors');
  2660.         echo "
  2661.                                                                             <span class=\"pc\"> </span>希望時間帯 
  2662.                                                                             <select name=\"";
  2663.         // line 1731
  2664.         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.'1731$this->source); })()), "time_slot_1", [], "any"falsefalsefalse1731), "vars", [], "any"falsefalsefalse1731), "full_name", [], "any"falsefalsefalse1731), "html"nulltrue);
  2665.         echo "\" id=\"time_slot_1\">
  2666.                                                                                 ";
  2667.         // line 1732
  2668.         $context['_parent'] = $context;
  2669.         $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.'1732$this->source); })()), "time_slot_1", [], "any"falsefalsefalse1732), "vars", [], "any"falsefalsefalse1732), "choices", [], "any"falsefalsefalse1732));
  2670.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2671.             // line 1733
  2672.             echo "                                                                                    <option value=\"";
  2673.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1733), "html"nulltrue);
  2674.             echo "\">";
  2675.             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"falsefalsefalse1733)), "html"nulltrue);
  2676.             echo " </option>
  2677.                                                                                 ";
  2678.         }
  2679.         $_parent $context['_parent'];
  2680.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2681.         $context array_intersect_key($context$_parent) + $_parent;
  2682.         // line 1735
  2683.         echo "                                                                            </select>
  2684.                                                                         </label>
  2685.                                                                         <label class=\"label v3 date\">
  2686.                                                                             第二希望日  
  2687.                                                                             ";
  2688.         // line 1739
  2689.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1739$this->source); })()), "construction_date_2", [], "any"falsefalsefalse1739), 'widget');
  2690.         echo "
  2691.                                                                             ";
  2692.         // line 1740
  2693.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1740$this->source); })()), "construction_date_2", [], "any"falsefalsefalse1740), 'errors');
  2694.         echo "
  2695.                                                                             <span class=\"pc\"> </span>希望時間帯 
  2696.                                                                             <select name=\"";
  2697.         // line 1742
  2698.         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.'1742$this->source); })()), "time_slot_2", [], "any"falsefalsefalse1742), "vars", [], "any"falsefalsefalse1742), "full_name", [], "any"falsefalsefalse1742), "html"nulltrue);
  2699.         echo "\" id=\"time_slot_2\">
  2700.                                                                                 ";
  2701.         // line 1743
  2702.         $context['_parent'] = $context;
  2703.         $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.'1743$this->source); })()), "time_slot_2", [], "any"falsefalsefalse1743), "vars", [], "any"falsefalsefalse1743), "choices", [], "any"falsefalsefalse1743));
  2704.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2705.             // line 1744
  2706.             echo "                                                                                    <option value=\"";
  2707.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1744), "html"nulltrue);
  2708.             echo "\">";
  2709.             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"falsefalsefalse1744)), "html"nulltrue);
  2710.             echo " </option>
  2711.                                                                                 ";
  2712.         }
  2713.         $_parent $context['_parent'];
  2714.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2715.         $context array_intersect_key($context$_parent) + $_parent;
  2716.         // line 1746
  2717.         echo "                                                                            </select>
  2718.                                                                         </label>
  2719.                                                                         <label class=\"label v3 date\">
  2720.                                                                             第三希望日  
  2721.                                                                             ";
  2722.         // line 1750
  2723.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1750$this->source); })()), "construction_date_3", [], "any"falsefalsefalse1750), 'widget');
  2724.         echo "
  2725.                                                                             ";
  2726.         // line 1751
  2727.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1751$this->source); })()), "construction_date_3", [], "any"falsefalsefalse1751), 'errors');
  2728.         echo "
  2729.                                                                             <span class=\"pc\"> </span>希望時間帯 
  2730.                                                                             <select name=\"";
  2731.         // line 1753
  2732.         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.'1753$this->source); })()), "time_slot_3", [], "any"falsefalsefalse1753), "vars", [], "any"falsefalsefalse1753), "full_name", [], "any"falsefalsefalse1753), "html"nulltrue);
  2733.         echo "\" id=\"time_slot_3\">
  2734.                                                                                 ";
  2735.         // line 1754
  2736.         $context['_parent'] = $context;
  2737.         $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.'1754$this->source); })()), "time_slot_3", [], "any"falsefalsefalse1754), "vars", [], "any"falsefalsefalse1754), "choices", [], "any"falsefalsefalse1754));
  2738.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2739.             // line 1755
  2740.             echo "                                                                                    <option value=\"";
  2741.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1755), "html"nulltrue);
  2742.             echo "\">";
  2743.             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"falsefalsefalse1755)), "html"nulltrue);
  2744.             echo " </option>
  2745.                                                                                 ";
  2746.         }
  2747.         $_parent $context['_parent'];
  2748.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2749.         $context array_intersect_key($context$_parent) + $_parent;
  2750.         // line 1757
  2751.         echo "                                                                            </select>
  2752.                                                                         </label>
  2753.                                                                         ";
  2754.         // line 1759
  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.'1759$this->source); })()), "contents", [], "any"falsefalsefalse1759), 'widget', ["attr" => ["placeholder" => "その他希望等あればご記入ください。"]]);
  2756.         echo "
  2757.                                                                         ";
  2758.         // line 1760
  2759.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1760$this->source); })()), "contents", [], "any"falsefalsefalse1760), 'errors');
  2760.         echo "
  2761.                                                                     </div>
  2762.                                                                 </td>
  2763.                                                             </tr>
  2764.                                                             <tr class=\"content-1\">
  2765.                                                                 <td><p class=\"required\">工事内訳</p></td>
  2766.                                                                 <td>
  2767.                                                                     <div class=\"fill v4\">
  2768.                                                                         ";
  2769.         // line 1768
  2770.         $context['_parent'] = $context;
  2771.         $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.'1768$this->source); })()), "construction_type_07", [], "any"falsefalsefalse1768), "vars", [], "any"falsefalsefalse1768), "choices", [], "any"falsefalsefalse1768));
  2772.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2773.             // line 1769
  2774.             echo "                                                                            <label class=\"form-check\">
  2775.                                                                                 <input type=\"radio\" name=\"";
  2776.             // line 1770
  2777.             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.'1770$this->source); })()), "construction_type_07", [], "any"falsefalsefalse1770), "vars", [], "any"falsefalsefalse1770), "full_name", [], "any"falsefalsefalse1770), "html"nulltrue);
  2778.             echo "\" data-price=\"";
  2779.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1770), "price", [], "array"truetruefalse1770)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1770), "price", [], "array"falsefalsefalse1770), 0)) : (0)), "html"nulltrue);
  2780.             echo "\" value=\"";
  2781.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1770), "html"nulltrue);
  2782.             echo "\" ";
  2783.             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.'1770$this->source); })()), "construction_type_07", [], "any"falsefalsefalse1770), "vars", [], "any"falsefalsefalse1770), "data", [], "any"falsefalsefalse1770) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1770))) {
  2784.                 echo "checked";
  2785.             }
  2786.             echo " />
  2787.                                                                                 ";
  2788.             // line 1771
  2789.             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"falsefalsefalse1771)), "html"nulltrue);
  2790.             echo 
  2791.                                                                                 ";
  2792.             // line 1772
  2793.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1772) == "新設工事に加えて移設工事も希望")) {
  2794.                 // line 1773
  2795.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
  2796.                                                                                 ";
  2797.             }
  2798.             // line 1775
  2799.             echo "                                                                            </label>
  2800.                                                                         ";
  2801.         }
  2802.         $_parent $context['_parent'];
  2803.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2804.         $context array_intersect_key($context$_parent) + $_parent;
  2805.         // line 1776
  2806.         echo "                    
  2807.                                                                     </div>
  2808.                                                                     ";
  2809.         // line 1778
  2810.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1778$this->source); })()), "construction_type_07", [], "any"falsefalsefalse1778), 'errors');
  2811.         echo "
  2812.                                                                 </td>
  2813.                                                             </tr> 
  2814.                                                             <tr class=\"construction_type_07_02_v1\">
  2815.                                                                 <td><p class=\"required\">工事内訳</p><small>2段階目</small></td>
  2816.                                                                 <td>
  2817.                                                                     <div class=\"fill v4\">
  2818.                                                                         ";
  2819.         // line 1785
  2820.         $context['_parent'] = $context;
  2821.         $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.'1785$this->source); })()), "construction_type_07_02_v1", [], "any"falsefalsefalse1785), "vars", [], "any"falsefalsefalse1785), "choices", [], "any"falsefalsefalse1785));
  2822.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2823.             // line 1786
  2824.             echo "                                                                            <label class=\"form-check\">
  2825.                                                                                 <input type=\"radio\" name=\"";
  2826.             // line 1787
  2827.             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.'1787$this->source); })()), "construction_type_07_02_v1", [], "any"falsefalsefalse1787), "vars", [], "any"falsefalsefalse1787), "full_name", [], "any"falsefalsefalse1787), "html"nulltrue);
  2828.             echo "\" data-price=\"";
  2829.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1787), "price", [], "array"truetruefalse1787)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1787), "price", [], "array"falsefalsefalse1787), 0)) : (0)), "html"nulltrue);
  2830.             echo "\" value=\"";
  2831.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1787), "html"nulltrue);
  2832.             echo "\" ";
  2833.             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.'1787$this->source); })()), "construction_type_07_02_v1", [], "any"falsefalsefalse1787), "vars", [], "any"falsefalsefalse1787), "data", [], "any"falsefalsefalse1787) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1787))) {
  2834.                 echo "checked";
  2835.             }
  2836.             echo " />
  2837.                                                                                 ";
  2838.             // line 1788
  2839.             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"falsefalsefalse1788)), "html"nulltrue);
  2840.             echo 
  2841.                                                                             </label>
  2842.                                                                         ";
  2843.         }
  2844.         $_parent $context['_parent'];
  2845.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2846.         $context array_intersect_key($context$_parent) + $_parent;
  2847.         // line 1790
  2848.         echo "   
  2849.                                                                         ";
  2850.         // line 1791
  2851.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1791$this->source); })()), "construction_type_07_02_v1_price", [], "any"falsefalsefalse1791), 'widget');
  2852.         echo "                 
  2853.                                                                     </div>
  2854.                                                                     ";
  2855.         // line 1793
  2856.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1793$this->source); })()), "construction_type_07_02_v1", [], "any"falsefalsefalse1793), 'errors');
  2857.         echo "
  2858.                                                                 </td>
  2859.                                                             </tr> 
  2860.                                                             <tr class=\"construction_type_07_02_v2\">
  2861.                                                                 <td><p class=\"required\">工事内訳</p><small>2段階目</small></td>
  2862.                                                                 <td>
  2863.                                                                     <div class=\"fill v4\">
  2864.                                                                         ";
  2865.         // line 1800
  2866.         $context['_parent'] = $context;
  2867.         $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.'1800$this->source); })()), "construction_type_07_02_v2", [], "any"falsefalsefalse1800), "vars", [], "any"falsefalsefalse1800), "choices", [], "any"falsefalsefalse1800));
  2868.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2869.             // line 1801
  2870.             echo "                                                                            <label class=\"form-check\">
  2871.                                                                                 <input type=\"radio\" name=\"";
  2872.             // line 1802
  2873.             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.'1802$this->source); })()), "construction_type_07_02_v2", [], "any"falsefalsefalse1802), "vars", [], "any"falsefalsefalse1802), "full_name", [], "any"falsefalsefalse1802), "html"nulltrue);
  2874.             echo "\" data-price=\"";
  2875.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1802), "price", [], "array"truetruefalse1802)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1802), "price", [], "array"falsefalsefalse1802), 0)) : (0)), "html"nulltrue);
  2876.             echo "\" value=\"";
  2877.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1802), "html"nulltrue);
  2878.             echo "\" ";
  2879.             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.'1802$this->source); })()), "construction_type_07_02_v2", [], "any"falsefalsefalse1802), "vars", [], "any"falsefalsefalse1802), "data", [], "any"falsefalsefalse1802) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1802))) {
  2880.                 echo "checked";
  2881.             }
  2882.             echo " />
  2883.                                                                                 ";
  2884.             // line 1803
  2885.             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"falsefalsefalse1803)), "html"nulltrue);
  2886.             echo "
  2887.                                                                             </label>
  2888.                                                                         ";
  2889.         }
  2890.         $_parent $context['_parent'];
  2891.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2892.         $context array_intersect_key($context$_parent) + $_parent;
  2893.         // line 1805
  2894.         echo "                    
  2895.                                                                     </div>
  2896.                                                                     ";
  2897.         // line 1807
  2898.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1807$this->source); })()), "construction_type_07_02_v2", [], "any"falsefalsefalse1807), 'errors');
  2899.         echo "
  2900.                                                                 </td>
  2901.                                                             </tr> 
  2902.                                                             <tr class=\"construction_type_07_03_v1\">
  2903.                                                                 <td><p class=\"required\">工事内訳</p><small>3段階目</small></td>
  2904.                                                                 <td>
  2905.                                                                     <div class=\"fill v4\">
  2906.                                                                         ";
  2907.         // line 1814
  2908.         $context['_parent'] = $context;
  2909.         $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.'1814$this->source); })()), "construction_type_07_03_v1", [], "any"falsefalsefalse1814), "vars", [], "any"falsefalsefalse1814), "choices", [], "any"falsefalsefalse1814));
  2910.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2911.             // line 1815
  2912.             echo "                                                                            <label class=\"form-check\">
  2913.                                                                                 <input type=\"radio\" name=\"";
  2914.             // line 1816
  2915.             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.'1816$this->source); })()), "construction_type_07_03_v1", [], "any"falsefalsefalse1816), "vars", [], "any"falsefalsefalse1816), "full_name", [], "any"falsefalsefalse1816), "html"nulltrue);
  2916.             echo "\" data-price=\"";
  2917.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1816), "price", [], "array"truetruefalse1816)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1816), "price", [], "array"falsefalsefalse1816), 0)) : (0)), "html"nulltrue);
  2918.             echo "\" value=\"";
  2919.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1816), "html"nulltrue);
  2920.             echo "\" ";
  2921.             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.'1816$this->source); })()), "construction_type_07_03_v1", [], "any"falsefalsefalse1816), "vars", [], "any"falsefalsefalse1816), "data", [], "any"falsefalsefalse1816) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1816))) {
  2922.                 echo "checked";
  2923.             }
  2924.             echo " />
  2925.                                                                                 ";
  2926.             // line 1817
  2927.             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"falsefalsefalse1817)), "html"nulltrue);
  2928.             echo 
  2929.                                                                             </label>
  2930.                                                                         ";
  2931.         }
  2932.         $_parent $context['_parent'];
  2933.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2934.         $context array_intersect_key($context$_parent) + $_parent;
  2935.         // line 1819
  2936.         echo "                    
  2937.                                                                     </div>
  2938.                                                                     ";
  2939.         // line 1821
  2940.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1821$this->source); })()), "construction_type_07_03_v1", [], "any"falsefalsefalse1821), 'errors');
  2941.         echo "
  2942.                                                                 </td>
  2943.                                                             </tr> 
  2944.                                                             <tr class=\"construction_type_07_03_v2\">
  2945.                                                                 <td><p class=\"required\">工事内訳</p><small>3段階目</small></td>
  2946.                                                                 <td>
  2947.                                                                     <div class=\"fill v4\">
  2948.                                                                         ";
  2949.         // line 1828
  2950.         $context['_parent'] = $context;
  2951.         $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.'1828$this->source); })()), "construction_type_07_03_v2", [], "any"falsefalsefalse1828), "vars", [], "any"falsefalsefalse1828), "choices", [], "any"falsefalsefalse1828));
  2952.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2953.             // line 1829
  2954.             echo "                                                                            <label class=\"form-check\">
  2955.                                                                                 <input type=\"radio\" name=\"";
  2956.             // line 1830
  2957.             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.'1830$this->source); })()), "construction_type_07_03_v2", [], "any"falsefalsefalse1830), "vars", [], "any"falsefalsefalse1830), "full_name", [], "any"falsefalsefalse1830), "html"nulltrue);
  2958.             echo "\" data-price=\"";
  2959.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1830), "price", [], "array"truetruefalse1830)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1830), "price", [], "array"falsefalsefalse1830), 0)) : (0)), "html"nulltrue);
  2960.             echo "\" value=\"";
  2961.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1830), "html"nulltrue);
  2962.             echo "\" ";
  2963.             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.'1830$this->source); })()), "construction_type_07_03_v2", [], "any"falsefalsefalse1830), "vars", [], "any"falsefalsefalse1830), "data", [], "any"falsefalsefalse1830) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1830))) {
  2964.                 echo "checked";
  2965.             }
  2966.             echo " />
  2967.                                                                                 ";
  2968.             // line 1831
  2969.             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"falsefalsefalse1831)), "html"nulltrue);
  2970.             echo 
  2971.                                                                             </label>
  2972.                                                                         ";
  2973.         }
  2974.         $_parent $context['_parent'];
  2975.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2976.         $context array_intersect_key($context$_parent) + $_parent;
  2977.         // line 1833
  2978.         echo "         
  2979.                                                                         ";
  2980.         // line 1834
  2981.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1834$this->source); })()), "construction_type_07_03_v2_price", [], "any"falsefalsefalse1834), 'widget');
  2982.         echo "           
  2983.                                                                     </div>
  2984.                                                                     ";
  2985.         // line 1836
  2986.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1836$this->source); })()), "construction_type_07_03_v2", [], "any"falsefalsefalse1836), 'errors');
  2987.         echo "
  2988.                                                                 </td>
  2989.                                                             </tr> 
  2990.                                                             <tr class=\"construction_type_07_04_v1\">
  2991.                                                                 <td><p class=\"required\">工事内訳</p><small>4段階目</small></td>
  2992.                                                                 <td>
  2993.                                                                     <div class=\"fill v4\">
  2994.                                                                         ";
  2995.         // line 1843
  2996.         $context['_parent'] = $context;
  2997.         $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.'1843$this->source); })()), "construction_type_07_04_v1", [], "any"falsefalsefalse1843), "vars", [], "any"falsefalsefalse1843), "choices", [], "any"falsefalsefalse1843));
  2998.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2999.             // line 1844
  3000.             echo "                                                                            <label class=\"form-check\">
  3001.                                                                                 <input type=\"radio\" name=\"";
  3002.             // line 1845
  3003.             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.'1845$this->source); })()), "construction_type_07_04_v1", [], "any"falsefalsefalse1845), "vars", [], "any"falsefalsefalse1845), "full_name", [], "any"falsefalsefalse1845), "html"nulltrue);
  3004.             echo "\" data-price=\"";
  3005.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1845), "price", [], "array"truetruefalse1845)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1845), "price", [], "array"falsefalsefalse1845), 0)) : (0)), "html"nulltrue);
  3006.             echo "\" value=\"";
  3007.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1845), "html"nulltrue);
  3008.             echo "\" ";
  3009.             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.'1845$this->source); })()), "construction_type_07_04_v1", [], "any"falsefalsefalse1845), "vars", [], "any"falsefalsefalse1845), "data", [], "any"falsefalsefalse1845) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1845))) {
  3010.                 echo "checked";
  3011.             }
  3012.             echo " />
  3013.                                                                                 ";
  3014.             // line 1846
  3015.             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"falsefalsefalse1846)), "html"nulltrue);
  3016.             echo 
  3017.                                                                             </label>
  3018.                                                                         ";
  3019.         }
  3020.         $_parent $context['_parent'];
  3021.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3022.         $context array_intersect_key($context$_parent) + $_parent;
  3023.         // line 1848
  3024.         echo "            
  3025.                                                                         ";
  3026.         // line 1849
  3027.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1849$this->source); })()), "construction_type_07_04_v1_price", [], "any"falsefalsefalse1849), 'widget');
  3028.         echo "        
  3029.                                                                     </div>
  3030.                                                                     ";
  3031.         // line 1851
  3032.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1851$this->source); })()), "construction_type_07_04_v1", [], "any"falsefalsefalse1851), 'errors');
  3033.         echo "
  3034.                                                                 </td>
  3035.                                                             </tr> 
  3036.                                                             <tr class=\"construction_type_07_04_v2\">
  3037.                                                                 <td><p class=\"required\">工事内訳</p><small>4段階目</small></td>
  3038.                                                                 <td>
  3039.                                                                     <div class=\"fill v4\">
  3040.                                                                         ";
  3041.         // line 1858
  3042.         $context['_parent'] = $context;
  3043.         $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); })()), "construction_type_07_04_v2", [], "any"falsefalsefalse1858), "vars", [], "any"falsefalsefalse1858), "choices", [], "any"falsefalsefalse1858));
  3044.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3045.             // line 1859
  3046.             echo "                                                                            <label class=\"form-check\">
  3047.                                                                                 <input type=\"radio\" name=\"";
  3048.             // line 1860
  3049.             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); })()), "construction_type_07_04_v2", [], "any"falsefalsefalse1860), "vars", [], "any"falsefalsefalse1860), "full_name", [], "any"falsefalsefalse1860), "html"nulltrue);
  3050.             echo "\" data-price=\"";
  3051.             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);
  3052.             echo "\" value=\"";
  3053.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1860), "html"nulltrue);
  3054.             echo "\" ";
  3055.             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); })()), "construction_type_07_04_v2", [], "any"falsefalsefalse1860), "vars", [], "any"falsefalsefalse1860), "data", [], "any"falsefalsefalse1860) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1860))) {
  3056.                 echo "checked";
  3057.             }
  3058.             echo " />
  3059.                                                                                 ";
  3060.             // line 1861
  3061.             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);
  3062.             echo 
  3063.                                                                             </label>
  3064.                                                                         ";
  3065.         }
  3066.         $_parent $context['_parent'];
  3067.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3068.         $context array_intersect_key($context$_parent) + $_parent;
  3069.         // line 1863
  3070.         echo "     
  3071.                                                                         ";
  3072.         // line 1864
  3073.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1864$this->source); })()), "construction_type_07_04_v2_price", [], "any"falsefalsefalse1864), 'widget');
  3074.         echo "               
  3075.                                                                     </div>
  3076.                                                                     ";
  3077.         // line 1866
  3078.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1866$this->source); })()), "construction_type_07_04_v2", [], "any"falsefalsefalse1866), 'errors');
  3079.         echo "
  3080.                                                                 </td>
  3081.                                                             </tr> 
  3082.                                                             <tr class=\"construction_type_07_04_v3\">
  3083.                                                                 <td><p class=\"required\">工事内訳</p><small>4段階目</small></td>
  3084.                                                                 <td>
  3085.                                                                     <div class=\"fill v4\">
  3086.                                                                         ";
  3087.         // line 1873
  3088.         $context['_parent'] = $context;
  3089.         $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); })()), "construction_type_07_04_v3", [], "any"falsefalsefalse1873), "vars", [], "any"falsefalsefalse1873), "choices", [], "any"falsefalsefalse1873));
  3090.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3091.             // line 1874
  3092.             echo "                                                                            <label class=\"form-check\">
  3093.                                                                                 <input type=\"radio\" name=\"";
  3094.             // line 1875
  3095.             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); })()), "construction_type_07_04_v3", [], "any"falsefalsefalse1875), "vars", [], "any"falsefalsefalse1875), "full_name", [], "any"falsefalsefalse1875), "html"nulltrue);
  3096.             echo "\" data-price=\"";
  3097.             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);
  3098.             echo "\" value=\"";
  3099.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1875), "html"nulltrue);
  3100.             echo "\" ";
  3101.             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); })()), "construction_type_07_04_v3", [], "any"falsefalsefalse1875), "vars", [], "any"falsefalsefalse1875), "data", [], "any"falsefalsefalse1875) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1875))) {
  3102.                 echo "checked";
  3103.             }
  3104.             echo " />
  3105.                                                                                 ";
  3106.             // line 1876
  3107.             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);
  3108.             echo 
  3109.                                                                             </label>
  3110.                                                                         ";
  3111.         }
  3112.         $_parent $context['_parent'];
  3113.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3114.         $context array_intersect_key($context$_parent) + $_parent;
  3115.         // line 1879
  3116.         echo "                                                                        ";
  3117.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1879$this->source); })()), "construction_type_07_04_v3_price", [], "any"falsefalsefalse1879), 'widget');
  3118.         echo "
  3119.                                                                     </div>
  3120.                                                                     ";
  3121.         // line 1881
  3122.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1881$this->source); })()), "construction_type_07_04_v3", [], "any"falsefalsefalse1881), 'errors');
  3123.         echo "
  3124.                                                                 </td>
  3125.                                                             </tr> 
  3126.                                                             <tr class=\"content-1\">
  3127.                                                                 <td><p class=\"required\">エアコン設置場所</p></td>
  3128.                                                                  <td>
  3129.                                                                     <div class=\"fill v4\">
  3130.                                                                         ";
  3131.         // line 1888
  3132.         $context['_parent'] = $context;
  3133.         $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.'1888$this->source); })()), "construction_floor_07", [], "any"falsefalsefalse1888), "vars", [], "any"falsefalsefalse1888), "choices", [], "any"falsefalsefalse1888));
  3134.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3135.             // line 1889
  3136.             echo "                                                                            <label class=\"form-check\">
  3137.                                                                                 <input type=\"radio\" name=\"";
  3138.             // line 1890
  3139.             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.'1890$this->source); })()), "construction_floor_07", [], "any"falsefalsefalse1890), "vars", [], "any"falsefalsefalse1890), "full_name", [], "any"falsefalsefalse1890), "html"nulltrue);
  3140.             echo "\" data-price=\"";
  3141.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1890), "price", [], "array"truetruefalse1890)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1890), "price", [], "array"falsefalsefalse1890), 0)) : (0)), "html"nulltrue);
  3142.             echo "\" value=\"";
  3143.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1890), "html"nulltrue);
  3144.             echo "\" ";
  3145.             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.'1890$this->source); })()), "construction_floor_07", [], "any"falsefalsefalse1890), "vars", [], "any"falsefalsefalse1890), "data", [], "any"falsefalsefalse1890) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1890))) {
  3146.                 echo "checked";
  3147.             }
  3148.             echo " />
  3149.                                                                                 ";
  3150.             // line 1891
  3151.             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"falsefalsefalse1891)), "html"nulltrue);
  3152.             echo 
  3153.                                                                             </label>
  3154.                                                                         ";
  3155.         }
  3156.         $_parent $context['_parent'];
  3157.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3158.         $context array_intersect_key($context$_parent) + $_parent;
  3159.         // line 1894
  3160.         echo "                                                                    </div>
  3161.                                                                     ";
  3162.         // line 1895
  3163.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1895$this->source); })()), "construction_floor_07", [], "any"falsefalsefalse1895), 'errors');
  3164.         echo "
  3165.                                                                 </td>
  3166.                                                             </tr> 
  3167.                                                             <tr class=\"content-1\">
  3168.                                                                 <td><p class=\"required\">エレベーターの有無</p><small>※3階以上の場合</small></td>
  3169.                                                                 <td>
  3170.                                                                     <div class=\"fill v4\">
  3171.                                                                         ";
  3172.         // line 1902
  3173.         $context['_parent'] = $context;
  3174.         $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.'1902$this->source); })()), "elevator_07", [], "any"falsefalsefalse1902), "vars", [], "any"falsefalsefalse1902), "choices", [], "any"falsefalsefalse1902));
  3175.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3176.             // line 1903
  3177.             echo "                                                                            <label class=\"form-check\">
  3178.                                                                                 <input type=\"radio\" name=\"";
  3179.             // line 1904
  3180.             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.'1904$this->source); })()), "elevator_07", [], "any"falsefalsefalse1904), "vars", [], "any"falsefalsefalse1904), "full_name", [], "any"falsefalsefalse1904), "html"nulltrue);
  3181.             echo "\" data-price=\"";
  3182.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1904), "price", [], "array"truetruefalse1904)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1904), "price", [], "array"falsefalsefalse1904), 0)) : (0)), "html"nulltrue);
  3183.             echo "\" value=\"";
  3184.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1904), "html"nulltrue);
  3185.             echo "\" ";
  3186.             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.'1904$this->source); })()), "elevator_07", [], "any"falsefalsefalse1904), "vars", [], "any"falsefalsefalse1904), "data", [], "any"falsefalsefalse1904) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1904))) {
  3187.                 echo "checked";
  3188.             }
  3189.             echo " />
  3190.                                                                                 ";
  3191.             // line 1905
  3192.             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"falsefalsefalse1905)), "html"nulltrue);
  3193.             echo 
  3194.                                                                             </label>
  3195.                                                                         ";
  3196.         }
  3197.         $_parent $context['_parent'];
  3198.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3199.         $context array_intersect_key($context$_parent) + $_parent;
  3200.         // line 1908
  3201.         echo "                                                                        ";
  3202.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1908$this->source); })()), "elevator_07", [], "any"falsefalsefalse1908), 'errors');
  3203.         echo "
  3204.                                                                         ";
  3205.         // line 1909
  3206.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1909$this->source); })()), "elevator_07_price", [], "any"falsefalsefalse1909), 'widget');
  3207.         echo "
  3208.                                                                     </div>
  3209.                                                                 </td>
  3210.                                                             </tr> 
  3211.                                                             <tr class=\"content-1\">
  3212.                                                                 <td><p class=\"required\">コンセントの有無</p></td>
  3213.                                                                 <td>
  3214.                                                                     <div class=\"fill v4\">
  3215.                                                                         ";
  3216.         // line 1917
  3217.         $context['_parent'] = $context;
  3218.         $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.'1917$this->source); })()), "electrical_outlet_07", [], "any"falsefalsefalse1917), "vars", [], "any"falsefalsefalse1917), "choices", [], "any"falsefalsefalse1917));
  3219.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3220.             // line 1918
  3221.             echo "                                                                            <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap; gap: 0.5rem;\">
  3222.                                                                                 <input type=\"radio\" name=\"";
  3223.             // line 1919
  3224.             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.'1919$this->source); })()), "electrical_outlet_07", [], "any"falsefalsefalse1919), "vars", [], "any"falsefalsefalse1919), "full_name", [], "any"falsefalsefalse1919), "html"nulltrue);
  3225.             echo "\" data-price=\"";
  3226.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1919), "price", [], "array"truetruefalse1919)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1919), "price", [], "array"falsefalsefalse1919), 0)) : (0)), "html"nulltrue);
  3227.             echo "\" value=\"";
  3228.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1919), "html"nulltrue);
  3229.             echo "\" ";
  3230.             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.'1919$this->source); })()), "electrical_outlet_07", [], "any"falsefalsefalse1919), "vars", [], "any"falsefalsefalse1919), "data", [], "any"falsefalsefalse1919) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1919))) {
  3231.                 echo "checked";
  3232.             }
  3233.             echo " />
  3234.                                                                                 ";
  3235.             // line 1920
  3236.             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"falsefalsefalse1920)), "html"nulltrue);
  3237.             echo 
  3238.                                                                                 ";
  3239.             // line 1921
  3240.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1921) == "なし(別途工事が必要になります)")) {
  3241.                 // line 1922
  3242.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
  3243.                                                                                 ";
  3244.             }
  3245.             // line 1924
  3246.             echo "                                                                                ";
  3247.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1924) == "不明")) {
  3248.                 // line 1925
  3249.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
  3250.                                                                                 ";
  3251.             }
  3252.             // line 1927
  3253.             echo "                                                                            </label>
  3254.                                                                         ";
  3255.         }
  3256.         $_parent $context['_parent'];
  3257.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3258.         $context array_intersect_key($context$_parent) + $_parent;
  3259.         // line 1929
  3260.         echo "                                                                        ";
  3261.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1929$this->source); })()), "electrical_outlet_07", [], "any"falsefalsefalse1929), 'errors');
  3262.         echo "
  3263.                                                                         ";
  3264.         // line 1930
  3265.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1930$this->source); })()), "electrical_outlet_07_price", [], "any"falsefalsefalse1930), 'widget');
  3266.         echo "
  3267.                                                                     </div>
  3268.                                                                 </td>
  3269.                                                             </tr> 
  3270.                                                             <tr class=\"electrical_outlet_07_02\">
  3271.                                                                 <td>
  3272.                                                                     <p>既存コンセントの延長の有無</p>
  3273.                                                                     ";
  3274.         // line 1938
  3275.         echo "                                                                </td>
  3276.                                                                 <td>
  3277.                                                                     <div class=\"fill v4\">
  3278.                                                                         ";
  3279.         // line 1941
  3280.         $context['_parent'] = $context;
  3281.         $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.'1941$this->source); })()), "electrical_outlet_07_02", [], "any"falsefalsefalse1941), "vars", [], "any"falsefalsefalse1941), "choices", [], "any"falsefalsefalse1941));
  3282.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3283.             // line 1942
  3284.             echo "                                                                            <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap; gap: 0.5rem;\">
  3285.                                                                                 <input type=\"radio\" name=\"";
  3286.             // line 1943
  3287.             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.'1943$this->source); })()), "electrical_outlet_07_02", [], "any"falsefalsefalse1943), "vars", [], "any"falsefalsefalse1943), "full_name", [], "any"falsefalsefalse1943), "html"nulltrue);
  3288.             echo "\" data-price=\"";
  3289.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1943), "price", [], "array"truetruefalse1943)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1943), "price", [], "array"falsefalsefalse1943), 0)) : (0)), "html"nulltrue);
  3290.             echo "\" value=\"";
  3291.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1943), "html"nulltrue);
  3292.             echo "\" ";
  3293.             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.'1943$this->source); })()), "electrical_outlet_07_02", [], "any"falsefalsefalse1943), "vars", [], "any"falsefalsefalse1943), "data", [], "any"falsefalsefalse1943) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1943))) {
  3294.                 echo "checked";
  3295.             }
  3296.             echo " />
  3297.                                                                                 ";
  3298.             // line 1944
  3299.             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"falsefalsefalse1944)), "html"nulltrue);
  3300.             echo 
  3301.                                                                             </label>
  3302.                                                                         ";
  3303.         }
  3304.         $_parent $context['_parent'];
  3305.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3306.         $context array_intersect_key($context$_parent) + $_parent;
  3307.         // line 1947
  3308.         echo "                                                                        ";
  3309.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1947$this->source); })()), "electrical_outlet_07_02", [], "any"falsefalsefalse1947), 'errors');
  3310.         echo "
  3311.                                                                         ";
  3312.         // line 1948
  3313.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1948$this->source); })()), "electrical_outlet_07_02_price", [], "any"falsefalsefalse1948), 'widget');
  3314.         echo "
  3315.                                                                     </div>
  3316.                                                                 </td>
  3317.                                                             </tr>    
  3318.                                                             <tr class=\"content-1\">
  3319.                                                                 <td><p class=\"required\">建物の契約アンペア</p></td>
  3320.                                                                 <td>
  3321.                                                                     <div class=\"fill v4\">
  3322.                                                                         ";
  3323.         // line 1956
  3324.         $context['_parent'] = $context;
  3325.         $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.'1956$this->source); })()), "contract_amp", [], "any"falsefalsefalse1956), "vars", [], "any"falsefalsefalse1956), "choices", [], "any"falsefalsefalse1956));
  3326.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3327.             // line 1957
  3328.             echo "                                                                            <label class=\"form-check flex\">
  3329.                                                                                 <input type=\"radio\" name=\"";
  3330.             // line 1958
  3331.             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.'1958$this->source); })()), "contract_amp", [], "any"falsefalsefalse1958), "vars", [], "any"falsefalsefalse1958), "full_name", [], "any"falsefalsefalse1958), "html"nulltrue);
  3332.             echo "\" data-price=\"";
  3333.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1958), "price", [], "array"truetruefalse1958)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1958), "price", [], "array"falsefalsefalse1958), 0)) : (0)), "html"nulltrue);
  3334.             echo "\" value=\"";
  3335.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1958), "html"nulltrue);
  3336.             echo "\" ";
  3337.             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.'1958$this->source); })()), "contract_amp", [], "any"falsefalsefalse1958), "vars", [], "any"falsefalsefalse1958), "data", [], "any"falsefalsefalse1958) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1958))) {
  3338.                 echo "checked";
  3339.             }
  3340.             echo "/>
  3341.                                                                                 ";
  3342.             // line 1959
  3343.             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"falsefalsefalse1959)), "html"nulltrue);
  3344.             echo 
  3345.                                                                             </label>
  3346.                                                                         ";
  3347.         }
  3348.         $_parent $context['_parent'];
  3349.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3350.         $context array_intersect_key($context$_parent) + $_parent;
  3351.         // line 1962
  3352.         echo "                                                                    </div>
  3353.                                                                     ";
  3354.         // line 1963
  3355.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1963$this->source); })()), "contract_amp", [], "any"falsefalsefalse1963), 'errors');
  3356.         echo "
  3357.                                                                 </td>
  3358.                                                             </tr> 
  3359.                                                             <tr class=\"content-1\">
  3360.                                                                 <td><p>コンセントアース端子</p></td>
  3361.                                                                 <td>
  3362.                                                                     <div class=\"fill v4\">
  3363.                                                                         ";
  3364.         // line 1970
  3365.         $context['_parent'] = $context;
  3366.         $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.'1970$this->source); })()), "outlet_earth", [], "any"falsefalsefalse1970), "vars", [], "any"falsefalsefalse1970), "choices", [], "any"falsefalsefalse1970));
  3367.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3368.             // line 1971
  3369.             echo "                                                                            <label class=\"form-check flex\">
  3370.                                                                                 <input type=\"radio\" name=\"";
  3371.             // line 1972
  3372.             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.'1972$this->source); })()), "outlet_earth", [], "any"falsefalsefalse1972), "vars", [], "any"falsefalsefalse1972), "full_name", [], "any"falsefalsefalse1972), "html"nulltrue);
  3373.             echo "\" data-price=\"";
  3374.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1972), "price", [], "array"truetruefalse1972)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1972), "price", [], "array"falsefalsefalse1972), 0)) : (0)), "html"nulltrue);
  3375.             echo "\" value=\"";
  3376.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1972), "html"nulltrue);
  3377.             echo "\" ";
  3378.             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.'1972$this->source); })()), "outlet_earth", [], "any"falsefalsefalse1972), "vars", [], "any"falsefalsefalse1972), "data", [], "any"falsefalsefalse1972) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1972))) {
  3379.                 echo "checked";
  3380.             }
  3381.             echo "/>
  3382.                                                                                 ";
  3383.             // line 1973
  3384.             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"falsefalsefalse1973)), "html"nulltrue);
  3385.             echo 
  3386.                                                                                 ";
  3387.             // line 1974
  3388.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1974) == "なし")) {
  3389.                 // line 1975
  3390.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  3391.                                                                                 ";
  3392.             }
  3393.             // line 1977
  3394.             echo "                                                                                ";
  3395.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1977) == "不明")) {
  3396.                 // line 1978
  3397.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  3398.                                                                                 ";
  3399.             }
  3400.             // line 1980
  3401.             echo "                                                                            </label>
  3402.                                                                         ";
  3403.         }
  3404.         $_parent $context['_parent'];
  3405.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3406.         $context array_intersect_key($context$_parent) + $_parent;
  3407.         // line 1982
  3408.         echo "                                                                    </div>
  3409.                                                                     ";
  3410.         // line 1983
  3411.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1983$this->source); })()), "outlet_earth", [], "any"falsefalsefalse1983), 'errors');
  3412.         echo "
  3413.                                                                 </td>
  3414.                                                             </tr>  
  3415.                                                             <tr class=\"content-1\">
  3416.                                                                 <td><p class=\"required\">配管穴の有無</p></td>
  3417.                                                                 <td>
  3418.                                                                     <div class=\"fill v4 vip\">
  3419.                                                                         ";
  3420.         // line 1990
  3421.         $context['_parent'] = $context;
  3422.         $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.'1990$this->source); })()), "room_size_07", [], "any"falsefalsefalse1990), "vars", [], "any"falsefalsefalse1990), "choices", [], "any"falsefalsefalse1990));
  3423.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3424.             // line 1991
  3425.             echo "                                                                            <label class=\"form-check flex\">
  3426.                                                                                 <input type=\"radio\" name=\"";
  3427.             // line 1992
  3428.             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.'1992$this->source); })()), "room_size_07", [], "any"falsefalsefalse1992), "vars", [], "any"falsefalsefalse1992), "full_name", [], "any"falsefalsefalse1992), "html"nulltrue);
  3429.             echo "\" data-price=\"";
  3430.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1992), "price", [], "array"truetruefalse1992)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1992), "price", [], "array"falsefalsefalse1992), 0)) : (0)), "html"nulltrue);
  3431.             echo "\" value=\"";
  3432.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1992), "html"nulltrue);
  3433.             echo "\" ";
  3434.             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.'1992$this->source); })()), "room_size_07", [], "any"falsefalsefalse1992), "vars", [], "any"falsefalsefalse1992), "data", [], "any"falsefalsefalse1992) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1992))) {
  3435.                 echo "checked";
  3436.             }
  3437.             echo "/>
  3438.                                                                                 ";
  3439.             // line 1993
  3440.             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"falsefalsefalse1993)), "html"nulltrue);
  3441.             echo 
  3442.                                                                                 ";
  3443.             // line 1994
  3444.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1994) == "不明")) {
  3445.                 // line 1995
  3446.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
  3447.                                                                                 ";
  3448.             }
  3449.             // line 1997
  3450.             echo "                                                                            </label>
  3451.                                                                         ";
  3452.         }
  3453.         $_parent $context['_parent'];
  3454.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3455.         $context array_intersect_key($context$_parent) + $_parent;
  3456.         // line 1999
  3457.         echo "                                                                    </div>
  3458.                                                                     ";
  3459.         // line 2000
  3460.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2000$this->source); })()), "room_size_07", [], "any"falsefalsefalse2000), 'errors');
  3461.         echo "
  3462.                                                                     <img style=\"margin-left: auto;\" src=\"";
  3463.         // line 2001
  3464.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html"nulltrue);
  3465.         echo "hole-sample.jpg\" alt=\"配管穴の有無\">
  3466.                                                                 </td>
  3467.                                                             </tr> 
  3468.                                                             
  3469.                                                             ";
  3470.         // line 2005
  3471.         if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic"$context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.'2005$this->source); })()) != 0)) {
  3472.             // line 2006
  3473.             echo "                                                            <tr class=\"room_size_07_02\">
  3474.                                                                 <td><p class=\"required\">配管穴の有無</p><small>2段階目</small></td>
  3475.                                                                 <td>
  3476.                                                                     <div class=\"fill v4\">
  3477.                                                                         ";
  3478.             // line 2010
  3479.             $context['_parent'] = $context;
  3480.             $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.'2010$this->source); })()), "room_size_07_02", [], "any"falsefalsefalse2010), "vars", [], "any"falsefalsefalse2010), "choices", [], "any"falsefalsefalse2010));
  3481.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3482.                 // line 2011
  3483.                 echo "                                                                            <label class=\"form-check flex\">
  3484.                                                                                 <input type=\"radio\" name=\"";
  3485.                 // line 2012
  3486.                 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.'2012$this->source); })()), "room_size_07_02", [], "any"falsefalsefalse2012), "vars", [], "any"falsefalsefalse2012), "full_name", [], "any"falsefalsefalse2012), "html"nulltrue);
  3487.                 echo "\" data-price=\"";
  3488.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2012), "price", [], "array"truetruefalse2012)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2012), "price", [], "array"falsefalsefalse2012), 0)) : (0)), "html"nulltrue);
  3489.                 echo "\" value=\"";
  3490.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2012), "html"nulltrue);
  3491.                 echo "\" ";
  3492.                 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.'2012$this->source); })()), "room_size_07_02", [], "any"falsefalsefalse2012), "vars", [], "any"falsefalsefalse2012), "data", [], "any"falsefalsefalse2012) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2012))) {
  3493.                     echo "checked";
  3494.                 }
  3495.                 echo "/>
  3496.                                                                                 ";
  3497.                 // line 2013
  3498.                 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"falsefalsefalse2013)), "html"nulltrue);
  3499.                 echo 
  3500.                                                                             </label>
  3501.                                                                         ";
  3502.             }
  3503.             $_parent $context['_parent'];
  3504.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3505.             $context array_intersect_key($context$_parent) + $_parent;
  3506.             // line 2016
  3507.             echo "                                                                    </div>
  3508.                                                                     ";
  3509.             // line 2017
  3510.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2017$this->source); })()), "room_size_07_02", [], "any"falsefalsefalse2017), 'errors');
  3511.             echo "
  3512.                                                                 </td>
  3513.                                                             </tr> 
  3514.                                                             ";
  3515.         }
  3516.         // line 2021
  3517.         echo "                                                            <tr class=\"room_size_07_03_v1\">
  3518.                                                                 <td><p class=\"required\">建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
  3519.                                                                 <td>
  3520.                                                                     <div class=\"fill v4\">
  3521.                                                                         ";
  3522.         // line 2025
  3523.         $context['_parent'] = $context;
  3524.         $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.'2025$this->source); })()), "room_size_07_03_v1", [], "any"falsefalsefalse2025), "vars", [], "any"falsefalsefalse2025), "choices", [], "any"falsefalsefalse2025));
  3525.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3526.             // line 2026
  3527.             echo "                                                                            <label class=\"form-check flex\">
  3528.                                                                                 <input type=\"radio\" name=\"";
  3529.             // line 2027
  3530.             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.'2027$this->source); })()), "room_size_07_03_v1", [], "any"falsefalsefalse2027), "vars", [], "any"falsefalsefalse2027), "full_name", [], "any"falsefalsefalse2027), "html"nulltrue);
  3531.             echo "\" data-price=\"";
  3532.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2027), "price", [], "array"truetruefalse2027)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2027), "price", [], "array"falsefalsefalse2027), 0)) : (0)), "html"nulltrue);
  3533.             echo "\" value=\"";
  3534.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2027), "html"nulltrue);
  3535.             echo "\" ";
  3536.             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.'2027$this->source); })()), "room_size_07_03_v1", [], "any"falsefalsefalse2027), "vars", [], "any"falsefalsefalse2027), "data", [], "any"falsefalsefalse2027) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2027))) {
  3537.                 echo "checked";
  3538.             }
  3539.             echo "/>
  3540.                                                                                 ";
  3541.             // line 2028
  3542.             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"falsefalsefalse2028)), "html"nulltrue);
  3543.             echo 
  3544.                                                                                 ";
  3545.             // line 2029
  3546.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2029) == "その他")) {
  3547.                 // line 2030
  3548.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3549.                                                                                 ";
  3550.             }
  3551.             // line 2032
  3552.             echo "                                                                                ";
  3553.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2032) == "不明")) {
  3554.                 // line 2033
  3555.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3556.                                                                                 ";
  3557.             }
  3558.             // line 2035
  3559.             echo "                                                                            </label>
  3560.                                                                         ";
  3561.         }
  3562.         $_parent $context['_parent'];
  3563.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3564.         $context array_intersect_key($context$_parent) + $_parent;
  3565.         // line 2037
  3566.         echo "                                                                        ";
  3567.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2037$this->source); })()), "room_size_07_03_v1_price", [], "any"falsefalsefalse2037), 'widget');
  3568.         echo "
  3569.                                                                     </div>
  3570.                                                                     ";
  3571.         // line 2039
  3572.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2039$this->source); })()), "room_size_07_03_v1", [], "any"falsefalsefalse2039), 'errors');
  3573.         echo "                                                    
  3574.                                                                 </td>
  3575.                                                             </tr> 
  3576.                                                             <tr class=\"room_size_07_03_v2\">
  3577.                                                                 <td><p class=\"required\">建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
  3578.                                                                 <td>
  3579.                                                                     <div class=\"fill v4\">
  3580.                                                                         ";
  3581.         // line 2046
  3582.         $context['_parent'] = $context;
  3583.         $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.'2046$this->source); })()), "room_size_07_03_v2", [], "any"falsefalsefalse2046), "vars", [], "any"falsefalsefalse2046), "choices", [], "any"falsefalsefalse2046));
  3584.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3585.             // line 2047
  3586.             echo "                                                                            <label class=\"form-check flex\">
  3587.                                                                                 <input type=\"radio\" name=\"";
  3588.             // line 2048
  3589.             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.'2048$this->source); })()), "room_size_07_03_v2", [], "any"falsefalsefalse2048), "vars", [], "any"falsefalsefalse2048), "full_name", [], "any"falsefalsefalse2048), "html"nulltrue);
  3590.             echo "\" data-price=\"";
  3591.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2048), "price", [], "array"truetruefalse2048)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2048), "price", [], "array"falsefalsefalse2048), 0)) : (0)), "html"nulltrue);
  3592.             echo "\" value=\"";
  3593.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2048), "html"nulltrue);
  3594.             echo "\" ";
  3595.             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.'2048$this->source); })()), "room_size_07_03_v2", [], "any"falsefalsefalse2048), "vars", [], "any"falsefalsefalse2048), "data", [], "any"falsefalsefalse2048) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2048))) {
  3596.                 echo "checked";
  3597.             }
  3598.             echo "/>
  3599.                                                                                 ";
  3600.             // line 2049
  3601.             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"falsefalsefalse2049)), "html"nulltrue);
  3602.             echo 
  3603.                                                                                 ";
  3604.             // line 2050
  3605.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2050) == "その他")) {
  3606.                 // line 2051
  3607.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3608.                                                                                 ";
  3609.             }
  3610.             // line 2053
  3611.             echo "                                                                                ";
  3612.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2053) == "不明")) {
  3613.                 // line 2054
  3614.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3615.                                                                                 ";
  3616.             }
  3617.             // line 2056
  3618.             echo "                                                                            </label>
  3619.                                                                         ";
  3620.         }
  3621.         $_parent $context['_parent'];
  3622.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3623.         $context array_intersect_key($context$_parent) + $_parent;
  3624.         // line 2058
  3625.         echo "                                                                        ";
  3626.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2058$this->source); })()), "room_size_07_03_v2_price", [], "any"falsefalsefalse2058), 'widget');
  3627.         echo "
  3628.                                                                     </div>
  3629.                                                                     ";
  3630.         // line 2060
  3631.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2060$this->source); })()), "room_size_07_03_v2", [], "any"falsefalsefalse2060), 'errors');
  3632.         echo "                                                    
  3633.                                                                 </td>
  3634.                                                             </tr> 
  3635.                                                             <tr class=\"content-1\">
  3636.                                                                 <td><p class=\"required\">設置予定場所の<br class=\"pc\" />配管の状態</p></td>
  3637.                                                                 <td style=\"flex-direction: column;\">
  3638.                                                                     <div class=\"fill v5 up\">
  3639.                                                                         ";
  3640.         // line 2067
  3641.         $context["idx"] = 0;
  3642.         // line 2068
  3643.         echo "                                                                        ";
  3644.         $context['_parent'] = $context;
  3645.         $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.'2068$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2068), "vars", [], "any"falsefalsefalse2068), "choices", [], "any"falsefalsefalse2068));
  3646.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3647.             // line 2069
  3648.             echo "                                                                            ";
  3649.             $context["idx"] = ((isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'2069$this->source); })()) + 1);
  3650.             // line 2070
  3651.             echo "                                                                            ";
  3652.             if (((isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'2070$this->source); })()) <= 2)) {
  3653.                 // line 2071
  3654.                 echo "                                                                                <div class=\"group\">
  3655.                                                                                     <label class=\"form-check v2\">
  3656.                                                                                         <input type=\"radio\" name=\"";
  3657.                 // line 2073
  3658.                 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.'2073$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2073), "vars", [], "any"falsefalsefalse2073), "full_name", [], "any"falsefalsefalse2073), "html"nulltrue);
  3659.                 echo "\" data-price=\"";
  3660.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2073), "price", [], "array"truetruefalse2073)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2073), "price", [], "array"falsefalsefalse2073), 0)) : (0)), "html"nulltrue);
  3661.                 echo "\" value=\"";
  3662.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2073), "html"nulltrue);
  3663.                 echo "\" ";
  3664.                 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.'2073$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2073), "vars", [], "any"falsefalsefalse2073), "data", [], "any"falsefalsefalse2073) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2073))) {
  3665.                     echo "checked";
  3666.                 }
  3667.                 echo " />
  3668.                                                                                         ";
  3669.                 // line 2074
  3670.                 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"falsefalsefalse2074)), "html"nulltrue);
  3671.                 echo 
  3672.                                                                                     </label>
  3673.                                                                                     <img src=\"";
  3674.                 // line 2076
  3675.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/"), "html"nulltrue);
  3676.                 echo "line-option-0";
  3677.                 echo twig_escape_filter($this->env, (isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'2076$this->source); })()), "html"nulltrue);
  3678.                 echo ".jpg\" alt=\"\">
  3679.                                                                                 </div>
  3680.                                                                             ";
  3681.             }
  3682.             // line 2079
  3683.             echo "                                                                        ";
  3684.         }
  3685.         $_parent $context['_parent'];
  3686.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3687.         $context array_intersect_key($context$_parent) + $_parent;
  3688.         // line 2080
  3689.         echo "                                                                    </div>
  3690.                                                                     <div class=\"fill v5\">
  3691.                                                                         ";
  3692.         // line 2082
  3693.         $context["idx"] = 0;
  3694.         // line 2083
  3695.         echo "                                                                        ";
  3696.         $context['_parent'] = $context;
  3697.         $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.'2083$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2083), "vars", [], "any"falsefalsefalse2083), "choices", [], "any"falsefalsefalse2083));
  3698.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3699.             // line 2084
  3700.             echo "                                                                            ";
  3701.             $context["idx"] = ((isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'2084$this->source); })()) + 1);
  3702.             // line 2085
  3703.             echo "                                                                            ";
  3704.             if (((isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'2085$this->source); })()) > 2)) {
  3705.                 // line 2086
  3706.                 echo "                                                                                <label class=\"form-check\">
  3707.                                                                                     <input type=\"radio\" name=\"";
  3708.                 // line 2087
  3709.                 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.'2087$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2087), "vars", [], "any"falsefalsefalse2087), "full_name", [], "any"falsefalsefalse2087), "html"nulltrue);
  3710.                 echo "\" data-price=\"";
  3711.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2087), "price", [], "array"truetruefalse2087)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2087), "price", [], "array"falsefalsefalse2087), 0)) : (0)), "html"nulltrue);
  3712.                 echo "\" value=\"";
  3713.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2087), "html"nulltrue);
  3714.                 echo "\" ";
  3715.                 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.'2087$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2087), "vars", [], "any"falsefalsefalse2087), "data", [], "any"falsefalsefalse2087) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2087))) {
  3716.                     echo "checked";
  3717.                 }
  3718.                 echo " />
  3719.                                                                                     ";
  3720.                 // line 2088
  3721.                 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"falsefalsefalse2088)), "html"nulltrue);
  3722.                 echo 
  3723.                                                                                 </label>
  3724.                                                                             ";
  3725.             }
  3726.             // line 2091
  3727.             echo "                                                                        ";
  3728.         }
  3729.         $_parent $context['_parent'];
  3730.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3731.         $context array_intersect_key($context$_parent) + $_parent;
  3732.         // line 2092
  3733.         echo "                                                                    </div>
  3734.                                                                     ";
  3735.         // line 2093
  3736.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2093$this->source); })()), "piping_status_07", [], "any"falsefalsefalse2093), 'errors');
  3737.         echo "
  3738.                                                                 </td>
  3739.                                                             </tr>
  3740.                                                             <tr class=\"piping_status_07_02\">
  3741.                                                                 <td><p class=\"required\">設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
  3742.                                                                 <td>
  3743.                                                                     <div class=\"fill v4\">
  3744.                                                                         ";
  3745.         // line 2100
  3746.         $context['_parent'] = $context;
  3747.         $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.'2100$this->source); })()), "piping_status_07_02", [], "any"falsefalsefalse2100), "vars", [], "any"falsefalsefalse2100), "choices", [], "any"falsefalsefalse2100));
  3748.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3749.             // line 2101
  3750.             echo "                                                                            <label class=\"form-check flex\">
  3751.                                                                                 <input type=\"radio\" name=\"";
  3752.             // line 2102
  3753.             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.'2102$this->source); })()), "piping_status_07_02", [], "any"falsefalsefalse2102), "vars", [], "any"falsefalsefalse2102), "full_name", [], "any"falsefalsefalse2102), "html"nulltrue);
  3754.             echo "\" data-price=\"";
  3755.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2102), "price", [], "array"truetruefalse2102)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2102), "price", [], "array"falsefalsefalse2102), 0)) : (0)), "html"nulltrue);
  3756.             echo "\" value=\"";
  3757.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2102), "html"nulltrue);
  3758.             echo "\" ";
  3759.             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.'2102$this->source); })()), "piping_status_07_02", [], "any"falsefalsefalse2102), "vars", [], "any"falsefalsefalse2102), "data", [], "any"falsefalsefalse2102) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2102))) {
  3760.                 echo "checked";
  3761.             }
  3762.             echo "/>
  3763.                                                                                 ";
  3764.             // line 2103
  3765.             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"falsefalsefalse2103)), "html"nulltrue);
  3766.             echo 
  3767.                                                                             </label>
  3768.                                                                         ";
  3769.         }
  3770.         $_parent $context['_parent'];
  3771.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3772.         $context array_intersect_key($context$_parent) + $_parent;
  3773.         // line 2106
  3774.         echo "                                                                        ";
  3775.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2106$this->source); })()), "piping_status_07_02_price", [], "any"falsefalsefalse2106), 'widget');
  3776.         echo "
  3777.                                                                     </div>
  3778.                                                                     ";
  3779.         // line 2108
  3780.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2108$this->source); })()), "piping_status_07_02", [], "any"falsefalsefalse2108), 'errors');
  3781.         echo "
  3782.                                                                 </td>
  3783.                                                             </tr> 
  3784.                                                             ";
  3785.         // line 2111
  3786.         if (((isset($context["countProductBasic"]) || array_key_exists("countProductBasic"$context) ? $context["countProductBasic"] : (function () { throw new RuntimeError('Variable "countProductBasic" does not exist.'2111$this->source); })()) != 0)) {
  3787.             // line 2112
  3788.             echo "                                                            <tr class=\"content-1\">
  3789.                                                                 <td><p class=\"required\">室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  3790.                                                                 <td>
  3791.                                                                     <div class=\"fill v4\" style=\"order: 2;\">
  3792.                                                                         ";
  3793.             // line 2116
  3794.             $context['_parent'] = $context;
  3795.             $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.'2116$this->source); })()), "indoor_cover_07", [], "any"falsefalsefalse2116), "vars", [], "any"falsefalsefalse2116), "choices", [], "any"falsefalsefalse2116));
  3796.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3797.                 // line 2117
  3798.                 echo "                                                                            <label class=\"form-check flex\">
  3799.                                                                                 <input type=\"radio\" name=\"";
  3800.                 // line 2118
  3801.                 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.'2118$this->source); })()), "indoor_cover_07", [], "any"falsefalsefalse2118), "vars", [], "any"falsefalsefalse2118), "full_name", [], "any"falsefalsefalse2118), "html"nulltrue);
  3802.                 echo "\" data-price=\"";
  3803.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2118), "price", [], "array"truetruefalse2118)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2118), "price", [], "array"falsefalsefalse2118), 0)) : (0)), "html"nulltrue);
  3804.                 echo "\" value=\"";
  3805.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2118), "html"nulltrue);
  3806.                 echo "\" ";
  3807.                 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.'2118$this->source); })()), "indoor_cover_07", [], "any"falsefalsefalse2118), "vars", [], "any"falsefalsefalse2118), "data", [], "any"falsefalsefalse2118) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2118))) {
  3808.                     echo "checked";
  3809.                 }
  3810.                 echo " />
  3811.                                                                                 ";
  3812.                 // line 2119
  3813.                 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"falsefalsefalse2119)), "html"nulltrue);
  3814.                 echo 
  3815.                                                                                 ";
  3816.                 // line 2120
  3817.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2120) == "必要(2m以内)")) {
  3818.                     // line 2121
  3819.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
  3820.                                                                                 ";
  3821.                 }
  3822.                 // line 2123
  3823.                 echo "                                                                                ";
  3824.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2123) == "未定")) {
  3825.                     // line 2124
  3826.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
  3827.                                                                                 ";
  3828.                 }
  3829.                 // line 2126
  3830.                 echo "                                                                            </label>
  3831.                                                                         ";
  3832.             }
  3833.             $_parent $context['_parent'];
  3834.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3835.             $context array_intersect_key($context$_parent) + $_parent;
  3836.             // line 2127
  3837.             echo "                    
  3838.                                                                         ";
  3839.             // line 2128
  3840.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2128$this->source); })()), "indoor_cover_07_price", [], "any"falsefalsefalse2128), 'widget');
  3841.             echo "
  3842.                                                                     </div>
  3843.                                                                     ";
  3844.             // line 2130
  3845.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2130$this->source); })()), "indoor_cover_07", [], "any"falsefalsefalse2130), 'errors');
  3846.             echo "
  3847.                                                                     <img style=\"margin-left: auto; order: 3;\" src=\"";
  3848.             // line 2132
  3849.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html"nulltrue);
  3850.             echo "item-1.jpg\" alt=\"室内化粧カバー\">
  3851.                                                                 </td>
  3852.                                                             </tr> 
  3853.                                                             <tr class=\"content-1\">
  3854.                                                                 <td><p class=\"required\">室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  3855.                                                                 <td>                
  3856.                                                                     <div class=\"fill v4\">
  3857.                                                                         ";
  3858.             // line 2139
  3859.             $context['_parent'] = $context;
  3860.             $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.'2139$this->source); })()), "outdoor_cover", [], "any"falsefalsefalse2139), "vars", [], "any"falsefalsefalse2139), "choices", [], "any"falsefalsefalse2139));
  3861.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3862.                 // line 2140
  3863.                 echo "                                                                            <label class=\"form-check flex\">
  3864.                                                                                 <input type=\"radio\" name=\"";
  3865.                 // line 2141
  3866.                 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.'2141$this->source); })()), "outdoor_cover", [], "any"falsefalsefalse2141), "vars", [], "any"falsefalsefalse2141), "full_name", [], "any"falsefalsefalse2141), "html"nulltrue);
  3867.                 echo "\" data-price=\"";
  3868.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2141), "price", [], "array"truetruefalse2141)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2141), "price", [], "array"falsefalsefalse2141), 0)) : (0)), "html"nulltrue);
  3869.                 echo "\" value=\"";
  3870.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2141), "html"nulltrue);
  3871.                 echo "\" ";
  3872.                 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.'2141$this->source); })()), "outdoor_cover", [], "any"falsefalsefalse2141), "vars", [], "any"falsefalsefalse2141), "data", [], "any"falsefalsefalse2141) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2141))) {
  3873.                     echo "checked";
  3874.                 }
  3875.                 echo " />
  3876.                                                                                 ";
  3877.                 // line 2142
  3878.                 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"falsefalsefalse2142)), "html"nulltrue);
  3879.                 echo 
  3880.                                                                                 ";
  3881.                 // line 2143
  3882.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2143) == "その他")) {
  3883.                     // line 2144
  3884.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  3885.                                                                                 ";
  3886.                 }
  3887.                 // line 2146
  3888.                 echo "                                                                            </label>
  3889.                                                                         ";
  3890.             }
  3891.             $_parent $context['_parent'];
  3892.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3893.             $context array_intersect_key($context$_parent) + $_parent;
  3894.             // line 2147
  3895.             echo "                    
  3896.                                                                     </div>
  3897.                                                                     ";
  3898.             // line 2149
  3899.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2149$this->source); })()), "outdoor_cover", [], "any"falsefalsefalse2149), 'errors');
  3900.             echo "
  3901.                                                                     <img style=\"margin-left: auto;\" src=\"";
  3902.             // line 2150
  3903.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html"nulltrue);
  3904.             echo "item-2.jpg\" alt=\"室外化粧カバー\">
  3905.                                                                 </td>
  3906.                                                             </tr> 
  3907.                                                             <tr class=\"outdoor_cover_02\">
  3908.                                                                 <td><p class=\"required\">室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
  3909.                                                                 <td>                
  3910.                                                                     <div class=\"fill v4\">
  3911.                                                                         ";
  3912.             // line 2157
  3913.             $context['_parent'] = $context;
  3914.             $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.'2157$this->source); })()), "outdoor_cover_02", [], "any"falsefalsefalse2157), "vars", [], "any"falsefalsefalse2157), "choices", [], "any"falsefalsefalse2157));
  3915.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3916.                 // line 2158
  3917.                 echo "                                                                            <label class=\"form-check\" >
  3918.                                                                                 <input type=\"radio\" name=\"";
  3919.                 // line 2159
  3920.                 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.'2159$this->source); })()), "outdoor_cover_02", [], "any"falsefalsefalse2159), "vars", [], "any"falsefalsefalse2159), "full_name", [], "any"falsefalsefalse2159), "html"nulltrue);
  3921.                 echo "\" data-price=\"";
  3922.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2159), "price", [], "array"truetruefalse2159)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2159), "price", [], "array"falsefalsefalse2159), 0)) : (0)), "html"nulltrue);
  3923.                 echo "\" value=\"";
  3924.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2159), "html"nulltrue);
  3925.                 echo "\" ";
  3926.                 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.'2159$this->source); })()), "outdoor_cover_02", [], "any"falsefalsefalse2159), "vars", [], "any"falsefalsefalse2159), "data", [], "any"falsefalsefalse2159) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2159))) {
  3927.                     echo "checked";
  3928.                 }
  3929.                 echo " />
  3930.                                                                                 ";
  3931.                 // line 2160
  3932.                 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"falsefalsefalse2160)), "html"nulltrue);
  3933.                 echo 
  3934.                                                                                 ";
  3935.                 // line 2161
  3936.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2161) == "再使用(交換)同階")) {
  3937.                     // line 2162
  3938.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  3939.                                                                                 ";
  3940.                 }
  3941.                 // line 2164
  3942.                 echo "                                                                                ";
  3943.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2164) == "再使用(交換)異階")) {
  3944.                     // line 2165
  3945.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  3946.                                                                                 ";
  3947.                 }
  3948.                 // line 2167
  3949.                 echo "                                                                            </label>
  3950.                                                                         ";
  3951.             }
  3952.             $_parent $context['_parent'];
  3953.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  3954.             $context array_intersect_key($context$_parent) + $_parent;
  3955.             // line 2168
  3956.             echo "                    
  3957.                                                                         ";
  3958.             // line 2169
  3959.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2169$this->source); })()), "outdoor_cover_02_price", [], "any"falsefalsefalse2169), 'widget');
  3960.             echo "
  3961.                                                                     </div>
  3962.                                                                     ";
  3963.             // line 2171
  3964.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2171$this->source); })()), "outdoor_cover_02", [], "any"falsefalsefalse2171), 'errors');
  3965.             echo "
  3966.                                                                 </td>
  3967.                                                             </tr>
  3968.                                                             <tr class=\"content-1\">
  3969.                                                                 <td><p class=\"required\">室外機の設置場所(既設場所・希望設置場所)</p></td>
  3970.                                                                 <td>                
  3971.                                                                     <div class=\"fill v4\">
  3972.                                                                         ";
  3973.             // line 2178
  3974.             $context['_parent'] = $context;
  3975.             $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.'2178$this->source); })()), "construction_outdoor_07", [], "any"falsefalsefalse2178), "vars", [], "any"falsefalsefalse2178), "choices", [], "any"falsefalsefalse2178));
  3976.             foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  3977.                 // line 2179
  3978.                 echo "                                                                            <label class=\"form-check flex\">
  3979.                                                                                 <input type=\"radio\" name=\"";
  3980.                 // line 2180
  3981.                 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.'2180$this->source); })()), "construction_outdoor_07", [], "any"falsefalsefalse2180), "vars", [], "any"falsefalsefalse2180), "full_name", [], "any"falsefalsefalse2180), "html"nulltrue);
  3982.                 echo "\" data-price=\"";
  3983.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2180), "price", [], "array"truetruefalse2180)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2180), "price", [], "array"falsefalsefalse2180), 0)) : (0)), "html"nulltrue);
  3984.                 echo "\" value=\"";
  3985.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2180), "html"nulltrue);
  3986.                 echo "\" ";
  3987.                 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.'2180$this->source); })()), "construction_outdoor_07", [], "any"falsefalsefalse2180), "vars", [], "any"falsefalsefalse2180), "data", [], "any"falsefalsefalse2180) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2180))) {
  3988.                     echo "checked";
  3989.                 }
  3990.                 echo " />
  3991.                                                                                 ";
  3992.                 // line 2181
  3993.                 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"falsefalsefalse2181)), "html"nulltrue);
  3994.                 echo 
  3995.                                                                                 ";
  3996.                 // line 2182
  3997.                 if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2182) == "その他")) {
  3998.                     // line 2183
  3999.                     echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  4000.                                                                                 ";
  4001.                 }
  4002.                 // line 2185
  4003.                 echo "                                                                            </label>
  4004.                                                                         ";
  4005.             }
  4006.             $_parent $context['_parent'];
  4007.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  4008.             $context array_intersect_key($context$_parent) + $_parent;
  4009.             // line 2187
  4010.             echo "                                                                        ";
  4011.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2187$this->source); })()), "construction_outdoor_07_price", [], "any"falsefalsefalse2187), 'widget');
  4012.             echo "
  4013.                                                                     </div>
  4014.                                                                     ";
  4015.             // line 2189
  4016.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2189$this->source); })()), "construction_outdoor_07", [], "any"falsefalsefalse2189), 'errors');
  4017.             echo "
  4018.                                                                 </td>
  4019.                                                             </tr>
  4020.                                                             ";
  4021.         }
  4022.         // line 2193
  4023.         echo "                                                            <tr class=\"content-1\">
  4024.                                                                 <td><p class=\"required\">室外機の設置方法(既設方法・希望設置方法)</p></td>
  4025.                                                                 <td>
  4026.                                                                     <div class=\"fill v4\">
  4027.                                                                         ";
  4028.         // line 2197
  4029.         $context['_parent'] = $context;
  4030.         $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.'2197$this->source); })()), "setting_install_method", [], "any"falsefalsefalse2197), "vars", [], "any"falsefalsefalse2197), "choices", [], "any"falsefalsefalse2197));
  4031.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  4032.             // line 2198
  4033.             echo "                                                                            <label class=\"form-check\">
  4034.                                                                                 <input type=\"radio\" name=\"";
  4035.             // line 2199
  4036.             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.'2199$this->source); })()), "setting_install_method", [], "any"falsefalsefalse2199), "vars", [], "any"falsefalsefalse2199), "full_name", [], "any"falsefalsefalse2199), "html"nulltrue);
  4037.             echo "\" data-price=\"";
  4038.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2199), "price", [], "array"truetruefalse2199)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2199), "price", [], "array"falsefalsefalse2199), 0)) : (0)), "html"nulltrue);
  4039.             echo "\" value=\"";
  4040.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2199), "html"nulltrue);
  4041.             echo "\" ";
  4042.             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.'2199$this->source); })()), "setting_install_method", [], "any"falsefalsefalse2199), "vars", [], "any"falsefalsefalse2199), "data", [], "any"falsefalsefalse2199) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2199))) {
  4043.                 echo "checked";
  4044.             }
  4045.             echo " />
  4046.                                                                                 ";
  4047.             // line 2200
  4048.             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"falsefalsefalse2200)), "html"nulltrue);
  4049.             echo 
  4050.                                                                             </label>
  4051.                                                                         ";
  4052.         }
  4053.         $_parent $context['_parent'];
  4054.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  4055.         $context array_intersect_key($context$_parent) + $_parent;
  4056.         // line 2203
  4057.         echo "                                                                    </div>
  4058.                                                                     ";
  4059.         // line 2204
  4060.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2204$this->source); })()), "setting_install_method", [], "any"falsefalsefalse2204), 'errors');
  4061.         echo "
  4062.                                                                     <div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
  4063.                                                                         ";
  4064.         // line 2206
  4065.         $context['_parent'] = $context;
  4066.         $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.'2206$this->source); })()), "construction_method_07_v1", [], "any"falsefalsefalse2206), "vars", [], "any"falsefalsefalse2206), "choices", [], "any"falsefalsefalse2206));
  4067.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  4068.             // line 2207
  4069.             echo "                                                                            <label class=\"form-check flex\">
  4070.                                                                                 <input type=\"radio\" name=\"";
  4071.             // line 2208
  4072.             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.'2208$this->source); })()), "construction_method_07_v1", [], "any"falsefalsefalse2208), "vars", [], "any"falsefalsefalse2208), "full_name", [], "any"falsefalsefalse2208), "html"nulltrue);
  4073.             echo "\" data-price=\"";
  4074.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2208), "price", [], "array"truetruefalse2208)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2208), "price", [], "array"falsefalsefalse2208), 0)) : (0)), "html"nulltrue);
  4075.             echo "\" value=\"";
  4076.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2208), "html"nulltrue);
  4077.             echo "\" ";
  4078.             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.'2208$this->source); })()), "construction_method_07_v1", [], "any"falsefalsefalse2208), "vars", [], "any"falsefalsefalse2208), "data", [], "any"falsefalsefalse2208) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2208))) {
  4079.                 echo "checked";
  4080.             }
  4081.             echo " />
  4082.                                                                                 ";
  4083.             // line 2209
  4084.             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"falsefalsefalse2209)), "html"nulltrue);
  4085.             echo 
  4086.                                                                                 ";
  4087.             // line 2210
  4088.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2210) == "⑧不明(記載)")) {
  4089.                 // line 2211
  4090.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  4091.                                                                                 ";
  4092.             }
  4093.             // line 2213
  4094.             echo "                                                                            </label>
  4095.                                                                         ";
  4096.         }
  4097.         $_parent $context['_parent'];
  4098.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  4099.         $context array_intersect_key($context$_parent) + $_parent;
  4100.         // line 2215
  4101.         echo "                                                                        <img style=\"margin-top: 3rem;\" src=\"";
  4102.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/install-option.jpg"), "html"nulltrue);
  4103.         echo "\" alt=\"\">
  4104.                                                                         ";
  4105.         // line 2216
  4106.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2216$this->source); })()), "construction_method_07_v1_price", [], "any"falsefalsefalse2216), 'widget');
  4107.         echo "            
  4108.                                                                     </div>
  4109.                                                                     ";
  4110.         // line 2218
  4111.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2218$this->source); })()), "construction_method_07_v1", [], "any"falsefalsefalse2218), 'errors');
  4112.         echo "
  4113.                                                                     <div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
  4114.                                                                         ";
  4115.         // line 2221
  4116.         $context['_parent'] = $context;
  4117.         $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.'2221$this->source); })()), "construction_method_07_v2", [], "any"falsefalsefalse2221), "vars", [], "any"falsefalsefalse2221), "choices", [], "any"falsefalsefalse2221));
  4118.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  4119.             // line 2222
  4120.             echo "                                                                            <label class=\"form-check flex\">
  4121.                                                                                 <input type=\"radio\" name=\"";
  4122.             // line 2223
  4123.             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.'2223$this->source); })()), "construction_method_07_v2", [], "any"falsefalsefalse2223), "vars", [], "any"falsefalsefalse2223), "full_name", [], "any"falsefalsefalse2223), "html"nulltrue);
  4124.             echo "\" data-price=\"";
  4125.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2223), "price", [], "array"truetruefalse2223)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse2223), "price", [], "array"falsefalsefalse2223), 0)) : (0)), "html"nulltrue);
  4126.             echo "\" value=\"";
  4127.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2223), "html"nulltrue);
  4128.             echo "\" ";
  4129.             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.'2223$this->source); })()), "construction_method_07_v2", [], "any"falsefalsefalse2223), "vars", [], "any"falsefalsefalse2223), "data", [], "any"falsefalsefalse2223) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2223))) {
  4130.                 echo "checked";
  4131.             }
  4132.             echo " />
  4133.                                                                                 ";
  4134.             // line 2224
  4135.             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"falsefalsefalse2224)), "html"nulltrue);
  4136.             echo 
  4137.                                                                                 ";
  4138.             // line 2225
  4139.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse2225) == "⑧不明(記載)")) {
  4140.                 // line 2226
  4141.                 echo "                                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  4142.                                                                                 ";
  4143.             }
  4144.             // line 2228
  4145.             echo "                                                                            </label>
  4146.                                                                         ";
  4147.         }
  4148.         $_parent $context['_parent'];
  4149.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  4150.         $context array_intersect_key($context$_parent) + $_parent;
  4151.         // line 2230
  4152.         echo "                                                                        <img style=\"margin-top: 3rem;\" src=\"";
  4153.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/install-option.jpg"), "html"nulltrue);
  4154.         echo "\" alt=\"\">     
  4155.                                                                         ";
  4156.         // line 2231
  4157.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2231$this->source); })()), "construction_method_07_v2_price", [], "any"falsefalsefalse2231), 'widget');
  4158.         echo "               
  4159.                                                                     </div>
  4160.                                                                     ";
  4161.         // line 2233
  4162.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2233$this->source); })()), "construction_method_07_v2", [], "any"falsefalsefalse2233), 'errors');
  4163.         echo "                                                    
  4164.                                                                 </td>
  4165.                                                             </tr>
  4166.                                                             <tr class=\"content-1\">
  4167.                                                                 <td><p class=\"required\">ファイル添付</p></td>
  4168.                                                                 <td>
  4169.                                                                     <div class=\"fill v6\">
  4170.                                                                         <div class=\"group\">
  4171.                                                                             <p>詳細お見積りに際し、下記の写真を撮影し添付してください。<br>※夜間に撮影する際はフラッシュを使用してください。</p>
  4172.                                                                         </div>
  4173.                                                                         <div class=\"group add\">
  4174.                                                                             <div class=\"group-content\">
  4175.                                                                                 <label for=\"\"><p>①室内機設置場所(屋内) <span style=\"color: #2881c3;\">※</span></p></label>
  4176.                                                                                 <div class=\"custom-file\">
  4177.                                                                                     ";
  4178.         // line 2249
  4179.         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.'2249$this->source); })()), "filename_image_1", [], "any"falsefalsefalse2249), "vars", [], "any"falsefalsefalse2249), "data", [], "any"falsefalsefalse2249) != "")) {
  4180.             // line 2250
  4181.             echo "                                                                                    ";
  4182.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2250$this->source); })()), "image_1", [], "any"falsefalsefalse2250), 'widget');
  4183.             echo "
  4184.                                                                                     <label for=\"contact_image_1\">選択してください</label>
  4185.                                                                                     <img src=\"";
  4186.             // line 2252
  4187.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.'2252$this->source); })()), "filename_image_1", [], "any"falsefalsefalse2252), "vars", [], "any"falsefalsefalse2252), "data", [], "any"falsefalsefalse2252), "save_image"), "html"nulltrue);
  4188.             echo "\" style=\"width: 150px !important;\" />
  4189.                                                                                     ";
  4190.         } else {
  4191.             // line 2254
  4192.             echo "                                                                                        ";
  4193.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2254$this->source); })()), "image_1", [], "any"falsefalsefalse2254), 'widget', ["attr" => ["required" => "required"]]);
  4194.             echo "
  4195.                                                                                         <label for=\"contact_image_1\">選択してください</label>
  4196.                                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  4197.                                                                                     ";
  4198.         }
  4199.         // line 2258
  4200.         echo "                                                                                    ";
  4201.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2258$this->source); })()), "image_1", [], "any"falsefalsefalse2258), 'errors');
  4202.         echo "
  4203.                                                                                     ";
  4204.         // line 2259
  4205.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2259$this->source); })()), "filename_image_1", [], "any"falsefalsefalse2259), 'widget');
  4206.         echo "
  4207.                                                                                 </div>
  4208.                                                                             </div>
  4209.                                                                             <div class=\"image\">
  4210.                                                                                 <div class=\"gr\">
  4211.                                                                                     <img src=\"";
  4212.         // line 2264
  4213.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html"nulltrue);
  4214.         echo "item-3.jpg\" alt=\"\">     
  4215.                                                                                     <span>撮影例</span>  
  4216.                                                                                 </div>             
  4217.                                                                             </div>
  4218.                                                                         </div>
  4219.                                                                         <div class=\"group add\">
  4220.                                                                             <div class=\"group-content\">
  4221.                                                                                 <label for=\"\"><p>②室外機・配管・配管穴が分かる全体写真 <span style=\"color: #2881c3;\">※</span></p></label>
  4222.                                                                                 <div class=\"custom-file\">
  4223.                                                                                     ";
  4224.         // line 2273
  4225.         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.'2273$this->source); })()), "filename_image_2", [], "any"falsefalsefalse2273), "vars", [], "any"falsefalsefalse2273), "data", [], "any"falsefalsefalse2273) != "")) {
  4226.             // line 2274
  4227.             echo "                                                                                    ";
  4228.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2274$this->source); })()), "image_2", [], "any"falsefalsefalse2274), 'widget');
  4229.             echo "
  4230.                                                                                     <label for=\"contact_image_2\">選択してください</label>
  4231.                                                                                     <img src=\"";
  4232.             // line 2276
  4233.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.'2276$this->source); })()), "filename_image_2", [], "any"falsefalsefalse2276), "vars", [], "any"falsefalsefalse2276), "data", [], "any"falsefalsefalse2276), "save_image"), "html"nulltrue);
  4234.             echo "\" style=\"width: 150px !important;\" />
  4235.                                                                                     ";
  4236.         } else {
  4237.             // line 2278
  4238.             echo "                                                                                        ";
  4239.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2278$this->source); })()), "image_2", [], "any"falsefalsefalse2278), 'widget', ["attr" => ["required" => "required"]]);
  4240.             echo "
  4241.                                                                                         <label for=\"contact_image_2\">選択してください</label>
  4242.                                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  4243.                                                                                     ";
  4244.         }
  4245.         // line 2282
  4246.         echo "                                                                                    ";
  4247.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2282$this->source); })()), "image_2", [], "any"falsefalsefalse2282), 'errors');
  4248.         echo "
  4249.                                                                                     ";
  4250.         // line 2283
  4251.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2283$this->source); })()), "filename_image_2", [], "any"falsefalsefalse2283), 'widget');
  4252.         echo "
  4253.                                                                                 </div>
  4254.                                                                             </div>
  4255.                                                                             <div class=\"image\">
  4256.                                                                                 <div class=\"gr\">
  4257.                                                                                     <img src=\"";
  4258.         // line 2288
  4259.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html"nulltrue);
  4260.         echo "contact-00-attach-02.jpg\" alt=\"\">     
  4261.                                                                                     <span>撮影例</span>  
  4262.                                                                                 </div>             
  4263.                                                                             </div>
  4264.                                                                         </div>
  4265.                                                                         <div class=\"group add\">
  4266.                                                                             <div class=\"group-content\">
  4267.                                                                                 <label for=\"\"><p>③室外機設置場所<br>(②の写真で室外機設置場所が分かる方は不要)</p></label>
  4268.                                                                                 <div class=\"custom-file\">
  4269.                                                                                     ";
  4270.         // line 2297
  4271.         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.'2297$this->source); })()), "filename_image_3", [], "any"falsefalsefalse2297), "vars", [], "any"falsefalsefalse2297), "data", [], "any"falsefalsefalse2297) != "")) {
  4272.             // line 2298
  4273.             echo "                                                                                    ";
  4274.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2298$this->source); })()), "image_3", [], "any"falsefalsefalse2298), 'widget');
  4275.             echo "
  4276.                                                                                     <label for=\"contact_image_3\">選択してください</label>
  4277.                                                                                     <img src=\"";
  4278.             // line 2300
  4279.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.'2300$this->source); })()), "filename_image_3", [], "any"falsefalsefalse2300), "vars", [], "any"falsefalsefalse2300), "data", [], "any"falsefalsefalse2300), "save_image"), "html"nulltrue);
  4280.             echo "\" style=\"width: 150px !important;\" />
  4281.                                                                                     ";
  4282.         } else {
  4283.             // line 2302
  4284.             echo "                                                                                        ";
  4285.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2302$this->source); })()), "image_3", [], "any"falsefalsefalse2302), 'widget');
  4286.             echo "
  4287.                                                                                         <label for=\"contact_image_3\">選択してください</label>
  4288.                                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  4289.                                                                                     ";
  4290.         }
  4291.         // line 2306
  4292.         echo "                                                                                    ";
  4293.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2306$this->source); })()), "image_3", [], "any"falsefalsefalse2306), 'errors');
  4294.         echo "
  4295.                                                                                     ";
  4296.         // line 2307
  4297.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2307$this->source); })()), "filename_image_3", [], "any"falsefalsefalse2307), 'widget');
  4298.         echo "
  4299.                                                                                 </div>
  4300.                                                                             </div>
  4301.                                                                             <div class=\"image\">
  4302.                                                                                 <div class=\"gr\">
  4303.                                                                                     <img src=\"";
  4304.         // line 2312
  4305.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html"nulltrue);
  4306.         echo "item-5-1.jpg\" alt=\"\">     
  4307.                                                                                     <span>1階撮影例</span>  
  4308.                                                                                 </div>
  4309.                                                                                 <div class=\"gr\">
  4310.                                                                                     <img src=\"";
  4311.         // line 2316
  4312.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html"nulltrue);
  4313.         echo "item-5-2.jpg\" alt=\"\">     
  4314.                                                                                     <span>2階撮影例</span>  
  4315.                                                                                 </div>                
  4316.                                                                             </div>
  4317.                                                                         </div>
  4318.                                                                     </div>
  4319.                                                                 </td>
  4320.                                                             </tr>
  4321.                                                         </table>
  4322.                                                         <table id=\"tableThree\" style=\"padding: 0;\">
  4323.                                                             <tr>
  4324.                                                                 <td>
  4325.                                                                     <p class=\"required\">新居の所在地</p>
  4326.                                                                 </td>
  4327.                                                                 <td>
  4328.                                                                     <div class=\"fill v2\">
  4329.                                                                         <label>
  4330.                                                                             ";
  4331.         // line 2333
  4332.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2333$this->source); })()), "location", [], "any"falsefalsefalse2333), 'widget', ["attr" => ["style" => ""]]);
  4333.         echo "
  4334.                                                                             ";
  4335.         // line 2334
  4336.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2334$this->source); })()), "location", [], "any"falsefalsefalse2334), 'errors');
  4337.         echo "
  4338.                                                                         </label>
  4339.                                                                     </div>
  4340.                                                                 </td>
  4341.                                                             </tr> 
  4342.                                                             <tr>
  4343.                                                                 <td>
  4344.                                                                     <p>新居の情報</p>
  4345.                                                                 </td>
  4346.                                                                 <td>
  4347.                                                                     <div class=\"fill v6\" style=\"width: 100%;\">
  4348.                                                                         <div class=\"group add\" style=\"width: 100%; max-width: 100%;\">
  4349.                                                                             <div class=\"group-content\" style=\"max-width: 100%;\">
  4350.                                                                                 <div class=\"custom-file\" style=\"margin-top: 0; margin-bottom: 0.5rem;\">
  4351.                                                                                     ";
  4352.         // line 2348
  4353.         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.'2348$this->source); })()), "filename_floor", [], "any"falsefalsefalse2348), "vars", [], "any"falsefalsefalse2348), "data", [], "any"falsefalsefalse2348) != "")) {
  4354.             // line 2349
  4355.             echo "                                                                                    ";
  4356.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2349$this->source); })()), "floor", [], "any"falsefalsefalse2349), 'widget');
  4357.             echo "
  4358.                                                                                     <label for=\"contact_floor\" style=\"width: 500px;max-width: 100%;\">選択してください</label>
  4359.                                                                                     <img src=\"";
  4360.             // line 2351
  4361.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.'2351$this->source); })()), "filename_floor", [], "any"falsefalsefalse2351), "vars", [], "any"falsefalsefalse2351), "data", [], "any"falsefalsefalse2351), "save_image"), "html"nulltrue);
  4362.             echo "\" style=\"width: 150px !important;\" />
  4363.                                                                                     ";
  4364.         } else {
  4365.             // line 2353
  4366.             echo "                                                                                        ";
  4367.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2353$this->source); })()), "floor", [], "any"falsefalsefalse2353), 'widget');
  4368.             echo "
  4369.                                                                                         <label for=\"contact_floor\" style=\"width: 500px;max-width: 100%;\">選択してください</label>
  4370.                                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  4371.                                                                                     ";
  4372.         }
  4373.         // line 2357
  4374.         echo "                                                                                    ";
  4375.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2357$this->source); })()), "floor", [], "any"falsefalsefalse2357), 'errors');
  4376.         echo "
  4377.                                                                                     ";
  4378.         // line 2358
  4379.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2358$this->source); })()), "filename_floor", [], "any"falsefalsefalse2358), 'widget');
  4380.         echo "
  4381.                                                                                 </div>
  4382.                                                                             </div>
  4383.                                                                         </div>
  4384.                                                                     </div>
  4385.                                                                 </td>
  4386.                                                             </tr> 
  4387.                                                         </table>
  4388.                                                         <div class=\"result\">
  4389.                                                             <p>概算合計金額</p>
  4390.                                                             <p id=\"total-price\">00,000円</p>
  4391.                                                             ";
  4392.         // line 2369
  4393.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2369$this->source); })()), "construction_base_price_1", [], "any"falsefalsefalse2369), 'widget');
  4394.         echo "
  4395.                                                             ";
  4396.         // line 2370
  4397.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2370$this->source); })()), "construction_base_price_2", [], "any"falsefalsefalse2370), 'widget');
  4398.         echo "
  4399.                                                             ";
  4400.         // line 2371
  4401.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2371$this->source); })()), "construction_base_price_3", [], "any"falsefalsefalse2371), 'widget');
  4402.         echo "
  4403.                                                             ";
  4404.         // line 2372
  4405.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2372$this->source); })()), "construction_total_price", [], "any"falsefalsefalse2372), 'widget');
  4406.         echo "
  4407.                                                             ";
  4408.         // line 2373
  4409.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'2373$this->source); })()), "construction_discount", [], "any"falsefalsefalse2373), 'widget');
  4410.         echo "
  4411.                                                         </div>
  4412.                                                         <div style=\"text-align: right;\" class=\"pc\">
  4413.                                                             「
  4414.                                                             ";
  4415.         // line 2378
  4416.         echo "                                                            ";
  4417.         // line 2379
  4418.         echo "                                                            本体価格+標準工事費 <span class=\"product_base_price\"></span>円、
  4419.                                                             追加工事 <span class=\"add_price\"></span>円
  4420.                                                             」
  4421.                                                         </div>
  4422.                                                         <div style=\"text-align: right;\" class=\"sp\">
  4423.                                                             ";
  4424.         // line 2385
  4425.         echo "                                                            ";
  4426.         // line 2386
  4427.         echo "                                                            本体価格+標準工事費 <span class=\"product_base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
  4428.                                                             追加工事 <span class=\"add_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円
  4429.                                                         </div> 
  4430.                                                     </div>
  4431.                                                 </div>                            
  4432.                                             </div>
  4433.                                         </div>
  4434.                                     </div>
  4435.                                 </div>
  4436.                                 <div class=\"check\">
  4437.                                     <input type=\"checkbox\" name=\"\" id=\"\" required=\"true\">
  4438.                                     <label for=\"\"><a href=\"";
  4439.         // line 2398
  4440.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_privacy");
  4441.         echo "\" target=\"_blank\">「プライバシーポリシー」</a>に同意する</label>
  4442.                                 </div>
  4443.                             </div>
  4444.                             <div class=\"list-btn\">
  4445.                                 <button type=\"button\" class=\"btn btn-sd btn-back\" id=\"btn-back\">
  4446.                                     <span>戻る</span>
  4447.                                 </button>
  4448.                                 <button type=\"submit\" class=\"btn btn-sd\" id=\"btn-confirm\" name=\"mode\" value=\"confirm\">
  4449.                                     <span>次へ</span>
  4450.                                 </button>
  4451.                             </div>
  4452.                         </form>
  4453.                     </div>
  4454.                 </div>
  4455.             </div>
  4456.         </div>
  4457.     </div>
  4458. ";
  4459.         
  4460.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  4461.         
  4462.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  4463.     }
  4464.     public function getTemplateName()
  4465.     {
  4466.         return "@user_data/loan_examination.twig";
  4467.     }
  4468.     public function isTraitable()
  4469.     {
  4470.         return false;
  4471.     }
  4472.     public function getDebugInfo()
  4473.     {
  4474.         return array (  4567 => 2398,  4553 => 2386,  4551 => 2385,  4544 => 2379,  4542 => 2378,  4535 => 2373,  4531 => 2372,  4527 => 2371,  4523 => 2370,  4519 => 2369,  4505 => 2358,  4500 => 2357,  4492 => 2353,  4487 => 2351,  4481 => 2349,  4479 => 2348,  4462 => 2334,  4458 => 2333,  4438 => 2316,  4431 => 2312,  4423 => 2307,  4418 => 2306,  4410 => 2302,  4405 => 2300,  4399 => 2298,  4397 => 2297,  4385 => 2288,  4377 => 2283,  4372 => 2282,  4364 => 2278,  4359 => 2276,  4353 => 2274,  4351 => 2273,  4339 => 2264,  4331 => 2259,  4326 => 2258,  4318 => 2254,  4313 => 2252,  4307 => 2250,  4305 => 2249,  4286 => 2233,  4281 => 2231,  4276 => 2230,  4269 => 2228,  4265 => 2226,  4263 => 2225,  4259 => 2224,  4247 => 2223,  4244 => 2222,  4240 => 2221,  4234 => 2218,  4229 => 2216,  4224 => 2215,  4217 => 2213,  4213 => 2211,  4211 => 2210,  4207 => 2209,  4195 => 2208,  4192 => 2207,  4188 => 2206,  4183 => 2204,  4180 => 2203,  4171 => 2200,  4159 => 2199,  4156 => 2198,  4152 => 2197,  4146 => 2193,  4139 => 2189,  4133 => 2187,  4126 => 2185,  4122 => 2183,  4120 => 2182,  4116 => 2181,  4104 => 2180,  4101 => 2179,  4097 => 2178,  4087 => 2171,  4082 => 2169,  4079 => 2168,  4072 => 2167,  4068 => 2165,  4065 => 2164,  4061 => 2162,  4059 => 2161,  4055 => 2160,  4043 => 2159,  4040 => 2158,  4036 => 2157,  4026 => 2150,  4022 => 2149,  4018 => 2147,  4011 => 2146,  4007 => 2144,  4005 => 2143,  4001 => 2142,  3989 => 2141,  3986 => 2140,  3982 => 2139,  3972 => 2132,  3967 => 2130,  3962 => 2128,  3959 => 2127,  3952 => 2126,  3948 => 2124,  3945 => 2123,  3941 => 2121,  3939 => 2120,  3935 => 2119,  3923 => 2118,  3920 => 2117,  3916 => 2116,  3910 => 2112,  3908 => 2111,  3902 => 2108,  3896 => 2106,  3887 => 2103,  3875 => 2102,  3872 => 2101,  3868 => 2100,  3858 => 2093,  3855 => 2092,  3849 => 2091,  3843 => 2088,  3831 => 2087,  3828 => 2086,  3825 => 2085,  3822 => 2084,  3817 => 2083,  3815 => 2082,  3811 => 2080,  3805 => 2079,  3797 => 2076,  3792 => 2074,  3780 => 2073,  3776 => 2071,  3773 => 2070,  3770 => 2069,  3765 => 2068,  3763 => 2067,  3753 => 2060,  3747 => 2058,  3740 => 2056,  3736 => 2054,  3733 => 2053,  3729 => 2051,  3727 => 2050,  3723 => 2049,  3711 => 2048,  3708 => 2047,  3704 => 2046,  3694 => 2039,  3688 => 2037,  3681 => 2035,  3677 => 2033,  3674 => 2032,  3670 => 2030,  3668 => 2029,  3664 => 2028,  3652 => 2027,  3649 => 2026,  3645 => 2025,  3639 => 2021,  3632 => 2017,  3629 => 2016,  3620 => 2013,  3608 => 2012,  3605 => 2011,  3601 => 2010,  3595 => 2006,  3593 => 2005,  3586 => 2001,  3582 => 2000,  3579 => 1999,  3572 => 1997,  3568 => 1995,  3566 => 1994,  3562 => 1993,  3550 => 1992,  3547 => 1991,  3543 => 1990,  3533 => 1983,  3530 => 1982,  3523 => 1980,  3519 => 1978,  3516 => 1977,  3512 => 1975,  3510 => 1974,  3506 => 1973,  3494 => 1972,  3491 => 1971,  3487 => 1970,  3477 => 1963,  3474 => 1962,  3465 => 1959,  3453 => 1958,  3450 => 1957,  3446 => 1956,  3435 => 1948,  3430 => 1947,  3421 => 1944,  3409 => 1943,  3406 => 1942,  3402 => 1941,  3397 => 1938,  3387 => 1930,  3382 => 1929,  3375 => 1927,  3371 => 1925,  3368 => 1924,  3364 => 1922,  3362 => 1921,  3358 => 1920,  3346 => 1919,  3343 => 1918,  3339 => 1917,  3328 => 1909,  3323 => 1908,  3314 => 1905,  3302 => 1904,  3299 => 1903,  3295 => 1902,  3285 => 1895,  3282 => 1894,  3273 => 1891,  3261 => 1890,  3258 => 1889,  3254 => 1888,  3244 => 1881,  3238 => 1879,  3229 => 1876,  3217 => 1875,  3214 => 1874,  3210 => 1873,  3200 => 1866,  3195 => 1864,  3192 => 1863,  3183 => 1861,  3171 => 1860,  3168 => 1859,  3164 => 1858,  3154 => 1851,  3149 => 1849,  3146 => 1848,  3137 => 1846,  3125 => 1845,  3122 => 1844,  3118 => 1843,  3108 => 1836,  3103 => 1834,  3100 => 1833,  3091 => 1831,  3079 => 1830,  3076 => 1829,  3072 => 1828,  3062 => 1821,  3058 => 1819,  3049 => 1817,  3037 => 1816,  3034 => 1815,  3030 => 1814,  3020 => 1807,  3016 => 1805,  3007 => 1803,  2995 => 1802,  2992 => 1801,  2988 => 1800,  2978 => 1793,  2973 => 1791,  2970 => 1790,  2961 => 1788,  2949 => 1787,  2946 => 1786,  2942 => 1785,  2932 => 1778,  2928 => 1776,  2921 => 1775,  2917 => 1773,  2915 => 1772,  2911 => 1771,  2899 => 1770,  2896 => 1769,  2892 => 1768,  2881 => 1760,  2877 => 1759,  2873 => 1757,  2862 => 1755,  2858 => 1754,  2854 => 1753,  2849 => 1751,  2845 => 1750,  2839 => 1746,  2828 => 1744,  2824 => 1743,  2820 => 1742,  2815 => 1740,  2811 => 1739,  2805 => 1735,  2794 => 1733,  2790 => 1732,  2786 => 1731,  2781 => 1729,  2777 => 1728,  2765 => 1719,  2760 => 1717,  2756 => 1716,  2751 => 1715,  2745 => 1714,  2739 => 1711,  2735 => 1710,  2731 => 1709,  2727 => 1708,  2723 => 1707,  2719 => 1706,  2714 => 1704,  2710 => 1702,  2708 => 1701,  2705 => 1700,  2699 => 1699,  2693 => 1696,  2689 => 1695,  2685 => 1694,  2681 => 1693,  2675 => 1692,  2670 => 1690,  2666 => 1688,  2663 => 1687,  2660 => 1686,  2655 => 1685,  2652 => 1684,  2648 => 1683,  2638 => 1676,  2635 => 1675,  2626 => 1672,  2612 => 1671,  2609 => 1670,  2605 => 1669,  2595 => 1662,  2592 => 1661,  2585 => 1659,  2581 => 1657,  2579 => 1656,  2575 => 1655,  2561 => 1654,  2558 => 1653,  2554 => 1652,  2544 => 1645,  2541 => 1644,  2532 => 1641,  2518 => 1640,  2515 => 1639,  2511 => 1638,  2504 => 1633,  2497 => 1629,  2492 => 1627,  2489 => 1626,  2480 => 1624,  2468 => 1623,  2465 => 1622,  2461 => 1621,  2455 => 1617,  2453 => 1616,  2445 => 1611,  2441 => 1609,  2434 => 1608,  2430 => 1606,  2428 => 1605,  2424 => 1604,  2412 => 1603,  2409 => 1602,  2405 => 1601,  2400 => 1598,  2389 => 1589,  2386 => 1588,  2376 => 1584,  2364 => 1583,  2360 => 1581,  2356 => 1580,  2341 => 1570,  2337 => 1568,  2322 => 1555,  2316 => 1552,  2305 => 1544,  2299 => 1541,  2288 => 1533,  2282 => 1530,  2271 => 1522,  2267 => 1521,  2261 => 1518,  2253 => 1513,  2242 => 1505,  2236 => 1502,  2224 => 1493,  2219 => 1491,  2212 => 1487,  2207 => 1485,  2200 => 1481,  2194 => 1478,  2186 => 1473,  2181 => 1471,  2177 => 1470,  2165 => 1461,  2159 => 1458,  2148 => 1450,  2142 => 1447,  2131 => 1439,  2125 => 1436,  2114 => 1428,  2108 => 1425,  2097 => 1417,  2091 => 1414,  2080 => 1406,  2074 => 1403,  2063 => 1395,  2057 => 1392,  2046 => 1384,  2040 => 1381,  2033 => 1376,  2026 => 1352,  2021 => 1350,  2014 => 1346,  2009 => 1344,  2002 => 1340,  1996 => 1337,  1988 => 1332,  1983 => 1330,  1979 => 1329,  1967 => 1320,  1960 => 1316,  1954 => 1313,  1948 => 1310,  1936 => 1301,  1932 => 1299,  1923 => 1297,  1913 => 1296,  1910 => 1295,  1906 => 1294,  1896 => 1287,  1892 => 1286,  1886 => 1283,  1877 => 1277,  1865 => 1268,  1861 => 1267,  1855 => 1264,  1846 => 1258,  1835 => 1249,  1818 => 1234,  1814 => 1232,  1805 => 1230,  1795 => 1229,  1792 => 1228,  1788 => 1227,  1777 => 1219,  1771 => 1216,  1760 => 1208,  1754 => 1205,  1743 => 1197,  1739 => 1196,  1733 => 1193,  1728 => 1191,  1718 => 1184,  1714 => 1182,  1705 => 1180,  1695 => 1179,  1692 => 1178,  1688 => 1177,  1678 => 1170,  1674 => 1169,  1668 => 1166,  1663 => 1164,  1652 => 1156,  1646 => 1153,  1636 => 1146,  1632 => 1144,  1623 => 1142,  1613 => 1141,  1610 => 1140,  1606 => 1139,  1595 => 1131,  1589 => 1128,  1578 => 1120,  1574 => 1119,  1568 => 1116,  1559 => 1110,  1547 => 1101,  1543 => 1100,  1537 => 1097,  1528 => 1091,  1516 => 1081,  1502 => 1069,  1496 => 1066,  1485 => 1058,  1479 => 1055,  1468 => 1047,  1462 => 1044,  1451 => 1036,  1447 => 1035,  1441 => 1032,  1433 => 1027,  1422 => 1019,  1416 => 1016,  1404 => 1007,  1399 => 1005,  1392 => 1001,  1387 => 999,  1380 => 995,  1374 => 992,  1366 => 987,  1361 => 985,  1357 => 984,  1345 => 975,  1339 => 972,  1328 => 964,  1322 => 961,  1311 => 953,  1305 => 950,  1294 => 942,  1288 => 939,  1277 => 930,  1260 => 915,  1256 => 913,  1247 => 911,  1237 => 910,  1234 => 909,  1230 => 908,  1220 => 901,  1214 => 898,  1203 => 890,  1199 => 889,  1193 => 886,  1185 => 881,  1174 => 873,  1168 => 870,  1156 => 861,  1152 => 859,  1143 => 857,  1133 => 856,  1130 => 855,  1126 => 854,  1116 => 847,  1110 => 844,  1103 => 839,  1097 => 818,  1091 => 815,  1080 => 807,  1076 => 805,  1067 => 803,  1057 => 802,  1054 => 801,  1050 => 800,  1040 => 793,  1034 => 790,  1023 => 782,  1017 => 779,  1006 => 771,  1000 => 768,  994 => 765,  990 => 763,  981 => 761,  971 => 760,  968 => 759,  964 => 758,  953 => 750,  948 => 748,  941 => 744,  936 => 742,  929 => 738,  923 => 735,  915 => 730,  910 => 728,  906 => 727,  894 => 718,  887 => 714,  881 => 711,  875 => 708,  863 => 699,  859 => 697,  850 => 695,  840 => 694,  837 => 693,  833 => 692,  823 => 685,  819 => 684,  813 => 681,  804 => 675,  792 => 666,  788 => 665,  782 => 662,  773 => 656,  762 => 647,  754 => 641,  748 => 638,  705 => 598,  691 => 586,  681 => 585,  475 => 387,  469 => 383,  467 => 382,  134 => 51,  124 => 50,  113 => 47,  73 => 6,  63 => 5,  52 => 1,  50 => 3,  37 => 1,);
  4475.     }
  4476.     public function getSourceContext()
  4477.     {
  4478.         return new Source("{% extends 'default_frame.twig' %}
  4479. {% form_theme form 'Form/form_div_layout.twig' %}
  4480. {% block stylesheet %}
  4481.     <style type=\"text/css\">
  4482.         p.required{
  4483.             display: flex;
  4484.             align-items: flex-start;
  4485.             flex-wrap: wrap;
  4486.             justify-content: flex-start;
  4487.             gap: 0 1rem;
  4488.         }
  4489.         p.required:after{
  4490.             content: \"【必須】\";
  4491.             font-size: 1.2rem;
  4492.             color: #db0000;
  4493.             margin-top: 0.5rem;
  4494.         }
  4495.         .horizontal{
  4496.             display: flex;
  4497.             justify-content: flex-start;
  4498.             align-items: center;
  4499.             flex-wrap: wrap;
  4500.         }
  4501.         .address .error-empty{
  4502.             position: relative!important;
  4503.             top: unset!important;
  4504.         }
  4505.         .horizontal .form-check{
  4506.             padding-left: 0;
  4507.             margin-right: 2rem;
  4508.         }
  4509.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input{
  4510.             margin-left: 0;
  4511.         }
  4512.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label input[type=\"text\"]{
  4513.             max-width: 100px;
  4514.         }
  4515.         .ec-form-inquiry__group .table table tr td:nth-child(2) .fill.horizontal label span{
  4516.             margin-right: 2rem;
  4517.         }
  4518.         {# .ec-form-inquiry__group .step-content {
  4519.             display: block; /*Debug*/
  4520.         } #}
  4521.     </style>
  4522. {% endblock stylesheet %}
  4523. {% block javascript %}
  4524.     <script src=\"https://ajaxzip3.github.io/ajaxzip3.js\" charset=\"UTF-8\"></script>
  4525.     <script type=\"text/javascript\">
  4526.         \$(function() {
  4527.             \$('.postal_code').click(function(event) {
  4528.                 AjaxZip3.zip2addr('loan[postal_code]', '', 'loan[address][pref]', 'loan[address][addr01]');
  4529.                 return false;
  4530.             });
  4531.             \$('.employed_postal_code').click(function(event) {
  4532.                 AjaxZip3.zip2addr('loan[employed_postal_code]', '', 'loan[employed_address_pref]', 'loan[employed_address_addr01]');
  4533.                 return false;
  4534.             });
  4535.             \$('.guarantor_postal_code').click(function(event) {
  4536.                 AjaxZip3.zip2addr('loan[guarantor_postal_code]', '', 'loan[guarantor_address_pref]', 'loan[guarantor_address_addr01]');
  4537.                 return false;
  4538.             });
  4539.             \$('.guarantor_company_postal_code').click(function(event) {
  4540.                 AjaxZip3.zip2addr('loan[guarantor_company_postal_code]', '', 'loan[guarantor_company_address_pref]', 'loan[guarantor_company_address_addr01]');
  4541.                 return false;
  4542.             });
  4543.         })
  4544.     </script>
  4545.     <script>
  4546.         \$(document).ready(function() {
  4547.             \$('form, input, select').attr('autocomplete', \"off\");
  4548.             \$('input[name=\"loan[spouse]\"]').change(function() {
  4549.                 var selectedValue = \$('input[name=\"loan[spouse]\"]:checked').val();
  4550.                 if (selectedValue == \"有り\") {
  4551.                     \$('select[name=\"loan[spouse_job]\"]').attr('required', 'required');
  4552.                 } 
  4553.                 else {
  4554.                     \$('select[name=\"loan[spouse_job]\"]').removeAttr('required');
  4555.                     \$('select[name=\"loan[spouse_job]\"]').closest('td').find('.error-empty').remove();
  4556.                 }
  4557.             });
  4558.             \$('input[name=\"loan[household_paying]\"]').change(function() {
  4559.                 var selectedValue = \$('input[name=\"loan[household_paying]\"]:checked').val();
  4560.                 if (selectedValue == \"有り\") {
  4561.                     \$('input[name=\"loan[household_paying_amount]\"]').attr('required', 'required');
  4562.                 } 
  4563.                 else {
  4564.                     \$('input[name=\"loan[household_paying_amount]\"]').removeAttr('required');
  4565.                     \$('input[name=\"loan[household_paying_amount]\"]').closest('td').find('.error-empty').remove();
  4566.                 }
  4567.             });
  4568.             //Chỉ check phần trên hoặc phần dưới của お勤め先・ご収入について
  4569.             \$('#employed input, #employed select, #employed textarea').change(function(event) {
  4570.                 \$('#pensioner td').find('.error-empty').remove();
  4571.             });
  4572.             \$('#pensioner input, #pensioner select, #pensioner textarea').change(function(event) {
  4573.                 \$('#employed td').find('.error-empty').remove();
  4574.             });
  4575.             var step_number = Number(\$('.ec-form-inquiry__group__step__item.active').data('step'));
  4576.             \$('#btn-back').click(function(event) {
  4577.                 \$(\"span.error-empty\").remove();
  4578.                 if (step_number > 1) {
  4579.                     step_number--;                    
  4580.                     stepActive(step_number);
  4581.                 }
  4582.                 \$('body,html').animate({
  4583.                     scrollTop: 250
  4584.                 }, 300, 'swing');
  4585.             });
  4586.             \$(\"#btn-confirm\").click(function(event) {
  4587.                 \$(\"span.error-empty\").remove();
  4588.                 var employed_has_error = false;
  4589.                 var pensioner_has_error = false;
  4590.                 var has_error = false;
  4591.                 if (step_number == 2) {
  4592.                     // お勤め先・ご収入について chi check 1 phan
  4593.                     \$('#employed select[required], #employed input[required], #employed textarea[required]').each(function() {
  4594.                         var input = \$(this);
  4595.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  4596.                             var radio_name = input.attr('name');
  4597.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  4598.                                 employed_has_error = true;
  4599.                             }
  4600.                         }
  4601.                         else if (input.val() == \"\"){
  4602.                             employed_has_error = true;
  4603.                         }
  4604.                     });
  4605.                     \$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').each(function() {
  4606.                         var input = \$(this);
  4607.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  4608.                             var radio_name = input.attr('name');
  4609.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  4610.                                 pensioner_has_error = true;
  4611.                             }
  4612.                         }
  4613.                         else if (input.val() == \"\"){
  4614.                             pensioner_has_error = true;
  4615.                         }
  4616.                     });
  4617.                 }
  4618.                 if (step_number != 2 || (employed_has_error == true && pensioner_has_error == true)) {
  4619.                     \$('.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() {
  4620.                         var input = \$(this);
  4621.                         var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");                
  4622.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  4623.                             var radio_name = input.attr('name');
  4624.                             if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  4625.                                 input.before(input_empty);
  4626.                                 has_error = true;
  4627.                             }
  4628.                         }
  4629.                         else if (input.attr('type') == 'email' && validateEmail(input.val()) === false) {
  4630.                             input.before(\$(\"<span>\").addClass(\"error-empty\").text(\"※正しくメールアドレスを入力してください\"));
  4631.                         }
  4632.                         else if (input.val() == \"\"){
  4633.                             input.before(input_empty);
  4634.                             has_error = true;
  4635.                         }
  4636.                         else {
  4637.                             input_empty.remove();
  4638.                         }
  4639.                         input.on(\"change\", function() {
  4640.                             if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  4641.                                 input.closest('td').find('.error-empty').remove();
  4642.                             }
  4643.                             else {
  4644.                                 input_empty.remove();
  4645.                             }
  4646.                         });
  4647.                     });
  4648.                 }
  4649.                 if (has_error) {
  4650.                     var position = \$(\".error-empty\").eq(0).offset().top - 250;
  4651.                     \$('body,html').animate({
  4652.                         scrollTop: position
  4653.                     }, 300, 'swing');
  4654.                     return false;
  4655.                 }
  4656.                 // chi xu ly tab, khong submit form
  4657.                 if (step_number != 4) {
  4658.                     step_number++;
  4659.                     stepActive(step_number);
  4660.                     \$('body,html').animate({
  4661.                         scrollTop: 250
  4662.                     }, 300, 'swing');
  4663.                     return false;
  4664.                 }
  4665.                 if (employed_has_error == false) {
  4666.                     \$('#pensioner select[required], #pensioner input[required], #pensioner textarea[required]').removeAttr('required');
  4667.                 }
  4668.                 if (pensioner_has_error == false) {
  4669.                     \$('#employed select[required], #employed input[required], #employed textarea[required]').removeAttr('required');
  4670.                 }
  4671.             });
  4672.         });
  4673.         /**
  4674.          * Xu ly Tab
  4675.          */
  4676.         function stepActive(step_number) {
  4677.             \$('.ec-form-inquiry__group__step__item').removeClass('active');
  4678.             \$('.step-content').removeClass('active');
  4679.             \$('.ec-form-inquiry__group__step__item.step-' + step_number).addClass('active');
  4680.             \$('.step-content.step-' + step_number).addClass('active');
  4681.             if (step_number > 1) {
  4682.                 \$('#btn-back').addClass('active');
  4683.             }
  4684.             else {
  4685.                 \$('#btn-back').removeClass('active');
  4686.             }
  4687.         }
  4688.         /**
  4689.          * Check mail
  4690.          */
  4691.         function validateEmail(email) {
  4692.             var re = /\\S+@\\S+\\.\\S+/;
  4693.             return re.test(email);
  4694.         }
  4695.     </script>
  4696.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js\"></script>
  4697.     <script>
  4698.         var CountTatami = {
  4699.             countType1: 0, //6-14
  4700.             countType2: 0, //16-20
  4701.             countType3: 0, //23-
  4702.         };
  4703.         var CountTatamiAll = {
  4704.             countType1: 0, //6-14
  4705.             countType2: 0, //16-20
  4706.             countType3: 0, //23-
  4707.         };
  4708.         var CountTatamiLoan = {
  4709.             countType1: 0, //6-14
  4710.             countType2: 0, //16-20
  4711.             countType3: 0, //23-
  4712.         };
  4713.         \$(function() {
  4714.             //khi load page, nếu không chọn thì check tất cả product
  4715.             if (\$('.construction_air:checked').length <= 0) {
  4716.                 \$('.construction_air').prop('checked', true);
  4717.             }
  4718.             SetRequiredContent();
  4719.             SetRequiredContent1();
  4720.             SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  4721.             SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  4722.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  4723.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  4724.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  4725.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  4726.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  4727.             SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  4728.             SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
  4729.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  4730.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  4731.             SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  4732.             SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  4733.             SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  4734.             SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  4735.             
  4736.             \$(\"input[name='loan[desired_construction_work]']\").change(function() {
  4737.                 SetRequiredContent();
  4738.             });
  4739.             \$(\"input[name='loan[desired_construction_work_02]']\").change(function() {
  4740.                 SetRequiredContent1();
  4741.                 CalcConstructionNumber();
  4742.             });
  4743.             \$(\"input[name='loan[construction_type_07]']\").change(function() {
  4744.                 SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  4745.                 SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  4746.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  4747.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  4748.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  4749.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  4750.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  4751.             });
  4752.             \$(\"input[name='loan[construction_type_07_02_v2]']\").change(function() {
  4753.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  4754.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  4755.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  4756.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  4757.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  4758.             });
  4759.             \$(\"input[name='loan[construction_type_07_03_v1]']\").change(function() {
  4760.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  4761.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  4762.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  4763.             });
  4764.             \$(\"input[name='loan[electrical_outlet_07]']\").change(function() {
  4765.                 SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  4766.             });
  4767.             \$(\"input[name='loan[room_size_07]']\").change(function() {
  4768.                 SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\"); 
  4769.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  4770.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  4771.             });
  4772.             \$(\"input[name='loan[room_size_07_02]']\").change(function() {
  4773.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  4774.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  4775.             });
  4776.             \$(\"input[name='loan[piping_status_07]']\").change(function() {
  4777.                 SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  4778.             });
  4779.             \$(\"input[name='loan[outdoor_cover]']\").change(function() {
  4780.                 SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  4781.             });
  4782.             \$(\"input[name='loan[setting_install_method]']\").change(function() {
  4783.                 SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  4784.                 SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  4785.             });
  4786.             CalcConstructionNumber();
  4787.             \$('.construction_air').on('change', function() {
  4788.                 if (\$('.construction_air:checked').length > 0) {
  4789.                     \$('.construction_air').removeAttr('required');
  4790.                 }
  4791.                 else {
  4792.                     \$('.construction_air').attr('required', 'required');
  4793.                 }
  4794.                 CalcConstructionNumber();
  4795.                 CalcPrice();
  4796.             });
  4797.             
  4798.             CalcPrice();
  4799.             \$('input[type=\"radio\"]').on('change', function() {
  4800.                 CalcPrice();
  4801.             });
  4802.         });
  4803.         function SetRequiredContent() {
  4804.             \$(\"input[name='loan[desired_construction_work]'][value='エアコン本体と設置工事をご希望の方']\").prop('checked', true);
  4805.             {% if (checkCategory == 1) %}
  4806.                 // Trường hợp loan thì mặc định 最終金額算出
  4807.                 \$(\".ec-form-inquiry__group .table .list-item .item.active>table:first-child()\").css('display', 'none');
  4808.                 \$(\"input[name='loan[desired_construction_work_02]'][value='最終金額算出']\").prop('checked', true);
  4809.             {% endif %}
  4810.             
  4811.             var selectedValue = \$(\"input[name='loan[desired_construction_work]']:checked\").val();
  4812.             if (selectedValue === \"エアコン本体と設置工事をご希望の方\") {
  4813.                 \$(\"#tableUnderTop\").css(\"display\", \"table\");
  4814.                 \$(\"#tableUnderTop input, #tableThree input\").each(function(index, el) {
  4815.                     if (\$(this).attr('type') != 'hidden') {
  4816.                         \$(this).attr('required', 'required');
  4817.                     }
  4818.                 });
  4819.                 \$(\"#tableThree\").css(\"display\", \"none\");
  4820.                 \$(\"#tableThree input\").each(function(index, el) {
  4821.                     \$(this).prop('checked', false).removeAttr('required');
  4822.                 });
  4823.             } 
  4824.             else {
  4825.                 \$(\"#tableUnderTop\").css(\"display\", \"none\");
  4826.                 \$(\"#tableSecond\").css(\"display\", \"none\");
  4827.                 \$(\"#tableThree\").css(\"display\", \"none\");
  4828.                 \$(\"#tableUnderTop input, #tableSecond input, #tableThree input\").each(function(index, el) {
  4829.                     \$(this).prop('checked', false).removeAttr('required');
  4830.                 });
  4831.             }
  4832.             SetUnrequired();
  4833.         }
  4834.         function SetRequiredContent1() {
  4835.             var selectedValue = \$(\"input[name='loan[desired_construction_work_02]']:checked\").val();
  4836.             if (selectedValue === \"最終金額算出\") {
  4837.                 \$(\"#tableThree\").css(\"display\", \"none\");
  4838.                 \$(\"#tableThree input\").each(function(index, el) {
  4839.                     \$(this).prop('checked', false).removeAttr('required');
  4840.                 });
  4841.                 \$(\"#tableSecond\").css(\"display\", \"table\");
  4842.                 \$(\"#tableSecond .content-1 input\").each(function(index, el) {
  4843.                     if (\$(this).attr('name') != 'construction_date_2' && \$(this).attr('name') != 'construction_date_3' &&  \$(this).attr('type') != 'hidden') {
  4844.                         \$(this).attr('required', 'required');
  4845.                     }
  4846.                 });
  4847.             } 
  4848.             else if (selectedValue === \"新居等への引越しのため設置場所の詳細確認不可\") {
  4849.                 \$(\"#tableSecond\").css(\"display\", \"none\");
  4850.                 \$(\"#tableSecond .content-1 input\").each(function(index, el) {
  4851.                     \$(this).prop('checked', false).removeAttr('required');
  4852.                 });
  4853.                 \$(\"#tableThree\").css(\"display\", \"table\");
  4854.                 \$(\"#tableThree input\").each(function(index, el) {
  4855.                     if (\$(this).attr('type') != 'hidden') {
  4856.                         \$(this).attr('required', 'required');
  4857.                     }
  4858.                 });
  4859.             }
  4860.             else {
  4861.                 \$(\"#tableSecond\").css(\"display\", \"none\");
  4862.                 \$(\"#tableThree\").css(\"display\", \"none\");
  4863.                 \$(\"#tableSecond .content-1 input, #tableThree input\").each(function(index, el) {
  4864.                     \$(this).prop('checked', false).removeAttr('required');
  4865.                 });
  4866.             }
  4867.             SetUnrequired();
  4868.         }
  4869.         function SetRequiredContent2(nameInput, condition , classCheck) {
  4870.             var selectedValue = \$(\"input[name='loan[\"+ nameInput +\"]']:checked\").val();
  4871.             if (selectedValue === condition) {
  4872.                 \$(classCheck).css(\"display\", \"flex\");
  4873.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  4874.                     if (\$(this).attr('type') != 'hidden') {
  4875.                         \$(this).attr('required', 'required');
  4876.                     }
  4877.                 });
  4878.             } else {
  4879.                 \$(classCheck).css(\"display\", \"none\");
  4880.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  4881.                     \$(this).prop('checked', false).removeAttr('required');
  4882.                 });
  4883.             }
  4884.             SetUnrequired();
  4885.         }
  4886.         function SetUnrequired() {
  4887.             \$('input[name=\"loan[address][addr02]\"]').removeAttr('required');
  4888.             \$('input[name=\"loan[tel_number_type]\"]').removeAttr('required');
  4889.             \$('input[name=\"loan[tel_number]\"]').removeAttr('required');
  4890.             \$('input[name=\"loan[electrical_outlet_07_02]\"]').removeAttr('required');
  4891.             \$('input[name=\"loan[outlet_earth]\"]').removeAttr('required');
  4892.             \$('input[name=\"loan[image_3]\"]').removeAttr('required');
  4893.             \$('input[name=\"loan[floor]\"]').removeAttr('required');
  4894.             \$('.custom-file img').each(function(index, el) {
  4895.                 if (\$(this).attr('src') != \"\") {
  4896.                     \$(this).closest('.custom-file').find('input').removeAttr('required');
  4897.                 }
  4898.             });
  4899.         }
  4900.         /**
  4901.          * Tính giá tiền
  4902.          */
  4903.         function CalcPrice() {
  4904.             var product_total_price = Number(\$('#product_total_price').val());
  4905.             \$('#construction_base_price_1').val(0);
  4906.             \$('#construction_base_price_2').val(0);
  4907.             \$('#construction_base_price_3').val(0);
  4908.             \$('#construction_total_price').val(0);
  4909.             \$('#construction_discount').val(0);
  4910.             \$('#total-price').text(numeral(product_total_price).format('0,0') + \"円\");
  4911.             // \$('.product_price').text(numeral(product_total_price).format('0,0'));
  4912.             \$('.product_base_price').text(numeral(product_total_price + 0).format('0,0'));
  4913.             \$('.base_price').text(0);
  4914.             \$('.add_price').text(0);
  4915.         }
  4916.         /**
  4917.          * Đếm số lượng cần thi công
  4918.          */
  4919.         function CalcConstructionNumber() {            
  4920.             CountTatami.countType1 = 0;
  4921.             CountTatami.countType2 = 0;
  4922.             CountTatami.countType3 = 0;
  4923.             CountTatamiAll.countType1 = 0;
  4924.             CountTatamiAll.countType2 = 0;
  4925.             CountTatamiAll.countType3 = 0;
  4926.             CountTatamiLoan.countType1 = 0;
  4927.             CountTatamiLoan.countType2 = 0;
  4928.             CountTatamiLoan.countType3 = 0;
  4929.             var construction_air = []
  4930.             var product_total_price = 0;
  4931.             \$('.construction_air').each(function(index, el) {
  4932.                 let quantity = \$(this).data('quantity');
  4933.                 let price = \$(this).data('price');
  4934.                 let tatami = \$(this).data('tatami');
  4935.                 let loan = \$(this).data('loan');
  4936.                 if (tatami >= 6 && tatami <= 14) {
  4937.                     CountTatamiAll.countType1 += quantity;
  4938.                     if (loan == 1) {
  4939.                         CountTatamiLoan.countType1 += quantity;
  4940.                     }
  4941.                 } else if (tatami >= 16 && tatami <= 20) {
  4942.                     CountTatamiAll.countType2 += quantity;
  4943.                     if (loan == 1) {
  4944.                         CountTatamiLoan.countType2 += quantity;
  4945.                     }
  4946.                 } else if (tatami >= 23) {
  4947.                     CountTatamiAll.countType3 += quantity;
  4948.                     if (loan == 1) {
  4949.                         CountTatamiLoan.countType3 += quantity;
  4950.                     }
  4951.                 }
  4952.                 if (\$(this).is(':checked')) {
  4953.                     product_total_price += price;
  4954.                     if (tatami >= 6 && tatami <= 14) {
  4955.                         CountTatami.countType1 += quantity;
  4956.                     } else if (tatami >= 16 && tatami <= 20) {
  4957.                         CountTatami.countType2 += quantity;
  4958.                         
  4959.                     } else if (tatami >= 23) {
  4960.                         CountTatami.countType3 += quantity;
  4961.                     }
  4962.                     construction_air.push(\$(this).val());
  4963.                 }                
  4964.             });
  4965.             \$('#loan_construction_air').val(construction_air.toString());
  4966.             \$('#loan_number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
  4967.             \$('#product_total_price').val(product_total_price);
  4968.         }
  4969.         \$(document).ready(function(){
  4970.             \$(\".custom-file input[type='file']\").change(function(){
  4971.                 var filePath = \$(this).val();
  4972.                 var fileName = filePath.split('\\\\').pop();
  4973.                 var label = \$(this).parent().find(\"label\");
  4974.                 label.text(fileName);
  4975.                 var hiddenInputId = \$(this).attr(\"id\") + \"-filename\";
  4976.                 \$(\"#\" + hiddenInputId).val(fileName);
  4977.                 \$(this).parent().find(\"label\").css(\"color\", \"rgba(0, 0, 0, 1)\");
  4978.             });
  4979.         });
  4980.     </script>
  4981. {% endblock javascript %}
  4982. {% block main %}
  4983.     <div class=\"ec-inquiry-page\">
  4984.     \t<div class=\"ec-banner\">
  4985.             <div class=\"ec-banner__inner\">
  4986.                 <div class=\"inner\">
  4987.                     <h2>
  4988.                         エアココ自社ローン審査フォーム
  4989.                     </h2>
  4990.                 </div>
  4991.             </div>
  4992.             <div class=\"ec-breadcrumb\">
  4993.                 <ul class=\"ec-breadcrumb__menu\">
  4994.                     <li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
  4995.                     <li class=\"ec-breadcrumb__item\"><span>></span></li>
  4996.                     <li class=\"ec-breadcrumb__item\"><p>エアココ自社ローン審査フォーム</p></li>
  4997.                 </ul>
  4998.             </div>
  4999.         </div>
  5000.         <div class=\"ec-form-inquiry-main\">
  5001.             <div class=\"ec-form-inquiry__inner\">
  5002.                 <div class=\"inner\">
  5003.                     <div class=\"ec-form-inquiry__group\">
  5004.                         <div class=\"ec-form-inquiry__group__step\">
  5005.                             <ul class=\"ec-form-inquiry__group__step__items\">
  5006.                                 <li class=\"ec-form-inquiry__group__step__item step-1 active\" data-step=\"1\">
  5007.                                     <span>STEP1</span>
  5008.                                     <span>ご本人様について</span>
  5009.                                 </li>
  5010.                                 <li class=\"ec-form-inquiry__group__step__item step-2\" data-step=\"2\">
  5011.                                     <span>STEP2</span>
  5012.                                     <span>お勤め先・ご収入</span>
  5013.                                 </li>
  5014.                                 <li class=\"ec-form-inquiry__group__step__item step-3\" data-step=\"3\">
  5015.                                     <span>STEP3</span>
  5016.                                     <span>連帯保証人の方</span>
  5017.                                 </li>
  5018.                                 <li class=\"ec-form-inquiry__group__step__item step-4\" data-step=\"4\">
  5019.                                     <span>STEP4</span>
  5020.                                     <span>工事内容の最終確認</span>
  5021.                                 </li>
  5022.                                 <li class=\"ec-form-inquiry__group__step__item step-5\" data-step=\"5\">
  5023.                                     <span>STEP5</span>
  5024.                                     <span>ご確認</span>
  5025.                                 </li>
  5026.                                 <li class=\"ec-form-inquiry__group__step__item step-6\" data-step=\"6\">
  5027.                                     <span>STEP6</span>
  5028.                                     <span>完了</span>
  5029.                                 </li>
  5030.                             </ul>
  5031.                         </div>
  5032.                         <form id=\"loan_examination_form\" method=\"post\" action=\"{{ url('loan_examination') }}\" class=\"h-adr\" enctype=\"multipart/form-data\">
  5033.                             <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  5034.                             {{ form_widget(form._token) }}
  5035.                             <div class=\"step-content step-1 active\">
  5036.                                 <div class=\"step-content__title\">ご本人様について</div>
  5037.                                 <div class=\"table\">
  5038.                                     {# <p class=\"text top\">必須項目 <span>※</span></p> #}
  5039.                                     <div class=\"list-item\">
  5040.     \t                                <div class=\"item\">
  5041.     \t\t                                <table>
  5042.     \t\t\t                                <tr>
  5043.     \t\t\t\t                                <td><p class=\"required\">お名前</p></td>
  5044.     \t\t\t\t                                <td>
  5045.     \t\t\t\t\t                                <div class=\"fill\">
  5046.     \t\t\t\t\t\t                                <label>
  5047.     \t\t\t\t\t\t\t                                姓
  5048.     \t\t\t\t\t\t\t                                {{ form_widget(form.name.name01, {'attr': { 'placeholder': '姓' }}) }}
  5049.     \t\t\t\t\t\t                                </label>
  5050.     \t\t\t\t\t                                </div>
  5051.     \t\t\t\t\t                                <div class=\"fill\">
  5052.     \t\t\t\t\t\t                                <label>
  5053.     \t\t\t\t\t\t\t                                名
  5054.     \t\t\t\t\t\t\t                                {{ form_widget(form.name.name02, {'attr': { 'placeholder': '名' }}) }}
  5055.     \t\t\t\t\t\t                                </label>
  5056.     \t\t\t\t\t                                </div>
  5057.     \t\t\t\t\t                                {{ form_errors(form.name.name01) }}
  5058.     \t\t\t\t\t                                {{ form_errors(form.name.name02) }}
  5059.     \t\t\t\t                                </td>
  5060.     \t\t\t                                </tr>
  5061.                                                 <tr>
  5062.                                                     <td><p class=\"required\">フリガナ</p></td>
  5063.                                                     <td>
  5064.                                                         <div class=\"fill\">
  5065.                                                             <label>
  5066.                                                                 セイ
  5067.                                                                 {{ form_widget(form.kana.kana01, {'attr': { 'placeholder': 'セイ' }}) }}
  5068.                                                             </label>
  5069.                                                         </div>
  5070.                                                         <div class=\"fill\">
  5071.                                                             <label>
  5072.                                                                 メイ
  5073.                                                                 {{ form_widget(form.kana.kana02, {'attr': { 'placeholder': 'メイ' }}) }}
  5074.                                                             </label>
  5075.                                                         </div>
  5076.                                                         {{ form_errors(form.kana.kana01) }}
  5077.                                                         {{ form_errors(form.kana.kana02) }}
  5078.                                                     </td>
  5079.                                                 </tr>
  5080.                                                 <tr>
  5081.                                                     <td><p class=\"required\">性別</p></td>
  5082.                                                     <td>
  5083.                                                         <div class=\"fill horizontal\">
  5084.                                                             {% for key,val in form.sex.vars.choices %}
  5085.                                                                 <label class=\"form-check\">
  5086.                                                                     <input type=\"radio\" name=\"{{ form.sex.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.sex.vars.data == val.value %}checked{% endif %} required=\"required\" />
  5087.                                                                     {{ val.label | trans }} 
  5088.                                                                 </label>
  5089.                                                             {% endfor %}                    
  5090.                                                         </div>
  5091.                                                         {{ form_errors(form.sex) }}
  5092.                                                     </td>
  5093.                                                 </tr>
  5094.                                                 <tr>
  5095.                                                     <td><p class=\"required\">生年月日</p></td>
  5096.                                                     <td>
  5097.                                                         <div class=\"fill v2\">
  5098.                                                             <label class=\"group_select\">
  5099.                                                                 <div class=\"select vip\">
  5100.                                                                     {{ form_widget(form.birth.year) }}<span>年</span>
  5101.                                                                 </div>
  5102.                                                                 <div class=\"select vip\">
  5103.                                                                     {{ form_widget(form.birth.month) }}<span>月</span>
  5104.                                                                 </div>
  5105.                                                                 <div class=\"select vip\">
  5106.                                                                     {{ form_widget(form.birth.day) }}<span>日</span>
  5107.                                                                 </div>
  5108.                                                             </label>
  5109.                                                         </div>
  5110.                                                         {{ form_errors(form.birth) }}
  5111.                                                     </td>
  5112.                                                 </tr>
  5113.                                                 <tr>
  5114.                                                     <td><p class=\"required\">住所</p></td>
  5115.                                                     <td>
  5116.                                                         <div class=\"fill v3\">
  5117.                                                             <label class=\"label v2\">
  5118.                                                                 郵便番号
  5119.                                                                 {{ form_widget(form.postal_code) }}
  5120.                                                                 <a class=\"btn-post postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
  5121.                                                             </label>
  5122.                                                             {{ form_errors(form.postal_code) }}
  5123.                                                             <label class=\"label v3 address\">
  5124.                                                                 都道府県
  5125.                                                                 <div class=\"select\">
  5126.                                                                     {{ form_widget(form.address.pref) }}   
  5127.                                                                 </div>                     
  5128.                                                             </label>
  5129.                                                             {{ form_errors(form.address.pref) }}
  5130.                                                             <label class=\"label v4 address\">
  5131.                                                                 市区町村・番地 
  5132.                                                                 {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  5133.                                                             </label>
  5134.                                                             {{ form_errors(form.address.addr01) }}
  5135.                                                             <label class=\"label v4 address\">
  5136.                                                                 マンション・ビル名
  5137.                                                                 {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  5138.                                                             </label>
  5139.                                                             {{ form_errors(form.address.addr02) }}
  5140.                                                         </div>
  5141.                                                     </td>
  5142.                                                 </tr>
  5143.                                                 <tr>
  5144.                                                     <td><p>電話番号(ご自宅)</p></td>
  5145.                                                     <td>
  5146.                                                         <div class=\"fill horizontal\">
  5147.                                                             {% for key,val in form.tel_number_type.vars.choices %}
  5148.                                                                 <label class=\"form-check\">
  5149.                                                                     <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\" />
  5150.                                                                     {{ val.label | trans }} 
  5151.                                                                 </label>
  5152.                                                             {% endfor %}                    
  5153.                                                         </div>
  5154.                                                         {{ form_errors(form.tel_number_type) }}
  5155.                                                         <div class=\"fill v2\">
  5156.                                                             <label>
  5157.                                                                 {{ form_widget(form.tel_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5158.                                                             </label>
  5159.                                                         </div>
  5160.                                                         {{ form_errors(form.tel_number) }}
  5161.                                                     </td>
  5162.                                                 </tr>
  5163.                                                 <tr>
  5164.                                                     <td><p class=\"required\">電話番号(携帯)</p></td>
  5165.                                                     <td>
  5166.                                                         <div class=\"fill v2\">
  5167.                                                             <label>
  5168.                                                                 {{ form_widget(form.phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5169.                                                             </label>
  5170.                                                         </div>
  5171.                                                         {{ form_errors(form.phone_number) }}
  5172.                                                     </td>
  5173.                                                 </tr>
  5174.                                                 <tr>
  5175.                                                     <td><p class=\"required\">メールアドレス</p></td>
  5176.                                                     <td>
  5177.                                                         <div class=\"fill v2\">
  5178.                                                             <label>
  5179.                                                                 {{ form_widget(form.email, {'attr': { 'placeholder': 'example@example.com' }}) }}
  5180.                                                             </label>
  5181.                                                         </div>
  5182.                                                         {{ form_errors(form.email) }}          
  5183.                                                     </td>
  5184.                                                 </tr> 
  5185.                                                 <tr>
  5186.                                                     <td><p class=\"required\">配偶者</p></td>
  5187.                                                     <td>
  5188.                                                         <div class=\"fill horizontal\">
  5189.                                                             {% for key,val in form.spouse.vars.choices %}
  5190.                                                                 <label class=\"form-check\">
  5191.                                                                     <input type=\"radio\" name=\"{{ form.spouse.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.spouse.vars.data == val.value %}checked{% endif %} required=\"required\" />
  5192.                                                                     {{ val.label | trans }} 
  5193.                                                                 </label>
  5194.                                                             {% endfor %}                    
  5195.                                                         </div>
  5196.                                                         {{ form_errors(form.spouse) }}
  5197.                                                     </td>
  5198.                                                 </tr>
  5199.                                                 <tr>
  5200.                                                     <td><p class=\"required\">配偶者の職業</p></td>
  5201.                                                     <td>
  5202.                                                         <div class=\"fill v4\">
  5203.                                                             <div class=\"select\">
  5204.                                                                 {{ form_widget(form.spouse_job) }}
  5205.                                                             </div>
  5206.                                                         </div>
  5207.                                                         {{ form_errors(form.spouse_job) }}
  5208.                                                     </td>
  5209.                                                 </tr>
  5210.                                                 {# <tr>
  5211.                                                     <td><p class=\"required\">世帯主とのご関係</p></td>
  5212.                                                     <td>
  5213.                                                         <div class=\"fill horizontal\">
  5214.                                                             {% for key,val in form.relationship.vars.choices %}
  5215.                                                                 <label class=\"form-check\">
  5216.                                                                     <input type=\"radio\" name=\"{{ form.relationship.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.relationship.vars.data == val.value %}checked{% endif %} required=\"required\" />
  5217.                                                                     {{ val.label | trans }} 
  5218.                                                                 </label>
  5219.                                                             {% endfor %}
  5220.                                                             <label>
  5221.                                                                 {{ form_widget(form.relationship_other, {'attr': { 'style': 'width: 120px;' }}) }}
  5222.                                                             </label>        
  5223.                                                         </div>
  5224.                                                         {{ form_errors(form.relationship) }}
  5225.                                                         {{ form_errors(form.relationship_other) }}
  5226.                                                     </td>
  5227.                                                 </tr> #}
  5228.                                                 <tr>
  5229.                                                     <td><p class=\"required\">世帯人数</p></td>
  5230.                                                     <td>
  5231.                                                         <div class=\"fill v2\">
  5232.                                                             <label>
  5233.                                                                 {{ form_widget(form.people_cnt, {'attr': { 'style': 'width: 120px;' }}) }} <span>人</span>
  5234.                                                             </label>
  5235.                                                         </div>
  5236.                                                         {{ form_errors(form.people_cnt) }}
  5237.                                                     </td>
  5238.                                                 </tr>
  5239.                                                 <tr>
  5240.                                                     <td><p class=\"required\">住宅ローン/家賃支払い</p></td>
  5241.                                                     <td>
  5242.                                                         <div class=\"fill horizontal\">
  5243.                                                             {% for key,val in form.housing_loan.vars.choices %}
  5244.                                                                 <label class=\"form-check\">
  5245.                                                                     <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\" />
  5246.                                                                     {{ val.label | trans }} 
  5247.                                                                 </label>
  5248.                                                             {% endfor %}                    
  5249.                                                         </div>
  5250.                                                         {{ form_errors(form.housing_loan) }}
  5251.                                                         <p class=\"noice\">※お申込者ご自身またはお申込者と同一世帯の方の住宅ローン・家賃のお支払有無をご選択ください。「世帯」とは、お申込者と生計を共にする家族のことをいいます(同居・別居を問わず)。</p>
  5252.                                                     </td>
  5253.                                                 </tr>
  5254.                                                 <tr>
  5255.                                                     <td><p class=\"required\">住居区分</p></td>
  5256.                                                     <td>
  5257.                                                         <div class=\"fill v4\">
  5258.                                                             <div class=\"select\">
  5259.                                                                 {{ form_widget(form.housing_type) }}  
  5260.                                                             </div>            
  5261.                                                         </div>
  5262.                                                         {{ form_errors(form.housing_type) }}
  5263.                                                     </td>
  5264.                                                 </tr>
  5265.                                                 <tr>
  5266.                                                     <td><p class=\"required\">居住年数</p></td>
  5267.                                                     <td>
  5268.                                                         <div class=\"fill horizontal\">
  5269.                                                             <label>
  5270.                                                                 {{ form_widget(form.residence_year, {'attr': { 'style': 'width: 120px;' }}) }} <span>年</span>
  5271.                                                             </label>
  5272.                                                         </div>
  5273.                                                         <div class=\"fill horizontal\">
  5274.                                                             <label>
  5275.                                                                 {{ form_widget(form.residence_month, {'attr': { 'style': 'width: 120px;' }}) }} <span>ヶ月</span>
  5276.                                                             </label>
  5277.                                                         </div>
  5278.                                                         {{ form_errors(form.residence_year) }}
  5279.                                                         {{ form_errors(form.residence_month) }}
  5280.                                                     </td>
  5281.                                                 </tr>
  5282.                                                 <tr>
  5283.                                                     <td><p class=\"required\">職業</p></td>
  5284.                                                     <td>
  5285.                                                         <div class=\"fill v4\">
  5286.                                                             <div class=\"select\">
  5287.                                                                 {{ form_widget(form.job) }}
  5288.                                                             </div>              
  5289.                                                         </div>
  5290.                                                         {{ form_errors(form.job) }}
  5291.                                                     </td>
  5292.                                                 </tr>
  5293.                                                 <tr>
  5294.                                                     <td><p class=\"required\">世帯主との居住状況</p></td>
  5295.                                                     <td>
  5296.                                                         <div class=\"fill horizontal\">
  5297.                                                             {% for key,val in form.head_of_household.vars.choices %}
  5298.                                                                 <label class=\"form-check\">
  5299.                                                                     <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\" />
  5300.                                                                     {{ val.label | trans }} 
  5301.                                                                 </label>
  5302.                                                             {% endfor %}                    
  5303.                                                         </div>
  5304.                                                         {{ form_errors(form.head_of_household) }}
  5305.                                                     </td>
  5306.                                                 </tr>
  5307.     \t\t                                </table>
  5308.     \t                                </div>
  5309.                                     </div>
  5310.                                 </div>
  5311.                             </div>
  5312.                             <div class=\"step-content step-2\">
  5313.                                 <div class=\"step-content__title\">お勤め先・ご収入について</div>
  5314.                                 <div class=\"table\" id=\"employed\">
  5315.                                     <div class=\"table__title\">
  5316.                                         <p class=\"step-content__subtitle\">【有職者の方】パート・アルバイト含む</p>
  5317.                                         {# <p class=\"text top\">必須項目 <span>※</span></p> #}
  5318.                                     </div>
  5319.                                     <div class=\"list-item\">
  5320.                                         <div class=\"item\">
  5321.                                             <table>
  5322.                                                 <tr>
  5323.                                                     <td><p class=\"required\">職業</p></td>
  5324.                                                     <td>
  5325.                                                         <div class=\"fill v4\">
  5326.                                                             <div class=\"select\">
  5327.                                                                 {{ form_widget(form.employed_job) }}   
  5328.                                                             </div>           
  5329.                                                         </div>
  5330.                                                         {{ form_errors(form.employed_job) }}
  5331.                                                     </td>
  5332.                                                 </tr>
  5333.                                                 <tr>
  5334.                                                     <td><p class=\"required\">業種</p></td>
  5335.                                                     <td>
  5336.                                                         <div class=\"fill v4\">
  5337.                                                             <div class=\"select\">
  5338.                                                                 {{ form_widget(form.employed_industry) }}   
  5339.                                                             </div>           
  5340.                                                         </div>
  5341.                                                         {{ form_errors(form.employed_industry) }}
  5342.                                                     </td>
  5343.                                                 </tr>
  5344.                                                 <tr>
  5345.                                                     <td><p class=\"required\">お勤め先(派遣元)</p></td>
  5346.                                                     <td>
  5347.                                                         <div class=\"fill v2\">
  5348.                                                             <label>
  5349.                                                                 {{ form_widget(form.employed_company) }}
  5350.                                                             </label>
  5351.                                                         </div>
  5352.                                                         {{ form_errors(form.employed_company) }}
  5353.                                                     </td>
  5354.                                                 </tr>
  5355.                                                 <tr>
  5356.                                                     <td><p class=\"required\">お勤め先フリガナ</p></td>
  5357.                                                     <td>
  5358.                                                         <div class=\"fill v2\">
  5359.                                                             <label>
  5360.                                                                 {{ form_widget(form.employed_company_kana) }}
  5361.                                                             </label>
  5362.                                                         </div>
  5363.                                                         {{ form_errors(form.employed_company_kana) }}
  5364.                                                     </td>
  5365.                                                 </tr>
  5366.                                                 <tr>
  5367.                                                     <td><p class=\"required\">お勤め先住所</p></td>
  5368.                                                     <td>
  5369.                                                         <div class=\"fill v3\">
  5370.                                                             <label class=\"label v2\">
  5371.                                                                 郵便番号
  5372.                                                                 {{ form_widget(form.employed_postal_code) }}
  5373.                                                                 <a class=\"btn-post employed_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
  5374.                                                             </label>
  5375.                                                             {{ form_errors(form.employed_postal_code) }}
  5376.                                                             <label class=\"label v3 address\">
  5377.                                                                 都道府県
  5378.                                                                 <div class=\"select\">
  5379.                                                                     {{ form_widget(form.employed_address_pref) }}   
  5380.                                                                 </div>                     
  5381.                                                             </label>
  5382.                                                             {{ form_errors(form.employed_address_pref) }}
  5383.                                                             <label class=\"label v4 address\">
  5384.                                                                 市区町村・番地 
  5385.                                                                 {{ form_widget(form.employed_address_addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  5386.                                                             </label>
  5387.                                                             {{ form_errors(form.employed_address_addr01) }}
  5388.                                                             <label class=\"label v4 address\">
  5389.                                                                 マンション・ビル名
  5390.                                                                 {{ form_widget(form.employed_address_addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  5391.                                                             </label>
  5392.                                                             {{ form_errors(form.employed_address_addr02) }}
  5393.                                                         </div>
  5394.                                                     </td>
  5395.                                                 </tr>
  5396.                                                 <tr>
  5397.                                                     <td><p class=\"required\">お勤め先電話番号</p></td>
  5398.                                                     <td>
  5399.                                                         <div class=\"fill v2\">
  5400.                                                             <label>
  5401.                                                                 {{ form_widget(form.employed_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5402.                                                             </label>
  5403.                                                         </div>
  5404.                                                         {{ form_errors(form.employed_phone_number) }}
  5405.                                                     </td>
  5406.                                                 </tr>
  5407.                                                 <tr>
  5408.                                                     <td><p class=\"required\">勤続年数</p></td>
  5409.                                                     <td>
  5410.                                                         <div class=\"fill horizontal\">
  5411.                                                             <label>
  5412.                                                                 {{ form_widget(form.employed_year, {'attr': { 'style': 'width: 120px;' }}) }} <span>年</span>
  5413.                                                             </label>
  5414.                                                         </div>
  5415.                                                         <div class=\"fill horizontal\">
  5416.                                                             <label>
  5417.                                                                 {{ form_widget(form.employed_month, {'attr': { 'style': 'width: 120px;' }}) }} <span>ヶ月</span>
  5418.                                                             </label>
  5419.                                                         </div>
  5420.                                                         {{ form_errors(form.employed_year) }}
  5421.                                                         {{ form_errors(form.employed_month) }}
  5422.                                                     </td>
  5423.                                                 </tr>
  5424.                                                 <tr>
  5425.                                                     <td><p class=\"required\">税込年収</p></td>
  5426.                                                     <td>
  5427.                                                         <div class=\"fill v2\">
  5428.                                                             <label>
  5429.                                                                 {{ form_widget(form.employed_income, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
  5430.                                                             </label>
  5431.                                                         </div>
  5432.                                                         {{ form_errors(form.employed_income) }}
  5433.                                                     </td>
  5434.                                                 </tr>
  5435.                                                 <tr>
  5436.                                                     <td><p class=\"required\">従業員数</p></td>
  5437.                                                     <td>
  5438.                                                         <div class=\"fill v2\">
  5439.                                                             <div class=\"select\">
  5440.                                                                 {{ form_widget(form.employed_cnt) }}
  5441.                                                             </div>
  5442.                                                         </div>
  5443.                                                         {{ form_errors(form.employed_cnt) }}
  5444.                                                     </td>
  5445.                                                 </tr>
  5446.                                                 <tr>
  5447.                                                     <td><p class=\"\">出向先・派遣先電話番号</p></td>
  5448.                                                     <td>
  5449.                                                         <div class=\"fill v2\">
  5450.                                                             <label>
  5451.                                                                 {{ form_widget(form.employed_company_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5452.                                                             </label>
  5453.                                                         </div>
  5454.                                                         {{ form_errors(form.employed_company_phone_number) }}
  5455.                                                     </td>
  5456.                                                 </tr>
  5457.                                             </table>
  5458.                                         </div>
  5459.                                     </div>
  5460.                                 </div>
  5461.                                 <div class=\"table\" id=\"pensioner\">
  5462.                                     <div class=\"table__title\">
  5463.                                         <p class=\"step-content__subtitle\">【主婦・年金受給者の方】</p>
  5464.                                         {# <p class=\"text top\">必須項目 <span>※</span></p> #}
  5465.                                     </div>
  5466.                                     <div class=\"list-item\">
  5467.                                         <div class=\"item\">
  5468.                                             <table>
  5469.                                                 <tr>
  5470.                                                     <td><p class=\"required\">世帯主お名前</p></td>
  5471.                                                     <td>
  5472.                                                         <div class=\"fill\">
  5473.                                                             <label>
  5474.                                                                 姓
  5475.                                                                 {{ form_widget(form.pensioner_name.pensioner_name01, {'attr': { 'placeholder': '姓' }}) }}
  5476.                                                             </label>
  5477.                                                         </div>
  5478.                                                         <div class=\"fill\">
  5479.                                                             <label>
  5480.                                                                 名
  5481.                                                                 {{ form_widget(form.pensioner_name.pensioner_name02, {'attr': { 'placeholder': '名' }}) }}
  5482.                                                             </label>
  5483.                                                         </div>
  5484.                                                         {{ form_errors(form.pensioner_name.pensioner_name01) }}
  5485.                                                         {{ form_errors(form.pensioner_name.pensioner_name02) }}
  5486.                                                     </td>
  5487.                                                 </tr>
  5488.                                                 <tr>
  5489.                                                     <td><p class=\"required\">フリガナ</p></td>
  5490.                                                     <td>
  5491.                                                         <div class=\"fill\">
  5492.                                                             <label>
  5493.                                                                 セイ
  5494.                                                                 {{ form_widget(form.pensioner_kana.pensioner_kana01, {'attr': { 'placeholder': 'セイ' }}) }}
  5495.                                                             </label>
  5496.                                                         </div>
  5497.                                                         <div class=\"fill\">
  5498.                                                             <label>
  5499.                                                                 メイ
  5500.                                                                 {{ form_widget(form.pensioner_kana.pensioner_kana02, {'attr': { 'placeholder': 'メイ' }}) }}
  5501.                                                             </label>
  5502.                                                         </div>
  5503.                                                         {{ form_errors(form.pensioner_kana.pensioner_kana01) }}
  5504.                                                         {{ form_errors(form.pensioner_kana.pensioner_kana02) }}
  5505.                                                     </td>
  5506.                                                 </tr>
  5507.                                                 <tr>
  5508.                                                     <td><p class=\"required\">世帯主税込年収</p></td>
  5509.                                                     <td>
  5510.                                                         <div class=\"fill v2\">
  5511.                                                             <label>
  5512.                                                                 {{ form_widget(form.pensioner_income, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
  5513.                                                             </label>
  5514.                                                         </div>
  5515.                                                         {{ form_errors(form.pensioner_income) }}
  5516.                                                     </td>
  5517.                                                 </tr>
  5518.                                                 <tr>
  5519.                                                     <td><p class=\"required\">世帯主のお支払中の<br>クレジット返済額</p></td>
  5520.                                                     <td>
  5521.                                                         <div>
  5522.                                                             <div class=\"fill horizontal\">
  5523.                                                                 {% for key,val in form.household_paying.vars.choices %}
  5524.                                                                     <label class=\"form-check\">
  5525.                                                                         <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\" />
  5526.                                                                         {{ val.label | trans }} 
  5527.                                                                     </label>
  5528.                                                                 {% endfor %}                    
  5529.                                                             </div>
  5530.                                                             {{ form_errors(form.household_paying) }}
  5531.                                                             <div class=\"fill horizontal\">
  5532.                                                                 <div style=\"margin-right: 2rem;\">
  5533.                                                                     <p>有りとご回答された方 毎月の支払額</p>
  5534.                                                                     <p class=\"noice\">※住宅ローン・無担保ローンを除く</p>
  5535.                                                                 </div>
  5536.                                                                 <label>
  5537.                                                                     {{ form_widget(form.household_paying_amount, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
  5538.                                                                 </label>
  5539.                                                             </div>
  5540.                                                             {{ form_errors(form.household_paying_amount) }}
  5541.                                                         </div>
  5542.                                                     </td>
  5543.                                                 </tr>
  5544.                                                 <tr>
  5545.                                                     <td><p class=\"required\">年金の種類</p></td>
  5546.                                                     <td>
  5547.                                                         <div class=\"fill horizontal\">
  5548.                                                             {{ form_widget(form.pensioner_type) }}
  5549.                                                             <label>
  5550.                                                                 {{ form_widget(form.pensioner_type_other, {'attr': { 'style': 'width: 120px;' }}) }}
  5551.                                                             </label>
  5552.                                                         </div>
  5553.                                                         {{ form_errors(form.pensioner_type) }}
  5554.                                                         {{ form_errors(form.pensioner_type_other) }}
  5555.                                                     </td>
  5556.                                                 </tr>
  5557.                                                 <tr>
  5558.                                                     <td><p class=\"required\">年金以外の収入</p></td>
  5559.                                                     <td>
  5560.                                                         <div class=\"fill horizontal\">
  5561.                                                             {% for key,val in form.pensioner_income_other.vars.choices %}
  5562.                                                                 <label class=\"form-check\">
  5563.                                                                     <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\" />
  5564.                                                                     {{ val.label | trans }} 
  5565.                                                                 </label>
  5566.                                                             {% endfor %}                    
  5567.                                                         </div>
  5568.                                                         {{ form_errors(form.pensioner_income_other) }}
  5569.                                                     </td>
  5570.                                                 </tr>
  5571.                                                 <tr>
  5572.                                                     <td><p class=\"required\">今回のお支払い</p></td>
  5573.                                                     <td>
  5574.                                                         <div class=\"fill horizontal\">
  5575.                                                             {{ form_widget(form.pensioner_payment) }}
  5576.                                                             <label>
  5577.                                                                 {{ form_widget(form.pensioner_payment_other, {'attr': { 'style': 'width: 120px;' }}) }}
  5578.                                                             </label>                    
  5579.                                                         </div>
  5580.                                                         {{ form_errors(form.pensioner_payment) }}
  5581.                                                         {{ form_errors(form.pensioner_payment_other) }}
  5582.                                                     </td>
  5583.                                                 </tr>
  5584.                                                 <tr>
  5585.                                                     <td><p class=\"required\">お勤め先電話番号</p></td>
  5586.                                                     <td>
  5587.                                                         <div class=\"fill v2\">
  5588.                                                             <label>
  5589.                                                                 {{ form_widget(form.pensioner_company_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5590.                                                             </label>
  5591.                                                         </div>
  5592.                                                         {{ form_errors(form.pensioner_company_phone_number) }}
  5593.                                                     </td>
  5594.                                                 </tr>
  5595.                                                 <tr>
  5596.                                                     <td><p class=\"required\">年金受給者の税込年収</p></td>
  5597.                                                     <td>
  5598.                                                         <div class=\"fill v2\">
  5599.                                                             <label>
  5600.                                                                 {{ form_widget(form.pensioner_income2, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
  5601.                                                             </label>
  5602.                                                         </div>
  5603.                                                         {{ form_errors(form.pensioner_income2) }}
  5604.                                                     </td>
  5605.                                                 </tr>
  5606.                                                 <tr>
  5607.                                                     <td><p class=\"required\">口座名義人</p></td>
  5608.                                                     <td>
  5609.                                                         <div>
  5610.                                                             <div class=\"fill horizontal\">
  5611.                                                                 {% for key,val in form.pensioner_acount.vars.choices %}
  5612.                                                                     <label class=\"form-check\">
  5613.                                                                         <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\" />
  5614.                                                                         {{ val.label | trans }} 
  5615.                                                                     </label>
  5616.                                                                 {% endfor %}                    
  5617.                                                             </div>
  5618.                                                             {{ form_errors(form.pensioner_acount) }}
  5619.                                                             <p class=\"noice\">※口座名義人が申込者の場合、連帯保証人が必要となる場合があります。</p>
  5620.                                                         </div>
  5621.                                                     </td>
  5622.                                                 </tr>
  5623.                                             </table>
  5624.                                         </div>
  5625.                                     </div>
  5626.                                 </div>
  5627.                             </div>
  5628.                             <div class=\"step-content step-3\">
  5629.                                 <div class=\"step-content__title\">連帯保証人の方</div>
  5630.                                 <div class=\"table\">
  5631.                                     {# <p class=\"text top\">必須項目 <span>※</span></p> #}
  5632.                                     <div class=\"list-item\">
  5633.                                         <div class=\"item\">
  5634.                                             <table>
  5635.                                                 <tr>
  5636.                                                     <td><p class=\"required\">お名前</p></td>
  5637.                                                     <td>
  5638.                                                         <div class=\"fill\">
  5639.                                                             <label>
  5640.                                                                 姓
  5641.                                                                 {{ form_widget(form.guarantor_name.guarantor_name01, {'attr': { 'placeholder': '姓' }}) }}
  5642.                                                             </label>
  5643.                                                         </div>
  5644.                                                         <div class=\"fill\">
  5645.                                                             <label>
  5646.                                                                 名
  5647.                                                                 {{ form_widget(form.guarantor_name.guarantor_name02, {'attr': { 'placeholder': '名' }}) }}
  5648.                                                             </label>
  5649.                                                         </div>
  5650.                                                         {{ form_errors(form.guarantor_name.guarantor_name01) }}
  5651.                                                         {{ form_errors(form.guarantor_name.guarantor_name02) }}
  5652.                                                     </td>
  5653.                                                 </tr>
  5654.                                                 <tr>
  5655.                                                     <td><p class=\"required\">フリガナ</p></td>
  5656.                                                     <td>
  5657.                                                         <div class=\"fill\">
  5658.                                                             <label>
  5659.                                                                 セイ
  5660.                                                                 {{ form_widget(form.guarantor_kana.guarantor_kana01, {'attr': { 'placeholder': 'セイ' }}) }}
  5661.                                                             </label>
  5662.                                                         </div>
  5663.                                                         <div class=\"fill\">
  5664.                                                             <label>
  5665.                                                                 メイ
  5666.                                                                 {{ form_widget(form.guarantor_kana.guarantor_kana02, {'attr': { 'placeholder': 'メイ' }}) }}
  5667.                                                             </label>
  5668.                                                         </div>
  5669.                                                         {{ form_errors(form.guarantor_kana.guarantor_kana01) }}
  5670.                                                         {{ form_errors(form.guarantor_kana.guarantor_kana02) }}
  5671.                                                     </td>
  5672.                                                 </tr>
  5673.                                                 <tr>
  5674.                                                     <td><p class=\"required\">性別</p></td>
  5675.                                                     <td>
  5676.                                                         <div class=\"fill horizontal\">
  5677.                                                             {% for key,val in form.guarantor_sex.vars.choices %}
  5678.                                                                 <label class=\"form-check\">
  5679.                                                                     <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\" />
  5680.                                                                     {{ val.label | trans }} 
  5681.                                                                 </label>
  5682.                                                             {% endfor %}                    
  5683.                                                         </div>
  5684.                                                         {{ form_errors(form.guarantor_sex) }}
  5685.                                                     </td>
  5686.                                                 </tr>
  5687.                                                 <tr>
  5688.                                                     <td><p class=\"required\">生年月日</p></td>
  5689.                                                     <td>
  5690.                                                         <div class=\"fill v2\">
  5691.                                                             <label class=\"group_select\">
  5692.                                                                 <div class=\"select vip\">
  5693.                                                                     {{ form_widget(form.guarantor_birth.year) }}<span>年</span>
  5694.                                                                 </div>
  5695.                                                                 <div class=\"select vip\">
  5696.                                                                     {{ form_widget(form.guarantor_birth.month) }}<span>月</span>
  5697.                                                                 </div>
  5698.                                                                 <div class=\"select vip\">
  5699.                                                                     {{ form_widget(form.guarantor_birth.day) }}<span>日</span>
  5700.                                                                 </div>
  5701.                                                             </label>
  5702.                                                         </div>
  5703.                                                         {{ form_errors(form.guarantor_birth) }}
  5704.                                                     </td>
  5705.                                                 </tr>
  5706.                                                 <tr>
  5707.                                                     <td><p class=\"required\">住所</p></td>
  5708.                                                     <td>
  5709.                                                         <div class=\"fill v3\">
  5710.                                                             <label class=\"label v2\">
  5711.                                                                 郵便番号
  5712.                                                                 {{ form_widget(form.guarantor_postal_code) }}
  5713.                                                                 <a class=\"btn-post guarantor_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
  5714.                                                             </label>
  5715.                                                             {{ form_errors(form.guarantor_postal_code) }}
  5716.                                                             <label class=\"label v3 address\">
  5717.                                                                 都道府県
  5718.                                                                 <div class=\"select\">
  5719.                                                                     {{ form_widget(form.guarantor_address_pref) }}    
  5720.                                                                 </div>                    
  5721.                                                             </label>
  5722.                                                             {{ form_errors(form.guarantor_address_pref) }}
  5723.                                                             <label class=\"label v4 address\">
  5724.                                                                 市区町村・番地 
  5725.                                                                 {{ form_widget(form.guarantor_address_addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  5726.                                                             </label>
  5727.                                                             {{ form_errors(form.guarantor_address_addr01) }}
  5728.                                                             <label class=\"label v4 address\">
  5729.                                                                 マンション・ビル名
  5730.                                                                 {{ form_widget(form.guarantor_address_addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  5731.                                                             </label>
  5732.                                                             {{ form_errors(form.guarantor_address_addr02) }}
  5733.                                                         </div>
  5734.                                                     </td>
  5735.                                                 </tr>
  5736.                                                 {# <tr>
  5737.                                                     <td><p class=\"required\">電話番号(ご自宅)</p></td>
  5738.                                                     <td>
  5739.                                                         <div class=\"fill horizontal\">
  5740.                                                             {% for key,val in form.guarantor_tel_number_type.vars.choices %}
  5741.                                                                 <label class=\"form-check\">
  5742.                                                                     <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\" />
  5743.                                                                     {{ val.label | trans }} 
  5744.                                                                 </label>
  5745.                                                             {% endfor %}                    
  5746.                                                         </div>
  5747.                                                         {{ form_errors(form.guarantor_tel_number_type) }}
  5748.                                                         <div class=\"fill v2\">
  5749.                                                             <label>
  5750.                                                                 {{ form_widget(form.guarantor_tel_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5751.                                                             </label>
  5752.                                                         </div>
  5753.                                                         {{ form_errors(form.guarantor_tel_number) }}
  5754.                                                     </td>
  5755.                                                 </tr> #}
  5756.                                                 <tr>
  5757.                                                     <td><p class=\"required\">電話番号</p></td>
  5758.                                                     <td>
  5759.                                                         <div class=\"fill v2\">
  5760.                                                             <label>
  5761.                                                                 {{ form_widget(form.guarantor_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5762.                                                             </label>
  5763.                                                         </div>
  5764.                                                         {{ form_errors(form.guarantor_phone_number) }}
  5765.                                                     </td>
  5766.                                                 </tr>
  5767.                                                 <tr>
  5768.                                                     <td><p class=\"required\">メールアドレス<br>(半角英数字)</p></td>
  5769.                                                     <td>
  5770.                                                         <div class=\"fill v2\">
  5771.                                                             <label>
  5772.                                                                 {{ form_widget(form.guarantor_email, {'attr': { 'placeholder': 'example@example.com' }}) }}
  5773.                                                             </label>
  5774.                                                         </div>
  5775.                                                         {{ form_errors(form.guarantor_email) }}          
  5776.                                                     </td>
  5777.                                                 </tr> 
  5778.                                                 <tr>
  5779.                                                     <td><p class=\"required\">メールアドレス確認用<br>(半角英数字)</p></td>
  5780.                                                     <td>
  5781.                                                         <div class=\"fill v2\">
  5782.                                                             <label>
  5783.                                                                 {{ form_widget(form.guarantor_email_confirm, {'attr': { 'placeholder': 'example@example.com' }}) }}
  5784.                                                             </label>
  5785.                                                         </div>
  5786.                                                         {{ form_errors(form.guarantor_email_confirm) }}
  5787.                                                     </td>
  5788.                                                 </tr> 
  5789.                                                 <tr>
  5790.                                                     <td><p class=\"required\">契約者との続柄</p></td>
  5791.                                                     <td>
  5792.                                                         <div class=\"fill v2\">
  5793.                                                             <label>
  5794.                                                                 {{ form_widget(form.guarantor_relation) }}
  5795.                                                             </label>
  5796.                                                         </div>
  5797.                                                         {{ form_errors(form.guarantor_relation) }}
  5798.                                                     </td>
  5799.                                                 </tr>
  5800.                                                 <tr>
  5801.                                                     <td><p class=\"required\">職業</p></td>
  5802.                                                     <td>
  5803.                                                         <div class=\"fill v4\">
  5804.                                                             <div class=\"select\">
  5805.                                                                 {{ form_widget(form.guarantor_job) }}
  5806.                                                             </div>
  5807.                                                         </div>
  5808.                                                         {{ form_errors(form.guarantor_job) }}
  5809.                                                     </td>
  5810.                                                 </tr>
  5811.                                                 <tr>
  5812.                                                     <td><p class=\"required\">業種</p></td>
  5813.                                                     <td>
  5814.                                                         <div class=\"fill v4\">
  5815.                                                             <div class=\"select\">
  5816.                                                                 {{ form_widget(form.guarantor_industry) }}
  5817.                                                             </div>
  5818.                                                         </div>
  5819.                                                         {{ form_errors(form.guarantor_industry) }}
  5820.                                                     </td>
  5821.                                                 </tr>
  5822.                                                 <tr>
  5823.                                                     <td><p class=\"required\">お勤め先(派遣元)</p></td>
  5824.                                                     <td>
  5825.                                                         <div class=\"fill v2\">
  5826.                                                             <label>
  5827.                                                                 {{ form_widget(form.guarantor_company) }}
  5828.                                                             </label>
  5829.                                                         </div>
  5830.                                                         {{ form_errors(form.guarantor_company) }}
  5831.                                                     </td>
  5832.                                                 </tr>
  5833.                                                 <tr>
  5834.                                                     <td><p class=\"required\">お勤め先フリガナ</p></td>
  5835.                                                     <td>
  5836.                                                         <div class=\"fill v2\">
  5837.                                                             <label>
  5838.                                                                 {{ form_widget(form.guarantor_company_kana) }}
  5839.                                                             </label>
  5840.                                                         </div>
  5841.                                                         {{ form_errors(form.guarantor_company_kana) }}
  5842.                                                     </td>
  5843.                                                 </tr>
  5844.                                                 <tr>
  5845.                                                     <td><p class=\"required\">お勤め先住所</p></td>
  5846.                                                     <td>
  5847.                                                         <div class=\"fill v3\">
  5848.                                                             <label class=\"label v2\">
  5849.                                                                 郵便番号
  5850.                                                                 {{ form_widget(form.guarantor_company_postal_code) }}
  5851.                                                                 <a class=\"btn-post guarantor_company_postal_code\" href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
  5852.                                                             </label>
  5853.                                                             {{ form_errors(form.guarantor_company_postal_code) }}
  5854.                                                             <label class=\"label v3 address\">
  5855.                                                                 都道府県
  5856.                                                                 <div class=\"select\">
  5857.                                                                     {{ form_widget(form.guarantor_company_address_pref) }}
  5858.                                                                 </div>                        
  5859.                                                             </label>
  5860.                                                             {{ form_errors(form.guarantor_company_address_pref) }}
  5861.                                                             <label class=\"label v4 address\">
  5862.                                                                 市区町村・番地 
  5863.                                                                 {{ form_widget(form.guarantor_company_address_addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  5864.                                                             </label>
  5865.                                                             {{ form_errors(form.guarantor_company_address_addr01) }}
  5866.                                                             <label class=\"label v4 address\">
  5867.                                                                 マンション・ビル名
  5868.                                                                 {{ form_widget(form.guarantor_company_address_addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  5869.                                                             </label>
  5870.                                                             {{ form_errors(form.guarantor_company_address_addr02) }}
  5871.                                                         </div>
  5872.                                                     </td>
  5873.                                                 </tr>
  5874.                                                 <tr>
  5875.                                                     <td><p class=\"required\">お勤め先電話番号</p></td>
  5876.                                                     <td>
  5877.                                                         <div class=\"fill v2\">
  5878.                                                             <label>
  5879.                                                                 {{ form_widget(form.guarantor_company_phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5880.                                                             </label>
  5881.                                                         </div>
  5882.                                                         {{ form_errors(form.guarantor_company_phone_number) }}
  5883.                                                     </td>
  5884.                                                 </tr>
  5885.                                                 <tr>
  5886.                                                     <td><p class=\"required\">勤続年数</p></td>
  5887.                                                     <td>
  5888.                                                         <div class=\"fill horizontal\">
  5889.                                                             <label>
  5890.                                                                 {{ form_widget(form.guarantor_year, {'attr': { 'style': 'width: 120px;' }}) }} <span>年</span>
  5891.                                                             </label>
  5892.                                                         </div>
  5893.                                                         <div class=\"fill horizontal\">
  5894.                                                             <label>
  5895.                                                                 {{ form_widget(form.guarantor_month, {'attr': { 'style': 'width: 120px;' }}) }} <span>ヶ月</span>
  5896.                                                             </label>
  5897.                                                         </div>
  5898.                                                         {{ form_errors(form.guarantor_year) }}
  5899.                                                         {{ form_errors(form.guarantor_month) }}
  5900.                                                     </td>
  5901.                                                 </tr>
  5902.                                                 <tr>
  5903.                                                     <td><p class=\"required\">税込年収</p></td>
  5904.                                                     <td>
  5905.                                                         <div class=\"fill v2\">
  5906.                                                             <label>
  5907.                                                                 {{ form_widget(form.guarantor_income, {'attr': { 'style': 'width: 120px;' }}) }} <span>万円</span>
  5908.                                                             </label>
  5909.                                                         </div>
  5910.                                                         {{ form_errors(form.guarantor_income) }}
  5911.                                                     </td>
  5912.                                                 </tr>
  5913.                                                 <tr>
  5914.                                                     <td><p class=\"required\">従業員数</p></td>
  5915.                                                     <td>
  5916.                                                         <div class=\"fill v2\">
  5917.                                                             <div class=\"select\">
  5918.                                                                 {{ form_widget(form.guarantor_cnt) }}
  5919.                                                             </div>
  5920.                                                         </div>
  5921.                                                         {{ form_errors(form.guarantor_cnt) }}
  5922.                                                     </td>
  5923.                                                 </tr>
  5924.                                                 <tr>
  5925.                                                     <td><p class=\"\">出向先・派遣先電話番号</p></td>
  5926.                                                     <td>
  5927.                                                         <div class=\"fill v2\">
  5928.                                                             <label>
  5929.                                                                 {{ form_widget(form.guarantor_company_phone_number2, {'attr': { 'placeholder': '000-0000-0000' }}) }}
  5930.                                                             </label>
  5931.                                                         </div>
  5932.                                                         {{ form_errors(form.guarantor_company_phone_number2) }}
  5933.                                                     </td>
  5934.                                                 </tr>
  5935.                                             </table>
  5936.                                         </div>
  5937.                                     </div>
  5938.                                 </div>
  5939.                             </div>
  5940.                             <div class=\"step-content step-4\">
  5941.                                 <div class=\"step-content__title\">工事内容の最終確認</div>
  5942.                                 <div class=\"table\">
  5943.                                     {# <p class=\"text top\">必須項目 <span>※</span></p> #}
  5944.                                     <div class=\"list-item\">
  5945.                                         <div class=\"item\">
  5946.                                             <input type=\"hidden\" id=\"product_total_price\" name=\"{{ form.product_total_price.vars.full_name }}\" value=\"{{ productTotalPrice }}\">
  5947.                                             <div class=\"table\">
  5948.                                                 <div class=\"list-item\">
  5949.                                                     <div class=\"item active\">
  5950.                                                         <table>
  5951.                                                             <tr>
  5952.                                                                 <td><p class=\"required\">希望する工事</p></td>
  5953.                                                                 <td>
  5954.                                                                     <div class=\"fill v4\">
  5955.                                                                         {% for key,val in form.desired_construction_work.vars.choices %}
  5956.                                                                             <div>
  5957.                                                                                 <label class=\"form-check\">
  5958.                                                                                     <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 /> 
  5959.                                                                                     {{ val.label | trans }} 
  5960.                                                                                 </label>
  5961.                                                                             </div>
  5962.                                                                         {% endfor %}
  5963.                                                                     </div>
  5964.                                                                     {{ form_errors(form.desired_construction_work) }}
  5965.                                                                 </td>
  5966.                                                             </tr> 
  5967.                                                         </table>
  5968.                                                         <table id=\"tableUnderTop\" style=\"padding: 0;\">
  5969.                                                             <tr class=\"desired_construction_work_02\">
  5970.                                                                 <td>
  5971.                                                                     <p class=\"required\">工事内容の最終確認</p>
  5972.                                                                     {# <small>2段階目</small> #}
  5973.                                                                 </td>
  5974.                                                                 <td>
  5975.                                                                     <div class=\"fill v4\">
  5976.                                                                         {% for key,val in form.desired_construction_work_02.vars.choices %}
  5977.                                                                             <label class=\"form-check flex\">
  5978.                                                                                 <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 %} />
  5979.                                                                                 {{ val.label | trans }} 
  5980.                                                                                 {% if val.value == \"新居等への引越しのため設置場所の詳細確認不可\" %}
  5981.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  5982.                                                                                 {% endif %}
  5983.                                                                             </label>
  5984.                                                                         {% endfor %}                    
  5985.                                                                     </div>
  5986.                                                                     {{ form_errors(form.desired_construction_work_02) }}
  5987.                                                                 </td>
  5988.                                                             </tr> 
  5989.                                                         </table>
  5990.                                                         <table id=\"tableSecond\" style=\"padding: 0;\">
  5991.                                                             {% if (countProductBasic != 0)  %}
  5992.                                                             <tr class=\"content-1\">
  5993.                                                                 <td><p class=\"required\">特急券の購入</p></td>
  5994.                                                                 <td>
  5995.                                                                     <div class=\"fill v4\">
  5996.                                                                         {% for key,val in form.express_tickets.vars.choices %}
  5997.                                                                             <label class=\"form-check\">
  5998.                                                                                 <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 %} />
  5999.                                                                                 {{ val.label | trans }} 
  6000.                                                                             </label>
  6001.                                                                         {% endfor %}     
  6002.                                                                         {{ form_widget(form.express_tickets_price) }}               
  6003.                                                                     </div>
  6004.                                                                     {{ form_errors(form.express_tickets) }}                                                    
  6005.                                                                 </td>
  6006.                                                             </tr> 
  6007.                                                             {% endif %}
  6008.                                                             <tr class=\"content-1\">
  6009.                                                                 <td><p class=\"required\">お住まい</p></td>
  6010.                                                                 <td>
  6011.                                                                     <div class=\"fill v4\">
  6012.                                                                         {% for key,val in form.osumai.vars.choices %}
  6013.                                                                             <label class=\"form-check\">
  6014.                                                                                 <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 %} />
  6015.                                                                                 {{ val.label | trans }} 
  6016.                                                                             </label>
  6017.                                                                         {% endfor %}
  6018.                                                                     </div>
  6019.                                                                     {{ form_errors(form.osumai) }}
  6020.                                                                 </td>
  6021.                                                             </tr>
  6022.                                                             <tr class=\"content-1\">
  6023.                                                                 <td><p class=\"required\">建物の所有</p></td>
  6024.                                                                 <td>
  6025.                                                                     <div class=\"fill v4\">
  6026.                                                                         {% for key,val in form.building_ownership.vars.choices %}
  6027.                                                                             <label class=\"form-check flex\">
  6028.                                                                                 <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 %} />
  6029.                                                                                 {{ val.label | trans }} 
  6030.                                                                                 {% if val.value == \"賃貸\" %}
  6031.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
  6032.                                                                                 {% endif %}
  6033.                                                                             </label>
  6034.                                                                         {% endfor %}
  6035.                                                                     </div>
  6036.                                                                     {{ form_errors(form.building_ownership) }}
  6037.                                                                 </td>
  6038.                                                             </tr>
  6039.                                                             <tr class=\"content-1\">
  6040.                                                                 <td><p class=\"required\">構造</p></td>
  6041.                                                                 <td>
  6042.                                                                     <div class=\"fill v4\">
  6043.                                                                         {% for key,val in form.structure.vars.choices %}
  6044.                                                                             <label class=\"form-check\">
  6045.                                                                                 <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 %} />
  6046.                                                                                 {{ val.label | trans }} 
  6047.                                                                             </label>
  6048.                                                                         {% endfor %}
  6049.                                                                     </div>
  6050.                                                                     {{ form_errors(form.structure) }}
  6051.                                                                 </td>
  6052.                                                             </tr>
  6053.                                                             <tr class=\"content-1\">
  6054.                                                                 <td><p class=\"required\">設置台数</p></td>
  6055.                                                                 <td>
  6056.                                                                     <div class=\"fill v4\">
  6057.                                                                         {% for key,val in form.construction_airs.vars.choices %}
  6058.                                                                             {% set has_checked = false %}
  6059.                                                                             {% for key2,val2 in form.construction_airs.vars.data %}
  6060.                                                                                 {% if val.value == val2 %}
  6061.                                                                                     {% set has_checked = true %}
  6062.                                                                                     <label class=\"form-check\">
  6063.                                                                                         <input type=\"checkbox\" 
  6064.                                                                                         name=\"{{ form.construction_airs.vars.full_name }}\" 
  6065.                                                                                         class=\"construction_air\" 
  6066.                                                                                         data-tatami=\"{{ val.attr['data-tatami'] | default(0) }}\" data-quantity=\"{{ val.attr['data-quantity'] | default(0) }}\" 
  6067.                                                                                         data-price=\"{{ val.attr['data-price'] | default(0) }}\" 
  6068.                                                                                         data-loan=\"{{ val.attr['data-loan'] | default(0) }}\" 
  6069.                                                                                         value=\"{{ val.value }}\" checked />
  6070.                                                                                         {{ val.data | trans }} 
  6071.                                                                                     </label>
  6072.                                                                                 {% endif %}
  6073.                                                                             {% endfor %}
  6074.                                                                             {% if has_checked == false %}
  6075.                                                                                 <label class=\"form-check\">
  6076.                                                                                     <input type=\"checkbox\" 
  6077.                                                                                     name=\"{{ form.construction_airs.vars.full_name }}\" 
  6078.                                                                                     class=\"construction_air\" 
  6079.                                                                                     data-tatami=\"{{ val.attr['data-tatami'] | default(0) }}\" 
  6080.                                                                                     data-quantity=\"{{ val.attr['data-quantity'] | default(0) }}\" 
  6081.                                                                                     data-price=\"{{ val.attr['data-price'] | default(0) }}\" 
  6082.                                                                                     data-loan=\"{{ val.attr['data-loan'] | default(0) }}\" 
  6083.                                                                                     value=\"{{ val.value }}\"/>
  6084.                                                                                     {{ val.data | trans }} 
  6085.                                                                                 </label>
  6086.                                                                             {% endif %}
  6087.                                                                         {% endfor %}
  6088.                                                                         {{ form_widget(form.construction_air) }}
  6089.                                                                         {{ form_widget(form.number_install) }}
  6090.                                                                         {{ form_widget(form.number_install_price) }}
  6091.                                                                     </div>
  6092.                                                                     {{ form_errors(form.construction_airs) }}
  6093.                                                                 </td>
  6094.                                                             </tr>
  6095.                                                             <tr class=\"content-1\">
  6096.                                                                 <td><p class=\"required\">設置工事希望日</p></td>
  6097.                                                                 <td>
  6098.                                                                     <div class=\"fill v3\">
  6099.                                                                         <label class=\"label v3 date vip\">
  6100.                                                                             第一希望日  
  6101.                                                                             {{ form_widget(form.construction_date_1) }}
  6102.                                                                             {{ form_errors(form.construction_date_1) }}
  6103.                                                                             <span class=\"pc\"> </span>希望時間帯 
  6104.                                                                             <select name=\"{{ form.time_slot_1.vars.full_name }}\" id=\"time_slot_1\">
  6105.                                                                                 {% for key,val in form.time_slot_1.vars.choices %}
  6106.                                                                                     <option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
  6107.                                                                                 {% endfor %}
  6108.                                                                             </select>
  6109.                                                                         </label>
  6110.                                                                         <label class=\"label v3 date\">
  6111.                                                                             第二希望日  
  6112.                                                                             {{ form_widget(form.construction_date_2) }}
  6113.                                                                             {{ form_errors(form.construction_date_2) }}
  6114.                                                                             <span class=\"pc\"> </span>希望時間帯 
  6115.                                                                             <select name=\"{{ form.time_slot_2.vars.full_name }}\" id=\"time_slot_2\">
  6116.                                                                                 {% for key,val in form.time_slot_2.vars.choices %}
  6117.                                                                                     <option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
  6118.                                                                                 {% endfor %}
  6119.                                                                             </select>
  6120.                                                                         </label>
  6121.                                                                         <label class=\"label v3 date\">
  6122.                                                                             第三希望日  
  6123.                                                                             {{ form_widget(form.construction_date_3) }}
  6124.                                                                             {{ form_errors(form.construction_date_3) }}
  6125.                                                                             <span class=\"pc\"> </span>希望時間帯 
  6126.                                                                             <select name=\"{{ form.time_slot_3.vars.full_name }}\" id=\"time_slot_3\">
  6127.                                                                                 {% for key,val in form.time_slot_3.vars.choices %}
  6128.                                                                                     <option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
  6129.                                                                                 {% endfor %}
  6130.                                                                             </select>
  6131.                                                                         </label>
  6132.                                                                         {{ form_widget(form.contents, {'attr': { 'placeholder': 'その他希望等あればご記入ください。' }}) }}
  6133.                                                                         {{ form_errors(form.contents) }}
  6134.                                                                     </div>
  6135.                                                                 </td>
  6136.                                                             </tr>
  6137.                                                             <tr class=\"content-1\">
  6138.                                                                 <td><p class=\"required\">工事内訳</p></td>
  6139.                                                                 <td>
  6140.                                                                     <div class=\"fill v4\">
  6141.                                                                         {% for key,val in form.construction_type_07.vars.choices %}
  6142.                                                                             <label class=\"form-check\">
  6143.                                                                                 <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 %} />
  6144.                                                                                 {{ val.label | trans }} 
  6145.                                                                                 {% if val.value == \"新設工事に加えて移設工事も希望\" %}
  6146.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
  6147.                                                                                 {% endif %}
  6148.                                                                             </label>
  6149.                                                                         {% endfor %}                    
  6150.                                                                     </div>
  6151.                                                                     {{ form_errors(form.construction_type_07) }}
  6152.                                                                 </td>
  6153.                                                             </tr> 
  6154.                                                             <tr class=\"construction_type_07_02_v1\">
  6155.                                                                 <td><p class=\"required\">工事内訳</p><small>2段階目</small></td>
  6156.                                                                 <td>
  6157.                                                                     <div class=\"fill v4\">
  6158.                                                                         {% for key,val in form.construction_type_07_02_v1.vars.choices %}
  6159.                                                                             <label class=\"form-check\">
  6160.                                                                                 <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 %} />
  6161.                                                                                 {{ val.label | trans }} 
  6162.                                                                             </label>
  6163.                                                                         {% endfor %}   
  6164.                                                                         {{ form_widget(form.construction_type_07_02_v1_price) }}                 
  6165.                                                                     </div>
  6166.                                                                     {{ form_errors(form.construction_type_07_02_v1) }}
  6167.                                                                 </td>
  6168.                                                             </tr> 
  6169.                                                             <tr class=\"construction_type_07_02_v2\">
  6170.                                                                 <td><p class=\"required\">工事内訳</p><small>2段階目</small></td>
  6171.                                                                 <td>
  6172.                                                                     <div class=\"fill v4\">
  6173.                                                                         {% for key,val in form.construction_type_07_02_v2.vars.choices %}
  6174.                                                                             <label class=\"form-check\">
  6175.                                                                                 <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 %} />
  6176.                                                                                 {{ val.label | trans }}
  6177.                                                                             </label>
  6178.                                                                         {% endfor %}                    
  6179.                                                                     </div>
  6180.                                                                     {{ form_errors(form.construction_type_07_02_v2) }}
  6181.                                                                 </td>
  6182.                                                             </tr> 
  6183.                                                             <tr class=\"construction_type_07_03_v1\">
  6184.                                                                 <td><p class=\"required\">工事内訳</p><small>3段階目</small></td>
  6185.                                                                 <td>
  6186.                                                                     <div class=\"fill v4\">
  6187.                                                                         {% for key,val in form.construction_type_07_03_v1.vars.choices %}
  6188.                                                                             <label class=\"form-check\">
  6189.                                                                                 <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 %} />
  6190.                                                                                 {{ val.label | trans }} 
  6191.                                                                             </label>
  6192.                                                                         {% endfor %}                    
  6193.                                                                     </div>
  6194.                                                                     {{ form_errors(form.construction_type_07_03_v1) }}
  6195.                                                                 </td>
  6196.                                                             </tr> 
  6197.                                                             <tr class=\"construction_type_07_03_v2\">
  6198.                                                                 <td><p class=\"required\">工事内訳</p><small>3段階目</small></td>
  6199.                                                                 <td>
  6200.                                                                     <div class=\"fill v4\">
  6201.                                                                         {% for key,val in form.construction_type_07_03_v2.vars.choices %}
  6202.                                                                             <label class=\"form-check\">
  6203.                                                                                 <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 %} />
  6204.                                                                                 {{ val.label | trans }} 
  6205.                                                                             </label>
  6206.                                                                         {% endfor %}         
  6207.                                                                         {{ form_widget(form.construction_type_07_03_v2_price) }}           
  6208.                                                                     </div>
  6209.                                                                     {{ form_errors(form.construction_type_07_03_v2) }}
  6210.                                                                 </td>
  6211.                                                             </tr> 
  6212.                                                             <tr class=\"construction_type_07_04_v1\">
  6213.                                                                 <td><p class=\"required\">工事内訳</p><small>4段階目</small></td>
  6214.                                                                 <td>
  6215.                                                                     <div class=\"fill v4\">
  6216.                                                                         {% for key,val in form.construction_type_07_04_v1.vars.choices %}
  6217.                                                                             <label class=\"form-check\">
  6218.                                                                                 <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 %} />
  6219.                                                                                 {{ val.label | trans }} 
  6220.                                                                             </label>
  6221.                                                                         {% endfor %}            
  6222.                                                                         {{ form_widget(form.construction_type_07_04_v1_price) }}        
  6223.                                                                     </div>
  6224.                                                                     {{ form_errors(form.construction_type_07_04_v1) }}
  6225.                                                                 </td>
  6226.                                                             </tr> 
  6227.                                                             <tr class=\"construction_type_07_04_v2\">
  6228.                                                                 <td><p class=\"required\">工事内訳</p><small>4段階目</small></td>
  6229.                                                                 <td>
  6230.                                                                     <div class=\"fill v4\">
  6231.                                                                         {% for key,val in form.construction_type_07_04_v2.vars.choices %}
  6232.                                                                             <label class=\"form-check\">
  6233.                                                                                 <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 %} />
  6234.                                                                                 {{ val.label | trans }} 
  6235.                                                                             </label>
  6236.                                                                         {% endfor %}     
  6237.                                                                         {{ form_widget(form.construction_type_07_04_v2_price) }}               
  6238.                                                                     </div>
  6239.                                                                     {{ form_errors(form.construction_type_07_04_v2) }}
  6240.                                                                 </td>
  6241.                                                             </tr> 
  6242.                                                             <tr class=\"construction_type_07_04_v3\">
  6243.                                                                 <td><p class=\"required\">工事内訳</p><small>4段階目</small></td>
  6244.                                                                 <td>
  6245.                                                                     <div class=\"fill v4\">
  6246.                                                                         {% for key,val in form.construction_type_07_04_v3.vars.choices %}
  6247.                                                                             <label class=\"form-check\">
  6248.                                                                                 <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 %} />
  6249.                                                                                 {{ val.label | trans }} 
  6250.                                                                             </label>
  6251.                                                                         {% endfor %}
  6252.                                                                         {{ form_widget(form.construction_type_07_04_v3_price) }}
  6253.                                                                     </div>
  6254.                                                                     {{ form_errors(form.construction_type_07_04_v3) }}
  6255.                                                                 </td>
  6256.                                                             </tr> 
  6257.                                                             <tr class=\"content-1\">
  6258.                                                                 <td><p class=\"required\">エアコン設置場所</p></td>
  6259.                                                                  <td>
  6260.                                                                     <div class=\"fill v4\">
  6261.                                                                         {% for key,val in form.construction_floor_07.vars.choices %}
  6262.                                                                             <label class=\"form-check\">
  6263.                                                                                 <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 %} />
  6264.                                                                                 {{ val.label | trans }} 
  6265.                                                                             </label>
  6266.                                                                         {% endfor %}
  6267.                                                                     </div>
  6268.                                                                     {{ form_errors(form.construction_floor_07) }}
  6269.                                                                 </td>
  6270.                                                             </tr> 
  6271.                                                             <tr class=\"content-1\">
  6272.                                                                 <td><p class=\"required\">エレベーターの有無</p><small>※3階以上の場合</small></td>
  6273.                                                                 <td>
  6274.                                                                     <div class=\"fill v4\">
  6275.                                                                         {% for key,val in form.elevator_07.vars.choices %}
  6276.                                                                             <label class=\"form-check\">
  6277.                                                                                 <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 %} />
  6278.                                                                                 {{ val.label | trans }} 
  6279.                                                                             </label>
  6280.                                                                         {% endfor %}
  6281.                                                                         {{ form_errors(form.elevator_07) }}
  6282.                                                                         {{ form_widget(form.elevator_07_price) }}
  6283.                                                                     </div>
  6284.                                                                 </td>
  6285.                                                             </tr> 
  6286.                                                             <tr class=\"content-1\">
  6287.                                                                 <td><p class=\"required\">コンセントの有無</p></td>
  6288.                                                                 <td>
  6289.                                                                     <div class=\"fill v4\">
  6290.                                                                         {% for key,val in form.electrical_outlet_07.vars.choices %}
  6291.                                                                             <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap; gap: 0.5rem;\">
  6292.                                                                                 <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 %} />
  6293.                                                                                 {{ val.label | trans }} 
  6294.                                                                                 {% if val.value == \"なし(別途工事が必要になります)\" %}
  6295.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
  6296.                                                                                 {% endif %}
  6297.                                                                                 {% if val.value == \"不明\" %}
  6298.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
  6299.                                                                                 {% endif %}
  6300.                                                                             </label>
  6301.                                                                         {% endfor %}
  6302.                                                                         {{ form_errors(form.electrical_outlet_07) }}
  6303.                                                                         {{ form_widget(form.electrical_outlet_07_price) }}
  6304.                                                                     </div>
  6305.                                                                 </td>
  6306.                                                             </tr> 
  6307.                                                             <tr class=\"electrical_outlet_07_02\">
  6308.                                                                 <td>
  6309.                                                                     <p>既存コンセントの延長の有無</p>
  6310.                                                                     {# <small>2段階目</small> #}
  6311.                                                                 </td>
  6312.                                                                 <td>
  6313.                                                                     <div class=\"fill v4\">
  6314.                                                                         {% for key,val in form.electrical_outlet_07_02.vars.choices %}
  6315.                                                                             <label class=\"form-check flex\" style=\"display: flex; align-items: center;flex-wrap: wrap; gap: 0.5rem;\">
  6316.                                                                                 <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 %} />
  6317.                                                                                 {{ val.label | trans }} 
  6318.                                                                             </label>
  6319.                                                                         {% endfor %}
  6320.                                                                         {{ form_errors(form.electrical_outlet_07_02) }}
  6321.                                                                         {{ form_widget(form.electrical_outlet_07_02_price) }}
  6322.                                                                     </div>
  6323.                                                                 </td>
  6324.                                                             </tr>    
  6325.                                                             <tr class=\"content-1\">
  6326.                                                                 <td><p class=\"required\">建物の契約アンペア</p></td>
  6327.                                                                 <td>
  6328.                                                                     <div class=\"fill v4\">
  6329.                                                                         {% for key,val in form.contract_amp.vars.choices %}
  6330.                                                                             <label class=\"form-check flex\">
  6331.                                                                                 <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 %}/>
  6332.                                                                                 {{ val.label | trans }} 
  6333.                                                                             </label>
  6334.                                                                         {% endfor %}
  6335.                                                                     </div>
  6336.                                                                     {{ form_errors(form.contract_amp) }}
  6337.                                                                 </td>
  6338.                                                             </tr> 
  6339.                                                             <tr class=\"content-1\">
  6340.                                                                 <td><p>コンセントアース端子</p></td>
  6341.                                                                 <td>
  6342.                                                                     <div class=\"fill v4\">
  6343.                                                                         {% for key,val in form.outlet_earth.vars.choices %}
  6344.                                                                             <label class=\"form-check flex\">
  6345.                                                                                 <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 %}/>
  6346.                                                                                 {{ val.label | trans }} 
  6347.                                                                                 {% if val.value == \"なし\" %}
  6348.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  6349.                                                                                 {% endif %}
  6350.                                                                                 {% if val.value == \"不明\" %}
  6351.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  6352.                                                                                 {% endif %}
  6353.                                                                             </label>
  6354.                                                                         {% endfor %}
  6355.                                                                     </div>
  6356.                                                                     {{ form_errors(form.outlet_earth) }}
  6357.                                                                 </td>
  6358.                                                             </tr>  
  6359.                                                             <tr class=\"content-1\">
  6360.                                                                 <td><p class=\"required\">配管穴の有無</p></td>
  6361.                                                                 <td>
  6362.                                                                     <div class=\"fill v4 vip\">
  6363.                                                                         {% for key,val in form.room_size_07.vars.choices %}
  6364.                                                                             <label class=\"form-check flex\">
  6365.                                                                                 <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 %}/>
  6366.                                                                                 {{ val.label | trans }} 
  6367.                                                                                 {% if val.value == \"不明\" %}
  6368.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
  6369.                                                                                 {% endif %}
  6370.                                                                             </label>
  6371.                                                                         {% endfor %}
  6372.                                                                     </div>
  6373.                                                                     {{ form_errors(form.room_size_07) }}
  6374.                                                                     <img style=\"margin-left: auto;\" src=\"{{ asset('assets/img/contact/') }}hole-sample.jpg\" alt=\"配管穴の有無\">
  6375.                                                                 </td>
  6376.                                                             </tr> 
  6377.                                                             
  6378.                                                             {% if (countProductBasic != 0)  %}
  6379.                                                             <tr class=\"room_size_07_02\">
  6380.                                                                 <td><p class=\"required\">配管穴の有無</p><small>2段階目</small></td>
  6381.                                                                 <td>
  6382.                                                                     <div class=\"fill v4\">
  6383.                                                                         {% for key,val in form.room_size_07_02.vars.choices %}
  6384.                                                                             <label class=\"form-check flex\">
  6385.                                                                                 <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 %}/>
  6386.                                                                                 {{ val.label | trans }} 
  6387.                                                                             </label>
  6388.                                                                         {% endfor %}
  6389.                                                                     </div>
  6390.                                                                     {{ form_errors(form.room_size_07_02) }}
  6391.                                                                 </td>
  6392.                                                             </tr> 
  6393.                                                             {% endif %}
  6394.                                                             <tr class=\"room_size_07_03_v1\">
  6395.                                                                 <td><p class=\"required\">建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
  6396.                                                                 <td>
  6397.                                                                     <div class=\"fill v4\">
  6398.                                                                         {% for key,val in form.room_size_07_03_v1.vars.choices %}
  6399.                                                                             <label class=\"form-check flex\">
  6400.                                                                                 <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 %}/>
  6401.                                                                                 {{ val.label | trans }} 
  6402.                                                                                 {% if val.value == \"その他\" %}
  6403.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  6404.                                                                                 {% endif %}
  6405.                                                                                 {% if val.value == \"不明\" %}
  6406.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  6407.                                                                                 {% endif %}
  6408.                                                                             </label>
  6409.                                                                         {% endfor %}
  6410.                                                                         {{ form_widget(form.room_size_07_03_v1_price) }}
  6411.                                                                     </div>
  6412.                                                                     {{ form_errors(form.room_size_07_03_v1) }}                                                    
  6413.                                                                 </td>
  6414.                                                             </tr> 
  6415.                                                             <tr class=\"room_size_07_03_v2\">
  6416.                                                                 <td><p class=\"required\">建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
  6417.                                                                 <td>
  6418.                                                                     <div class=\"fill v4\">
  6419.                                                                         {% for key,val in form.room_size_07_03_v2.vars.choices %}
  6420.                                                                             <label class=\"form-check flex\">
  6421.                                                                                 <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 %}/>
  6422.                                                                                 {{ val.label | trans }} 
  6423.                                                                                 {% if val.value == \"その他\" %}
  6424.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  6425.                                                                                 {% endif %}
  6426.                                                                                 {% if val.value == \"不明\" %}
  6427.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  6428.                                                                                 {% endif %}
  6429.                                                                             </label>
  6430.                                                                         {% endfor %}
  6431.                                                                         {{ form_widget(form.room_size_07_03_v2_price) }}
  6432.                                                                     </div>
  6433.                                                                     {{ form_errors(form.room_size_07_03_v2) }}                                                    
  6434.                                                                 </td>
  6435.                                                             </tr> 
  6436.                                                             <tr class=\"content-1\">
  6437.                                                                 <td><p class=\"required\">設置予定場所の<br class=\"pc\" />配管の状態</p></td>
  6438.                                                                 <td style=\"flex-direction: column;\">
  6439.                                                                     <div class=\"fill v5 up\">
  6440.                                                                         {% set idx = 0 %}
  6441.                                                                         {% for key,val in form.piping_status_07.vars.choices %}
  6442.                                                                             {% set idx = idx + 1 %}
  6443.                                                                             {% if idx <= 2 %}
  6444.                                                                                 <div class=\"group\">
  6445.                                                                                     <label class=\"form-check v2\">
  6446.                                                                                         <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 %} />
  6447.                                                                                         {{ val.label | trans }} 
  6448.                                                                                     </label>
  6449.                                                                                     <img src=\"{{ asset('assets/img/form-0y/') }}line-option-0{{ idx }}.jpg\" alt=\"\">
  6450.                                                                                 </div>
  6451.                                                                             {% endif %}
  6452.                                                                         {% endfor %}
  6453.                                                                     </div>
  6454.                                                                     <div class=\"fill v5\">
  6455.                                                                         {% set idx = 0 %}
  6456.                                                                         {% for key,val in form.piping_status_07.vars.choices %}
  6457.                                                                             {% set idx = idx + 1 %}
  6458.                                                                             {% if idx > 2 %}
  6459.                                                                                 <label class=\"form-check\">
  6460.                                                                                     <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 %} />
  6461.                                                                                     {{ val.label | trans }} 
  6462.                                                                                 </label>
  6463.                                                                             {% endif %}
  6464.                                                                         {% endfor %}
  6465.                                                                     </div>
  6466.                                                                     {{ form_errors(form.piping_status_07) }}
  6467.                                                                 </td>
  6468.                                                             </tr>
  6469.                                                             <tr class=\"piping_status_07_02\">
  6470.                                                                 <td><p class=\"required\">設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
  6471.                                                                 <td>
  6472.                                                                     <div class=\"fill v4\">
  6473.                                                                         {% for key,val in form.piping_status_07_02.vars.choices %}
  6474.                                                                             <label class=\"form-check flex\">
  6475.                                                                                 <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 %}/>
  6476.                                                                                 {{ val.label | trans }} 
  6477.                                                                             </label>
  6478.                                                                         {% endfor %}
  6479.                                                                         {{ form_widget(form.piping_status_07_02_price) }}
  6480.                                                                     </div>
  6481.                                                                     {{ form_errors(form.piping_status_07_02) }}
  6482.                                                                 </td>
  6483.                                                             </tr> 
  6484.                                                             {% if (countProductBasic != 0)  %}
  6485.                                                             <tr class=\"content-1\">
  6486.                                                                 <td><p class=\"required\">室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  6487.                                                                 <td>
  6488.                                                                     <div class=\"fill v4\" style=\"order: 2;\">
  6489.                                                                         {% for key,val in form.indoor_cover_07.vars.choices %}
  6490.                                                                             <label class=\"form-check flex\">
  6491.                                                                                 <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 %} />
  6492.                                                                                 {{ val.label | trans }} 
  6493.                                                                                 {% if val.value == \"必要(2m以内)\" %}
  6494.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
  6495.                                                                                 {% endif %}
  6496.                                                                                 {% if val.value == \"未定\" %}
  6497.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
  6498.                                                                                 {% endif %}
  6499.                                                                             </label>
  6500.                                                                         {% endfor %}                    
  6501.                                                                         {{ form_widget(form.indoor_cover_07_price) }}
  6502.                                                                     </div>
  6503.                                                                     {{ form_errors(form.indoor_cover_07) }}
  6504.                                                                     <img style=\"margin-left: auto; order: 3;\" src=\"{{ asset('assets/img/contact/') }}item-1.jpg\" alt=\"室内化粧カバー\">
  6505.                                                                 </td>
  6506.                                                             </tr> 
  6507.                                                             <tr class=\"content-1\">
  6508.                                                                 <td><p class=\"required\">室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  6509.                                                                 <td>                
  6510.                                                                     <div class=\"fill v4\">
  6511.                                                                         {% for key,val in form.outdoor_cover.vars.choices %}
  6512.                                                                             <label class=\"form-check flex\">
  6513.                                                                                 <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 %} />
  6514.                                                                                 {{ val.label | trans }} 
  6515.                                                                                 {% if val.value == \"その他\" %}
  6516.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  6517.                                                                                 {% endif %}
  6518.                                                                             </label>
  6519.                                                                         {% endfor %}                    
  6520.                                                                     </div>
  6521.                                                                     {{ form_errors(form.outdoor_cover) }}
  6522.                                                                     <img style=\"margin-left: auto;\" src=\"{{ asset('assets/img/contact/') }}item-2.jpg\" alt=\"室外化粧カバー\">
  6523.                                                                 </td>
  6524.                                                             </tr> 
  6525.                                                             <tr class=\"outdoor_cover_02\">
  6526.                                                                 <td><p class=\"required\">室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
  6527.                                                                 <td>                
  6528.                                                                     <div class=\"fill v4\">
  6529.                                                                         {% for key,val in form.outdoor_cover_02.vars.choices %}
  6530.                                                                             <label class=\"form-check\" >
  6531.                                                                                 <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 %} />
  6532.                                                                                 {{ val.label | trans }} 
  6533.                                                                                 {% if val.value == \"再使用(交換)同階\" %}
  6534.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  6535.                                                                                 {% endif %}
  6536.                                                                                 {% if val.value == \"再使用(交換)異階\" %}
  6537.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  6538.                                                                                 {% endif %}
  6539.                                                                             </label>
  6540.                                                                         {% endfor %}                    
  6541.                                                                         {{ form_widget(form.outdoor_cover_02_price) }}
  6542.                                                                     </div>
  6543.                                                                     {{ form_errors(form.outdoor_cover_02) }}
  6544.                                                                 </td>
  6545.                                                             </tr>
  6546.                                                             <tr class=\"content-1\">
  6547.                                                                 <td><p class=\"required\">室外機の設置場所(既設場所・希望設置場所)</p></td>
  6548.                                                                 <td>                
  6549.                                                                     <div class=\"fill v4\">
  6550.                                                                         {% for key,val in form.construction_outdoor_07.vars.choices %}
  6551.                                                                             <label class=\"form-check flex\">
  6552.                                                                                 <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 %} />
  6553.                                                                                 {{ val.label | trans }} 
  6554.                                                                                 {% if val.value == \"その他\" %}
  6555.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  6556.                                                                                 {% endif %}
  6557.                                                                             </label>
  6558.                                                                         {% endfor %}
  6559.                                                                         {{ form_widget(form.construction_outdoor_07_price) }}
  6560.                                                                     </div>
  6561.                                                                     {{ form_errors(form.construction_outdoor_07) }}
  6562.                                                                 </td>
  6563.                                                             </tr>
  6564.                                                             {% endif %}
  6565.                                                             <tr class=\"content-1\">
  6566.                                                                 <td><p class=\"required\">室外機の設置方法(既設方法・希望設置方法)</p></td>
  6567.                                                                 <td>
  6568.                                                                     <div class=\"fill v4\">
  6569.                                                                         {% for key,val in form.setting_install_method.vars.choices %}
  6570.                                                                             <label class=\"form-check\">
  6571.                                                                                 <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 %} />
  6572.                                                                                 {{ val.label | trans }} 
  6573.                                                                             </label>
  6574.                                                                         {% endfor %}
  6575.                                                                     </div>
  6576.                                                                     {{ form_errors(form.setting_install_method) }}
  6577.                                                                     <div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
  6578.                                                                         {% for key,val in form.construction_method_07_v1.vars.choices %}
  6579.                                                                             <label class=\"form-check flex\">
  6580.                                                                                 <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 %} />
  6581.                                                                                 {{ val.label | trans }} 
  6582.                                                                                 {% if val.value == \"⑧不明(記載)\" %}
  6583.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  6584.                                                                                 {% endif %}
  6585.                                                                             </label>
  6586.                                                                         {% endfor %}
  6587.                                                                         <img style=\"margin-top: 3rem;\" src=\"{{ asset('assets/img/form-0y/install-option.jpg') }}\" alt=\"\">
  6588.                                                                         {{ form_widget(form.construction_method_07_v1_price) }}            
  6589.                                                                     </div>
  6590.                                                                     {{ form_errors(form.construction_method_07_v1) }}
  6591.                                                                     <div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
  6592.                                                                         {% for key,val in form.construction_method_07_v2.vars.choices %}
  6593.                                                                             <label class=\"form-check flex\">
  6594.                                                                                 <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 %} />
  6595.                                                                                 {{ val.label | trans }} 
  6596.                                                                                 {% if val.value == \"⑧不明(記載)\" %}
  6597.                                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  6598.                                                                                 {% endif %}
  6599.                                                                             </label>
  6600.                                                                         {% endfor %}
  6601.                                                                         <img style=\"margin-top: 3rem;\" src=\"{{ asset('assets/img/form-0y/install-option.jpg') }}\" alt=\"\">     
  6602.                                                                         {{ form_widget(form.construction_method_07_v2_price) }}               
  6603.                                                                     </div>
  6604.                                                                     {{ form_errors(form.construction_method_07_v2) }}                                                    
  6605.                                                                 </td>
  6606.                                                             </tr>
  6607.                                                             <tr class=\"content-1\">
  6608.                                                                 <td><p class=\"required\">ファイル添付</p></td>
  6609.                                                                 <td>
  6610.                                                                     <div class=\"fill v6\">
  6611.                                                                         <div class=\"group\">
  6612.                                                                             <p>詳細お見積りに際し、下記の写真を撮影し添付してください。<br>※夜間に撮影する際はフラッシュを使用してください。</p>
  6613.                                                                         </div>
  6614.                                                                         <div class=\"group add\">
  6615.                                                                             <div class=\"group-content\">
  6616.                                                                                 <label for=\"\"><p>①室内機設置場所(屋内) <span style=\"color: #2881c3;\">※</span></p></label>
  6617.                                                                                 <div class=\"custom-file\">
  6618.                                                                                     {% if form.filename_image_1.vars.data != '' %}
  6619.                                                                                     {{ form_widget(form.image_1) }}
  6620.                                                                                     <label for=\"contact_image_1\">選択してください</label>
  6621.                                                                                     <img src=\"{{ asset(form.filename_image_1.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
  6622.                                                                                     {% else %}
  6623.                                                                                         {{ form_widget(form.image_1, {'attr': { 'required': 'required' }}) }}
  6624.                                                                                         <label for=\"contact_image_1\">選択してください</label>
  6625.                                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  6626.                                                                                     {% endif %}
  6627.                                                                                     {{ form_errors(form.image_1) }}
  6628.                                                                                     {{ form_widget(form.filename_image_1) }}
  6629.                                                                                 </div>
  6630.                                                                             </div>
  6631.                                                                             <div class=\"image\">
  6632.                                                                                 <div class=\"gr\">
  6633.                                                                                     <img src=\"{{ asset('assets/img/construction/') }}item-3.jpg\" alt=\"\">     
  6634.                                                                                     <span>撮影例</span>  
  6635.                                                                                 </div>             
  6636.                                                                             </div>
  6637.                                                                         </div>
  6638.                                                                         <div class=\"group add\">
  6639.                                                                             <div class=\"group-content\">
  6640.                                                                                 <label for=\"\"><p>②室外機・配管・配管穴が分かる全体写真 <span style=\"color: #2881c3;\">※</span></p></label>
  6641.                                                                                 <div class=\"custom-file\">
  6642.                                                                                     {% if form.filename_image_2.vars.data != '' %}
  6643.                                                                                     {{ form_widget(form.image_2) }}
  6644.                                                                                     <label for=\"contact_image_2\">選択してください</label>
  6645.                                                                                     <img src=\"{{ asset(form.filename_image_2.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
  6646.                                                                                     {% else %}
  6647.                                                                                         {{ form_widget(form.image_2, {'attr': { 'required': 'required' }}) }}
  6648.                                                                                         <label for=\"contact_image_2\">選択してください</label>
  6649.                                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  6650.                                                                                     {% endif %}
  6651.                                                                                     {{ form_errors(form.image_2) }}
  6652.                                                                                     {{ form_widget(form.filename_image_2) }}
  6653.                                                                                 </div>
  6654.                                                                             </div>
  6655.                                                                             <div class=\"image\">
  6656.                                                                                 <div class=\"gr\">
  6657.                                                                                     <img src=\"{{ asset('assets/img/construction/') }}contact-00-attach-02.jpg\" alt=\"\">     
  6658.                                                                                     <span>撮影例</span>  
  6659.                                                                                 </div>             
  6660.                                                                             </div>
  6661.                                                                         </div>
  6662.                                                                         <div class=\"group add\">
  6663.                                                                             <div class=\"group-content\">
  6664.                                                                                 <label for=\"\"><p>③室外機設置場所<br>(②の写真で室外機設置場所が分かる方は不要)</p></label>
  6665.                                                                                 <div class=\"custom-file\">
  6666.                                                                                     {% if form.filename_image_3.vars.data != '' %}
  6667.                                                                                     {{ form_widget(form.image_3) }}
  6668.                                                                                     <label for=\"contact_image_3\">選択してください</label>
  6669.                                                                                     <img src=\"{{ asset(form.filename_image_3.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
  6670.                                                                                     {% else %}
  6671.                                                                                         {{ form_widget(form.image_3) }}
  6672.                                                                                         <label for=\"contact_image_3\">選択してください</label>
  6673.                                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  6674.                                                                                     {% endif %}
  6675.                                                                                     {{ form_errors(form.image_3) }}
  6676.                                                                                     {{ form_widget(form.filename_image_3) }}
  6677.                                                                                 </div>
  6678.                                                                             </div>
  6679.                                                                             <div class=\"image\">
  6680.                                                                                 <div class=\"gr\">
  6681.                                                                                     <img src=\"{{ asset('assets/img/construction/') }}item-5-1.jpg\" alt=\"\">     
  6682.                                                                                     <span>1階撮影例</span>  
  6683.                                                                                 </div>
  6684.                                                                                 <div class=\"gr\">
  6685.                                                                                     <img src=\"{{ asset('assets/img/construction/') }}item-5-2.jpg\" alt=\"\">     
  6686.                                                                                     <span>2階撮影例</span>  
  6687.                                                                                 </div>                
  6688.                                                                             </div>
  6689.                                                                         </div>
  6690.                                                                     </div>
  6691.                                                                 </td>
  6692.                                                             </tr>
  6693.                                                         </table>
  6694.                                                         <table id=\"tableThree\" style=\"padding: 0;\">
  6695.                                                             <tr>
  6696.                                                                 <td>
  6697.                                                                     <p class=\"required\">新居の所在地</p>
  6698.                                                                 </td>
  6699.                                                                 <td>
  6700.                                                                     <div class=\"fill v2\">
  6701.                                                                         <label>
  6702.                                                                             {{ form_widget(form.location, {'attr': { 'style': '' }}) }}
  6703.                                                                             {{ form_errors(form.location) }}
  6704.                                                                         </label>
  6705.                                                                     </div>
  6706.                                                                 </td>
  6707.                                                             </tr> 
  6708.                                                             <tr>
  6709.                                                                 <td>
  6710.                                                                     <p>新居の情報</p>
  6711.                                                                 </td>
  6712.                                                                 <td>
  6713.                                                                     <div class=\"fill v6\" style=\"width: 100%;\">
  6714.                                                                         <div class=\"group add\" style=\"width: 100%; max-width: 100%;\">
  6715.                                                                             <div class=\"group-content\" style=\"max-width: 100%;\">
  6716.                                                                                 <div class=\"custom-file\" style=\"margin-top: 0; margin-bottom: 0.5rem;\">
  6717.                                                                                     {% if form.filename_floor.vars.data != '' %}
  6718.                                                                                     {{ form_widget(form.floor) }}
  6719.                                                                                     <label for=\"contact_floor\" style=\"width: 500px;max-width: 100%;\">選択してください</label>
  6720.                                                                                     <img src=\"{{ asset(form.filename_floor.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
  6721.                                                                                     {% else %}
  6722.                                                                                         {{ form_widget(form.floor) }}
  6723.                                                                                         <label for=\"contact_floor\" style=\"width: 500px;max-width: 100%;\">選択してください</label>
  6724.                                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  6725.                                                                                     {% endif %}
  6726.                                                                                     {{ form_errors(form.floor) }}
  6727.                                                                                     {{ form_widget(form.filename_floor) }}
  6728.                                                                                 </div>
  6729.                                                                             </div>
  6730.                                                                         </div>
  6731.                                                                     </div>
  6732.                                                                 </td>
  6733.                                                             </tr> 
  6734.                                                         </table>
  6735.                                                         <div class=\"result\">
  6736.                                                             <p>概算合計金額</p>
  6737.                                                             <p id=\"total-price\">00,000円</p>
  6738.                                                             {{ form_widget(form.construction_base_price_1) }}
  6739.                                                             {{ form_widget(form.construction_base_price_2) }}
  6740.                                                             {{ form_widget(form.construction_base_price_3) }}
  6741.                                                             {{ form_widget(form.construction_total_price) }}
  6742.                                                             {{ form_widget(form.construction_discount) }}
  6743.                                                         </div>
  6744.                                                         <div style=\"text-align: right;\" class=\"pc\">
  6745.                                                             「
  6746.                                                             {# 本体価格 <span class=\"product_price\"></span>円、 #}
  6747.                                                             {# 標準工事 <span class=\"base_price\"></span>円、 #}
  6748.                                                             本体価格+標準工事費 <span class=\"product_base_price\"></span>円、
  6749.                                                             追加工事 <span class=\"add_price\"></span>円
  6750.                                                             」
  6751.                                                         </div>
  6752.                                                         <div style=\"text-align: right;\" class=\"sp\">
  6753.                                                             {# 本体価格 <span class=\"product_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br> #}
  6754.                                                             {# 標準工事 <span class=\"base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br> #}
  6755.                                                             本体価格+標準工事費 <span class=\"product_base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
  6756.                                                             追加工事 <span class=\"add_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円
  6757.                                                         </div> 
  6758.                                                     </div>
  6759.                                                 </div>                            
  6760.                                             </div>
  6761.                                         </div>
  6762.                                     </div>
  6763.                                 </div>
  6764.                                 <div class=\"check\">
  6765.                                     <input type=\"checkbox\" name=\"\" id=\"\" required=\"true\">
  6766.                                     <label for=\"\"><a href=\"{{ url('help_privacy') }}\" target=\"_blank\">「プライバシーポリシー」</a>に同意する</label>
  6767.                                 </div>
  6768.                             </div>
  6769.                             <div class=\"list-btn\">
  6770.                                 <button type=\"button\" class=\"btn btn-sd btn-back\" id=\"btn-back\">
  6771.                                     <span>戻る</span>
  6772.                                 </button>
  6773.                                 <button type=\"submit\" class=\"btn btn-sd\" id=\"btn-confirm\" name=\"mode\" value=\"confirm\">
  6774.                                     <span>次へ</span>
  6775.                                 </button>
  6776.                             </div>
  6777.                         </form>
  6778.                     </div>
  6779.                 </div>
  6780.             </div>
  6781.         </div>
  6782.     </div>
  6783. {% endblock %}
  6784. ""@user_data/loan_examination.twig""/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/user_data/loan_examination.twig");
  6785.     }
  6786. }