<?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;
/* Help/evidence.twig */
class __TwigTemplate_a81176488e2d8c19bb88f66f5d4975ae extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'main' => [$this, 'block_main'],
];
$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", "Help/evidence.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Help/evidence.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "Help/evidence.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 13
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 14
echo "\t<style>
\t\t.evidence-container {
\t\t\tmargin: 10px 16px 0;
\t\t\t/*overflow: hidden;*/
\t\t}
\t\t@media only screen and (max-width: 768px) {
\t\t\t.evidence-container {
\t\t\t\t/*overflow: hidden;*/
\t\t\t\tmargin: 0;
\t\t\t}
\t\t}
\t\t.evidence-title {
\t\t\tcursor: pointer;
\t\t\tbackground-color: #4894CB;
\t\t\tcolor: white;
\t\t\tpadding: 15px 42px 15px 20px;
\t\t\tdisplay: flex;
\t\t\tjustify-content: space-between;
\t\t\talign-items: center;
\t\t\tfont-weight: bold;
\t\t\tborder-bottom: 1px solid #fff;
\t\t\tborder-radius: 12px;
\t\t\tposition: relative;
\t\t}
\t\t.evidence-title::before {
\t\t\tcontent: \"\";
\t\t\twidth: 2px;
\t\t\tbackground-color: #fff;
\t\t\theight: 20px;
\t\t\tposition: absolute;
\t\t\tright: 23px;
\t\t\ttop: 30%;
\t\t\topacity: 1;
\t\t\tvisibility: visible;
\t\t\ttransition: 0.25s all;
\t\t}
\t\t.evidence-title-show {
\t\t\tborder-radius: 12px 12px 0 0;
\t\t}
\t\t.evidence-title-show::before {
\t\t\topacity: 0;
\t\t\tvisibility: hidden;
\t\t\ttransition: 0.25s all;
\t\t}
\t\t.evidence-title::after {
\t\t\tcontent: \"\";
\t\t\twidth: 2px;
\t\t\tbackground-color: #fff;
\t\t\theight: 20px;
\t\t\tposition: absolute;
\t\t\tright: 23px;
\t\t\ttop: 30%;
\t\t\ttransform: rotate(90deg);
\t\t}
\t\t.evidence-title:hover {
\t\t\topacity: 0.7;
\t\t}
\t\t.evidence-title span {
\t\t\tfont-size: 14px;
\t\t}
\t\t.evidence-content {
\t\t\tbackground-color: #f8f9fa;
\t\t\tborder-top: 1px solid #eee;
\t\t\tline-height: 1.75;
\t\t\tletter-spacing: 0.08rem;
\t\t}
\t\t.plus-icon {
\t\t\tfont-size: 20px;
\t\t\tline-height: 1;
\t\t}
\t\t.evidence-content {
\t\t\theight: 0;
\t\t\topacity: 0;
\t\t\tvisibility: hidden;
\t\t\ttransition: 0.25s all;
\t\t\tpadding: 0 20px;
\t\t\tbox-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
\t\t\tmargin-bottom: 24px;
\t\t\tborder-radius: 0 0 12px 12px;
\t\t\tfont-size: 14px;
\t\t}
\t\t.evidence-content.show {
\t\t\theight: auto;
\t\t\topacity: 1;
\t\t\tvisibility: visible;
\t\t\ttransition: 0.25s all;
\t\t\tpadding: 15px 20px;
\t\t}
\t\t.toggle-icon {
\t\t\t;
\t\t\t/* additional styles if needed */
\t\t}
\t\t.toggle-icon.collapsed {
\t\t\tcontent: \"+\"; /* default state is collapsed (+) */
\t\t}
\t\t.toggle-icon.expanded {
\t\t\tcontent: \"-\"; /* expanded state is (-) */
\t\t}
\t\t.evidence-container table {
\t\t\twidth: 100%;
\t\t\tborder-collapse: collapse;
\t\t\tmargin: 0 auto;
\t\t}
\t\t.evidence-container thead {
\t\t\tbackground-color: #f2f2f2;
\t\t}
\t\t.evidence-container td {
\t\t\tmin-height: 65px;
\t\t\theight: 65px;
\t\t}
\t\t.evidence-container th,
\t\t.evidence-container td {
\t\t\tborder: 1px solid #ccc;
\t\t\tpadding: 8px;
\t\t\ttext-align: left;
\t\t\tword-wrap: break-word;
\t\t\tfont-size: 12px;
\t\t\ttext-align: center;
\t\t}
\t\t.evidence-container th a,
\t\t.evidence-container td a {
\t\t\ttext-align: left;
\t\t\tword-wrap: break-word;
\t\t\tfont-size: 12px;
\t\t}
\t\t.evidence-container td a {
\t\t\tcolor: #4894CB;
\t\t}
\t\t.table-sp {
\t\t\tdisplay: none;
\t\t}
\t\t.table-sp .table-sp-td {
\t\t\tmargin: 5px 0;
\t\t\tfont-size: 11px;
\t\t\tdisplay: flex;
\t\t}
\t\t.table-sp .table-sp-td.column {
\t\t\tflex-direction: column;
\t\t}
\t\t.table-sp .table-sp-tr {
\t\t\tmargin-top: 10px;
\t\t\tmargin-bottom: 50px;
\t\t}
\t\t.table-sp-td span {
\t\t\tbackground-color: #4894CB;
\t\t\tcolor: #fff;
\t\t\tfont-weight: bold;
\t\t\tpadding: 4px 0;
\t\t\tdisplay: inline-block;
\t\t\twidth: 110px;
\t\t\ttext-align: center;
\t\t\tmargin-right: 5px;
\t\t\theight: fit-content;
\t\t}
\t\t.table-sp-td .syuki-wrap {
\t\t\tdisplay: flex;
\t\t\tpadding: 6px 0;
\t\t\tborder-bottom: 1px solid #ccc;
\t\t}
\t\t.table-sp-td p {
\t\t\tfont-size: 11px;
\t\t\twidth: calc(100% - 115px);
\t\t\tpadding-top: 4px;
\t\t}
\t\t@media only screen and (max-width: 768px) {
\t\t\t.table-sp-td p {
\t\t\t\tdisplay: flex;
\t\t\t\tflex-direction: column;
\t\t\t\tjustify-content: center;
\t\t\t}
\t\t}
\t\t.table-sp-td .syuki-wrap p {
\t\t\tfont-size: 11px
\t\t}
\t\t.table-sp-td .syuki-wrap.first {
\t\t\tborder-top: 1px solid #ccc;
\t\t\tmargin-top: 12px;
\t\t}
\t\t.table-sp-td .syuki-wrap p:nth-child(1) {
\t\t\twidth: 110px;
\t\t\tmargin-right: 5px;
\t\t}
\t\t.table-sp-td .syuki-wrap p:nth-child(2) {
\t\t\twidth: calc(100% - 115px);
\t\t}
\t\t.note-sp {
\t\t\tdisplay: none;
\t\t}
\t\t@media only screen and (max-width: 768px) {
\t\t\t.evidence-container table {
\t\t\t\tdisplay: none;
\t\t\t}
\t\t\t.table-sp {
\t\t\t\tdisplay: block;
\t\t\t}
\t\t\t.note-pc {
\t\t\t\tdisplay: none;
\t\t\t}
\t\t\t.note-sp {
\t\t\t\tdisplay: block;
\t\t\t\tfont-size: 11px;
\t\t\t}
\t\t}
\t\t.evidence-container th {
\t\t\tbackground-color: #4894CB;
\t\t\tcolor: #fff;
\t\t\tfont-weight: bold;
\t\t\twhite-space: nowrap;
\t\t}
\t\t.evidence-container td {
\t\t\tvertical-align: middle;
\t\t}
\t\t.evidence-container tr:nth-child(even) {}
\t\t.evidence-table-title {
\t\t\tpadding-left: 12px;
\t\t\tposition: relative;
\t\t\tfont-size: 16px;
\t\t\tfont-weight: bold;
\t\t}
\t\t@media only screen and (max-width: 768px) {
\t\t\t.evidence-table-title h4 {
\t\t\t\tfont-size: 16px;
\t\t\t}
\t\t}
\t\t.evidence-table-title::before {
\t\t\tcontent: \"\";
\t\t\tposition: absolute;
\t\t\ttop: 0;
\t\t\tleft: 0;
\t\t\twidth: 4px;
\t\t\theight: 100%;
\t\t\tbackground: #4894CB;
\t\t}
\t\t.separate-span {
\t\t\tdisplay: block;
\t\t\tborder-top: 1px solid #ccc;
\t\t}
\t\t.separate-td {
\t\t\tpadding: 0 !important;
\t\t}
\t\t.separate-td span {
\t\t\tdisplay: block;
\t\t\tpadding: 8px;
\t\t}
\t\t.evidence-container {
\t\t\tpadding: 30px 0;
\t\t}
\t</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 286
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 287
echo "\t<div class=\"ec-role\">
\t\t<div class=\"ec-pageHeader\">
\t\t\t<h1>";
// line 289
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.title"), "html", null, true);
echo "</h1>
\t\t</div>
\t\t<div class=\"evidence-container\">
\t\t\t<div class=\"evidence-table-title\">
\t\t\t\t<h4>";
// line 294
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.safety_test"), "html", null, true);
echo "</h4>
\t\t\t</div>
\t\t\t<table>
\t\t\t\t<thead>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<th>";
// line 299
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_name"), "html", null, true);
echo "</th>
\t\t\t\t\t\t<th>";
// line 300
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.result"), "html", null, true);
echo "</th>
\t\t\t\t\t\t<th>";
// line 301
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</th>
\t\t\t\t\t</tr>
\t\t\t\t</thead>
\t\t\t\t<tbody>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230407_human_patch_test_report.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 308
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.human_patch_test"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>";
// line 311
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.human_patch_test_result"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t";
// line 313
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.doshisha_university"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t";
// line 314
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.antiaging_research_center"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_acute_oral_toxicity_test_using_female_rats.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 320
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.acute_oral_toxicity_test"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t\t";
// line 321
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.acute_oral_toxicity_test_sub"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>";
// line 324
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.acute_oral_toxicity_result"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td rowspan=\"5\">
\t\t\t\t\t\t\t";
// line 326
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_skin_irritation_test_using_human_cultured_skin_model.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 332
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.skin_irritation_test"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t\t";
// line 333
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.skin_irritation_test_sub"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>";
// line 336
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.non_irritating"), "html", null, true);
echo "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_eye_irritation_test_using_human_cultured_cornea_model.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 341
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.eye_irritation_test"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t\t";
// line 342
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.eye_irritation_test_sub"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>";
// line 345
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.non_irritating"), "html", null, true);
echo "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20220922_analysis_test_report_undiluted_solution.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 350
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.analysis_test_report"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>";
// line 353
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.analysis_test_report_result"), "html", null, true);
echo "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230601_chlorine_gas_generation_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 358
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.chlorine_gas_test"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>";
// line 361
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.chlorine_gas_test_result"), "html", null, true);
echo "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230914_metal_corrosion_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 366
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.metal_corrosion_test"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>";
// line 369
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.metal_corrosion_test_result"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>";
// line 370
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.jfe_techno_research"), "html", null, true);
echo "</td>
\t\t\t\t\t</tr>
\t\t\t\t</tbody>
\t\t\t</table>
\t\t\t<div class=\"table-sp\">
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230407_human_patch_test_report.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 378
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.human_patch_test"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 382
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.result"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 384
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.human_patch_test_result"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 388
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 390
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.doshisha_university"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t";
// line 391
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.antiaging_research_center"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_acute_oral_toxicity_test_using_female_rats.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 398
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.acute_oral_toxicity_test_full"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 402
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.result"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 404
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.acute_oral_toxicity_result"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 408
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 410
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_skin_irritation_test_using_human_cultured_skin_model.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 417
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.skin_irritation_test_full"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 421
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.result"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 423
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.non_irritating"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 427
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 429
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_eye_irritation_test_using_human_cultured_cornea_model.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 436
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.eye_irritation_test_full"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 440
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.result"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 442
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.non_irritating"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 446
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 448
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20220922_analysis_test_report_undiluted_solution.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 455
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.analysis_test_report"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 459
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.result"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 461
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.analysis_test_report_result"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 465
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 467
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230601_chlorine_gas_generation_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 474
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.chlorine_gas_test"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 478
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.result"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 480
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.chlorine_gas_test_result"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 484
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 486
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230914_metal_corrosion_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 493
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.metal_corrosion_test"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 497
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.result"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 499
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.metal_corrosion_test_result"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 503
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 505
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.jfe_techno_research"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"evidence-container\">
\t\t\t<div class=\"evidence-table-title\">
\t\t\t\t<h4>";
// line 514
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.effectiveness_test"), "html", null, true);
echo "</h4>
\t\t\t</div>
\t\t\t<table>
\t\t\t\t<thead>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<th>";
// line 519
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_name"), "html", null, true);
echo "</th>
\t\t\t\t\t\t<th>";
// line 520
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_virus_bacteria"), "html", null, true);
echo "</th>
\t\t\t\t\t\t<th>";
// line 521
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</th>
\t\t\t\t\t</tr>
\t\t\t\t</thead>
\t\t\t\t<tbody>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221109_virus_inactivation_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 528
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.virus_inactivation_test"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t";
// line 532
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.virus_list_1"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t";
// line 533
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.virus_list_2"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td rowspan=\"3\">";
// line 535
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_bactericidal_effect_test_1.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 540
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.bactericidal_effect_test"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t";
// line 544
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.bacteria_list_1"), "html", null, true);
echo "<br>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.bacteria_list_2"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20240627_bactericidal_effect_test_2.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 550
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.bactericidal_effect_test"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t";
// line 554
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.bacteria_list_3"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t</tbody>
\t\t\t</table>
\t\t\t<div class=\"table-sp\">
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221109_virus_inactivation_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 563
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.virus_inactivation_test"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 567
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_virus_type"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 569
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.virus_list_1_sp"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t";
// line 570
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.virus_list_2_sp"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t";
// line 571
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.virus_list_3_sp"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t";
// line 572
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.virus_list_note"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 576
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 578
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_bactericidal_effect_test_1.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 585
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.bactericidal_effect_test"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 589
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_virus_type"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 591
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.bacteria_list_sp_1"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 595
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 597
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20240627_bactericidal_effect_test_2.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 604
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.bactericidal_effect_test"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 608
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_virus_type"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 610
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.bacteria_list_3"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 614
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 616
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221108_deodorizing_effect_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 623
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.deodorizing_effect_test"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td column\">
\t\t\t\t\t\t<span>";
// line 627
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_odor"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<div class=\"syuki-wrap first\">
\t\t\t\t\t\t\t<p>";
// line 629
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_ammonia"), "html", null, true);
echo "</p>
\t\t\t\t\t\t\t<p>";
// line 630
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_ammonia_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>";
// line 633
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_trimethylamine"), "html", null, true);
echo "</p>
\t\t\t\t\t\t\t<p>";
// line 634
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_trimethylamine_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>";
// line 637
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_methylmercaptan"), "html", null, true);
echo "</p>
\t\t\t\t\t\t\t<p>";
// line 638
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_methylmercaptan_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>";
// line 641
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_hydrogen_sulfide"), "html", null, true);
echo "</p>
\t\t\t\t\t\t\t<p>";
// line 642
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_hydrogen_sulfide_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>";
// line 645
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_acetaldehyde"), "html", null, true);
echo "</p>
\t\t\t\t\t\t\t<p>";
// line 646
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_acetaldehyde_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>";
// line 649
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_isovaleric_acid"), "html", null, true);
echo "</p>
\t\t\t\t\t\t\t<p>";
// line 650
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_isovaleric_acid_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>";
// line 653
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_nonenal"), "html", null, true);
echo "</p>
\t\t\t\t\t\t\t<p>";
// line 654
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_nonenal_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>";
// line 657
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_methyl_sulfide"), "html", null, true);
echo "</p>
\t\t\t\t\t\t\t<p>";
// line 658
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_methyl_sulfide_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>";
// line 661
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_dimethyl_disulfide"), "html", null, true);
echo "</p>
\t\t\t\t\t\t\t<p>";
// line 662
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_dimethyl_disulfide_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>";
// line 665
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_styrene"), "html", null, true);
echo "</p>
\t\t\t\t\t\t\t<p>";
// line 666
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_styrene_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 670
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t";
// line 671
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a style=\"color:#a9a9a9;\" href=\"/html/user_data/assets/pdf/20221108_deodorizing_effect_test.pdf#page=12\" target=\"_blank\">
\t\t\t\t\t\t\t○";
// line 677
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.deodorizing_effect_test"), "html", null, true);
echo "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td column\">
\t\t\t\t\t\t<span>";
// line 681
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_odor"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<div class=\"syuki-wrap first\">
\t\t\t\t\t\t\t<p style=\"color:#a9a9a9;\">";
// line 683
echo twig_nl2br(twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_styrene_no_effect"), "html", null, true));
echo "</p>
\t\t\t\t\t\t\t<p style=\"color:#a9a9a9;\">";
// line 684
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_styrene_desc"), "html", null, true);
echo "</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>";
// line 688
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</span>
\t\t\t\t\t\t<p style=\"color:#a9a9a9;\">
\t\t\t\t\t\t\t";
// line 690
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<p class=\"note-sp\">";
// line 693
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.note_perfume"), "html", null, true);
echo "</p>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"evidence-container\">
\t\t\t<table>
\t\t\t\t<thead>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<th>";
// line 703
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_name"), "html", null, true);
echo "</th>
\t\t\t\t\t\t<th>";
// line 704
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_odor"), "html", null, true);
echo "</th>
\t\t\t\t\t\t<th>";
// line 705
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.main_odor"), "html", null, true);
echo "</th>
\t\t\t\t\t\t<th>";
// line 706
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.test_institution"), "html", null, true);
echo "</th>
\t\t\t\t\t</tr>
\t\t\t\t</thead>
\t\t\t\t<tbody>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td rowspan=\"9\">
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221108_deodorizing_effect_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 713
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.deodorizing_effect_test"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>";
// line 716
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_ammonia"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>";
// line 717
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_ammonia_desc"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td rowspan=\"9\">";
// line 718
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>";
// line 721
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_trimethylamine"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>";
// line 722
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_trimethylamine_desc"), "html", null, true);
echo "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>";
// line 725
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_methylmercaptan"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>";
// line 726
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_methylmercaptan_desc"), "html", null, true);
echo "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>";
// line 729
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_hydrogen_sulfide"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t";
// line 731
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_hydrogen_sulfide_desc_1"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t";
// line 732
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_hydrogen_sulfide_desc_2"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>";
// line 736
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_acetaldehyde"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t";
// line 738
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_acetaldehyde_desc_1"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t";
// line 739
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_acetaldehyde_desc_2"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>";
// line 743
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_isovaleric_acid"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t";
// line 745
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_isovaleric_acid_desc"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>";
// line 749
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_nonenal"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t";
// line 751
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_nonenal_desc"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>";
// line 755
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_methyl_sulfide"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t";
// line 757
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_methyl_sulfide_desc_1"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t";
// line 758
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_methyl_sulfide_desc_2"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>";
// line 762
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_dimethyl_disulfide"), "html", null, true);
echo "</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t";
// line 764
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_dimethyl_disulfide_desc_1"), "html", null, true);
echo "<br>
\t\t\t\t\t\t\t";
// line 765
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_dimethyl_disulfide_desc_2"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a style=\"color:#a9a9a9;\" href=\"/html/user_data/assets/pdf/20221108_deodorizing_effect_test.pdf#page=12\" target=\"_blank\">
\t\t\t\t\t\t\t\t";
// line 771
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.deodorizing_effect_test"), "html", null, true);
echo "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td style=\"color:#a9a9a9;\">
\t\t\t\t\t\t\t";
// line 775
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_styrene_no_effect"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td style=\"color:#a9a9a9;\">
\t\t\t\t\t\t\t";
// line 778
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.odor_styrene_desc"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td style=\"color:#a9a9a9;\">
\t\t\t\t\t\t\t";
// line 781
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.japan_food_analysis_center"), "html", null, true);
echo "
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t</tbody>
\t\t\t</table>
\t\t\t<p class=\"note-pc\">";
// line 786
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("evidence.note_perfume"), "html", null, true);
echo "</p>
\t\t</div>
\t</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Help/evidence.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1329 => 786, 1321 => 781, 1315 => 778, 1309 => 775, 1302 => 771, 1293 => 765, 1289 => 764, 1284 => 762, 1277 => 758, 1273 => 757, 1268 => 755, 1261 => 751, 1256 => 749, 1249 => 745, 1244 => 743, 1237 => 739, 1233 => 738, 1228 => 736, 1221 => 732, 1217 => 731, 1212 => 729, 1206 => 726, 1202 => 725, 1196 => 722, 1192 => 721, 1186 => 718, 1182 => 717, 1178 => 716, 1172 => 713, 1162 => 706, 1158 => 705, 1154 => 704, 1150 => 703, 1137 => 693, 1131 => 690, 1126 => 688, 1119 => 684, 1115 => 683, 1110 => 681, 1103 => 677, 1094 => 671, 1090 => 670, 1083 => 666, 1079 => 665, 1073 => 662, 1069 => 661, 1063 => 658, 1059 => 657, 1053 => 654, 1049 => 653, 1043 => 650, 1039 => 649, 1033 => 646, 1029 => 645, 1023 => 642, 1019 => 641, 1013 => 638, 1009 => 637, 1003 => 634, 999 => 633, 993 => 630, 989 => 629, 984 => 627, 977 => 623, 967 => 616, 962 => 614, 955 => 610, 950 => 608, 943 => 604, 933 => 597, 928 => 595, 921 => 591, 916 => 589, 909 => 585, 899 => 578, 894 => 576, 887 => 572, 883 => 571, 879 => 570, 875 => 569, 870 => 567, 863 => 563, 851 => 554, 844 => 550, 833 => 544, 826 => 540, 818 => 535, 813 => 533, 809 => 532, 802 => 528, 792 => 521, 788 => 520, 784 => 519, 776 => 514, 764 => 505, 759 => 503, 752 => 499, 747 => 497, 740 => 493, 730 => 486, 725 => 484, 718 => 480, 713 => 478, 706 => 474, 696 => 467, 691 => 465, 684 => 461, 679 => 459, 672 => 455, 662 => 448, 657 => 446, 650 => 442, 645 => 440, 638 => 436, 628 => 429, 623 => 427, 616 => 423, 611 => 421, 604 => 417, 594 => 410, 589 => 408, 582 => 404, 577 => 402, 570 => 398, 560 => 391, 556 => 390, 551 => 388, 544 => 384, 539 => 382, 532 => 378, 521 => 370, 517 => 369, 511 => 366, 503 => 361, 497 => 358, 489 => 353, 483 => 350, 475 => 345, 469 => 342, 465 => 341, 457 => 336, 451 => 333, 447 => 332, 438 => 326, 433 => 324, 427 => 321, 423 => 320, 414 => 314, 410 => 313, 405 => 311, 399 => 308, 389 => 301, 385 => 300, 381 => 299, 373 => 294, 365 => 289, 361 => 287, 351 => 286, 71 => 14, 61 => 13, 38 => 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' %}
{% block stylesheet %}
\t<style>
\t\t.evidence-container {
\t\t\tmargin: 10px 16px 0;
\t\t\t/*overflow: hidden;*/
\t\t}
\t\t@media only screen and (max-width: 768px) {
\t\t\t.evidence-container {
\t\t\t\t/*overflow: hidden;*/
\t\t\t\tmargin: 0;
\t\t\t}
\t\t}
\t\t.evidence-title {
\t\t\tcursor: pointer;
\t\t\tbackground-color: #4894CB;
\t\t\tcolor: white;
\t\t\tpadding: 15px 42px 15px 20px;
\t\t\tdisplay: flex;
\t\t\tjustify-content: space-between;
\t\t\talign-items: center;
\t\t\tfont-weight: bold;
\t\t\tborder-bottom: 1px solid #fff;
\t\t\tborder-radius: 12px;
\t\t\tposition: relative;
\t\t}
\t\t.evidence-title::before {
\t\t\tcontent: \"\";
\t\t\twidth: 2px;
\t\t\tbackground-color: #fff;
\t\t\theight: 20px;
\t\t\tposition: absolute;
\t\t\tright: 23px;
\t\t\ttop: 30%;
\t\t\topacity: 1;
\t\t\tvisibility: visible;
\t\t\ttransition: 0.25s all;
\t\t}
\t\t.evidence-title-show {
\t\t\tborder-radius: 12px 12px 0 0;
\t\t}
\t\t.evidence-title-show::before {
\t\t\topacity: 0;
\t\t\tvisibility: hidden;
\t\t\ttransition: 0.25s all;
\t\t}
\t\t.evidence-title::after {
\t\t\tcontent: \"\";
\t\t\twidth: 2px;
\t\t\tbackground-color: #fff;
\t\t\theight: 20px;
\t\t\tposition: absolute;
\t\t\tright: 23px;
\t\t\ttop: 30%;
\t\t\ttransform: rotate(90deg);
\t\t}
\t\t.evidence-title:hover {
\t\t\topacity: 0.7;
\t\t}
\t\t.evidence-title span {
\t\t\tfont-size: 14px;
\t\t}
\t\t.evidence-content {
\t\t\tbackground-color: #f8f9fa;
\t\t\tborder-top: 1px solid #eee;
\t\t\tline-height: 1.75;
\t\t\tletter-spacing: 0.08rem;
\t\t}
\t\t.plus-icon {
\t\t\tfont-size: 20px;
\t\t\tline-height: 1;
\t\t}
\t\t.evidence-content {
\t\t\theight: 0;
\t\t\topacity: 0;
\t\t\tvisibility: hidden;
\t\t\ttransition: 0.25s all;
\t\t\tpadding: 0 20px;
\t\t\tbox-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
\t\t\tmargin-bottom: 24px;
\t\t\tborder-radius: 0 0 12px 12px;
\t\t\tfont-size: 14px;
\t\t}
\t\t.evidence-content.show {
\t\t\theight: auto;
\t\t\topacity: 1;
\t\t\tvisibility: visible;
\t\t\ttransition: 0.25s all;
\t\t\tpadding: 15px 20px;
\t\t}
\t\t.toggle-icon {
\t\t\t;
\t\t\t/* additional styles if needed */
\t\t}
\t\t.toggle-icon.collapsed {
\t\t\tcontent: \"+\"; /* default state is collapsed (+) */
\t\t}
\t\t.toggle-icon.expanded {
\t\t\tcontent: \"-\"; /* expanded state is (-) */
\t\t}
\t\t.evidence-container table {
\t\t\twidth: 100%;
\t\t\tborder-collapse: collapse;
\t\t\tmargin: 0 auto;
\t\t}
\t\t.evidence-container thead {
\t\t\tbackground-color: #f2f2f2;
\t\t}
\t\t.evidence-container td {
\t\t\tmin-height: 65px;
\t\t\theight: 65px;
\t\t}
\t\t.evidence-container th,
\t\t.evidence-container td {
\t\t\tborder: 1px solid #ccc;
\t\t\tpadding: 8px;
\t\t\ttext-align: left;
\t\t\tword-wrap: break-word;
\t\t\tfont-size: 12px;
\t\t\ttext-align: center;
\t\t}
\t\t.evidence-container th a,
\t\t.evidence-container td a {
\t\t\ttext-align: left;
\t\t\tword-wrap: break-word;
\t\t\tfont-size: 12px;
\t\t}
\t\t.evidence-container td a {
\t\t\tcolor: #4894CB;
\t\t}
\t\t.table-sp {
\t\t\tdisplay: none;
\t\t}
\t\t.table-sp .table-sp-td {
\t\t\tmargin: 5px 0;
\t\t\tfont-size: 11px;
\t\t\tdisplay: flex;
\t\t}
\t\t.table-sp .table-sp-td.column {
\t\t\tflex-direction: column;
\t\t}
\t\t.table-sp .table-sp-tr {
\t\t\tmargin-top: 10px;
\t\t\tmargin-bottom: 50px;
\t\t}
\t\t.table-sp-td span {
\t\t\tbackground-color: #4894CB;
\t\t\tcolor: #fff;
\t\t\tfont-weight: bold;
\t\t\tpadding: 4px 0;
\t\t\tdisplay: inline-block;
\t\t\twidth: 110px;
\t\t\ttext-align: center;
\t\t\tmargin-right: 5px;
\t\t\theight: fit-content;
\t\t}
\t\t.table-sp-td .syuki-wrap {
\t\t\tdisplay: flex;
\t\t\tpadding: 6px 0;
\t\t\tborder-bottom: 1px solid #ccc;
\t\t}
\t\t.table-sp-td p {
\t\t\tfont-size: 11px;
\t\t\twidth: calc(100% - 115px);
\t\t\tpadding-top: 4px;
\t\t}
\t\t@media only screen and (max-width: 768px) {
\t\t\t.table-sp-td p {
\t\t\t\tdisplay: flex;
\t\t\t\tflex-direction: column;
\t\t\t\tjustify-content: center;
\t\t\t}
\t\t}
\t\t.table-sp-td .syuki-wrap p {
\t\t\tfont-size: 11px
\t\t}
\t\t.table-sp-td .syuki-wrap.first {
\t\t\tborder-top: 1px solid #ccc;
\t\t\tmargin-top: 12px;
\t\t}
\t\t.table-sp-td .syuki-wrap p:nth-child(1) {
\t\t\twidth: 110px;
\t\t\tmargin-right: 5px;
\t\t}
\t\t.table-sp-td .syuki-wrap p:nth-child(2) {
\t\t\twidth: calc(100% - 115px);
\t\t}
\t\t.note-sp {
\t\t\tdisplay: none;
\t\t}
\t\t@media only screen and (max-width: 768px) {
\t\t\t.evidence-container table {
\t\t\t\tdisplay: none;
\t\t\t}
\t\t\t.table-sp {
\t\t\t\tdisplay: block;
\t\t\t}
\t\t\t.note-pc {
\t\t\t\tdisplay: none;
\t\t\t}
\t\t\t.note-sp {
\t\t\t\tdisplay: block;
\t\t\t\tfont-size: 11px;
\t\t\t}
\t\t}
\t\t.evidence-container th {
\t\t\tbackground-color: #4894CB;
\t\t\tcolor: #fff;
\t\t\tfont-weight: bold;
\t\t\twhite-space: nowrap;
\t\t}
\t\t.evidence-container td {
\t\t\tvertical-align: middle;
\t\t}
\t\t.evidence-container tr:nth-child(even) {}
\t\t.evidence-table-title {
\t\t\tpadding-left: 12px;
\t\t\tposition: relative;
\t\t\tfont-size: 16px;
\t\t\tfont-weight: bold;
\t\t}
\t\t@media only screen and (max-width: 768px) {
\t\t\t.evidence-table-title h4 {
\t\t\t\tfont-size: 16px;
\t\t\t}
\t\t}
\t\t.evidence-table-title::before {
\t\t\tcontent: \"\";
\t\t\tposition: absolute;
\t\t\ttop: 0;
\t\t\tleft: 0;
\t\t\twidth: 4px;
\t\t\theight: 100%;
\t\t\tbackground: #4894CB;
\t\t}
\t\t.separate-span {
\t\t\tdisplay: block;
\t\t\tborder-top: 1px solid #ccc;
\t\t}
\t\t.separate-td {
\t\t\tpadding: 0 !important;
\t\t}
\t\t.separate-td span {
\t\t\tdisplay: block;
\t\t\tpadding: 8px;
\t\t}
\t\t.evidence-container {
\t\t\tpadding: 30px 0;
\t\t}
\t</style>
{% endblock %}
{% block main %}
\t<div class=\"ec-role\">
\t\t<div class=\"ec-pageHeader\">
\t\t\t<h1>{{ 'evidence.title'|trans }}</h1>
\t\t</div>
\t\t<div class=\"evidence-container\">
\t\t\t<div class=\"evidence-table-title\">
\t\t\t\t<h4>{{ 'evidence.safety_test'|trans }}</h4>
\t\t\t</div>
\t\t\t<table>
\t\t\t\t<thead>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<th>{{ 'evidence.test_name'|trans }}</th>
\t\t\t\t\t\t<th>{{ 'evidence.result'|trans }}</th>
\t\t\t\t\t\t<th>{{ 'evidence.test_institution'|trans }}</th>
\t\t\t\t\t</tr>
\t\t\t\t</thead>
\t\t\t\t<tbody>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230407_human_patch_test_report.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.human_patch_test'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>{{ 'evidence.human_patch_test_result'|trans }}</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t{{ 'evidence.doshisha_university'|trans }}<br>
\t\t\t\t\t\t\t{{ 'evidence.antiaging_research_center'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_acute_oral_toxicity_test_using_female_rats.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.acute_oral_toxicity_test'|trans }}<br>
\t\t\t\t\t\t\t\t{{ 'evidence.acute_oral_toxicity_test_sub'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>{{ 'evidence.acute_oral_toxicity_result'|trans }}</td>
\t\t\t\t\t\t<td rowspan=\"5\">
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_skin_irritation_test_using_human_cultured_skin_model.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.skin_irritation_test'|trans }}<br>
\t\t\t\t\t\t\t\t{{ 'evidence.skin_irritation_test_sub'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>{{ 'evidence.non_irritating'|trans }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_eye_irritation_test_using_human_cultured_cornea_model.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.eye_irritation_test'|trans }}<br>
\t\t\t\t\t\t\t\t{{ 'evidence.eye_irritation_test_sub'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>{{ 'evidence.non_irritating'|trans }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20220922_analysis_test_report_undiluted_solution.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.analysis_test_report'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>{{ 'evidence.analysis_test_report_result'|trans }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230601_chlorine_gas_generation_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.chlorine_gas_test'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>{{ 'evidence.chlorine_gas_test_result'|trans }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230914_metal_corrosion_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.metal_corrosion_test'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>{{ 'evidence.metal_corrosion_test_result'|trans }}</td>
\t\t\t\t\t\t<td>{{ 'evidence.jfe_techno_research'|trans }}</td>
\t\t\t\t\t</tr>
\t\t\t\t</tbody>
\t\t\t</table>
\t\t\t<div class=\"table-sp\">
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230407_human_patch_test_report.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.human_patch_test'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.result'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.human_patch_test_result'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.doshisha_university'|trans }}<br>
\t\t\t\t\t\t\t{{ 'evidence.antiaging_research_center'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_acute_oral_toxicity_test_using_female_rats.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.acute_oral_toxicity_test_full'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.result'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.acute_oral_toxicity_result'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_skin_irritation_test_using_human_cultured_skin_model.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.skin_irritation_test_full'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.result'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.non_irritating'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_eye_irritation_test_using_human_cultured_cornea_model.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.eye_irritation_test_full'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.result'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.non_irritating'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20220922_analysis_test_report_undiluted_solution.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.analysis_test_report'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.result'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.analysis_test_report_result'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230601_chlorine_gas_generation_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.chlorine_gas_test'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.result'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.chlorine_gas_test_result'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20230914_metal_corrosion_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.metal_corrosion_test'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.result'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.metal_corrosion_test_result'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.jfe_techno_research'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"evidence-container\">
\t\t\t<div class=\"evidence-table-title\">
\t\t\t\t<h4>{{ 'evidence.effectiveness_test'|trans }}</h4>
\t\t\t</div>
\t\t\t<table>
\t\t\t\t<thead>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<th>{{ 'evidence.test_name'|trans }}</th>
\t\t\t\t\t\t<th>{{ 'evidence.test_virus_bacteria'|trans }}</th>
\t\t\t\t\t\t<th>{{ 'evidence.test_institution'|trans }}</th>
\t\t\t\t\t</tr>
\t\t\t\t</thead>
\t\t\t\t<tbody>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221109_virus_inactivation_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.virus_inactivation_test'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t{{ 'evidence.virus_list_1'|trans }}<br>
\t\t\t\t\t\t\t{{ 'evidence.virus_list_2'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td rowspan=\"3\">{{ 'evidence.japan_food_analysis_center'|trans }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_bactericidal_effect_test_1.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.bactericidal_effect_test'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t{{ 'evidence.bacteria_list_1'|trans }}<br>{{ 'evidence.bacteria_list_2'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20240627_bactericidal_effect_test_2.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.bactericidal_effect_test'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t{{ 'evidence.bacteria_list_3'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t</tbody>
\t\t\t</table>
\t\t\t<div class=\"table-sp\">
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221109_virus_inactivation_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.virus_inactivation_test'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_virus_type'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.virus_list_1_sp'|trans }}<br>
\t\t\t\t\t\t\t{{ 'evidence.virus_list_2_sp'|trans }}<br>
\t\t\t\t\t\t\t{{ 'evidence.virus_list_3_sp'|trans }}<br>
\t\t\t\t\t\t\t{{ 'evidence.virus_list_note'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221021_bactericidal_effect_test_1.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.bactericidal_effect_test'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_virus_type'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.bacteria_list_sp_1'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20240627_bactericidal_effect_test_2.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.bactericidal_effect_test'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_virus_type'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.bacteria_list_3'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221108_deodorizing_effect_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.deodorizing_effect_test'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td column\">
\t\t\t\t\t\t<span>{{ 'evidence.test_odor'|trans }}</span>
\t\t\t\t\t\t<div class=\"syuki-wrap first\">
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_ammonia'|trans }}</p>
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_ammonia_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_trimethylamine'|trans }}</p>
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_trimethylamine_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_methylmercaptan'|trans }}</p>
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_methylmercaptan_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_hydrogen_sulfide'|trans }}</p>
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_hydrogen_sulfide_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_acetaldehyde'|trans }}</p>
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_acetaldehyde_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_isovaleric_acid'|trans }}</p>
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_isovaleric_acid_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_nonenal'|trans }}</p>
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_nonenal_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_methyl_sulfide'|trans }}</p>
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_methyl_sulfide_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_dimethyl_disulfide'|trans }}</p>
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_dimethyl_disulfide_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"syuki-wrap\">
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_styrene'|trans }}</p>
\t\t\t\t\t\t\t<p>{{ 'evidence.odor_styrene_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"table-sp-tr\">
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<a style=\"color:#a9a9a9;\" href=\"/html/user_data/assets/pdf/20221108_deodorizing_effect_test.pdf#page=12\" target=\"_blank\">
\t\t\t\t\t\t\t○{{ 'evidence.deodorizing_effect_test'|trans }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td column\">
\t\t\t\t\t\t<span>{{ 'evidence.test_odor'|trans }}</span>
\t\t\t\t\t\t<div class=\"syuki-wrap first\">
\t\t\t\t\t\t\t<p style=\"color:#a9a9a9;\">{{ 'evidence.odor_styrene_no_effect'|trans|nl2br }}</p>
\t\t\t\t\t\t\t<p style=\"color:#a9a9a9;\">{{ 'evidence.odor_styrene_desc'|trans }}</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"table-sp-td\">
\t\t\t\t\t\t<span>{{ 'evidence.test_institution'|trans }}</span>
\t\t\t\t\t\t<p style=\"color:#a9a9a9;\">
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t\t<p class=\"note-sp\">{{ 'evidence.note_perfume'|trans }}</p>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"evidence-container\">
\t\t\t<table>
\t\t\t\t<thead>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<th>{{ 'evidence.test_name'|trans }}</th>
\t\t\t\t\t\t<th>{{ 'evidence.test_odor'|trans }}</th>
\t\t\t\t\t\t<th>{{ 'evidence.main_odor'|trans }}</th>
\t\t\t\t\t\t<th>{{ 'evidence.test_institution'|trans }}</th>
\t\t\t\t\t</tr>
\t\t\t\t</thead>
\t\t\t\t<tbody>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td rowspan=\"9\">
\t\t\t\t\t\t\t<a href=\"/html/user_data/assets/pdf/20221108_deodorizing_effect_test.pdf\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.deodorizing_effect_test'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td>{{ 'evidence.odor_ammonia'|trans }}</td>
\t\t\t\t\t\t<td>{{ 'evidence.odor_ammonia_desc'|trans }}</td>
\t\t\t\t\t\t<td rowspan=\"9\">{{ 'evidence.japan_food_analysis_center'|trans }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>{{ 'evidence.odor_trimethylamine'|trans }}</td>
\t\t\t\t\t\t<td>{{ 'evidence.odor_trimethylamine_desc'|trans }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>{{ 'evidence.odor_methylmercaptan'|trans }}</td>
\t\t\t\t\t\t<td>{{ 'evidence.odor_methylmercaptan_desc'|trans }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>{{ 'evidence.odor_hydrogen_sulfide'|trans }}</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t{{ 'evidence.odor_hydrogen_sulfide_desc_1'|trans }}<br>
\t\t\t\t\t\t\t{{ 'evidence.odor_hydrogen_sulfide_desc_2'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>{{ 'evidence.odor_acetaldehyde'|trans }}</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t{{ 'evidence.odor_acetaldehyde_desc_1'|trans }}<br>
\t\t\t\t\t\t\t{{ 'evidence.odor_acetaldehyde_desc_2'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>{{ 'evidence.odor_isovaleric_acid'|trans }}</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t{{ 'evidence.odor_isovaleric_acid_desc'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>{{ 'evidence.odor_nonenal'|trans }}</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t{{ 'evidence.odor_nonenal_desc'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>{{ 'evidence.odor_methyl_sulfide'|trans }}</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t{{ 'evidence.odor_methyl_sulfide_desc_1'|trans }}<br>
\t\t\t\t\t\t\t{{ 'evidence.odor_methyl_sulfide_desc_2'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>{{ 'evidence.odor_dimethyl_disulfide'|trans }}</td>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t{{ 'evidence.odor_dimethyl_disulfide_desc_1'|trans }}<br>
\t\t\t\t\t\t\t{{ 'evidence.odor_dimethyl_disulfide_desc_2'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<a style=\"color:#a9a9a9;\" href=\"/html/user_data/assets/pdf/20221108_deodorizing_effect_test.pdf#page=12\" target=\"_blank\">
\t\t\t\t\t\t\t\t{{ 'evidence.deodorizing_effect_test'|trans }}
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td style=\"color:#a9a9a9;\">
\t\t\t\t\t\t\t{{ 'evidence.odor_styrene_no_effect'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td style=\"color:#a9a9a9;\">
\t\t\t\t\t\t\t{{ 'evidence.odor_styrene_desc'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t\t<td style=\"color:#a9a9a9;\">
\t\t\t\t\t\t\t{{ 'evidence.japan_food_analysis_center'|trans }}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t</tbody>
\t\t\t</table>
\t\t\t<p class=\"note-pc\">{{ 'evidence.note_perfume'|trans }}</p>
\t\t</div>
\t</div>
{% endblock %}
", "Help/evidence.twig", "/home/aonchappy/aonchappy.xsrv.jp/public_html/app/template/default/Help/evidence.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 289, "trans" => 289, "nl2br" => 683);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape', 'trans', 'nl2br'],
[]
);
} 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;
}
}
}