var/cache/dev/twig/87/879ec3ee8aeec9975d65016d37e7fe73.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @user_data/health_trend_dashsyoku.twig */
  14. class __TwigTemplate_e6603ae5996561ff895a19787377db85 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'main' => [$this'block_main'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "default_frame.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@user_data/health_trend_dashsyoku.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@user_data/health_trend_dashsyoku.twig"));
  38.         $this->parent $this->loadTemplate("default_frame.twig""@user_data/health_trend_dashsyoku.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 3
  46.     public function block_main($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  53.         // line 4
  54.         echo "<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  55. <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  56. <link href=\"https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap\" rel=\"stylesheet\">
  57. <style>
  58.   .warning {
  59.     width: 100%;
  60.     padding: 2%;
  61.     background-color: #ffffbf;
  62.     text-align: center;
  63.     border-radius: 10px;
  64.     box-sizing: border-box;
  65.   }
  66.   .sale-price {
  67.     color: #c00;
  68.   }
  69.   .normal-price {
  70.     font-size: 80%;
  71.   }
  72.   .kosugi-maru-regular {
  73.     font-family: \"Kosugi Maru\", system-ui;
  74.     font-weight: 400;
  75.     font-style: normal;
  76.   }
  77.   .content {
  78.     font-size: 150%;
  79.     line-height: 1.5;
  80.   }
  81.   h1,
  82.   h2,
  83.   h3,
  84.   h4,
  85.   h5,
  86.   h6,
  87.   th {
  88.     margin: 0;
  89.     font-size: 100%;
  90.   }
  91.   .ttl-level-01,
  92.   .ttl-level-02 {
  93.     margin-bottom: 10px;
  94.   }
  95.   .ttl-level-03 {
  96.     margin-bottom: .5em;
  97.     padding-bottom: .25em;
  98.     border-bottom: 4px dotted #ffa266;
  99.     font-size: 150%;
  100.     color: #ffa266;
  101.   }
  102.   .box-img-01 {
  103.     margin: 1em auto;
  104.   }
  105.   .sec-cmn-01 {
  106.     padding: 0 3%;
  107.     margin: 2em auto;
  108.   }
  109.   .area-cmn-01.sec04 {
  110.     padding: 5%;
  111.     background-color: #f4ede7;
  112.   }
  113.   .sec04 .ttl-level-02-2 {
  114.     margin-bottom: .25em;
  115.     font-size: 150%;
  116.     font-weight: bold;
  117.   }
  118.   @media screen and (min-width: 768px) {
  119.     .ttl-level-01 {
  120.       padding-bottom: 8%;
  121.     }
  122.     .sec-cmn-01 {
  123.       width: 80%;
  124.     }
  125.     .cartWrapper {
  126.       font-size: 75%;
  127.     }
  128.   }
  129. </style>
  130. <div class=\"ec-ContentsRole\">
  131.   <div class=\"breadcrumb\">
  132.     <ol itemscope itemtype=\"https://schema.org/BreadcrumbList\">
  133.       <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  134.         <a itemprop=\"item\" href=\"";
  135.         // line 99
  136.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  137.         echo "\">
  138.           <span itemprop=\"name\">ミリオンストア・トップページ</span></a>
  139.         <meta itemprop=\"position\" content=\"1\" />
  140.       </li>
  141.       <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  142.         <a itemprop=\"item\" href=\"";
  143.         // line 104
  144.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  145.         echo "health-trend/\">
  146.           <span itemprop=\"name\">健康トレンド図鑑</span></a>
  147.         <meta itemprop=\"position\" content=\"2\" />
  148.       </li>
  149.       <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\" class=\"last\">
  150.         <a itemprop=\"item\" href=\"";
  151.         // line 109
  152.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  153.         echo "health-trend/dashsyoku/\">
  154.           <span itemprop=\"name\">血圧が気になる方必見!話題の「DASH食」を取り入れて若々しさをキープ
  155.           </span></a>
  156.         <meta itemprop=\"position\" content=\"3\" />
  157.       </li>
  158.     </ol>
  159.   </div>
  160.   <!-- contents -->
  161.   <div class=\"dashsyoku kosugi-maru-regular\">
  162.     <h1 class=\"ttl-level-01\">
  163.       <picture>
  164.         <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  165.         // line 120
  166.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/mv_sp.webp"), "html"nulltrue);
  167.         echo ", ";
  168.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/mv_sp@2x.webp"), "html"nulltrue);
  169.         echo " 2x\">
  170. \t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  171.         // line 121
  172.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/mv_sp.jpg"), "html"nulltrue);
  173.         echo ", ";
  174.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/mv_sp@2x.jpg"), "html"nulltrue);
  175.         echo " 2x\"> -->
  176.         <source type=\"image/webp\"
  177.           srcset=\"";
  178.         // line 123
  179.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/mv_pc.webp"), "html"nulltrue);
  180.         echo " 1x, ";
  181.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/mv_pc@2x.webp"), "html"nulltrue);
  182.         echo " 2x\">
  183.         <source
  184.           srcset=\"";
  185.         // line 125
  186.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/mv_pc.jpg"), "html"nulltrue);
  187.         echo " 1x, ";
  188.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/mv_pc@2x.jpg"), "html"nulltrue);
  189.         echo " 2x\">
  190.         <img src=\"";
  191.         // line 126
  192.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/mv_pc."), "html"nulltrue);
  193.         echo "\" alt=\"血圧が気になる方必見!話題の「DASH食」を取り入れて若々しさをキープ\"
  194.           width=\"100%\">
  195.       </picture>
  196.     </h1>
  197.     <div class=\"content\">
  198.       <div class=\"area-cmn-01 sec01\">
  199.         <h2 class=\"ttl-level-02\">
  200.           <picture>
  201.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  202.         // line 135
  203.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec01_01_sp.webp"), "html"nulltrue);
  204.         echo ", ";
  205.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec01_01_sp@2x.webp"), "html"nulltrue);
  206.         echo " 2x\">
  207. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  208.         // line 136
  209.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec01_01_sp.png"), "html"nulltrue);
  210.         echo ", ";
  211.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec01_01_sp@2x.png"), "html"nulltrue);
  212.         echo " 2x\"> -->
  213.             <source type=\"image/webp\"
  214.               srcset=\"";
  215.         // line 138
  216.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec01_01_pc.webp"), "html"nulltrue);
  217.         echo " 1x, ";
  218.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec01_01_pc@2x.webp"), "html"nulltrue);
  219.         echo " 2x\">
  220.             <source
  221.               srcset=\"";
  222.         // line 140
  223.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec01_01_pc.png"), "html"nulltrue);
  224.         echo " 1x, ";
  225.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec01_01_pc@2x.png"), "html"nulltrue);
  226.         echo " 2x\">
  227.             <img src=\"";
  228.         // line 141
  229.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec01_01_pc.png"), "html"nulltrue);
  230.         echo "\" alt=\"話題の食事療法、「DASH食」とは?\"
  231.               width=\"100%\">
  232.           </picture>
  233.         </h2>
  234.         <div class=\"box-txt-01\">
  235.           <p>DASH食は、Dietary Approaches to Stop Hypertensionの略称で、高血圧予防を目的とした食事療法です。</p>
  236.           <p>アメリカ国立衛生研究所(NIH)が提唱し、その効果は数多くの研究で実証されています。</p>
  237.         </div>
  238.         <div class=\"sec-cmn-01\">
  239.           <h3 class=\"ttl-level-03\">なぜDASH食が注目されているの?</h3>
  240.           <div class=\"box-txt-01\">
  241.             <p>外食や加工食品を食べる機会が増えたことにより、塩分過多や栄養バランスの乱れが問題視されています。こうした食生活の変化が、高血圧や心疾患などの生活習慣病のリスクを高める一因となっています。</p>
  242.             <p>近年、健康意識の高まりとともに食生活を見直す人が増えています。DASH食は、具体的な食事の目標となることから、健康意識の高い方を中心に注目を集めています。</p>
  243.           </div>
  244.           <div class=\"box-img-01\">
  245.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  246.         // line 157
  247.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec01_01_sp.webp"), "html"nulltrue);
  248.         echo ", ";
  249.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec01_01_sp@2x.webp"), "html"nulltrue);
  250.         echo " 2x\">
  251. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  252.         // line 158
  253.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec01_01_sp.jpg"), "html"nulltrue);
  254.         echo ", ";
  255.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec01_01_sp@2x.jpg"), "html"nulltrue);
  256.         echo " 2x\"> -->
  257.             <source type=\"image/webp\"
  258.               srcset=\"";
  259.         // line 160
  260.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec01_01_pc.webp"), "html"nulltrue);
  261.         echo " 1x, ";
  262.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec01_01_pc@2x.webp"), "html"nulltrue);
  263.         echo " 2x\">
  264.             <source
  265.               srcset=\"";
  266.         // line 162
  267.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec01_01_pc.jpg"), "html"nulltrue);
  268.         echo " 1x, ";
  269.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec01_01_pc@2x.jpg"), "html"nulltrue);
  270.         echo " 2x\">
  271.             <img src=\"";
  272.         // line 163
  273.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec01_01_pc.jpg"), "html"nulltrue);
  274.         echo "\" alt=\"楽しく食事をする老夫婦\"
  275.               width=\"100%\">
  276.           </div>
  277.         </div>
  278.       </div>
  279.       <div class=\"area-cmn-01 sec02\">
  280.         <h2 class=\"ttl-level-02\">
  281.           <picture>
  282.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  283.         // line 171
  284.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_sp.webp"), "html"nulltrue);
  285.         echo ", ";
  286.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_sp@2x.webp"), "html"nulltrue);
  287.         echo " 2x\">
  288. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  289.         // line 172
  290.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_sp.png"), "html"nulltrue);
  291.         echo ", ";
  292.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_sp@2x.png"), "html"nulltrue);
  293.         echo " 2x\"> -->
  294.             <source type=\"image/webp\"
  295.               srcset=\"";
  296.         // line 174
  297.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_pc.webp"), "html"nulltrue);
  298.         echo " 1x, ";
  299.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_pc@2x.webp"), "html"nulltrue);
  300.         echo " 2x\">
  301.             <source
  302.               srcset=\"";
  303.         // line 176
  304.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_pc.png"), "html"nulltrue);
  305.         echo " 1x, ";
  306.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_pc@2x.png"), "html"nulltrue);
  307.         echo " 2x\">
  308.             <img src=\"";
  309.         // line 177
  310.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_pc.png"), "html"nulltrue);
  311.         echo "\" alt=\"DASH食の基本\" width=\"100%\">
  312.           </picture>
  313.         </h2>
  314.         <div class=\"box-txt-01\">
  315.           <p>DASH食は、単なるダイエットではなく、心身ともに健康な状態を維持するための食事法です。</p>
  316.           <p>DASH食のポイントは、大きく分けて次の3つです。</p>
  317.         </div>
  318.         <div class=\"sec-cmn-01\">
  319.           <h3 class=\"ttl-level-03-2\">
  320.             <picture>
  321.               <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  322.         // line 187
  323.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_sp.webp"), "html"nulltrue);
  324.         echo ", ";
  325.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_sp@2x.webp"), "html"nulltrue);
  326.         echo " 2x\">
  327. \t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  328.         // line 188
  329.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_sp.png"), "html"nulltrue);
  330.         echo ", ";
  331.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_01_sp@2x.png"), "html"nulltrue);
  332.         echo " 2x\"> -->
  333.               <source type=\"image/webp\"
  334.                 srcset=\"";
  335.         // line 190
  336.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_02_pc.webp"), "html"nulltrue);
  337.         echo " 1x, ";
  338.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_02_pc@2x.webp"), "html"nulltrue);
  339.         echo " 2x\">
  340.               <source
  341.                 srcset=\"";
  342.         // line 192
  343.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_02_pc.png"), "html"nulltrue);
  344.         echo " 1x, ";
  345.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_02_pc@2x.png"), "html"nulltrue);
  346.         echo " 2x\">
  347.               <img src=\"";
  348.         // line 193
  349.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_02_pc.png"), "html"nulltrue);
  350.         echo "\" alt=\"1 バランスのよい食事\"
  351.                 width=\"100%\">
  352.             </picture>
  353.           </h3>
  354.           <div class=\"box-txt-01\">
  355.             <p>DASH食では、様々な種類の食品をバランスよく摂ることが大切です。穀物、果物、野菜、低脂肪乳製品、豆類、魚、鶏肉、ナッツ類などを組み合わせることで、必要な栄養素を効率的に摂取できます。</p>
  356.           </div>
  357.           <div class=\"box-img-01\">
  358.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  359.         // line 201
  360.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_01_sp.webp"), "html"nulltrue);
  361.         echo ", ";
  362.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_01_sp@2x.webp"), "html"nulltrue);
  363.         echo " 2x\">
  364. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  365.         // line 202
  366.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_01_sp.jpg"), "html"nulltrue);
  367.         echo ", ";
  368.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_01_sp@2x.jpg"), "html"nulltrue);
  369.         echo " 2x\"> -->
  370.             <source type=\"image/webp\"
  371.               srcset=\"";
  372.         // line 204
  373.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_01_pc.webp"), "html"nulltrue);
  374.         echo " 1x, ";
  375.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_01_pc@2x.webp"), "html"nulltrue);
  376.         echo " 2x\">
  377.             <source
  378.               srcset=\"";
  379.         // line 206
  380.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_01_pc.jpg"), "html"nulltrue);
  381.         echo " 1x, ";
  382.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_01_pc@2x.jpg"), "html"nulltrue);
  383.         echo " 2x\">
  384.             <img src=\"";
  385.         // line 207
  386.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_01_pc.jpg"), "html"nulltrue);
  387.         echo "\" alt=\"こんな時にオススメ!\"
  388.               width=\"100%\">
  389.           </div>
  390.         </div>
  391.         <div class=\"sec-cmn-01\">
  392.           <h3 class=\"ttl-level-03-2\">
  393.             <picture>
  394.               <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  395.         // line 214
  396.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_03_sp.webp"), "html"nulltrue);
  397.         echo ", ";
  398.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_03_sp@2x.webp"), "html"nulltrue);
  399.         echo " 2x\">
  400. \t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  401.         // line 215
  402.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_03_sp.png"), "html"nulltrue);
  403.         echo ", ";
  404.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_03_sp@2x.png"), "html"nulltrue);
  405.         echo " 2x\"> -->
  406.               <source type=\"image/webp\"
  407.                 srcset=\"";
  408.         // line 217
  409.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_03_pc.webp"), "html"nulltrue);
  410.         echo " 1x, ";
  411.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_03_pc@2x.webp"), "html"nulltrue);
  412.         echo " 2x\">
  413.               <source
  414.                 srcset=\"";
  415.         // line 219
  416.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_03_pc.png"), "html"nulltrue);
  417.         echo " 1x, ";
  418.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_03_pc@2x.png"), "html"nulltrue);
  419.         echo " 2x\">
  420.               <img src=\"";
  421.         // line 220
  422.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_03_pc.png"), "html"nulltrue);
  423.         echo "\" alt=\"2 塩分制限\" width=\"100%\">
  424.             </picture>
  425.           </h3>
  426.           <div class=\"box-txt-01\">
  427.             <p>高血圧の原因の一つに塩分過多が挙げられます。DASH食では、塩分摂取量を1日あたり2,300mg以下に抑えることを目標とします。加工食品や外食を控え、家庭料理で塩分を控える工夫が大切です。</p>
  428.           </div>
  429.           <div class=\"box-img-01\">
  430.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  431.         // line 227
  432.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_02_sp.webp"), "html"nulltrue);
  433.         echo ", ";
  434.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_02_sp@2x.webp"), "html"nulltrue);
  435.         echo " 2x\">
  436. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  437.         // line 228
  438.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_02_sp.jpg"), "html"nulltrue);
  439.         echo ", ";
  440.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_02_sp@2x.jpg"), "html"nulltrue);
  441.         echo " 2x\"> -->
  442.             <source type=\"image/webp\"
  443.               srcset=\"";
  444.         // line 230
  445.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_02_pc.webp"), "html"nulltrue);
  446.         echo " 1x, ";
  447.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_02_pc@2x.webp"), "html"nulltrue);
  448.         echo " 2x\">
  449.             <source
  450.               srcset=\"";
  451.         // line 232
  452.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_02_pc.jpg"), "html"nulltrue);
  453.         echo " 1x, ";
  454.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_02_pc@2x.jpg"), "html"nulltrue);
  455.         echo " 2x\">
  456.             <img src=\"";
  457.         // line 233
  458.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_02_pc.jpg"), "html"nulltrue);
  459.         echo "\" alt=\"こんな時にオススメ!\"
  460.               width=\"100%\">
  461.           </div>
  462.         </div>
  463.         <div class=\"sec-cmn-01\">
  464.           <h3 class=\"ttl-level-03-2\">
  465.             <picture>
  466.               <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  467.         // line 240
  468.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_04_sp.webp"), "html"nulltrue);
  469.         echo ", ";
  470.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_04_sp@2x.webp"), "html"nulltrue);
  471.         echo " 2x\">
  472. \t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  473.         // line 241
  474.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_04_sp.png"), "html"nulltrue);
  475.         echo ", ";
  476.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_04_sp@2x.png"), "html"nulltrue);
  477.         echo " 2x\"> -->
  478.               <source type=\"image/webp\"
  479.                 srcset=\"";
  480.         // line 243
  481.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_04_pc.webp"), "html"nulltrue);
  482.         echo " 1x, ";
  483.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_04_pc@2x.webp"), "html"nulltrue);
  484.         echo " 2x\">
  485.               <source
  486.                 srcset=\"";
  487.         // line 245
  488.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_04_pc.png"), "html"nulltrue);
  489.         echo " 1x, ";
  490.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_04_pc@2x.png"), "html"nulltrue);
  491.         echo " 2x\">
  492.               <img src=\"";
  493.         // line 246
  494.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec02_04_pc.png"), "html"nulltrue);
  495.         echo "\" alt=\"2 塩分制限\" width=\"100%\">
  496.             </picture>
  497.           </h3>
  498.           <div class=\"box-txt-01\">
  499.             <p>果物や野菜には、カリウム、マグネシウム、食物繊維など、高血圧予防に効果的な栄養素が豊富に含まれています。DASH食では、1日に5~9皿の果物や野菜を摂ることが推奨されています。</p>
  500.           </div>
  501.           <div class=\"box-img-01\">
  502.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  503.         // line 253
  504.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_03_sp.webp"), "html"nulltrue);
  505.         echo ", ";
  506.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_03_sp@2x.webp"), "html"nulltrue);
  507.         echo " 2x\">
  508. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  509.         // line 254
  510.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_03_sp.jpg"), "html"nulltrue);
  511.         echo ", ";
  512.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_03_sp@2x.jpg"), "html"nulltrue);
  513.         echo " 2x\"> -->
  514.             <source type=\"image/webp\"
  515.               srcset=\"";
  516.         // line 256
  517.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_03_pc.webp"), "html"nulltrue);
  518.         echo " 1x, ";
  519.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_03_pc@2x.webp"), "html"nulltrue);
  520.         echo " 2x\">
  521.             <source
  522.               srcset=\"";
  523.         // line 258
  524.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_03_pc.jpg"), "html"nulltrue);
  525.         echo " 1x, ";
  526.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_03_pc@2x.jpg"), "html"nulltrue);
  527.         echo " 2x\">
  528.             <img src=\"";
  529.         // line 259
  530.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec02_03_pc.jpg"), "html"nulltrue);
  531.         echo "\" alt=\"こんな時にオススメ!\"
  532.               width=\"100%\">
  533.           </div>
  534.         </div>
  535.       </div>
  536.       <div class=\"area-cmn-01 sec03\">
  537.         <h2 class=\"ttl-level-02\">
  538.           <picture>
  539.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  540.         // line 267
  541.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec03_01_sp.webp"), "html"nulltrue);
  542.         echo ", ";
  543.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec03_01_sp@2x.webp"), "html"nulltrue);
  544.         echo " 2x\">
  545. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  546.         // line 268
  547.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec03_01_sp.png"), "html"nulltrue);
  548.         echo ", ";
  549.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec03_01_sp@2x.png"), "html"nulltrue);
  550.         echo " 2x\"> -->
  551.             <source type=\"image/webp\"
  552.               srcset=\"";
  553.         // line 270
  554.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec03_01_pc.webp"), "html"nulltrue);
  555.         echo " 1x, ";
  556.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec03_01_pc@2x.webp"), "html"nulltrue);
  557.         echo " 2x\">
  558.             <source
  559.               srcset=\"";
  560.         // line 272
  561.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec03_01_pc.png"), "html"nulltrue);
  562.         echo " 1x, ";
  563.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec03_01_pc@2x.png"), "html"nulltrue);
  564.         echo " 2x\">
  565.             <img src=\"";
  566.         // line 273
  567.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/ttl_sec03_01_pc.png"), "html"nulltrue);
  568.         echo "\"
  569.               alt=\"DASH食に欠かせない!不足しがちなカリウム補給には○○がおすすめ!\" width=\"100%\">
  570.           </picture>
  571.         </h2>
  572.         <div class=\"box-txt-01\">
  573.           <p>カリウムは、体内のナトリウム(塩分)を排出する働きがあり、高血圧予防に非常に重要なミネラルです。また、筋肉の働きをサポートし、疲労回復にも役立ちます。</p>
  574.         </div>
  575.         <div class=\"sec-cmn-01\">
  576.           <div class=\"box-img-01\">
  577.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  578.         // line 283
  579.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_01_sp.webp"), "html"nulltrue);
  580.         echo ", ";
  581.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_01_sp@2x.webp"), "html"nulltrue);
  582.         echo " 2x\">
  583. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  584.         // line 284
  585.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_01_sp.png"), "html"nulltrue);
  586.         echo ", ";
  587.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_01_sp@2x.png"), "html"nulltrue);
  588.         echo " 2x\"> -->
  589.             <source type=\"image/webp\"
  590.               srcset=\"";
  591.         // line 286
  592.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_01_pc.webp"), "html"nulltrue);
  593.         echo " 1x, ";
  594.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_01_pc@2x.webp"), "html"nulltrue);
  595.         echo " 2x\">
  596.             <source
  597.               srcset=\"";
  598.         // line 288
  599.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_01_pc.png"), "html"nulltrue);
  600.         echo " 1x, ";
  601.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_01_pc@2x.png"), "html"nulltrue);
  602.         echo " 2x\">
  603.             <img src=\"";
  604.         // line 289
  605.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_01_pc.png"), "html"nulltrue);
  606.         echo "\" alt=\"野菜について説明する管理栄養士\"
  607.               width=\"100%\">
  608.           </div>
  609.           <div class=\"box-txt-01 mb50\">
  610.             <p>DASH食では、カリウムを豊富に含む果物や野菜を積極的に摂ることが推奨されています。</p>
  611.             <p>しかし、忙しい現代人にとって、果物や野菜を毎日意識して摂ることは難しいものです。</p>
  612.           </div>
  613.           <div class=\"box-txt-01\">
  614.             <p>カリウム補給を手軽に行う際におすすめな<br>
  615.               「ミリオンの国産緑黄色野菜ジュース」は、厚生労働省が推奨する1日当たりの緑黄野菜摂取量の約2倍、約260g含んでいます。</p>
  616.           </div>
  617.           <div class=\"box-img-01\">
  618.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  619.         // line 301
  620.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_02_sp.webp"), "html"nulltrue);
  621.         echo ", ";
  622.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_02_sp@2x.webp"), "html"nulltrue);
  623.         echo " 2x\">
  624. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  625.         // line 302
  626.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_02_sp.png"), "html"nulltrue);
  627.         echo ", ";
  628.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_02_sp@2x.png"), "html"nulltrue);
  629.         echo " 2x\"> -->
  630.             <source type=\"image/webp\"
  631.               srcset=\"";
  632.         // line 304
  633.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_02_pc.webp"), "html"nulltrue);
  634.         echo " 1x, ";
  635.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_02_pc@2x.webp"), "html"nulltrue);
  636.         echo " 2x\">
  637.             <source
  638.               srcset=\"";
  639.         // line 306
  640.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_02_pc.png"), "html"nulltrue);
  641.         echo " 1x, ";
  642.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_02_pc@2x.png"), "html"nulltrue);
  643.         echo " 2x\">
  644.             <img src=\"";
  645.         // line 307
  646.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_02_pc.png"), "html"nulltrue);
  647.         echo "\" alt=\"野菜について説明する管理栄養士\"
  648.               width=\"100%\">
  649.           </div>
  650.           <div class=\"box-txt-01\">
  651.             <p>また、22種類の国産野菜を全国各地から旬の産地を選んで作っており、旬の野菜を使っているので栄養価も高く、春や夏に作られたジュースはみずみずしく、冬に作られたジュースはほっこりとコクのある仕上がりです。</p>
  652.             <p>カリウムの他にも不足しがちなβ-カロテン、ビタミン類、食物繊維を手軽に美味しく摂ることができます。</p>
  653.           </div>
  654.           <div class=\"box-img-01\" style=\"width:100%\">
  655.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"";
  656.         // line 315
  657.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_03_sp.webp"), "html"nulltrue);
  658.         echo ", ";
  659.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_03_sp@2x.webp"), "html"nulltrue);
  660.         echo " 2x\">
  661. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
  662.         // line 316
  663.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_03_sp.jpg"), "html"nulltrue);
  664.         echo ", ";
  665.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_03_sp@2x.jpg"), "html"nulltrue);
  666.         echo " 2x\"> -->
  667.             <source type=\"image/webp\"
  668.               srcset=\"";
  669.         // line 318
  670.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_03_pc.webp"), "html"nulltrue);
  671.         echo " 1x, ";
  672.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_03_pc@2x.webp"), "html"nulltrue);
  673.         echo " 2x\">
  674.             <source
  675.               srcset=\"";
  676.         // line 320
  677.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_03_pc.jpg"), "html"nulltrue);
  678.         echo " 1x, ";
  679.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_03_pc@2x.jpg"), "html"nulltrue);
  680.         echo " 2x\">
  681.             <img src=\"";
  682.         // line 321
  683.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/health-trend/dashsyoku/img_sec03_03_pc.jpg"), "html"nulltrue);
  684.         echo "\" alt=\"野菜について説明する管理栄養士\"
  685.               width=\"100%\">
  686.           </div>
  687.         </div>
  688.       </div>
  689.       <div class=\"area-cmn-01 sec04\">
  690.         <h2 class=\"ttl-level-02-2\">まとめ</h2>
  691.         <div class=\"box-txt-01\">
  692.           <p>DASH食は、バランスのよい食事を通じて、高血圧や生活習慣病を予防し、健康的な生活を送るための食事療法です。</p>
  693.           <p>また、ミリオンの国産緑黄色野菜ジュースは、カリウムや食物繊維を豊富に含んでおりDASH食のサポートに最適なジュースです。</p>
  694.           <p>ぜひDASH食にミリオンの国産緑黄色野菜ジュースをプラスして、健康的な毎日を送りましょう。</p>
  695.         </div>
  696.       </div>
  697.     </div>
  698.   </div>
  699. </div>
  700. ";
  701.         
  702.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  703.         
  704.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  705.     }
  706.     public function getTemplateName()
  707.     {
  708.         return "@user_data/health_trend_dashsyoku.twig";
  709.     }
  710.     public function isTraitable()
  711.     {
  712.         return false;
  713.     }
  714.     public function getDebugInfo()
  715.     {
  716.         return array (  715 => 321,  709 => 320,  702 => 318,  695 => 316,  689 => 315,  678 => 307,  672 => 306,  665 => 304,  658 => 302,  652 => 301,  637 => 289,  631 => 288,  624 => 286,  617 => 284,  611 => 283,  598 => 273,  592 => 272,  585 => 270,  578 => 268,  572 => 267,  561 => 259,  555 => 258,  548 => 256,  541 => 254,  535 => 253,  525 => 246,  519 => 245,  512 => 243,  505 => 241,  499 => 240,  489 => 233,  483 => 232,  476 => 230,  469 => 228,  463 => 227,  453 => 220,  447 => 219,  440 => 217,  433 => 215,  427 => 214,  417 => 207,  411 => 206,  404 => 204,  397 => 202,  391 => 201,  380 => 193,  374 => 192,  367 => 190,  360 => 188,  354 => 187,  341 => 177,  335 => 176,  328 => 174,  321 => 172,  315 => 171,  304 => 163,  298 => 162,  291 => 160,  284 => 158,  278 => 157,  259 => 141,  253 => 140,  246 => 138,  239 => 136,  233 => 135,  221 => 126,  215 => 125,  208 => 123,  201 => 121,  195 => 120,  181 => 109,  173 => 104,  165 => 99,  68 => 4,  58 => 3,  35 => 1,);
  717.     }
  718.     public function getSourceContext()
  719.     {
  720.         return new Source("{% extends 'default_frame.twig' %}
  721. {% block main %}
  722. <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  723. <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  724. <link href=\"https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap\" rel=\"stylesheet\">
  725. <style>
  726.   .warning {
  727.     width: 100%;
  728.     padding: 2%;
  729.     background-color: #ffffbf;
  730.     text-align: center;
  731.     border-radius: 10px;
  732.     box-sizing: border-box;
  733.   }
  734.   .sale-price {
  735.     color: #c00;
  736.   }
  737.   .normal-price {
  738.     font-size: 80%;
  739.   }
  740.   .kosugi-maru-regular {
  741.     font-family: \"Kosugi Maru\", system-ui;
  742.     font-weight: 400;
  743.     font-style: normal;
  744.   }
  745.   .content {
  746.     font-size: 150%;
  747.     line-height: 1.5;
  748.   }
  749.   h1,
  750.   h2,
  751.   h3,
  752.   h4,
  753.   h5,
  754.   h6,
  755.   th {
  756.     margin: 0;
  757.     font-size: 100%;
  758.   }
  759.   .ttl-level-01,
  760.   .ttl-level-02 {
  761.     margin-bottom: 10px;
  762.   }
  763.   .ttl-level-03 {
  764.     margin-bottom: .5em;
  765.     padding-bottom: .25em;
  766.     border-bottom: 4px dotted #ffa266;
  767.     font-size: 150%;
  768.     color: #ffa266;
  769.   }
  770.   .box-img-01 {
  771.     margin: 1em auto;
  772.   }
  773.   .sec-cmn-01 {
  774.     padding: 0 3%;
  775.     margin: 2em auto;
  776.   }
  777.   .area-cmn-01.sec04 {
  778.     padding: 5%;
  779.     background-color: #f4ede7;
  780.   }
  781.   .sec04 .ttl-level-02-2 {
  782.     margin-bottom: .25em;
  783.     font-size: 150%;
  784.     font-weight: bold;
  785.   }
  786.   @media screen and (min-width: 768px) {
  787.     .ttl-level-01 {
  788.       padding-bottom: 8%;
  789.     }
  790.     .sec-cmn-01 {
  791.       width: 80%;
  792.     }
  793.     .cartWrapper {
  794.       font-size: 75%;
  795.     }
  796.   }
  797. </style>
  798. <div class=\"ec-ContentsRole\">
  799.   <div class=\"breadcrumb\">
  800.     <ol itemscope itemtype=\"https://schema.org/BreadcrumbList\">
  801.       <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  802.         <a itemprop=\"item\" href=\"{{ url('homepage') }}\">
  803.           <span itemprop=\"name\">ミリオンストア・トップページ</span></a>
  804.         <meta itemprop=\"position\" content=\"1\" />
  805.       </li>
  806.       <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  807.         <a itemprop=\"item\" href=\"{{ url('homepage') }}health-trend/\">
  808.           <span itemprop=\"name\">健康トレンド図鑑</span></a>
  809.         <meta itemprop=\"position\" content=\"2\" />
  810.       </li>
  811.       <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\" class=\"last\">
  812.         <a itemprop=\"item\" href=\"{{ url('homepage') }}health-trend/dashsyoku/\">
  813.           <span itemprop=\"name\">血圧が気になる方必見!話題の「DASH食」を取り入れて若々しさをキープ
  814.           </span></a>
  815.         <meta itemprop=\"position\" content=\"3\" />
  816.       </li>
  817.     </ol>
  818.   </div>
  819.   <!-- contents -->
  820.   <div class=\"dashsyoku kosugi-maru-regular\">
  821.     <h1 class=\"ttl-level-01\">
  822.       <picture>
  823.         <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/mv_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/mv_sp@2x.webp') }} 2x\">
  824. \t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/mv_sp.jpg') }}, {{ asset('assets/img/health-trend/dashsyoku/mv_sp@2x.jpg') }} 2x\"> -->
  825.         <source type=\"image/webp\"
  826.           srcset=\"{{ asset('assets/img/health-trend/dashsyoku/mv_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/mv_pc@2x.webp') }} 2x\">
  827.         <source
  828.           srcset=\"{{ asset('assets/img/health-trend/dashsyoku/mv_pc.jpg') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/mv_pc@2x.jpg') }} 2x\">
  829.         <img src=\"{{ asset('assets/img/health-trend/dashsyoku/mv_pc.') }}\" alt=\"血圧が気になる方必見!話題の「DASH食」を取り入れて若々しさをキープ\"
  830.           width=\"100%\">
  831.       </picture>
  832.     </h1>
  833.     <div class=\"content\">
  834.       <div class=\"area-cmn-01 sec01\">
  835.         <h2 class=\"ttl-level-02\">
  836.           <picture>
  837.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec01_01_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec01_01_sp@2x.webp') }} 2x\">
  838. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec01_01_sp.png') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec01_01_sp@2x.png') }} 2x\"> -->
  839.             <source type=\"image/webp\"
  840.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec01_01_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec01_01_pc@2x.webp') }} 2x\">
  841.             <source
  842.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec01_01_pc.png') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec01_01_pc@2x.png') }} 2x\">
  843.             <img src=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec01_01_pc.png') }}\" alt=\"話題の食事療法、「DASH食」とは?\"
  844.               width=\"100%\">
  845.           </picture>
  846.         </h2>
  847.         <div class=\"box-txt-01\">
  848.           <p>DASH食は、Dietary Approaches to Stop Hypertensionの略称で、高血圧予防を目的とした食事療法です。</p>
  849.           <p>アメリカ国立衛生研究所(NIH)が提唱し、その効果は数多くの研究で実証されています。</p>
  850.         </div>
  851.         <div class=\"sec-cmn-01\">
  852.           <h3 class=\"ttl-level-03\">なぜDASH食が注目されているの?</h3>
  853.           <div class=\"box-txt-01\">
  854.             <p>外食や加工食品を食べる機会が増えたことにより、塩分過多や栄養バランスの乱れが問題視されています。こうした食生活の変化が、高血圧や心疾患などの生活習慣病のリスクを高める一因となっています。</p>
  855.             <p>近年、健康意識の高まりとともに食生活を見直す人が増えています。DASH食は、具体的な食事の目標となることから、健康意識の高い方を中心に注目を集めています。</p>
  856.           </div>
  857.           <div class=\"box-img-01\">
  858.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec01_01_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec01_01_sp@2x.webp') }} 2x\">
  859. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec01_01_sp.jpg') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec01_01_sp@2x.jpg') }} 2x\"> -->
  860.             <source type=\"image/webp\"
  861.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec01_01_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec01_01_pc@2x.webp') }} 2x\">
  862.             <source
  863.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec01_01_pc.jpg') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec01_01_pc@2x.jpg') }} 2x\">
  864.             <img src=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec01_01_pc.jpg') }}\" alt=\"楽しく食事をする老夫婦\"
  865.               width=\"100%\">
  866.           </div>
  867.         </div>
  868.       </div>
  869.       <div class=\"area-cmn-01 sec02\">
  870.         <h2 class=\"ttl-level-02\">
  871.           <picture>
  872.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_sp@2x.webp') }} 2x\">
  873. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_sp.png') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_sp@2x.png') }} 2x\"> -->
  874.             <source type=\"image/webp\"
  875.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_pc@2x.webp') }} 2x\">
  876.             <source
  877.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_pc.png') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_pc@2x.png') }} 2x\">
  878.             <img src=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_pc.png') }}\" alt=\"DASH食の基本\" width=\"100%\">
  879.           </picture>
  880.         </h2>
  881.         <div class=\"box-txt-01\">
  882.           <p>DASH食は、単なるダイエットではなく、心身ともに健康な状態を維持するための食事法です。</p>
  883.           <p>DASH食のポイントは、大きく分けて次の3つです。</p>
  884.         </div>
  885.         <div class=\"sec-cmn-01\">
  886.           <h3 class=\"ttl-level-03-2\">
  887.             <picture>
  888.               <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_sp@2x.webp') }} 2x\">
  889. \t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_sp.png') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_01_sp@2x.png') }} 2x\"> -->
  890.               <source type=\"image/webp\"
  891.                 srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_02_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_02_pc@2x.webp') }} 2x\">
  892.               <source
  893.                 srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_02_pc.png') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_02_pc@2x.png') }} 2x\">
  894.               <img src=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_02_pc.png') }}\" alt=\"1 バランスのよい食事\"
  895.                 width=\"100%\">
  896.             </picture>
  897.           </h3>
  898.           <div class=\"box-txt-01\">
  899.             <p>DASH食では、様々な種類の食品をバランスよく摂ることが大切です。穀物、果物、野菜、低脂肪乳製品、豆類、魚、鶏肉、ナッツ類などを組み合わせることで、必要な栄養素を効率的に摂取できます。</p>
  900.           </div>
  901.           <div class=\"box-img-01\">
  902.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_01_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_01_sp@2x.webp') }} 2x\">
  903. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_01_sp.jpg') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_01_sp@2x.jpg') }} 2x\"> -->
  904.             <source type=\"image/webp\"
  905.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_01_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_01_pc@2x.webp') }} 2x\">
  906.             <source
  907.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_01_pc.jpg') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_01_pc@2x.jpg') }} 2x\">
  908.             <img src=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_01_pc.jpg') }}\" alt=\"こんな時にオススメ!\"
  909.               width=\"100%\">
  910.           </div>
  911.         </div>
  912.         <div class=\"sec-cmn-01\">
  913.           <h3 class=\"ttl-level-03-2\">
  914.             <picture>
  915.               <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_03_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_03_sp@2x.webp') }} 2x\">
  916. \t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_03_sp.png') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_03_sp@2x.png') }} 2x\"> -->
  917.               <source type=\"image/webp\"
  918.                 srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_03_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_03_pc@2x.webp') }} 2x\">
  919.               <source
  920.                 srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_03_pc.png') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_03_pc@2x.png') }} 2x\">
  921.               <img src=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_03_pc.png') }}\" alt=\"2 塩分制限\" width=\"100%\">
  922.             </picture>
  923.           </h3>
  924.           <div class=\"box-txt-01\">
  925.             <p>高血圧の原因の一つに塩分過多が挙げられます。DASH食では、塩分摂取量を1日あたり2,300mg以下に抑えることを目標とします。加工食品や外食を控え、家庭料理で塩分を控える工夫が大切です。</p>
  926.           </div>
  927.           <div class=\"box-img-01\">
  928.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_02_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_02_sp@2x.webp') }} 2x\">
  929. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_02_sp.jpg') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_02_sp@2x.jpg') }} 2x\"> -->
  930.             <source type=\"image/webp\"
  931.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_02_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_02_pc@2x.webp') }} 2x\">
  932.             <source
  933.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_02_pc.jpg') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_02_pc@2x.jpg') }} 2x\">
  934.             <img src=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_02_pc.jpg') }}\" alt=\"こんな時にオススメ!\"
  935.               width=\"100%\">
  936.           </div>
  937.         </div>
  938.         <div class=\"sec-cmn-01\">
  939.           <h3 class=\"ttl-level-03-2\">
  940.             <picture>
  941.               <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_04_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_04_sp@2x.webp') }} 2x\">
  942. \t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_04_sp.png') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_04_sp@2x.png') }} 2x\"> -->
  943.               <source type=\"image/webp\"
  944.                 srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_04_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_04_pc@2x.webp') }} 2x\">
  945.               <source
  946.                 srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_04_pc.png') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_04_pc@2x.png') }} 2x\">
  947.               <img src=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec02_04_pc.png') }}\" alt=\"2 塩分制限\" width=\"100%\">
  948.             </picture>
  949.           </h3>
  950.           <div class=\"box-txt-01\">
  951.             <p>果物や野菜には、カリウム、マグネシウム、食物繊維など、高血圧予防に効果的な栄養素が豊富に含まれています。DASH食では、1日に5~9皿の果物や野菜を摂ることが推奨されています。</p>
  952.           </div>
  953.           <div class=\"box-img-01\">
  954.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_03_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_03_sp@2x.webp') }} 2x\">
  955. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_03_sp.jpg') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_03_sp@2x.jpg') }} 2x\"> -->
  956.             <source type=\"image/webp\"
  957.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_03_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_03_pc@2x.webp') }} 2x\">
  958.             <source
  959.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_03_pc.jpg') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec02_03_pc@2x.jpg') }} 2x\">
  960.             <img src=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec02_03_pc.jpg') }}\" alt=\"こんな時にオススメ!\"
  961.               width=\"100%\">
  962.           </div>
  963.         </div>
  964.       </div>
  965.       <div class=\"area-cmn-01 sec03\">
  966.         <h2 class=\"ttl-level-02\">
  967.           <picture>
  968.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec03_01_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec03_01_sp@2x.webp') }} 2x\">
  969. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec03_01_sp.png') }}, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec03_01_sp@2x.png') }} 2x\"> -->
  970.             <source type=\"image/webp\"
  971.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec03_01_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec03_01_pc@2x.webp') }} 2x\">
  972.             <source
  973.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec03_01_pc.png') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/ttl_sec03_01_pc@2x.png') }} 2x\">
  974.             <img src=\"{{ asset('assets/img/health-trend/dashsyoku/ttl_sec03_01_pc.png') }}\"
  975.               alt=\"DASH食に欠かせない!不足しがちなカリウム補給には○○がおすすめ!\" width=\"100%\">
  976.           </picture>
  977.         </h2>
  978.         <div class=\"box-txt-01\">
  979.           <p>カリウムは、体内のナトリウム(塩分)を排出する働きがあり、高血圧予防に非常に重要なミネラルです。また、筋肉の働きをサポートし、疲労回復にも役立ちます。</p>
  980.         </div>
  981.         <div class=\"sec-cmn-01\">
  982.           <div class=\"box-img-01\">
  983.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_01_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_01_sp@2x.webp') }} 2x\">
  984. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_01_sp.png') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_01_sp@2x.png') }} 2x\"> -->
  985.             <source type=\"image/webp\"
  986.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_01_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_01_pc@2x.webp') }} 2x\">
  987.             <source
  988.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_01_pc.png') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_01_pc@2x.png') }} 2x\">
  989.             <img src=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_01_pc.png') }}\" alt=\"野菜について説明する管理栄養士\"
  990.               width=\"100%\">
  991.           </div>
  992.           <div class=\"box-txt-01 mb50\">
  993.             <p>DASH食では、カリウムを豊富に含む果物や野菜を積極的に摂ることが推奨されています。</p>
  994.             <p>しかし、忙しい現代人にとって、果物や野菜を毎日意識して摂ることは難しいものです。</p>
  995.           </div>
  996.           <div class=\"box-txt-01\">
  997.             <p>カリウム補給を手軽に行う際におすすめな<br>
  998.               「ミリオンの国産緑黄色野菜ジュース」は、厚生労働省が推奨する1日当たりの緑黄野菜摂取量の約2倍、約260g含んでいます。</p>
  999.           </div>
  1000.           <div class=\"box-img-01\">
  1001.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_02_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_02_sp@2x.webp') }} 2x\">
  1002. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_02_sp.png') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_02_sp@2x.png') }} 2x\"> -->
  1003.             <source type=\"image/webp\"
  1004.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_02_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_02_pc@2x.webp') }} 2x\">
  1005.             <source
  1006.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_02_pc.png') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_02_pc@2x.png') }} 2x\">
  1007.             <img src=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_02_pc.png') }}\" alt=\"野菜について説明する管理栄養士\"
  1008.               width=\"100%\">
  1009.           </div>
  1010.           <div class=\"box-txt-01\">
  1011.             <p>また、22種類の国産野菜を全国各地から旬の産地を選んで作っており、旬の野菜を使っているので栄養価も高く、春や夏に作られたジュースはみずみずしく、冬に作られたジュースはほっこりとコクのある仕上がりです。</p>
  1012.             <p>カリウムの他にも不足しがちなβ-カロテン、ビタミン類、食物繊維を手軽に美味しく摂ることができます。</p>
  1013.           </div>
  1014.           <div class=\"box-img-01\" style=\"width:100%\">
  1015.             <!-- <source media=\"(max-width: 767px)\" type=\"image/webp\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_03_sp.webp') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_03_sp@2x.webp') }} 2x\">
  1016. \t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_03_sp.jpg') }}, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_03_sp@2x.jpg') }} 2x\"> -->
  1017.             <source type=\"image/webp\"
  1018.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_03_pc.webp') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_03_pc@2x.webp') }} 2x\">
  1019.             <source
  1020.               srcset=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_03_pc.jpg') }} 1x, {{ asset('assets/img/health-trend/dashsyoku/img_sec03_03_pc@2x.jpg') }} 2x\">
  1021.             <img src=\"{{ asset('assets/img/health-trend/dashsyoku/img_sec03_03_pc.jpg') }}\" alt=\"野菜について説明する管理栄養士\"
  1022.               width=\"100%\">
  1023.           </div>
  1024.         </div>
  1025.       </div>
  1026.       <div class=\"area-cmn-01 sec04\">
  1027.         <h2 class=\"ttl-level-02-2\">まとめ</h2>
  1028.         <div class=\"box-txt-01\">
  1029.           <p>DASH食は、バランスのよい食事を通じて、高血圧や生活習慣病を予防し、健康的な生活を送るための食事療法です。</p>
  1030.           <p>また、ミリオンの国産緑黄色野菜ジュースは、カリウムや食物繊維を豊富に含んでおりDASH食のサポートに最適なジュースです。</p>
  1031.           <p>ぜひDASH食にミリオンの国産緑黄色野菜ジュースをプラスして、健康的な毎日を送りましょう。</p>
  1032.         </div>
  1033.       </div>
  1034.     </div>
  1035.   </div>
  1036. </div>
  1037. {% endblock %}
  1038. ""@user_data/health_trend_dashsyoku.twig""/home/xs080051/million-store.com/public_html/st.million-store.com/ec/app/template/user_data/health_trend_dashsyoku.twig");
  1039.     }
  1040. }