<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Contact/index.twig */
class __TwigTemplate_66094dab74d1ace808f2dd3df8b04b66 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'main' => [$this, 'block_main'],
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 11
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Contact/index.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Contact/index.twig"));
// line 13
$context["body_class"] = "mail_page";
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "Contact/index.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 15
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 16
echo " <style>
#privacy_box {
height: 300px;
font-family: 'MS Pゴシック', serif;
}
#privacy_box .MsoNormal {
line-height: 1.8;
font-size: 12px;
}
#privacy_box .MsoNormal span {
font-size: 11pt;
letter-spacing: 0;
}
#privacy_box .MsoNormalTable .MsoNormal {
line-height: 1.6;
}
.mail_page .ec-layoutRole #contents_wrapper .ec-layoutRole__contents .ec-layoutRole__mainWithColumn #pankuzu {
padding-top: 3px !important;
padding-bottom: 0px !important;
}
.mail_page .ec-layoutRole #contents_wrapper .ec-layoutRole__contents .ec-layoutRole__mainWithColumn #pankuzu ul {
margin-bottom: 0px !important;
}
</style>
<div id=\"contents_wrapper\">
";
// line 47
if ((array_key_exists("isShowLeftMenu", $context) && (isset($context["isShowLeftMenu"]) || array_key_exists("isShowLeftMenu", $context) ? $context["isShowLeftMenu"] : (function () { throw new RuntimeError('Variable "isShowLeftMenu" does not exist.', 47, $this->source); })()))) {
// line 48
echo " ";
$this->loadTemplate("Block/Sidebar/lm_left_menu_my_page.twig", "Contact/index.twig", 48)->display($context);
// line 49
echo " ";
}
// line 50
echo " <div id=\"mail_content\">
<div class=\"page-title\">
<h3>メール問合せ<span>(データ入稿フォーム)</span></h3>
<p>見積もり、疑問を気軽にご相談ください。</p>
</div>
<p style=\"margin: 5px;\">
・当サイトは、SSL暗号化によりお客様情報を保護しております。<br>
・下記の項目をご入力ください。入力が完了いたしましたら、画面下の「確認画面へ進む」ボタンを押してください。確認画面に移動します。<br>
</p>
<br>
<form name=\"mail_confirm\" id=\"mail_confirm\" method=\"post\" action=\"";
// line 62
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl($this->sandbox->ensureToStringAllowed((isset($context["confirmRouteName"]) || array_key_exists("confirmRouteName", $context) ? $context["confirmRouteName"] : (function () { throw new RuntimeError('Variable "confirmRouteName" does not exist.', 62, $this->source); })()), 62, $this->source));
echo "\"
enctype=\"multipart/form-data\"
onsubmit=\"javascript:if(!document.getElementById('privacy1').checked){document.getElementById('privacy1').focus();alert('利用目的に同意していただく必要があります。');return false}\">
";
// line 65
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 65, $this->source); })()), "_token", [], "any", false, false, true, 65), 65, $this->source), 'widget');
echo "
<div class=\"page-title\">
<h3>お見積り・ご相談フォーム</h3>
<span class=\"f-right\">メールの返信日時:AM9:00〜PM6:00(土日、祝日を除く)<br>
【必須】の項目は必須入力です。必ずご入力いただけますようにお願いいたします。</span>
</div>
<input type=\"hidden\" name=\"mode\" value=\"confirm\">
<table class=\"new_input left\" style=\"margin:0px;\">
<tbody>
<tr>
<th>会社名</th>
<td class=\"c1\">
";
// line 78
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 78, $this->source); })()), "inquiry_company_name", [], "any", false, false, true, 78), 78, $this->source), 'widget', ["attr" => ["id" => "inquiry_company_name", "class" => "efo w350", "style" => "ime-mode:active;", "data-efo-validate-required" => "会社名をご入力ください", "placeholder" => "(例)株式会社ランドマーク"]]);
echo "
";
// line 79
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 79, $this->source); })()), "inquiry_company_name", [], "any", false, false, true, 79), 79, $this->source), 'errors');
echo "
</td>
</tr>
<tr>
<th class=\"h\">お名前</th>
<td class=\"c1\">
<div class=\"ec-halfInput\">
";
// line 86
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 86, $this->source); })()), "inquiry_user_name", [], "any", false, false, true, 86), 86, $this->source), 'widget', ["attr" => ["id" => "inquiry_user_name", "class" => "efo-required w350", "style" => "ime-mode:active;", "data-efo-validate-required" => "お名前をご入力ください", "placeholder" => "(例)山田 太郎"]]);
echo "
";
// line 87
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 87, $this->source); })()), "inquiry_user_name", [], "any", false, false, true, 87), 87, $this->source), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<th class=\"h\">メールアドレス</th>
<td class=\"c1\">
";
// line 94
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 94, $this->source); })()), "inquiry_email", [], "any", false, false, true, 94), 94, $this->source), 'widget', ["attr" => ["id" => "inquiry_email", "class" => "efo-required-email w350", "style" => "ime-mode:active;", "data-efo-validate-required" => "メールアドレスをご入力ください", "placeholder" => "(例)info@l-m.co.jp"]]);
echo "
";
// line 95
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 95, $this->source); })()), "inquiry_email", [], "any", false, false, true, 95), 95, $this->source), 'errors');
echo "
</td>
</tr>
<tr>
<th class=\"h\">電話番号</th>
<td class=\"c1\">
<p>半角英数字ハイフンなし</p>
";
// line 102
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 102, $this->source); })()), "inquiry_tel", [], "any", false, false, true, 102), 102, $this->source), 'widget', ["attr" => ["id" => "inquiry_tel", "class" => "efo-required-pattern w200", "style" => "ime-mode:active;", "data-efo-validate-required" => "電話番号をご入力ください", "placeholder" => "例)0359093351", "data-efo-validation" => "{\"pattern\":\"^[0-9]+\$\"}"]]);
echo "
";
// line 103
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 103, $this->source); })()), "inquiry_tel", [], "any", false, false, true, 103), 103, $this->source), 'errors');
echo "
</td>
</tr>
<tr>
<th>ご注文番号<br><span style=\"color:red\">※すでにご注文されているお客様はご記入下さい。</span>
</th>
<td class=\"c1\">
<p>半角英数字</p>
";
// line 111
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 111, $this->source); })()), "inquiry_oh_id", [], "any", false, false, true, 111), 111, $this->source), 'widget', ["attr" => ["id" => "inquiry_oh_id", "class" => "efo w200", "style" => "ime-mode:active;", "data-efo-validate-required" => "ご注文番号をご入力ください", "placeholder" => "(例)c-200000"]]);
echo "
";
// line 112
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 112, $this->source); })()), "inquiry_oh_id", [], "any", false, false, true, 112), 112, $this->source), 'errors');
echo "
</td>
</tr>
<tr>
<th class=\"h\">お問い合わせ内容</th>
<td class=\"c1\" style=\"padding:8px;\">
";
// line 118
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 118, $this->source); })()), "contents", [], "any", false, false, true, 118), 118, $this->source), 'widget', ["attr" => ["id" => "contents", "class" => "efo-required", "style" => "ime-mode:active;width:80%;height:160px;padding:6px;box-sizing:border-box;", "data-efo-validate-required" => "お問い合わせ内容をご入力ください", "placeholder" => "(例)商品番号:○○の見積りをお願いします。"]]);
echo "
";
// line 119
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 119, $this->source); })()), "contents", [], "any", false, false, true, 119), 119, $this->source), 'errors');
echo "
</td>
</tr>
<tr>
<th>資料添付</th>
<td class=\"c1\" style=\"position:relative;\">
<span id=\"inquiry_file1_1\"
style=\"display:inline\">";
// line 126
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 126, $this->source); })()), "inquiry_file1", [], "any", false, false, true, 126), 126, $this->source), 'widget', ["attr" => ["id" => "inquiry_file1", "class" => "efo opw", "style" => "padding-bottom:7px;", "data-efo-validate-required" => "添付する資料を選択してください", "data-efo-validate-ok" => "選択が完了しました"]]);
echo "</span>
";
// line 127
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 127, $this->source); })()), "inquiry_file1", [], "any", false, false, true, 127), 127, $this->source), 'errors');
echo "
<span id=\"inquiry_file2_1\" style=\"display:none\"><label><input type=\"checkbox\" class=\"efo\"
name=\"inquiry_file_delete1\"
value=\"1\"
onclick=\"javascript:document.getElementById('inquiry_file1').style.display='inline';document.getElementById('inquiry_file2_1').style.display='none';\">
<a href=\"https://img0.land-mark.biz/ut_img/public_images/tmp_img/\"
target=\"_blank\" rel=\"nofollow\"></a>
を削除する</label></span>
<span id=\"inquiry_file1_2\"
style=\"display:inline\">";
// line 138
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 138, $this->source); })()), "inquiry_file2", [], "any", false, false, true, 138), 138, $this->source), 'widget', ["attr" => ["id" => "inquiry_file2", "class" => "efo opw", "style" => "padding-bottom:7px;", "data-efo-validate-required" => "添付する資料を選択してください", "data-efo-validate-ok" => "選択が完了しました"]]);
echo "</span>
";
// line 139
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 139, $this->source); })()), "inquiry_file1", [], "any", false, false, true, 139), 139, $this->source), 'errors');
echo "
<span id=\"inquiry_file2_2\" style=\"display:none\"><label><input type=\"checkbox\" class=\"efo\"
name=\"inquiry_file_delete2\"
value=\"1\"
onclick=\"javascript:document.getElementById('inquiry_file2').style.display='inline';document.getElementById('inquiry_file2_2').style.display='none';\">
<a href=\"https://img0.land-mark.biz/ut_img/public_images/tmp_img/\"
target=\"_blank\" rel=\"nofollow\"></a>
を削除する</label></span>
<span id=\"inquiry_file1_3\"
style=\"display:inline\">";
// line 149
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 149, $this->source); })()), "inquiry_file3", [], "any", false, false, true, 149), 149, $this->source), 'widget', ["attr" => ["id" => "inquiry_file3", "class" => "efo opw", "style" => "padding-bottom:7px;", "data-efo-validate-required" => "添付する資料を選択してください", "data-efo-validate-ok" => "選択が完了しました"]]);
echo "</span>
";
// line 150
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 150, $this->source); })()), "inquiry_file1", [], "any", false, false, true, 150), 150, $this->source), 'errors');
echo "
<span id=\"inquiry_file2_3\" style=\"display:none\"><label><input type=\"checkbox\" class=\"efo\"
name=\"inquiry_file_delete3\"
value=\"1\"
onclick=\"javascript:document.getElementById('inquiry_file3').style.display='inline';document.getElementById('inquiry_file2_3').style.display='none';\">
<a href=\"https://img0.land-mark.biz/ut_img/public_images/tmp_img/\"
target=\"_blank\" rel=\"nofollow\"></a>
を削除する</label></span>
";
// line 159
echo $this->extensions['Customize\Twig\Extension\ServiceExtension']->showFileSizeUpload();
echo "
</td>
</tr>
</tbody>
</table>
<div class=\"page-title\">
<h3>個人情報の取扱いについての同意</h3>
</div>
<table class=\"new_input left\">
<tbody>
<tr>
<td colspan=\"2\" style=\"padding:10px;border-left:none;\">
<div id=\"privacy_box\">
<p class=\"MsoNormal\" align=\"right\" style=\"margin-top:6.0pt;mso-para-margin-top:
.5gd;text-align:right;mso-layout-grid-align:none;text-autospace:none\"><span>株式会社ランドマーク<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"right\" style=\"margin-top:6.0pt;mso-para-margin-top:
.5gd;text-align:right;mso-layout-grid-align:none;text-autospace:none\"><span lang=\"EN-US\"
style=\"font-size:11.0pt;\"></span></p>
<p class=\"MsoNormal\" align=\"center\" style=\"margin-top:6.0pt;mso-para-margin-top:
.5gd;text-align:center;mso-layout-grid-align:none;text-autospace:none\"><span>個人情報の取扱いについての同意<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:2.4pt;mso-para-margin-top:.2gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:11.0pt;mso-bidi-font-family:MS明朝;
mso-font-kerning:0pt\">弊社はお客様の個人情報をお預かりすることになりますが、そのお預かりした個人情報の取扱について、下記のように定め、保護に努めております。<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:6.0pt;mso-para-margin-top:.5gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><span>【利用目的】<span lang=\"EN-US\"></span></span></p>
<table class=\"MsoNormalTable\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"
style=\"margin-left:12.5pt;border-collapse:collapse;mso-table-layout-alt:fixed; border:none;mso-border-alt:solid windowtext .5pt;mso-padding-alt:0mm 5.4pt 0mm 5.4pt;mso-border-insideh:.5pt solid windowtext;mso-border-insidev:.5pt solid windowtext\">
<tbody class=\"normal-table\">
<tr style=\"mso-yfti-irow:0;mso-yfti-firstrow:yes\">
<td width=\"198\" valign=\"top\"
style=\"width:148.85pt;border:solid windowtext 1.0pt;mso-border-alt:solid windowtext .5pt;padding:0mm 5.4pt 0mm 5.4pt\">
<p class=\"MsoNormal\"><span
style=\"font-size:9.0pt;mso-bidi-font-size:12.0pt;\">個人情報の種別</span>
</p>
</td>
<td width=\"378\" valign=\"top\"
style=\"width:100.0mm;border:solid windowtext 1.0pt;border-left:none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;padding:0mm 5.4pt 0mm 5.4pt\">
<p class=\"MsoNormal\"><span
style=\"font-size:9.0pt;mso-bidi-font-size:12.0pt;\">利用目的</span>
</p>
</td>
</tr>
<tr style=\"mso-yfti-irow:2\">
<td width=\"198\" valign=\"top\"
style=\"width:148.85pt;border:solid windowtext 1.0pt;border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;padding:0mm 5.4pt 0mm 5.4pt\">
<p class=\"MsoNormal\"><span
style=\"font-size:9.0pt;mso-bidi-font-size:12.0pt;mso-highlight:yellow\">お問い合わせを頂いた方の情報</span>
</p>
</td>
<td width=\"378\" valign=\"top\"
style=\"width:100.0mm;border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;padding:0mm 5.4pt 0mm 5.4pt\">
<p class=\"MsoNormal\"><span
style=\"font-size:9.0pt;mso-bidi-font-size:12.0pt;mso-highlight:yellow\">・問い合わせへの対応のため</span>
</p>
<p class=\"MsoNormal\"><span
style=\"font-size:9.0pt;mso-bidi-font-size:12.0pt;mso-highlight:yellow\">・当社が提供するメールマガジン配信のため(ご希望された方のみ)</span>
</p>
</td>
</tr>
</tbody>
</table>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:6.0pt;mso-para-margin-top:.5gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><span>【第三者への提供】<span lang=\"EN-US\"></span></span>
</p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:2.4pt;margin-right:0mm;
margin-bottom:0mm;margin-left:22.05pt;margin-bottom:.0001pt;mso-para-margin-top:
.2gd;mso-para-margin-right:0mm;mso-para-margin-bottom:0mm;mso-para-margin-left:
2.1gd;mso-para-margin-bottom:.0001pt;text-align:left;mso-layout-grid-align:
none;text-autospace:none\"><span style=\"font-size:11.0pt;
mso-bidi-font-family:MS明朝;mso-font-kerning:0pt\">弊社は法律で定められている場合を除いて、お客様の個人情報を当該本人の同意を得ず第三者に提供することはありません。<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:6.0pt;mso-para-margin-top:.5gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><span>【個人情報の取扱い業務の委託】<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:2.4pt;margin-right:0mm;
margin-bottom:0mm;margin-left:21.0pt;margin-bottom:.0001pt;mso-para-margin-top:
.2gd;mso-para-margin-right:0mm;mso-para-margin-bottom:0mm;mso-para-margin-left:
2.0gd;mso-para-margin-bottom:.0001pt;text-align:left;mso-layout-grid-align:
none;text-autospace:none\"><span style=\"font-size:11.0pt;
mso-bidi-font-family:MS明朝;mso-font-kerning:0pt\">弊社は</span><span>事業運営上、お客様に上記の利用目的の達成をするために業務の一部を外部に委託しており、業務委託先に対してお客様の個人情報を預けることがあります。この場合、個人情報を適切に取り扱っていると認められる委託先を選定し、契約等において個人情報の適正管理・機密保持などによりお客様の個人情報の漏洩防止に必要な事項を取決め、適切な管理を実施させます。<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:6.0pt;mso-para-margin-top:.5gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><br>
<span>【個人情報提供の任意性】<span lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:2.4pt;margin-right:0mm;
margin-bottom:0mm;margin-left:22.05pt;margin-bottom:.0001pt;mso-para-margin-top:
.2gd;mso-para-margin-right:0mm;mso-para-margin-bottom:0mm;mso-para-margin-left:
2.1gd;mso-para-margin-bottom:.0001pt;text-align:left;mso-layout-grid-align:
none;text-autospace:none\"><span style=\"font-size:11.0pt;
mso-bidi-font-family:MS明朝;mso-font-kerning:0pt\">お客様が弊社に対して個人情報を提供することは任意です。ただし、個人情報を提供されない場合には、弊社からの返信やサービスの提供ができない場合がありますので、あらかじめご了承ください。<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:6.0pt;mso-para-margin-top:.5gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><span>【個人情報の開示請求について】<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:2.4pt;margin-right:0mm;
margin-bottom:0mm;margin-left:22.05pt;margin-bottom:.0001pt;mso-para-margin-top:
.2gd;mso-para-margin-right:0mm;mso-para-margin-bottom:0mm;mso-para-margin-left:
2.1gd;mso-para-margin-bottom:.0001pt;text-align:left;mso-layout-grid-align:
none;text-autospace:none\"><span style=\"font-size:11.0pt;
mso-bidi-font-family:MS明朝;mso-font-kerning:0pt\">お客様には、貴殿の個人情報の利用目的の通知、開示、訂正、追加、削除および利用又は提供の拒否権を要求する権利があります。詳細につきましては下記の窓口までご連絡いただくか<u>「<a
href=\"/privacy.html\">個人情報保護方針と取扱いについて</a>」</u>(ページにリンク)をご確認ください。<span
lang=\"EN-US\"></span></span><br>
</p>
<p class=\"MsoNormal\" align=\"right\"><br>
<span style=\"font-size:11.0pt;
mso-bidi-font-weight:bold\">株式会社ランドマーク<span lang=\"EN-US\"></span></span><br>
<span style=\"font-size:11.0pt;
mso-bidi-font-weight:bold\">個人情報保護相談窓口 <a href=\"mailto:privacy@l-m.co.jp\"><span
lang=\"EN-US\">privacy</span>@<span lang=\"EN-US\">l-m.co.jp</span></a></span><br>
<span style=\"font-size:11.0pt;
mso-bidi-font-weight:bold\"><span>【</span>個人情報に関する責任者<span>】</span><span lang=\"EN-US\"></span></span><br>
<span style=\"font-size:11.0pt;
mso-bidi-font-weight:bold\">個人情報保護管理者 加藤貴一<span lang=\"EN-US\"></span></span></p>
</div>
</td>
</tr>
<tr>
<th class=\"h\">個人情報の<br>取扱いについて</th>
<td class=\"c3\" style=\"border:none;\">
<label class=\"lb-agree\"><input type=\"radio\" name=\"privacy\" id=\"privacy1\" value=\"1\"> 同意する</label>
<label class=\"lb-agree\"><input type=\"radio\" name=\"privacy\" id=\"privacy2\" value=\"2\"
checked=\"checked\"> 同意しない</label>
<br>
ユニフォームタウンをご利用いただくには、上記「個人情報の取扱いについての同意」にご同意いただく必要がございます。<br>
<div style=\"text-align: right\">
<a href=\"";
// line 297
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config", $context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.', 297, $this->source); })()), "UT_URL", [], "any", false, false, true, 297), 297, $this->source), "html", null, true);
echo "/company/privacy/\" id=\"privacyLink\" target=\"_blank\"
rel=\"noopener noreferrer\">
→個人情報保護方針
</a>
</div>
</td>
</tr>
</tbody>
</table>
<br class=\"clear\">
<p class=\"btn\">
</p>
<center>
<input type=\"image\" src=\"https://img0.land-mark.biz/ut_img/public_images/regi/btn_kakunin_off.gif\"
width=\"205\" height=\"45\" alt=\"未入力、もしくは入力間違いの必須項目があります。\" id=\"btn1\">
<input type=\"image\" name=\"mode\" value=\"confirm\"
src=\"https://img0.land-mark.biz/ut_img/public_images/contact/btn_kakunin.gif\" width=\"298\"
height=\"38\" alt=\"確認画面へ進む\" id=\"btn2\" style=\"display:none;\">
</center>
<p></p>
</form>
<table style=\"margin-top: 10px;\">
<tbody>
<tr>
<td>
<div id=\"DigiCertClickID_2phMqn4D\">
<div id=\"DigiCertClickID_2phMqn4DSeal\"
style=\"text-decoration: none; text-align: center; display: block; vertical-align: baseline; font-size: 100%; font-style: normal; text-indent: 0px; line-height: 1; width: auto; margin: 0px auto; padding: 0px; border: 0px; background: transparent; position: relative; inset: 0px; clear: both; float: none; cursor: default;\">
<img src=\"//seal.digicert.com/seals/cascade/?tag=2phMqn4D&referer=";
// line 326
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config", $context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.', 326, $this->source); })()), "UT_URL", [], "any", false, false, true, 326), 326, $this->source), "html", null, true);
echo "&format=png&seal_number=15&seal_size=s&an=min\"
alt=\"DigiCert Seal\" tabindex=\"0\"
style=\"text-decoration: none; text-align: center; display: block; vertical-align: baseline; font-size: 100%; font-style: normal; text-indent: 0px; line-height: 1; width: auto; margin: 0px auto; padding: 0px; border: 0px; background: transparent; position: relative; inset: 0px; clear: both; float: none; cursor: pointer;\">
</div>
</div>
<script type=\"text/javascript\">
var __dcid = __dcid || [];
__dcid.push([\"DigiCertClickID_2phMqn4D\", \"15\", \"s\", \"black\", \"2phMqn4D\"]);
(function () {
var cid = document.createElement(\"script\");
cid.async = true;
cid.src = \"//seal.digicert.com/seals/cascade/seal.min.js\";
var s = document.getElementsByTagName(\"script\");
var ls = s[(s.length - 1)];
ls.parentNode.insertBefore(cid, ls.nextSibling);
}());
</script>
<script async=\"\" src=\"//seal.digicert.com/seals/cascade/seal.min.js\"></script>
</td>
<td style=\"padding: 10px 0px 0px 10px; font-size: 12px; line-height: 120%;\">
当サイトはデジサート・ジャパン合同会社により「サイトの運営主体の実在証明」及び「SSL暗号化通信による情報の保護」の認証証明を受けており、お客様よりご登録いただく個人情報やクレジットカード番号等の情報は
SSL(Secure Socket Layer)という信用性・安全性の高い暗号通信技術で暗号化され、第三者の盗聴、改ざん、成りすましなどから保護されます。安心してご利用ください。<br>
</td>
</tr>
</tbody>
</table>
<br class=\"clear\">
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 359
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 360
echo " <link rel=\"stylesheet\" href=\"/stylesheets/jquery.efo.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/mail.css?20230217\">
<link rel=\"stylesheet\" href=\"/stylesheets/mypage.css?20211226\">
<style>
table#icon {
counter-reset: menu-num 0;
}
table#icon > tbody > tr > td > a {
position: relative;
display: inline-block;
}
table#icon > tbody > tr > td > a::before {
counter-increment: menu-num 1;
content: counter(menu-num);
position: absolute;
top: 10px;
left: 11px;
line-height: 36px;
font-size: 25px;
font-weight: bold;
color: #444;
width: 36px;
height: 36px;
background: white;
border-radius: 18px;
}
</style>
<style>
body {
color: #000;
}
hr {
border-color: #666;
}
</style>
<link href=\"/stylesheets/topcss.min.css\" rel=\"stylesheet\" type=\"text/css\"/>
<link href=\"/stylesheets/base_stylesheet2.css\" rel=\"stylesheet\" type=\"text/css\"/>
<link href=\"/stylesheets/sp_common.css\" rel=\"stylesheet\" type=\"text/css\"/>
<link href=\"/stylesheets/menu.min.css\" rel=\"stylesheet\" type=\"text/css\"/>
<link href=\"/stylesheets/brandpage.min.css?20200617_01\" rel=\"stylesheet\" type=\"text/css\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/first_view.css?20180302_01\"/>
<link href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\" rel=\"stylesheet\">
<link rel=\"stylesheet\" type=\"text/css\"
href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/jquery.fbnr.css?20170629_01\">
";
// line 412
if ($this->extensions['Customize\Twig\Extension\ServiceExtension']->isMobile()) {
// line 413
echo " <style>
#mail_content,
#contents_wrapper {
width: auto;
}
</style>
";
}
// line 420
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 423
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 424
echo "<script src=\"/javascripts/jquery-ui.min.js\" type=\"text/javascript\"></script>
<script src=\"/javascripts/jquery.efo.js\" type=\"text/javascript\"></script>
<script type=\"text/javascript\" src=\"/javascripts/jquery.fbt.js?20200715_01\"></script>
<script type=\"text/javascript\">
\$(function() {
\$(window).on('scroll', function (e) {
var \$this = \$('.fbnr,.fbnr2');
var scrollTop = \$(window).scrollTop();
if (scrollTop >= 200) {
\$this.addClass('fixed');
} else {
\$this.removeClass('fixed');
}
});
});
</script>
<script>
const efo_notification_enabled = ";
// line 442
if ($this->extensions['Customize\Twig\Extension\ServiceExtension']->isMobile()) {
echo "false";
} else {
echo "true";
}
echo ";
(function() {
\$(function() {
var efo_elm = \$(\"[class^=efo]\").efo({ confirmation : { enabled : false, form : document.forms.fm }, notification : { enabled : efo_notification_enabled }, validation : { bind : 'efo_change' }, tooltipping : { enabled : true }, observation : { enabled : true } })
.on('efo_afterValidate', function(event, data){
if (data.remaining > 0) {
\$('#btn1').show();
\$('#btn2').hide();
} else {
\$('#btn1').hide();
\$('#btn2').show();
}
})
;
var efo = \$.data(efo_elm, 'plugin_efo');
\$('#btn1').on('click', function(event, ui) {
if (efo.remaining > 0) {
alert('未入力、もしくは入力間違いの項目が'+efo.remaining+'個あります。');
return false;
}
});
});
}());
</script>
<script>
document.getElementById(\"privacyLink\").addEventListener(\"click\", function(event) {
event.preventDefault();
window.open(this.href, '_blank', 'width=500,height=500,scrollbars=yes,resizable=yes');
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Contact/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 618 => 442, 598 => 424, 588 => 423, 577 => 420, 568 => 413, 566 => 412, 512 => 360, 502 => 359, 460 => 326, 428 => 297, 287 => 159, 275 => 150, 271 => 149, 258 => 139, 254 => 138, 240 => 127, 236 => 126, 226 => 119, 222 => 118, 213 => 112, 209 => 111, 198 => 103, 194 => 102, 184 => 95, 180 => 94, 170 => 87, 166 => 86, 156 => 79, 152 => 78, 136 => 65, 130 => 62, 116 => 50, 113 => 49, 110 => 48, 108 => 47, 75 => 16, 65 => 15, 54 => 11, 52 => 13, 39 => 11,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'mail_page' %}
{% block main %}
<style>
#privacy_box {
height: 300px;
font-family: 'MS Pゴシック', serif;
}
#privacy_box .MsoNormal {
line-height: 1.8;
font-size: 12px;
}
#privacy_box .MsoNormal span {
font-size: 11pt;
letter-spacing: 0;
}
#privacy_box .MsoNormalTable .MsoNormal {
line-height: 1.6;
}
.mail_page .ec-layoutRole #contents_wrapper .ec-layoutRole__contents .ec-layoutRole__mainWithColumn #pankuzu {
padding-top: 3px !important;
padding-bottom: 0px !important;
}
.mail_page .ec-layoutRole #contents_wrapper .ec-layoutRole__contents .ec-layoutRole__mainWithColumn #pankuzu ul {
margin-bottom: 0px !important;
}
</style>
<div id=\"contents_wrapper\">
{% if isShowLeftMenu is defined and isShowLeftMenu %}
{% include 'Block/Sidebar/lm_left_menu_my_page.twig' %}
{% endif %}
<div id=\"mail_content\">
<div class=\"page-title\">
<h3>メール問合せ<span>(データ入稿フォーム)</span></h3>
<p>見積もり、疑問を気軽にご相談ください。</p>
</div>
<p style=\"margin: 5px;\">
・当サイトは、SSL暗号化によりお客様情報を保護しております。<br>
・下記の項目をご入力ください。入力が完了いたしましたら、画面下の「確認画面へ進む」ボタンを押してください。確認画面に移動します。<br>
</p>
<br>
<form name=\"mail_confirm\" id=\"mail_confirm\" method=\"post\" action=\"{{ url(confirmRouteName) }}\"
enctype=\"multipart/form-data\"
onsubmit=\"javascript:if(!document.getElementById('privacy1').checked){document.getElementById('privacy1').focus();alert('利用目的に同意していただく必要があります。');return false}\">
{{ form_widget(form._token) }}
<div class=\"page-title\">
<h3>お見積り・ご相談フォーム</h3>
<span class=\"f-right\">メールの返信日時:AM9:00〜PM6:00(土日、祝日を除く)<br>
【必須】の項目は必須入力です。必ずご入力いただけますようにお願いいたします。</span>
</div>
<input type=\"hidden\" name=\"mode\" value=\"confirm\">
<table class=\"new_input left\" style=\"margin:0px;\">
<tbody>
<tr>
<th>会社名</th>
<td class=\"c1\">
{{ form_widget(form.inquiry_company_name, { attr: {id:'inquiry_company_name', class:\"efo w350\", style:\"ime-mode:active;\", 'data-efo-validate-required':\"会社名をご入力ください\", placeholder:\"(例)株式会社ランドマーク\" }}) }}
{{ form_errors(form.inquiry_company_name) }}
</td>
</tr>
<tr>
<th class=\"h\">お名前</th>
<td class=\"c1\">
<div class=\"ec-halfInput\">
{{ form_widget(form.inquiry_user_name, { attr: {id:'inquiry_user_name', class:\"efo-required w350\", style:\"ime-mode:active;\", 'data-efo-validate-required':\"お名前をご入力ください\", placeholder:\"(例)山田 太郎\" }}) }}
{{ form_errors(form.inquiry_user_name) }}
</div>
</td>
</tr>
<tr>
<th class=\"h\">メールアドレス</th>
<td class=\"c1\">
{{ form_widget(form.inquiry_email, { attr: {id:'inquiry_email', class:\"efo-required-email w350\", style:\"ime-mode:active;\", 'data-efo-validate-required':\"メールアドレスをご入力ください\", placeholder:\"(例)info@l-m.co.jp\" }}) }}
{{ form_errors(form.inquiry_email) }}
</td>
</tr>
<tr>
<th class=\"h\">電話番号</th>
<td class=\"c1\">
<p>半角英数字ハイフンなし</p>
{{ form_widget(form.inquiry_tel, { attr: {id:'inquiry_tel', class:\"efo-required-pattern w200\", style:\"ime-mode:active;\", 'data-efo-validate-required':\"電話番号をご入力ください\", placeholder:\"例)0359093351\", \"data-efo-validation\": '{\"pattern\":\"^[0-9]+\$\"}' }}) }}
{{ form_errors(form.inquiry_tel) }}
</td>
</tr>
<tr>
<th>ご注文番号<br><span style=\"color:red\">※すでにご注文されているお客様はご記入下さい。</span>
</th>
<td class=\"c1\">
<p>半角英数字</p>
{{ form_widget(form.inquiry_oh_id, { attr: {id:'inquiry_oh_id', class:\"efo w200\", style:\"ime-mode:active;\", 'data-efo-validate-required':\"ご注文番号をご入力ください\", placeholder:\"(例)c-200000\" }}) }}
{{ form_errors(form.inquiry_oh_id) }}
</td>
</tr>
<tr>
<th class=\"h\">お問い合わせ内容</th>
<td class=\"c1\" style=\"padding:8px;\">
{{ form_widget(form.contents, { attr: {id:'contents', class:\"efo-required\", style:\"ime-mode:active;width:80%;height:160px;padding:6px;box-sizing:border-box;\", 'data-efo-validate-required':\"お問い合わせ内容をご入力ください\", placeholder:\"(例)商品番号:○○の見積りをお願いします。\" }}) }}
{{ form_errors(form.contents) }}
</td>
</tr>
<tr>
<th>資料添付</th>
<td class=\"c1\" style=\"position:relative;\">
<span id=\"inquiry_file1_1\"
style=\"display:inline\">{{ form_widget(form.inquiry_file1, { attr: {id:'inquiry_file1', class:\"efo opw\", style:\"padding-bottom:7px;\", 'data-efo-validate-required':\"添付する資料を選択してください\", 'data-efo-validate-ok':\"選択が完了しました\" }}) }}</span>
{{ form_errors(form.inquiry_file1) }}
<span id=\"inquiry_file2_1\" style=\"display:none\"><label><input type=\"checkbox\" class=\"efo\"
name=\"inquiry_file_delete1\"
value=\"1\"
onclick=\"javascript:document.getElementById('inquiry_file1').style.display='inline';document.getElementById('inquiry_file2_1').style.display='none';\">
<a href=\"https://img0.land-mark.biz/ut_img/public_images/tmp_img/\"
target=\"_blank\" rel=\"nofollow\"></a>
を削除する</label></span>
<span id=\"inquiry_file1_2\"
style=\"display:inline\">{{ form_widget(form.inquiry_file2, { attr: {id:'inquiry_file2', class:\"efo opw\", style:\"padding-bottom:7px;\", 'data-efo-validate-required':\"添付する資料を選択してください\", 'data-efo-validate-ok':\"選択が完了しました\" }}) }}</span>
{{ form_errors(form.inquiry_file1) }}
<span id=\"inquiry_file2_2\" style=\"display:none\"><label><input type=\"checkbox\" class=\"efo\"
name=\"inquiry_file_delete2\"
value=\"1\"
onclick=\"javascript:document.getElementById('inquiry_file2').style.display='inline';document.getElementById('inquiry_file2_2').style.display='none';\">
<a href=\"https://img0.land-mark.biz/ut_img/public_images/tmp_img/\"
target=\"_blank\" rel=\"nofollow\"></a>
を削除する</label></span>
<span id=\"inquiry_file1_3\"
style=\"display:inline\">{{ form_widget(form.inquiry_file3, { attr: {id:'inquiry_file3', class:\"efo opw\", style:\"padding-bottom:7px;\", 'data-efo-validate-required':\"添付する資料を選択してください\", 'data-efo-validate-ok':\"選択が完了しました\" }}) }}</span>
{{ form_errors(form.inquiry_file1) }}
<span id=\"inquiry_file2_3\" style=\"display:none\"><label><input type=\"checkbox\" class=\"efo\"
name=\"inquiry_file_delete3\"
value=\"1\"
onclick=\"javascript:document.getElementById('inquiry_file3').style.display='inline';document.getElementById('inquiry_file2_3').style.display='none';\">
<a href=\"https://img0.land-mark.biz/ut_img/public_images/tmp_img/\"
target=\"_blank\" rel=\"nofollow\"></a>
を削除する</label></span>
{{ FileUploadNotice() | raw }}
</td>
</tr>
</tbody>
</table>
<div class=\"page-title\">
<h3>個人情報の取扱いについての同意</h3>
</div>
<table class=\"new_input left\">
<tbody>
<tr>
<td colspan=\"2\" style=\"padding:10px;border-left:none;\">
<div id=\"privacy_box\">
<p class=\"MsoNormal\" align=\"right\" style=\"margin-top:6.0pt;mso-para-margin-top:
.5gd;text-align:right;mso-layout-grid-align:none;text-autospace:none\"><span>株式会社ランドマーク<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"right\" style=\"margin-top:6.0pt;mso-para-margin-top:
.5gd;text-align:right;mso-layout-grid-align:none;text-autospace:none\"><span lang=\"EN-US\"
style=\"font-size:11.0pt;\"></span></p>
<p class=\"MsoNormal\" align=\"center\" style=\"margin-top:6.0pt;mso-para-margin-top:
.5gd;text-align:center;mso-layout-grid-align:none;text-autospace:none\"><span>個人情報の取扱いについての同意<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:2.4pt;mso-para-margin-top:.2gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:11.0pt;mso-bidi-font-family:MS明朝;
mso-font-kerning:0pt\">弊社はお客様の個人情報をお預かりすることになりますが、そのお預かりした個人情報の取扱について、下記のように定め、保護に努めております。<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:6.0pt;mso-para-margin-top:.5gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><span>【利用目的】<span lang=\"EN-US\"></span></span></p>
<table class=\"MsoNormalTable\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"
style=\"margin-left:12.5pt;border-collapse:collapse;mso-table-layout-alt:fixed; border:none;mso-border-alt:solid windowtext .5pt;mso-padding-alt:0mm 5.4pt 0mm 5.4pt;mso-border-insideh:.5pt solid windowtext;mso-border-insidev:.5pt solid windowtext\">
<tbody class=\"normal-table\">
<tr style=\"mso-yfti-irow:0;mso-yfti-firstrow:yes\">
<td width=\"198\" valign=\"top\"
style=\"width:148.85pt;border:solid windowtext 1.0pt;mso-border-alt:solid windowtext .5pt;padding:0mm 5.4pt 0mm 5.4pt\">
<p class=\"MsoNormal\"><span
style=\"font-size:9.0pt;mso-bidi-font-size:12.0pt;\">個人情報の種別</span>
</p>
</td>
<td width=\"378\" valign=\"top\"
style=\"width:100.0mm;border:solid windowtext 1.0pt;border-left:none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;padding:0mm 5.4pt 0mm 5.4pt\">
<p class=\"MsoNormal\"><span
style=\"font-size:9.0pt;mso-bidi-font-size:12.0pt;\">利用目的</span>
</p>
</td>
</tr>
<tr style=\"mso-yfti-irow:2\">
<td width=\"198\" valign=\"top\"
style=\"width:148.85pt;border:solid windowtext 1.0pt;border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;padding:0mm 5.4pt 0mm 5.4pt\">
<p class=\"MsoNormal\"><span
style=\"font-size:9.0pt;mso-bidi-font-size:12.0pt;mso-highlight:yellow\">お問い合わせを頂いた方の情報</span>
</p>
</td>
<td width=\"378\" valign=\"top\"
style=\"width:100.0mm;border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;padding:0mm 5.4pt 0mm 5.4pt\">
<p class=\"MsoNormal\"><span
style=\"font-size:9.0pt;mso-bidi-font-size:12.0pt;mso-highlight:yellow\">・問い合わせへの対応のため</span>
</p>
<p class=\"MsoNormal\"><span
style=\"font-size:9.0pt;mso-bidi-font-size:12.0pt;mso-highlight:yellow\">・当社が提供するメールマガジン配信のため(ご希望された方のみ)</span>
</p>
</td>
</tr>
</tbody>
</table>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:6.0pt;mso-para-margin-top:.5gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><span>【第三者への提供】<span lang=\"EN-US\"></span></span>
</p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:2.4pt;margin-right:0mm;
margin-bottom:0mm;margin-left:22.05pt;margin-bottom:.0001pt;mso-para-margin-top:
.2gd;mso-para-margin-right:0mm;mso-para-margin-bottom:0mm;mso-para-margin-left:
2.1gd;mso-para-margin-bottom:.0001pt;text-align:left;mso-layout-grid-align:
none;text-autospace:none\"><span style=\"font-size:11.0pt;
mso-bidi-font-family:MS明朝;mso-font-kerning:0pt\">弊社は法律で定められている場合を除いて、お客様の個人情報を当該本人の同意を得ず第三者に提供することはありません。<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:6.0pt;mso-para-margin-top:.5gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><span>【個人情報の取扱い業務の委託】<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:2.4pt;margin-right:0mm;
margin-bottom:0mm;margin-left:21.0pt;margin-bottom:.0001pt;mso-para-margin-top:
.2gd;mso-para-margin-right:0mm;mso-para-margin-bottom:0mm;mso-para-margin-left:
2.0gd;mso-para-margin-bottom:.0001pt;text-align:left;mso-layout-grid-align:
none;text-autospace:none\"><span style=\"font-size:11.0pt;
mso-bidi-font-family:MS明朝;mso-font-kerning:0pt\">弊社は</span><span>事業運営上、お客様に上記の利用目的の達成をするために業務の一部を外部に委託しており、業務委託先に対してお客様の個人情報を預けることがあります。この場合、個人情報を適切に取り扱っていると認められる委託先を選定し、契約等において個人情報の適正管理・機密保持などによりお客様の個人情報の漏洩防止に必要な事項を取決め、適切な管理を実施させます。<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:6.0pt;mso-para-margin-top:.5gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><br>
<span>【個人情報提供の任意性】<span lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:2.4pt;margin-right:0mm;
margin-bottom:0mm;margin-left:22.05pt;margin-bottom:.0001pt;mso-para-margin-top:
.2gd;mso-para-margin-right:0mm;mso-para-margin-bottom:0mm;mso-para-margin-left:
2.1gd;mso-para-margin-bottom:.0001pt;text-align:left;mso-layout-grid-align:
none;text-autospace:none\"><span style=\"font-size:11.0pt;
mso-bidi-font-family:MS明朝;mso-font-kerning:0pt\">お客様が弊社に対して個人情報を提供することは任意です。ただし、個人情報を提供されない場合には、弊社からの返信やサービスの提供ができない場合がありますので、あらかじめご了承ください。<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:6.0pt;mso-para-margin-top:.5gd;
text-align:left;mso-layout-grid-align:none;text-autospace:none\"><span>【個人情報の開示請求について】<span
lang=\"EN-US\"></span></span></p>
<p class=\"MsoNormal\" align=\"left\" style=\"margin-top:2.4pt;margin-right:0mm;
margin-bottom:0mm;margin-left:22.05pt;margin-bottom:.0001pt;mso-para-margin-top:
.2gd;mso-para-margin-right:0mm;mso-para-margin-bottom:0mm;mso-para-margin-left:
2.1gd;mso-para-margin-bottom:.0001pt;text-align:left;mso-layout-grid-align:
none;text-autospace:none\"><span style=\"font-size:11.0pt;
mso-bidi-font-family:MS明朝;mso-font-kerning:0pt\">お客様には、貴殿の個人情報の利用目的の通知、開示、訂正、追加、削除および利用又は提供の拒否権を要求する権利があります。詳細につきましては下記の窓口までご連絡いただくか<u>「<a
href=\"/privacy.html\">個人情報保護方針と取扱いについて</a>」</u>(ページにリンク)をご確認ください。<span
lang=\"EN-US\"></span></span><br>
</p>
<p class=\"MsoNormal\" align=\"right\"><br>
<span style=\"font-size:11.0pt;
mso-bidi-font-weight:bold\">株式会社ランドマーク<span lang=\"EN-US\"></span></span><br>
<span style=\"font-size:11.0pt;
mso-bidi-font-weight:bold\">個人情報保護相談窓口 <a href=\"mailto:privacy@l-m.co.jp\"><span
lang=\"EN-US\">privacy</span>@<span lang=\"EN-US\">l-m.co.jp</span></a></span><br>
<span style=\"font-size:11.0pt;
mso-bidi-font-weight:bold\"><span>【</span>個人情報に関する責任者<span>】</span><span lang=\"EN-US\"></span></span><br>
<span style=\"font-size:11.0pt;
mso-bidi-font-weight:bold\">個人情報保護管理者 加藤貴一<span lang=\"EN-US\"></span></span></p>
</div>
</td>
</tr>
<tr>
<th class=\"h\">個人情報の<br>取扱いについて</th>
<td class=\"c3\" style=\"border:none;\">
<label class=\"lb-agree\"><input type=\"radio\" name=\"privacy\" id=\"privacy1\" value=\"1\"> 同意する</label>
<label class=\"lb-agree\"><input type=\"radio\" name=\"privacy\" id=\"privacy2\" value=\"2\"
checked=\"checked\"> 同意しない</label>
<br>
ユニフォームタウンをご利用いただくには、上記「個人情報の取扱いについての同意」にご同意いただく必要がございます。<br>
<div style=\"text-align: right\">
<a href=\"{{ eccube_config.UT_URL }}/company/privacy/\" id=\"privacyLink\" target=\"_blank\"
rel=\"noopener noreferrer\">
→個人情報保護方針
</a>
</div>
</td>
</tr>
</tbody>
</table>
<br class=\"clear\">
<p class=\"btn\">
</p>
<center>
<input type=\"image\" src=\"https://img0.land-mark.biz/ut_img/public_images/regi/btn_kakunin_off.gif\"
width=\"205\" height=\"45\" alt=\"未入力、もしくは入力間違いの必須項目があります。\" id=\"btn1\">
<input type=\"image\" name=\"mode\" value=\"confirm\"
src=\"https://img0.land-mark.biz/ut_img/public_images/contact/btn_kakunin.gif\" width=\"298\"
height=\"38\" alt=\"確認画面へ進む\" id=\"btn2\" style=\"display:none;\">
</center>
<p></p>
</form>
<table style=\"margin-top: 10px;\">
<tbody>
<tr>
<td>
<div id=\"DigiCertClickID_2phMqn4D\">
<div id=\"DigiCertClickID_2phMqn4DSeal\"
style=\"text-decoration: none; text-align: center; display: block; vertical-align: baseline; font-size: 100%; font-style: normal; text-indent: 0px; line-height: 1; width: auto; margin: 0px auto; padding: 0px; border: 0px; background: transparent; position: relative; inset: 0px; clear: both; float: none; cursor: default;\">
<img src=\"//seal.digicert.com/seals/cascade/?tag=2phMqn4D&referer={{ eccube_config.UT_URL }}&format=png&seal_number=15&seal_size=s&an=min\"
alt=\"DigiCert Seal\" tabindex=\"0\"
style=\"text-decoration: none; text-align: center; display: block; vertical-align: baseline; font-size: 100%; font-style: normal; text-indent: 0px; line-height: 1; width: auto; margin: 0px auto; padding: 0px; border: 0px; background: transparent; position: relative; inset: 0px; clear: both; float: none; cursor: pointer;\">
</div>
</div>
<script type=\"text/javascript\">
var __dcid = __dcid || [];
__dcid.push([\"DigiCertClickID_2phMqn4D\", \"15\", \"s\", \"black\", \"2phMqn4D\"]);
(function () {
var cid = document.createElement(\"script\");
cid.async = true;
cid.src = \"//seal.digicert.com/seals/cascade/seal.min.js\";
var s = document.getElementsByTagName(\"script\");
var ls = s[(s.length - 1)];
ls.parentNode.insertBefore(cid, ls.nextSibling);
}());
</script>
<script async=\"\" src=\"//seal.digicert.com/seals/cascade/seal.min.js\"></script>
</td>
<td style=\"padding: 10px 0px 0px 10px; font-size: 12px; line-height: 120%;\">
当サイトはデジサート・ジャパン合同会社により「サイトの運営主体の実在証明」及び「SSL暗号化通信による情報の保護」の認証証明を受けており、お客様よりご登録いただく個人情報やクレジットカード番号等の情報は
SSL(Secure Socket Layer)という信用性・安全性の高い暗号通信技術で暗号化され、第三者の盗聴、改ざん、成りすましなどから保護されます。安心してご利用ください。<br>
</td>
</tr>
</tbody>
</table>
<br class=\"clear\">
</div>
</div>
{% endblock %}
{% block stylesheet %}
<link rel=\"stylesheet\" href=\"/stylesheets/jquery.efo.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/mail.css?20230217\">
<link rel=\"stylesheet\" href=\"/stylesheets/mypage.css?20211226\">
<style>
table#icon {
counter-reset: menu-num 0;
}
table#icon > tbody > tr > td > a {
position: relative;
display: inline-block;
}
table#icon > tbody > tr > td > a::before {
counter-increment: menu-num 1;
content: counter(menu-num);
position: absolute;
top: 10px;
left: 11px;
line-height: 36px;
font-size: 25px;
font-weight: bold;
color: #444;
width: 36px;
height: 36px;
background: white;
border-radius: 18px;
}
</style>
<style>
body {
color: #000;
}
hr {
border-color: #666;
}
</style>
<link href=\"/stylesheets/topcss.min.css\" rel=\"stylesheet\" type=\"text/css\"/>
<link href=\"/stylesheets/base_stylesheet2.css\" rel=\"stylesheet\" type=\"text/css\"/>
<link href=\"/stylesheets/sp_common.css\" rel=\"stylesheet\" type=\"text/css\"/>
<link href=\"/stylesheets/menu.min.css\" rel=\"stylesheet\" type=\"text/css\"/>
<link href=\"/stylesheets/brandpage.min.css?20200617_01\" rel=\"stylesheet\" type=\"text/css\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/first_view.css?20180302_01\"/>
<link href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\" rel=\"stylesheet\">
<link rel=\"stylesheet\" type=\"text/css\"
href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/jquery.fbnr.css?20170629_01\">
{% if isMobile() %}
<style>
#mail_content,
#contents_wrapper {
width: auto;
}
</style>
{% endif %}
{% endblock %}
{% block javascript %}
<script src=\"/javascripts/jquery-ui.min.js\" type=\"text/javascript\"></script>
<script src=\"/javascripts/jquery.efo.js\" type=\"text/javascript\"></script>
<script type=\"text/javascript\" src=\"/javascripts/jquery.fbt.js?20200715_01\"></script>
<script type=\"text/javascript\">
\$(function() {
\$(window).on('scroll', function (e) {
var \$this = \$('.fbnr,.fbnr2');
var scrollTop = \$(window).scrollTop();
if (scrollTop >= 200) {
\$this.addClass('fixed');
} else {
\$this.removeClass('fixed');
}
});
});
</script>
<script>
const efo_notification_enabled = {% if isMobile() %}false{% else %}true{% endif %};
(function() {
\$(function() {
var efo_elm = \$(\"[class^=efo]\").efo({ confirmation : { enabled : false, form : document.forms.fm }, notification : { enabled : efo_notification_enabled }, validation : { bind : 'efo_change' }, tooltipping : { enabled : true }, observation : { enabled : true } })
.on('efo_afterValidate', function(event, data){
if (data.remaining > 0) {
\$('#btn1').show();
\$('#btn2').hide();
} else {
\$('#btn1').hide();
\$('#btn2').show();
}
})
;
var efo = \$.data(efo_elm, 'plugin_efo');
\$('#btn1').on('click', function(event, ui) {
if (efo.remaining > 0) {
alert('未入力、もしくは入力間違いの項目が'+efo.remaining+'個あります。');
return false;
}
});
});
}());
</script>
<script>
document.getElementById(\"privacyLink\").addEventListener(\"click\", function(event) {
event.preventDefault();
window.open(this.href, '_blank', 'width=500,height=500,scrollbars=yes,resizable=yes');
});
</script>
{% endblock %}
", "Contact/index.twig", "/var/www/html/app/template/default/Contact/index.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 13, "if" => 47, "include" => 48);
static $filters = array("raw" => 159, "escape" => 297);
static $functions = array("url" => 62, "form_widget" => 65, "form_errors" => 79, "FileUploadNotice" => 159, "isMobile" => 412);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'include'],
['raw', 'escape'],
['url', 'form_widget', 'form_errors', 'FileUploadNotice', 'isMobile']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}