var/cache/dev/twig/8d/8d6be9c6b3965ffbf340b9fa60ca3b5ea0075a9edb29f001397e76788ed54003.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. /* Help/about_furusatotax.twig */
  14. class __TwigTemplate_c7d0e154b07a62aef3e8e44959a20d0504a33de5ea10a71bd0c06b5e97922526 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/about_furusatotax.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/about_furusatotax.twig"));
  38.         $this->parent $this->loadTemplate("default_frame.twig""Help/about_furusatotax.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  42.         
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  44.     }
  45.     // line 3
  46.     public function block_main($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  53.         // line 4
  54.         echo "
  55. <style>
  56.     html {
  57.       scroll-behavior: smooth;
  58.     }
  59.     img {
  60.         max-width: 100%;
  61.     }
  62.     ul {
  63.         list-style: none;
  64.         margin: 0;
  65.         padding: 0;
  66.     }
  67.     .page-contents {
  68.         max-width: 1150px;
  69.         margin: 0 auto;
  70.     }
  71.     .container {
  72.         width: min(100% - 20px, 1720px);
  73.         margin-inline: auto;
  74.         padding-right: 5px;
  75.         padding-left: 5px;
  76.     }
  77.     .page-section {
  78.         max-width: 1600px;
  79.         padding: 100px 0 80px 0;
  80.         margin-inline: auto;
  81.     }
  82.     @media(max-width:991px) {
  83.         .page-section {
  84.             padding: 40px 0 40px 0;
  85.         }
  86.     }
  87.     .page-heading {
  88.         width: min(100% - 30px, 1840px);
  89.         margin-inline: auto;
  90.         padding: 80px 0 10px 0;
  91.         margin-bottom: 60px;
  92.         border-bottom: solid 1px #707070;
  93.     }
  94.     @media(max-width:991px) {
  95.         .page-heading {
  96.             padding: 40px 0 10px 0;
  97.             margin-bottom: 40px;
  98.         }
  99.     }
  100.     @media(max-width:480px) {
  101.         .page-heading {
  102.             border-top: solid 1px #707070;
  103.             padding: 8px 0 8px 0;
  104.             margin-bottom:10px;
  105.         }
  106.     }
  107.     .page-title {
  108.         max-width: 1720px;
  109.         font-size: max(20px, min(3.8vw,30px) );
  110.         font-weight: 600;
  111.         color: #707070;
  112.         margin: 0 auto;
  113.         line-height: 1.4;
  114.     }
  115.     .section-heading {
  116.         display: inline-block;
  117.         font-size: max(28px, min(3vw,16px) );
  118.         font-weight: 600;
  119.         color: #fff;
  120.         background: #000;
  121.         border-radius: 60px;
  122.         padding: 28px;
  123.         margin: 0 0 50px 0;
  124.     }
  125.     @media(max-width:480px) {
  126.         .section-heading {
  127.             display: none;
  128.         }
  129.     }
  130.     /*MV*/
  131.     .cocofuru-mv {
  132.         margin-right: calc(50% - 50vw);
  133.         margin-left: calc(50% - 50vw);
  134.     }
  135.     .mv-photo {
  136.         width: 100%;
  137.     }
  138.     @media(max-width:480px) {
  139.         .cocofuru-mv {
  140.             display: none;
  141.         }
  142.     }
  143.     /*ページナビ*/
  144.     .page-nav {
  145.         display: flex;
  146.         background: #e3e3e3;
  147.     }
  148.     .page-nav__item {
  149.         flex: 1;
  150.         position: relative;
  151.         display: flex;
  152.         align-items: center;
  153.     }
  154.     .page-nav__item:not(:last-of-type)::after {
  155.         content: \"\";
  156.         display: inline-block;
  157.         width: .5px;
  158.         height: 50%;
  159.         background: #000;
  160.     }
  161.     .page-nav__link {
  162.         color: #000;
  163.         font-size: max(12px, min(3vw,24px) );
  164.         font-weight: 600;
  165.         display: block;
  166.         text-align: center;
  167.         padding: 20px 5px;
  168.         width: 100%;
  169.     }
  170.     .page-nav__link:hover {
  171.         text-decoration: none;
  172.         color: #000;
  173.     }
  174.     @media(min-width:481px) {
  175.         .page-nav__link:hover::after {
  176.             content: \"\";
  177.             display: block;
  178.             position: absolute;
  179.             bottom: 0;
  180.             left: 0;
  181.             right: 0;
  182.             max-width: 256px;
  183.             height: 9px;
  184.             background: #63A7D5;
  185.             margin: 0 auto;
  186.         }
  187.     }
  188.     @media(max-width:480px) {
  189.         .page-nav__link {
  190.             padding: 15px 0;
  191.         }
  192.     }
  193.     /*ここふる納税とは*/
  194.     .about-text p {
  195.         font-size: max(16px, min(3vw,20px) );
  196.         color: #707070;
  197.         line-height: 1.8;
  198.         margin-bottom: 1.5em;
  199.         padding: 0 20px;
  200.     }
  201.     .about-picture {
  202.         padding-bottom: 40px;
  203.     }
  204.     .about-note {
  205.         font-size: max(16px, min(2vw,14px) );
  206.     }
  207.     @media(max-width:767px) {
  208.         .about-box {
  209.             display: block;
  210.         }
  211.         .about-text {
  212.             width: 100%;
  213.             margin: 0 auto;
  214.         }
  215.         .about-text p {
  216.             padding: 0;
  217.         }
  218.         .about-logo {
  219.             width: 80%;
  220.             margin: 25px auto 0 auto;
  221.         }
  222.         .about-picture {
  223.             padding-bottom: 10px;
  224.         }
  225.     }
  226.     @media(max-width:480px) {
  227.         .about-text,
  228.         .about-logo {
  229.             max-width: 360px;
  230.         }
  231.     }
  232.     /*メリット*/
  233.     .merit-list {
  234.         display: grid;
  235.         grid-template-columns: repeat(4, 1fr);
  236.         gap: 45px 25px;
  237.     }
  238.     .merit-img {
  239.         max-width: 295px;
  240.         margin: 0 auto;
  241.     }
  242.     .merit-title {
  243.         font-weight: 600;
  244.         font-size: max(20px, min(2vw,24px) );
  245.         color: #707070;
  246.         line-height: 1.6;
  247.         text-align: center;
  248.         margin-top: 3rem;
  249.         margin-bottom: 3rem;
  250.         min-height: 3em;
  251.         display: grid;
  252.         place-items: center;
  253.     }
  254.     @media(max-width:480px) {
  255.         .merit-title {
  256.             margin-top: 2rem;
  257.             margin-bottom: 2rem;
  258.         }
  259.     }
  260.     .merit-text {
  261.         font-size: max(16px, min(2vw,14px) );
  262.         color: #707070;
  263.         line-height: 1.6;
  264.         text-align: center;
  265.         max-width: 355px;
  266.         margin: 0 auto;
  267.     }
  268.     .merit-text__note {
  269.         font-size: max(14px, min(2vw,12px) );
  270.         color: #707070;
  271.         text-align: center;
  272.         line-height: 1.6;
  273.         max-width: 355px;
  274.         margin: 1.5em auto 0;
  275.     }
  276.     @media(max-width:991px) {
  277.         .merit-list {
  278.             gap: 45px 30px;
  279.         }
  280.         .merit-img {
  281.             max-width: 200px;
  282.         }
  283.     }
  284.     @media(max-width:880px) {
  285.         .merit-list {
  286.             grid-template-columns: repeat(1, 1fr);
  287.         }
  288.         .merit-title {
  289.             height: auto;
  290.         }
  291.     }
  292.     @media(max-width:480px) {
  293.         .merit-img {
  294.             max-width: 160px;
  295.         }
  296.     }
  297.     @media(min-width:1700px) {
  298.         .merit-text br,
  299.         .merit-text__note br {
  300.             display: block;
  301.         }
  302.     }
  303.     /*流れ*/
  304.     .step-title {
  305.         font-size: max(20px, min(2vw,24px) );
  306.         color: #707070;
  307.         font-weight: 600;
  308.         text-align: center;
  309.         margin: 0 0 40px 0;
  310.         line-height: 1.6;
  311.     }
  312.     .step-item {
  313.         background: #FAFAFA;
  314.         border-radius: 50px;
  315.         box-shadow: 3px 4px 6px rgb(0 0 0 / 16%);
  316.         padding: 50px;
  317.         margin-bottom: 100px;
  318.     }
  319.     .step-grid {
  320.         display: grid;
  321.         grid-template: auto / 1fr 40%;
  322.         gap: 20px 80px;
  323.     }
  324.     .step-item__text {
  325.         font-size: max(15px, min(2vw,18px) );
  326.         line-height: 1.6;
  327.     }
  328.     .step-item__note {
  329.         font-size: max(12px, min(1.6vw,14px) );
  330.         margin-top: 1em;
  331.     }
  332.     .step-item__text a {
  333.         text-decoration: underline;
  334.         color: #2A4ABF;
  335.     }
  336.     .step-picture {
  337.         text-align: center;
  338.         margin-top: 50px;
  339.     }
  340.     @media(max-width:991px) {
  341.         .step-grid {
  342.             gap: 20px 40px;
  343.         }
  344.     }
  345.     @media(max-width:740px) {
  346.         .step-grid {
  347.             grid-template-columns: repeat(1, 1fr);
  348.         }
  349.         .step-title {
  350.             margin-bottom: 15px;
  351.         }
  352.         .step-picture {
  353.             margin-top: 20px;
  354.         }
  355.     }
  356.     @media(max-width:480px) {
  357.         .step-item {
  358.             border-radius: 14px;
  359.             padding: 20px 15px;
  360.             margin-bottom: 40px;
  361.         }
  362.         .step-item__text,
  363.         .step-item__note {
  364.             max-width: 315px;
  365.             margin: 5px auto;
  366.             text-align: justify;
  367.         }
  368.         .step-photo {
  369.             max-width: 240px;
  370.             margin: 0 auto;
  371.         }
  372.     }
  373.     .furusatotax-footer {
  374.         padding: 50px 0 0 0;
  375.     }
  376.     .footer-text {
  377.         font-size: max(16px, min(3vw,20px) );
  378.         margin-bottom: 15px;
  379.         color: #707070;
  380.     }
  381.     .logo-soumu {
  382.         max-width: 150px;
  383.     }
  384.     @media(max-width:480px) {
  385.        .logo-soumu {
  386.             max-width: 97px;
  387.         } 
  388.     }
  389.     /* SP タブ*/
  390.     @media(max-width:480px) {
  391.         .page-nav__item .page-nav__link::after {
  392.             content: \"\";
  393.             display: block;
  394.             position: absolute;
  395.             bottom: 0;
  396.             left: 0;
  397.             right: 0;
  398.             width: 80%;
  399.             height: 4px;
  400.             background: #e3e3e3;
  401.             margin: 0 auto;
  402.         }
  403.         .page-nav__item.is-active .page-nav__link::after {
  404.             background: #63A7D5;
  405.         }
  406.         .page-section {
  407.             display: none;
  408.         }
  409.         .page-section.is-active {
  410.             display: block;
  411.         }
  412.     }
  413.     ";
  414.         // line 365
  415.         echo "    @media(min-width:480px) and (max-width:880px) {
  416.         .page-nav__link {
  417.             font-size: 3vw;
  418.             padding: 10px 0;
  419.         }
  420.         .merit-list__item {
  421.             margin-bottom: 3.2rem;
  422.         }
  423.         .about-text p,
  424.         .about-note,
  425.         .merit-text__note,
  426.         .merit-text,
  427.         .step-item__text,
  428.         .step-item__note,
  429.         .footer-text {
  430.             font-size: max(18px, min(2.8vw,16px) );
  431.         }
  432.         .merit-title,
  433.         .step-title {
  434.             font-size: max(24px, min(4vw,20px) );
  435.             margin-top: 1rem;
  436.             margin-bottom: 1rem;
  437.         }
  438.         .merit-text,
  439.         .merit-text__note {
  440.             max-width: 80%;
  441.             margin: 0 auto 10px;
  442.         }
  443.         .step-item {
  444.             padding: 38px;
  445.         }
  446.     }
  447.     @media(max-width:880px) {
  448.         .merit-list__item br {
  449.             display: none;
  450.         }
  451.     }
  452.     .sp-br {
  453.         display: none;
  454.     }
  455.     @media(max-width:480px) {
  456.         .sp-br {
  457.             display: block;
  458.         }
  459.     }
  460. </style>
  461. <script>
  462.     (function(d) {
  463.     var config = {
  464.         kitId: 'rhd5jop',
  465.         scriptTimeout: 3000,
  466.         async: true
  467.     },
  468.     h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\\bwf-loading\\b/g,\"\")+\" wf-inactive\";},config.scriptTimeout),tk=d.createElement(\"script\"),f=false,s=d.getElementsByTagName(\"script\")[0],a;h.className+=\" wf-loading\";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!=\"complete\"&&a!=\"loaded\")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
  469.     })(document);
  470.     function switchByWidth() {
  471.         if (window.matchMedia('(max-width: 480px)').matches) {
  472.             // タブ
  473.             \$('.js-tab').on('click', function(e) {
  474.                 e.preventDefault()
  475.                 \$('.js-tab, .js-panel').removeClass('is-active');
  476.                 \$(this).addClass('is-active');
  477.                 var index = \$('.js-tab').index(this);
  478.                 \$('.js-panel').eq(index).addClass('is-active');
  479.             });
  480.         }
  481.     }
  482.     window.onload = switchByWidth;
  483.     window.onresize = switchByWidth;
  484. </script>
  485. <div class=\"cocofuru-mv\">
  486.     <img class=\"mv-photo\" src=\"";
  487.         // line 441
  488.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/about-furusatotax-mv.jpg"), "html"nulltrue);
  489.         echo "\" alt=\"ふるさと納税とは?\">
  490. </div>
  491. <div class=\"page-contents\">
  492.     
  493.     <div class=\"page-heading\">
  494.         <h2 class=\"page-title\">ふるさと納税ガイド</h2>
  495.     </div>
  496.     
  497.     <ul class=\"page-nav\">
  498.         <li class=\"page-nav__item js-tab is-active\"><a class=\"page-nav__link\" href=\"#about-furusatotax\">ふるさと納税とは?</a></li>
  499.         <li class=\"page-nav__item js-tab\"><a class=\"page-nav__link\" href=\"#merit-cocofuru\">メリット</a></li>
  500.         <li class=\"page-nav__item js-tab\"><a class=\"page-nav__link\" href=\"#step-cocofuru\">ふるさと納税の流れ</a></li>
  501.     </ul>
  502.     <div class=\"container\">
  503.         
  504.         <div class=\"page-wrap\">
  505.         
  506.             <div id=\"about-furusatotax\" class=\"page-section js-panel is-active\">
  507.                 <h3 class=\"section-heading\">ふるさと納税とは?</h3>
  508.                 <div class=\"about-box\">
  509.                     <div class=\"about-text\">
  510.                         <p>ふるさと納税とは、本来自分の住まいがある自治体に納税する税金を、生まれた故郷や応援したい自治体に寄付ができる制度です。</p>
  511.                         <p>手続きを行うと、寄附金のうち2,000円を超える部分については所得税の還付や住民税の控除が受けられます。自分自身で寄付金の使い道を指定でき、地域の名産品などのお礼の品もいただける魅力的な仕組みです。</p>
  512.                     </div>
  513.                     <div class=\"about-picture\">
  514.                         <img src=\"";
  515.         // line 468
  516.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/about-furusatotax.png"), "html"nulltrue);
  517.         echo "\" alt=\"ふるさと納税の仕組み\">
  518.                     </div>
  519.                     <p class=\"about-note\">※ワンストップ特例制度をご利用の場合は所得税の還付はございません。</p>
  520.                 </div>
  521.             </div>
  522.             
  523.             <div id=\"merit-cocofuru\" class=\"page-section js-panel\">
  524.                 <h3 class=\"section-heading\">メリット</h3>
  525.                 <div class=\"merit-box\">
  526.                     <ul class=\"merit-list\">
  527.                         <li class=\"merit-list__item\">
  528.                             <div class=\"merit-img\">
  529.                                 <img src=\"";
  530.         // line 480
  531.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/merit-furusatotax-01.png"), "html"nulltrue);
  532.         echo "\" alt=\"\">
  533.                             </div>
  534.                             <h3 class=\"merit-title\">応援したい自治体に<br>寄附できる</h3>
  535.                             <p class=\"merit-text\">自分自身の住まいの地域に限らず、<br>故郷や復興支援をしたい地域など<br>日本全国の自治体に寄附できます。</p>
  536.                         </li>
  537.                         <li class=\"merit-list__item\">
  538.                             <div class=\"merit-img\">
  539.                                 <img src=\"";
  540.         // line 487
  541.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/merit-furusatotax-02.png"), "html"nulltrue);
  542.         echo "\" alt=\"\">
  543.                             </div>
  544.                             <h3 class=\"merit-title\">お礼の品がもらえる</h3>
  545.                             <p class=\"merit-text\">応援した自治体の名産品や<br>アクティビティなどを<br>お礼の品として<br>もらうことができます。</p>
  546.                         </li>
  547.                         <li class=\"merit-list__item\">
  548.                             <div class=\"merit-img\">
  549.                                 <img src=\"";
  550.         // line 494
  551.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/merit-furusatotax-03.png"), "html"nulltrue);
  552.         echo "\" alt=\"\">
  553.                             </div>
  554.                             <h3 class=\"merit-title\">所得税と住民税から<br>税金が控除される</h3>
  555.                             <p class=\"merit-text\">控除上限内であれば、<br>寄附金額から2,000円を<br>引いた額が税金の控除を<br>受けることができます。</p>
  556.                         </li>
  557.                         <li class=\"merit-list__item\">
  558.                             <div class=\"merit-img\">
  559.                                 <img src=\"";
  560.         // line 501
  561.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/merit-furusatotax-04.png"), "html"nulltrue);
  562.         echo "\" alt=\"\">
  563.                             </div>
  564.                             <h3 class=\"merit-title\">寄附金の<br>使い道が選べる</h3>
  565.                             <p class=\"merit-text\">寄附金を復興支援や<br>まちづくりなどどのように<br>自治体が使用するのか、用途を選択することができます。</p>
  566.                             <p class=\"merit-text__note\">※ワンストップ特例制度を<br>ご利用の場合は所得税の還付は<br>ございません。</p>
  567.                         </li>
  568.                     </ul>
  569.                 </div>
  570.             </div>
  571.             
  572.             <div id=\"step-cocofuru\" class=\"page-section js-panel\">
  573.                 <h3 class=\"section-heading\">ふるさと納税の流れ</h3>
  574.                 <div class=\"step-box\">
  575.                     
  576.                     <h4 class=\"step-title\">STEP 1<br>控除上限額の確認</h4>
  577.                     <div class=\"step-item\">
  578.                         <div class=\"step-inner\">
  579.                             <p class=\"step-item__text\">「ふるさと納税」で控除される金額は、年収は家族構成によって異なります。まず寄附を行う前に、納税寄付額の目安を表で確認しましょう。<br>
  580.                             確認は、『<a href=\"https://www.soumu.go.jp/main_sosiki/jichi_zeisei/czaisei/czaisei_seido/furusato/mechanism/deduction.html\" target=\"_blank\">総務省 ふるさと納税ポータルサイト</a>』をご確認ください。</p>
  581.                         </div>
  582.                     </div>
  583.                     
  584.                     <h4 class=\"step-title\">STEP 2<br>応援したい自治体のお礼の品を選ぶ</h4>
  585.                     <div class=\"step-item\">
  586.                         <div class=\"step-inner\">
  587.                             <div class=\"step-grid\">
  588.                                 <div class=\"step-textbox\">
  589.                                     <p class=\"step-item__text\">旅先で見つけた「ココふる」のサイトからスマートフォンで申し込みをします。クレジットカードで決済ができ、その場ですぐにご利用できますのでご自宅への郵送もなく気軽にお申し込みいただけます。</p>
  590.                                     <p class=\"step-item__note\">※申し込みの段階で「ワンストップ特例制度」を行う場合は、サイト上でご選択ください。</p>
  591.                                 </div>
  592.                                 <div class=\"step-photo\">
  593.                                     <img src=\"";
  594.         // line 532
  595.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/step-furusatotax-01.jpg"), "html"nulltrue);
  596.         echo "\" alt=\"\">
  597.                                 </div>
  598.                             </div>
  599.                         </div>
  600.                     </div>
  601.                     
  602.                     <h4 class=\"step-title\">STEP 3<br>自治体様からお礼の品と書類を<br class=\"sp-br\">受け取る</h4>
  603.                     <div class=\"step-item\">
  604.                         <div class=\"step-inner\">
  605.                             <div class=\"step-grid\">
  606.                                 <div class=\"step-textbox\">
  607.                                     <p class=\"step-item__text\">旅先ですぐにお礼の品(体験)をご利用いただきます。後に、その証明として寄附金の領収書「寄附金受領証明書」がご自宅に届きます。確定申告に関する重要な書類ですので、確定申告を行う場合は大切に保管してください。</p>
  608.                                 </div>
  609.                                 <div class=\"step-photo\">
  610.                                     <img src=\"";
  611.         // line 546
  612.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/step-furusatotax-02.jpg"), "html"nulltrue);
  613.         echo "\" alt=\"\">
  614.                                 </div>
  615.                             </div>
  616.                         </div>
  617.                     </div>
  618.                     
  619.                     <h4 class=\"step-title\">STEP 4<br>寄附金の控除手続きを行う</h4>
  620.                     <div class=\"step-item\">
  621.                         <div class=\"step-inner\">
  622.                             <p class=\"step-item__text\">寄附金控除の申請方法は「ワンストップ特例制度」と「確定申告」の2つの方法があります。<br>
  623.                             STEP1で調べた控除上限額内の2,000円を超える部分について税金が控除されます。</p>
  624.                             <div class=\"step-picture\">
  625.                                 <img src=\"";
  626.         // line 558
  627.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/step-furusatotax.png"), "html"nulltrue);
  628.         echo "\" alt=\"\">
  629.                             </div>
  630.                         </div>
  631.                     </div>
  632.                     
  633.                 </div>
  634.                 
  635.                 <div class=\"furusatotax-footer\">
  636.                     <p class=\"footer-text\">詳しくは、総務省が運営する『総務省 ふるさと納税ポータルサイト』をご覧ください。</p>
  637.                     <div class=\"logo-soumu\">
  638.                         <a href=\"https://www.soumu.go.jp/main_sosiki/jichi_zeisei/czaisei/czaisei_seido/080430_2_kojin.html\" target=\"_blank\"><img src=\"";
  639.         // line 568
  640.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/logo-soumu.jpg"), "html"nulltrue);
  641.         echo "\" alt=\"総務省 ふるさと納税ポータルサイト\"></a>
  642.                     </div>
  643.                 </div>
  644.             
  645.             </div>
  646.     
  647.         </div>
  648.     </div>
  649.     ";
  650.         // line 577
  651.         echo "    
  652. </div>
  653. ";
  654.         
  655.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  656.         
  657.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  658.     }
  659.     public function getTemplateName()
  660.     {
  661.         return "Help/about_furusatotax.twig";
  662.     }
  663.     public function isTraitable()
  664.     {
  665.         return false;
  666.     }
  667.     public function getDebugInfo()
  668.     {
  669.         return array (  673 => 577,  662 => 568,  649 => 558,  634 => 546,  617 => 532,  583 => 501,  573 => 494,  563 => 487,  553 => 480,  538 => 468,  508 => 441,  430 => 365,  68 => 4,  58 => 3,  35 => 1,);
  670.     }
  671.     public function getSourceContext()
  672.     {
  673.         return new Source("{% extends 'default_frame.twig' %}
  674. {% block main %}
  675. <style>
  676.     html {
  677.       scroll-behavior: smooth;
  678.     }
  679.     img {
  680.         max-width: 100%;
  681.     }
  682.     ul {
  683.         list-style: none;
  684.         margin: 0;
  685.         padding: 0;
  686.     }
  687.     .page-contents {
  688.         max-width: 1150px;
  689.         margin: 0 auto;
  690.     }
  691.     .container {
  692.         width: min(100% - 20px, 1720px);
  693.         margin-inline: auto;
  694.         padding-right: 5px;
  695.         padding-left: 5px;
  696.     }
  697.     .page-section {
  698.         max-width: 1600px;
  699.         padding: 100px 0 80px 0;
  700.         margin-inline: auto;
  701.     }
  702.     @media(max-width:991px) {
  703.         .page-section {
  704.             padding: 40px 0 40px 0;
  705.         }
  706.     }
  707.     .page-heading {
  708.         width: min(100% - 30px, 1840px);
  709.         margin-inline: auto;
  710.         padding: 80px 0 10px 0;
  711.         margin-bottom: 60px;
  712.         border-bottom: solid 1px #707070;
  713.     }
  714.     @media(max-width:991px) {
  715.         .page-heading {
  716.             padding: 40px 0 10px 0;
  717.             margin-bottom: 40px;
  718.         }
  719.     }
  720.     @media(max-width:480px) {
  721.         .page-heading {
  722.             border-top: solid 1px #707070;
  723.             padding: 8px 0 8px 0;
  724.             margin-bottom:10px;
  725.         }
  726.     }
  727.     .page-title {
  728.         max-width: 1720px;
  729.         font-size: max(20px, min(3.8vw,30px) );
  730.         font-weight: 600;
  731.         color: #707070;
  732.         margin: 0 auto;
  733.         line-height: 1.4;
  734.     }
  735.     .section-heading {
  736.         display: inline-block;
  737.         font-size: max(28px, min(3vw,16px) );
  738.         font-weight: 600;
  739.         color: #fff;
  740.         background: #000;
  741.         border-radius: 60px;
  742.         padding: 28px;
  743.         margin: 0 0 50px 0;
  744.     }
  745.     @media(max-width:480px) {
  746.         .section-heading {
  747.             display: none;
  748.         }
  749.     }
  750.     /*MV*/
  751.     .cocofuru-mv {
  752.         margin-right: calc(50% - 50vw);
  753.         margin-left: calc(50% - 50vw);
  754.     }
  755.     .mv-photo {
  756.         width: 100%;
  757.     }
  758.     @media(max-width:480px) {
  759.         .cocofuru-mv {
  760.             display: none;
  761.         }
  762.     }
  763.     /*ページナビ*/
  764.     .page-nav {
  765.         display: flex;
  766.         background: #e3e3e3;
  767.     }
  768.     .page-nav__item {
  769.         flex: 1;
  770.         position: relative;
  771.         display: flex;
  772.         align-items: center;
  773.     }
  774.     .page-nav__item:not(:last-of-type)::after {
  775.         content: \"\";
  776.         display: inline-block;
  777.         width: .5px;
  778.         height: 50%;
  779.         background: #000;
  780.     }
  781.     .page-nav__link {
  782.         color: #000;
  783.         font-size: max(12px, min(3vw,24px) );
  784.         font-weight: 600;
  785.         display: block;
  786.         text-align: center;
  787.         padding: 20px 5px;
  788.         width: 100%;
  789.     }
  790.     .page-nav__link:hover {
  791.         text-decoration: none;
  792.         color: #000;
  793.     }
  794.     @media(min-width:481px) {
  795.         .page-nav__link:hover::after {
  796.             content: \"\";
  797.             display: block;
  798.             position: absolute;
  799.             bottom: 0;
  800.             left: 0;
  801.             right: 0;
  802.             max-width: 256px;
  803.             height: 9px;
  804.             background: #63A7D5;
  805.             margin: 0 auto;
  806.         }
  807.     }
  808.     @media(max-width:480px) {
  809.         .page-nav__link {
  810.             padding: 15px 0;
  811.         }
  812.     }
  813.     /*ここふる納税とは*/
  814.     .about-text p {
  815.         font-size: max(16px, min(3vw,20px) );
  816.         color: #707070;
  817.         line-height: 1.8;
  818.         margin-bottom: 1.5em;
  819.         padding: 0 20px;
  820.     }
  821.     .about-picture {
  822.         padding-bottom: 40px;
  823.     }
  824.     .about-note {
  825.         font-size: max(16px, min(2vw,14px) );
  826.     }
  827.     @media(max-width:767px) {
  828.         .about-box {
  829.             display: block;
  830.         }
  831.         .about-text {
  832.             width: 100%;
  833.             margin: 0 auto;
  834.         }
  835.         .about-text p {
  836.             padding: 0;
  837.         }
  838.         .about-logo {
  839.             width: 80%;
  840.             margin: 25px auto 0 auto;
  841.         }
  842.         .about-picture {
  843.             padding-bottom: 10px;
  844.         }
  845.     }
  846.     @media(max-width:480px) {
  847.         .about-text,
  848.         .about-logo {
  849.             max-width: 360px;
  850.         }
  851.     }
  852.     /*メリット*/
  853.     .merit-list {
  854.         display: grid;
  855.         grid-template-columns: repeat(4, 1fr);
  856.         gap: 45px 25px;
  857.     }
  858.     .merit-img {
  859.         max-width: 295px;
  860.         margin: 0 auto;
  861.     }
  862.     .merit-title {
  863.         font-weight: 600;
  864.         font-size: max(20px, min(2vw,24px) );
  865.         color: #707070;
  866.         line-height: 1.6;
  867.         text-align: center;
  868.         margin-top: 3rem;
  869.         margin-bottom: 3rem;
  870.         min-height: 3em;
  871.         display: grid;
  872.         place-items: center;
  873.     }
  874.     @media(max-width:480px) {
  875.         .merit-title {
  876.             margin-top: 2rem;
  877.             margin-bottom: 2rem;
  878.         }
  879.     }
  880.     .merit-text {
  881.         font-size: max(16px, min(2vw,14px) );
  882.         color: #707070;
  883.         line-height: 1.6;
  884.         text-align: center;
  885.         max-width: 355px;
  886.         margin: 0 auto;
  887.     }
  888.     .merit-text__note {
  889.         font-size: max(14px, min(2vw,12px) );
  890.         color: #707070;
  891.         text-align: center;
  892.         line-height: 1.6;
  893.         max-width: 355px;
  894.         margin: 1.5em auto 0;
  895.     }
  896.     @media(max-width:991px) {
  897.         .merit-list {
  898.             gap: 45px 30px;
  899.         }
  900.         .merit-img {
  901.             max-width: 200px;
  902.         }
  903.     }
  904.     @media(max-width:880px) {
  905.         .merit-list {
  906.             grid-template-columns: repeat(1, 1fr);
  907.         }
  908.         .merit-title {
  909.             height: auto;
  910.         }
  911.     }
  912.     @media(max-width:480px) {
  913.         .merit-img {
  914.             max-width: 160px;
  915.         }
  916.     }
  917.     @media(min-width:1700px) {
  918.         .merit-text br,
  919.         .merit-text__note br {
  920.             display: block;
  921.         }
  922.     }
  923.     /*流れ*/
  924.     .step-title {
  925.         font-size: max(20px, min(2vw,24px) );
  926.         color: #707070;
  927.         font-weight: 600;
  928.         text-align: center;
  929.         margin: 0 0 40px 0;
  930.         line-height: 1.6;
  931.     }
  932.     .step-item {
  933.         background: #FAFAFA;
  934.         border-radius: 50px;
  935.         box-shadow: 3px 4px 6px rgb(0 0 0 / 16%);
  936.         padding: 50px;
  937.         margin-bottom: 100px;
  938.     }
  939.     .step-grid {
  940.         display: grid;
  941.         grid-template: auto / 1fr 40%;
  942.         gap: 20px 80px;
  943.     }
  944.     .step-item__text {
  945.         font-size: max(15px, min(2vw,18px) );
  946.         line-height: 1.6;
  947.     }
  948.     .step-item__note {
  949.         font-size: max(12px, min(1.6vw,14px) );
  950.         margin-top: 1em;
  951.     }
  952.     .step-item__text a {
  953.         text-decoration: underline;
  954.         color: #2A4ABF;
  955.     }
  956.     .step-picture {
  957.         text-align: center;
  958.         margin-top: 50px;
  959.     }
  960.     @media(max-width:991px) {
  961.         .step-grid {
  962.             gap: 20px 40px;
  963.         }
  964.     }
  965.     @media(max-width:740px) {
  966.         .step-grid {
  967.             grid-template-columns: repeat(1, 1fr);
  968.         }
  969.         .step-title {
  970.             margin-bottom: 15px;
  971.         }
  972.         .step-picture {
  973.             margin-top: 20px;
  974.         }
  975.     }
  976.     @media(max-width:480px) {
  977.         .step-item {
  978.             border-radius: 14px;
  979.             padding: 20px 15px;
  980.             margin-bottom: 40px;
  981.         }
  982.         .step-item__text,
  983.         .step-item__note {
  984.             max-width: 315px;
  985.             margin: 5px auto;
  986.             text-align: justify;
  987.         }
  988.         .step-photo {
  989.             max-width: 240px;
  990.             margin: 0 auto;
  991.         }
  992.     }
  993.     .furusatotax-footer {
  994.         padding: 50px 0 0 0;
  995.     }
  996.     .footer-text {
  997.         font-size: max(16px, min(3vw,20px) );
  998.         margin-bottom: 15px;
  999.         color: #707070;
  1000.     }
  1001.     .logo-soumu {
  1002.         max-width: 150px;
  1003.     }
  1004.     @media(max-width:480px) {
  1005.        .logo-soumu {
  1006.             max-width: 97px;
  1007.         } 
  1008.     }
  1009.     /* SP タブ*/
  1010.     @media(max-width:480px) {
  1011.         .page-nav__item .page-nav__link::after {
  1012.             content: \"\";
  1013.             display: block;
  1014.             position: absolute;
  1015.             bottom: 0;
  1016.             left: 0;
  1017.             right: 0;
  1018.             width: 80%;
  1019.             height: 4px;
  1020.             background: #e3e3e3;
  1021.             margin: 0 auto;
  1022.         }
  1023.         .page-nav__item.is-active .page-nav__link::after {
  1024.             background: #63A7D5;
  1025.         }
  1026.         .page-section {
  1027.             display: none;
  1028.         }
  1029.         .page-section.is-active {
  1030.             display: block;
  1031.         }
  1032.     }
  1033.     {# タブレット #}
  1034.     @media(min-width:480px) and (max-width:880px) {
  1035.         .page-nav__link {
  1036.             font-size: 3vw;
  1037.             padding: 10px 0;
  1038.         }
  1039.         .merit-list__item {
  1040.             margin-bottom: 3.2rem;
  1041.         }
  1042.         .about-text p,
  1043.         .about-note,
  1044.         .merit-text__note,
  1045.         .merit-text,
  1046.         .step-item__text,
  1047.         .step-item__note,
  1048.         .footer-text {
  1049.             font-size: max(18px, min(2.8vw,16px) );
  1050.         }
  1051.         .merit-title,
  1052.         .step-title {
  1053.             font-size: max(24px, min(4vw,20px) );
  1054.             margin-top: 1rem;
  1055.             margin-bottom: 1rem;
  1056.         }
  1057.         .merit-text,
  1058.         .merit-text__note {
  1059.             max-width: 80%;
  1060.             margin: 0 auto 10px;
  1061.         }
  1062.         .step-item {
  1063.             padding: 38px;
  1064.         }
  1065.     }
  1066.     @media(max-width:880px) {
  1067.         .merit-list__item br {
  1068.             display: none;
  1069.         }
  1070.     }
  1071.     .sp-br {
  1072.         display: none;
  1073.     }
  1074.     @media(max-width:480px) {
  1075.         .sp-br {
  1076.             display: block;
  1077.         }
  1078.     }
  1079. </style>
  1080. <script>
  1081.     (function(d) {
  1082.     var config = {
  1083.         kitId: 'rhd5jop',
  1084.         scriptTimeout: 3000,
  1085.         async: true
  1086.     },
  1087.     h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\\bwf-loading\\b/g,\"\")+\" wf-inactive\";},config.scriptTimeout),tk=d.createElement(\"script\"),f=false,s=d.getElementsByTagName(\"script\")[0],a;h.className+=\" wf-loading\";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!=\"complete\"&&a!=\"loaded\")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
  1088.     })(document);
  1089.     function switchByWidth() {
  1090.         if (window.matchMedia('(max-width: 480px)').matches) {
  1091.             // タブ
  1092.             \$('.js-tab').on('click', function(e) {
  1093.                 e.preventDefault()
  1094.                 \$('.js-tab, .js-panel').removeClass('is-active');
  1095.                 \$(this).addClass('is-active');
  1096.                 var index = \$('.js-tab').index(this);
  1097.                 \$('.js-panel').eq(index).addClass('is-active');
  1098.             });
  1099.         }
  1100.     }
  1101.     window.onload = switchByWidth;
  1102.     window.onresize = switchByWidth;
  1103. </script>
  1104. <div class=\"cocofuru-mv\">
  1105.     <img class=\"mv-photo\" src=\"{{ asset('assets/img/help/about-furusatotax-mv.jpg') }}\" alt=\"ふるさと納税とは?\">
  1106. </div>
  1107. <div class=\"page-contents\">
  1108.     
  1109.     <div class=\"page-heading\">
  1110.         <h2 class=\"page-title\">ふるさと納税ガイド</h2>
  1111.     </div>
  1112.     
  1113.     <ul class=\"page-nav\">
  1114.         <li class=\"page-nav__item js-tab is-active\"><a class=\"page-nav__link\" href=\"#about-furusatotax\">ふるさと納税とは?</a></li>
  1115.         <li class=\"page-nav__item js-tab\"><a class=\"page-nav__link\" href=\"#merit-cocofuru\">メリット</a></li>
  1116.         <li class=\"page-nav__item js-tab\"><a class=\"page-nav__link\" href=\"#step-cocofuru\">ふるさと納税の流れ</a></li>
  1117.     </ul>
  1118.     <div class=\"container\">
  1119.         
  1120.         <div class=\"page-wrap\">
  1121.         
  1122.             <div id=\"about-furusatotax\" class=\"page-section js-panel is-active\">
  1123.                 <h3 class=\"section-heading\">ふるさと納税とは?</h3>
  1124.                 <div class=\"about-box\">
  1125.                     <div class=\"about-text\">
  1126.                         <p>ふるさと納税とは、本来自分の住まいがある自治体に納税する税金を、生まれた故郷や応援したい自治体に寄付ができる制度です。</p>
  1127.                         <p>手続きを行うと、寄附金のうち2,000円を超える部分については所得税の還付や住民税の控除が受けられます。自分自身で寄付金の使い道を指定でき、地域の名産品などのお礼の品もいただける魅力的な仕組みです。</p>
  1128.                     </div>
  1129.                     <div class=\"about-picture\">
  1130.                         <img src=\"{{ asset('assets/img/help/about-furusatotax.png') }}\" alt=\"ふるさと納税の仕組み\">
  1131.                     </div>
  1132.                     <p class=\"about-note\">※ワンストップ特例制度をご利用の場合は所得税の還付はございません。</p>
  1133.                 </div>
  1134.             </div>
  1135.             
  1136.             <div id=\"merit-cocofuru\" class=\"page-section js-panel\">
  1137.                 <h3 class=\"section-heading\">メリット</h3>
  1138.                 <div class=\"merit-box\">
  1139.                     <ul class=\"merit-list\">
  1140.                         <li class=\"merit-list__item\">
  1141.                             <div class=\"merit-img\">
  1142.                                 <img src=\"{{ asset('assets/img/help/merit-furusatotax-01.png') }}\" alt=\"\">
  1143.                             </div>
  1144.                             <h3 class=\"merit-title\">応援したい自治体に<br>寄附できる</h3>
  1145.                             <p class=\"merit-text\">自分自身の住まいの地域に限らず、<br>故郷や復興支援をしたい地域など<br>日本全国の自治体に寄附できます。</p>
  1146.                         </li>
  1147.                         <li class=\"merit-list__item\">
  1148.                             <div class=\"merit-img\">
  1149.                                 <img src=\"{{ asset('assets/img/help/merit-furusatotax-02.png') }}\" alt=\"\">
  1150.                             </div>
  1151.                             <h3 class=\"merit-title\">お礼の品がもらえる</h3>
  1152.                             <p class=\"merit-text\">応援した自治体の名産品や<br>アクティビティなどを<br>お礼の品として<br>もらうことができます。</p>
  1153.                         </li>
  1154.                         <li class=\"merit-list__item\">
  1155.                             <div class=\"merit-img\">
  1156.                                 <img src=\"{{ asset('assets/img/help/merit-furusatotax-03.png') }}\" alt=\"\">
  1157.                             </div>
  1158.                             <h3 class=\"merit-title\">所得税と住民税から<br>税金が控除される</h3>
  1159.                             <p class=\"merit-text\">控除上限内であれば、<br>寄附金額から2,000円を<br>引いた額が税金の控除を<br>受けることができます。</p>
  1160.                         </li>
  1161.                         <li class=\"merit-list__item\">
  1162.                             <div class=\"merit-img\">
  1163.                                 <img src=\"{{ asset('assets/img/help/merit-furusatotax-04.png') }}\" alt=\"\">
  1164.                             </div>
  1165.                             <h3 class=\"merit-title\">寄附金の<br>使い道が選べる</h3>
  1166.                             <p class=\"merit-text\">寄附金を復興支援や<br>まちづくりなどどのように<br>自治体が使用するのか、用途を選択することができます。</p>
  1167.                             <p class=\"merit-text__note\">※ワンストップ特例制度を<br>ご利用の場合は所得税の還付は<br>ございません。</p>
  1168.                         </li>
  1169.                     </ul>
  1170.                 </div>
  1171.             </div>
  1172.             
  1173.             <div id=\"step-cocofuru\" class=\"page-section js-panel\">
  1174.                 <h3 class=\"section-heading\">ふるさと納税の流れ</h3>
  1175.                 <div class=\"step-box\">
  1176.                     
  1177.                     <h4 class=\"step-title\">STEP 1<br>控除上限額の確認</h4>
  1178.                     <div class=\"step-item\">
  1179.                         <div class=\"step-inner\">
  1180.                             <p class=\"step-item__text\">「ふるさと納税」で控除される金額は、年収は家族構成によって異なります。まず寄附を行う前に、納税寄付額の目安を表で確認しましょう。<br>
  1181.                             確認は、『<a href=\"https://www.soumu.go.jp/main_sosiki/jichi_zeisei/czaisei/czaisei_seido/furusato/mechanism/deduction.html\" target=\"_blank\">総務省 ふるさと納税ポータルサイト</a>』をご確認ください。</p>
  1182.                         </div>
  1183.                     </div>
  1184.                     
  1185.                     <h4 class=\"step-title\">STEP 2<br>応援したい自治体のお礼の品を選ぶ</h4>
  1186.                     <div class=\"step-item\">
  1187.                         <div class=\"step-inner\">
  1188.                             <div class=\"step-grid\">
  1189.                                 <div class=\"step-textbox\">
  1190.                                     <p class=\"step-item__text\">旅先で見つけた「ココふる」のサイトからスマートフォンで申し込みをします。クレジットカードで決済ができ、その場ですぐにご利用できますのでご自宅への郵送もなく気軽にお申し込みいただけます。</p>
  1191.                                     <p class=\"step-item__note\">※申し込みの段階で「ワンストップ特例制度」を行う場合は、サイト上でご選択ください。</p>
  1192.                                 </div>
  1193.                                 <div class=\"step-photo\">
  1194.                                     <img src=\"{{ asset('assets/img/help/step-furusatotax-01.jpg') }}\" alt=\"\">
  1195.                                 </div>
  1196.                             </div>
  1197.                         </div>
  1198.                     </div>
  1199.                     
  1200.                     <h4 class=\"step-title\">STEP 3<br>自治体様からお礼の品と書類を<br class=\"sp-br\">受け取る</h4>
  1201.                     <div class=\"step-item\">
  1202.                         <div class=\"step-inner\">
  1203.                             <div class=\"step-grid\">
  1204.                                 <div class=\"step-textbox\">
  1205.                                     <p class=\"step-item__text\">旅先ですぐにお礼の品(体験)をご利用いただきます。後に、その証明として寄附金の領収書「寄附金受領証明書」がご自宅に届きます。確定申告に関する重要な書類ですので、確定申告を行う場合は大切に保管してください。</p>
  1206.                                 </div>
  1207.                                 <div class=\"step-photo\">
  1208.                                     <img src=\"{{ asset('assets/img/help/step-furusatotax-02.jpg') }}\" alt=\"\">
  1209.                                 </div>
  1210.                             </div>
  1211.                         </div>
  1212.                     </div>
  1213.                     
  1214.                     <h4 class=\"step-title\">STEP 4<br>寄附金の控除手続きを行う</h4>
  1215.                     <div class=\"step-item\">
  1216.                         <div class=\"step-inner\">
  1217.                             <p class=\"step-item__text\">寄附金控除の申請方法は「ワンストップ特例制度」と「確定申告」の2つの方法があります。<br>
  1218.                             STEP1で調べた控除上限額内の2,000円を超える部分について税金が控除されます。</p>
  1219.                             <div class=\"step-picture\">
  1220.                                 <img src=\"{{ asset('assets/img/help/step-furusatotax.png') }}\" alt=\"\">
  1221.                             </div>
  1222.                         </div>
  1223.                     </div>
  1224.                     
  1225.                 </div>
  1226.                 
  1227.                 <div class=\"furusatotax-footer\">
  1228.                     <p class=\"footer-text\">詳しくは、総務省が運営する『総務省 ふるさと納税ポータルサイト』をご覧ください。</p>
  1229.                     <div class=\"logo-soumu\">
  1230.                         <a href=\"https://www.soumu.go.jp/main_sosiki/jichi_zeisei/czaisei/czaisei_seido/080430_2_kojin.html\" target=\"_blank\"><img src=\"{{ asset('assets/img/help/logo-soumu.jpg') }}\" alt=\"総務省 ふるさと納税ポータルサイト\"></a>
  1231.                     </div>
  1232.                 </div>
  1233.             
  1234.             </div>
  1235.     
  1236.         </div>
  1237.     </div>
  1238.     {#container#}
  1239.     
  1240. </div>
  1241. {% endblock %}""Help/about_furusatotax.twig""/home/cajiya/fjdksla.com/public_html/cocofuru.fjdksla.com/src/Eccube/Resource/template/default/Help/about_furusatotax.twig");
  1242.     }
  1243. }