src/Eccube/Resource/template/default/Help/about_cocofuru.twig line 1

Open in your IDE?
  1. {% extends 'default_frame.twig' %}
  2. {% block main %}
  3. <style>
  4.     html {
  5.       scroll-behavior: smooth;
  6.     }
  7.     img {
  8.         max-width: 100%;
  9.     }
  10.     ul {
  11.         list-style: none;
  12.         margin: 0;
  13.         padding: 0;
  14.     }
  15.     .page-contents {
  16.         max-width: 1150px;
  17.         margin: 0 auto;
  18.     }
  19.     .container {
  20.         width: min(100% - 15px, 1720px);
  21.         margin-inline: auto;
  22.         padding-right: 5px;
  23.         padding-left: 5px;
  24.     }
  25.     .page-section {
  26.         max-width: 1600px;
  27.         padding: 100px 0 80px 0;
  28.         margin-inline: auto;
  29.     }
  30.     @media(max-width:991px) {
  31.         .page-section {
  32.             padding: 40px 0 40px 0;
  33.         }
  34.     }
  35.     .page-heading {
  36.         width: min(100% - 30px, 1840px);
  37.         margin-inline: auto;
  38.         padding: 80px 0 10px 0;
  39.         margin-bottom: 60px;
  40.         border-bottom: solid 1px #707070;
  41.     }
  42.     @media(max-width:991px) {
  43.         .page-heading {
  44.             padding: 40px 0 10px 0;
  45.             margin-bottom: 40px;
  46.         }
  47.     }
  48.     @media(max-width:480px) {
  49.         .page-heading {
  50.             border-top: solid 1px #707070;
  51.             padding: 8px 0 8px 0;
  52.             margin-bottom:10px;
  53.         }
  54.     }
  55.     .page-title {
  56.         max-width: 1720px;
  57.         font-size: max(20px, min(3.8vw,30px) );
  58.         font-weight: 600;
  59.         color: #707070;
  60.         margin: 0 auto;
  61.         line-height: 1.4;
  62.     }
  63.     .section-heading {
  64.         display: inline-block;
  65.         font-size: max(24px, min(3vw,16px) );
  66.         font-weight: 600;
  67.         color: #fff;
  68.         background: #000;
  69.         border-radius: 60px;
  70.         padding: 28px;
  71.         margin: 0 0 50px 0;
  72.     }
  73.     @media(max-width:480px) {
  74.         .section-heading {
  75.             display: none;
  76.         }
  77.     }
  78.     /*MV*/
  79.     .cocofuru-mv {
  80.         margin-right: calc(50% - 50vw);
  81.         margin-left: calc(50% - 50vw);
  82.     }
  83.     .mv-photo {
  84.         width: 100%;
  85.     }
  86.     @media(max-width:480px) {
  87.         .cocofuru-mv {
  88.             display: none;
  89.         }
  90.     }
  91.     /*ページナビ*/
  92.     .page-nav {
  93.         display: flex;
  94.         background: #e3e3e3;
  95.     }
  96.     .page-nav__item {
  97.         flex: 1;
  98.         position: relative;
  99.         display: flex;
  100.         align-items: center;
  101.     }
  102.     .page-nav__item:not(:last-of-type)::after {
  103.         content: "";
  104.         display: inline-block;
  105.         width: .5px;
  106.         height: 50%;
  107.         background: #000;
  108.     }
  109.     .page-nav__link {
  110.         color: #000;
  111.         font-size: max(12px, min(3vw,24px) );
  112.         font-weight: 600;
  113.         display: block;
  114.         text-align: center;
  115.         padding: 20px 0;
  116.         width: 100%;
  117.     }
  118.     .page-nav__link:hover {
  119.         text-decoration: none;
  120.         color: #000;
  121.     }
  122.     .page-nav__link:hover::after {
  123.         content: "";
  124.         display: block;
  125.         position: absolute;
  126.         bottom: 0;
  127.         left: 0;
  128.         right: 0;
  129.         max-width: 256px;
  130.         height: 9px;
  131.         background: #63A7D5;
  132.         margin: 0 auto;
  133.     }
  134.     /*ここふるとは*/
  135.     .about-box {
  136.         display: grid;
  137.         grid-template: auto / 60% 1fr;
  138.         gap: 20px 60px;
  139.     }
  140.     .about-text p {
  141.         font-size: max(16px, min(3vw,20px) );
  142.         color: #707070;
  143.         line-height: 1.8;
  144.     }
  145.     .about-logo {
  146.     }
  147.     @media(max-width:767px) {
  148.         .about-box {
  149.             display: block;
  150.         }
  151.         .about-text {
  152.             width: 100%;
  153.             margin: 0 auto;
  154.         }
  155.         .about-logo {
  156.             width: 80%;
  157.             margin: 25px auto 0 auto;
  158.         }
  159.     }
  160.     @media(max-width:480px) {
  161.         .about-text,
  162.         .about-logo {
  163.             max-width: 370px;
  164.         }
  165.     }
  166.     /*メリット*/
  167.     .merit-box {
  168.         /*padding: 20px 0 0 0;*/
  169.     }
  170.     .merit-list {
  171.         display: grid;
  172.         grid-template-columns: repeat(3, 1fr);
  173.         gap: 45px 100px;
  174.     }
  175.     .merit-img {
  176.         max-width: 300px;
  177.         margin: 0 auto;
  178.     }
  179.     .merit-title {
  180.         font-weight: 600;
  181.         font-size: max(18px, min(2vw,24px) );
  182.         color: #707070;
  183.         line-height: 1.6;
  184.         text-align: center;
  185.         margin-top: 3rem;
  186.         margin-bottom: 3rem;
  187.         min-height: 3em;
  188.         display: grid;
  189.         place-items: center;
  190.     }
  191.     @media(max-width:480px) {
  192.         .merit-title {
  193.             margin-top: 2rem;
  194.             margin-bottom: 2rem;
  195.         }
  196.     }
  197.     .merit-text {
  198.         font-size: max(16px, min(2vw,14px) );
  199.         color: #707070;
  200.         line-height: 1.6;
  201.         text-align: center;
  202.         max-width: 385px;
  203.         margin: 0 auto;
  204.     }
  205.     @media(max-width:991px) {
  206.         .merit-list {
  207.             gap: 45px 50px;
  208.         }
  209.         .merit-img {
  210.             max-width: 200px;
  211.         }
  212.     }
  213.     @media(max-width:740px) {
  214.         .merit-list {
  215.             grid-template-columns: repeat(1, 1fr);
  216.         }
  217.         .merit-title br {
  218.             display: none;
  219.         }
  220.     }
  221.     @media(max-width:480px) {
  222.         .merit-img {
  223.             max-width: 160px;
  224.         }
  225.     }
  226.     /*ご利用方法*/
  227.     .howto-box {
  228.         width: min(100% - 18px, 1720px);
  229.         margin: 0 auto;
  230.     }
  231.     .howto-title {
  232.         font-size: max(28px, min(3vw,16px) );
  233.         font-weight: 600;
  234.         color: #707070;
  235.         border-bottom: solid 1px #707070;
  236.         padding: 0 1em 10px 1em;
  237.         margin-inline: auto;
  238.         line-height: 1.4;
  239.     }
  240.     .howto-movie {
  241.         width: 88%;
  242.         aspect-ratio: 16/9;
  243.         margin: 50px auto 100px auto;
  244.     }
  245.     .howto-movie:last-of-type {
  246.         margin-bottom: 0;
  247.     }
  248.     .howto-movie iframe {
  249.         width: 100%;
  250.         height: 100%;
  251.         display: block;
  252.     }
  253.     @media(max-width:740px) {
  254.         .howto-title {
  255.             padding: 0 0 5px 0;
  256.         }
  257.     }
  258.     @media(max-width:480px) {
  259.         .howto-title {
  260.             font-size: max(18px, min(2vw,24px) );
  261.             padding-left: 20px;
  262.         }
  263.         .howto-title span {
  264.             display: inline-block;
  265.             margin-left: -20px;
  266.             width: 20px;
  267.         }
  268.         .howto-movie {
  269.             margin: 15px auto 40px auto;
  270.             width: 95%;
  271.         }
  272.     }
  273.     /*FAQ*/
  274.     .faq-box {
  275.         background: #fafafa;
  276.         padding: 60px 0;
  277.         margin: 0 auto 60px auto;
  278.         border-radius: 50px;
  279.         box-shadow: 3px 4px 6px rgb(0 0 0 / 16%);
  280.     }
  281.     .faq-inner {
  282.         width: min(100% - 60px, 1300px);
  283.         margin-inline: auto;
  284.     }
  285.     .faq-item {
  286.         border: solid 2px #707070;
  287.         background: #fff;
  288.         border-radius: 35px;
  289.         padding: 15px 30px;
  290.         margin-bottom: 50px;
  291.         cursor: pointer;
  292.     }
  293.     .faq-item:last-of-type {
  294.         margin-bottom: 0;
  295.     }
  296.     .faq-qs {
  297.         font-size: max(28px, min(3vw,16px) );
  298.         font-weight: 600;
  299.         padding-right: 20px;
  300.         display: flex;
  301.         position: relative;
  302.     }
  303.     .q-icon {
  304.         width: 1.5em;
  305.     }
  306.     .faq-ans {
  307.         font-size: max(14px, min(3vw,20px) );
  308.         font-weight: 600;
  309.         color: #707070;
  310.         height: 0;
  311.         padding: 0 2.2em;
  312.         overflow: hidden;
  313.         text-align: justify;
  314.         transition-duration: .3s;
  315.     }
  316.     .faq-ans a {
  317.         text-decoration: underline;
  318.     }
  319.     .faq-item.active .faq-ans {
  320.         padding: 20px 2.2em 0 2.2em;
  321.         height: auto;
  322.         overflow: visible;
  323.     }
  324.     .faq-ans-desc {
  325.         margin-bottom: 30px;
  326.     }
  327.     .faq-ans-desc-list {
  328.         list-style: disc;
  329.     }
  330.     .faq-ans-desc-list li {
  331.         margin-bottom: 10px;
  332.     }
  333.     .open-icon {
  334.         background: #000;
  335.         width: 40px;
  336.         height: 40px;
  337.         margin-left: auto;
  338.         align-self: center;
  339.         border-radius: 999px;
  340.         display: flex;
  341.         align-items: center;
  342.         justify-content: center;
  343.     }
  344.     .open-icon::before {
  345.         content: "";
  346.         background: url(/html/template/default/assets/img/help/plus-icon.svg) no-repeat;
  347.         background-size: contain;
  348.         display: block;
  349.         width: 30px;
  350.         height: 30px;
  351.     }
  352.     .faq-item.active .open-icon::before {
  353.         content: "";
  354.         background: url(/html/template/default/assets/img/help/minus-icon.svg) no-repeat;
  355.         background-size: contain;
  356.         display: block;
  357.         width: 30px;
  358.         height: 30px;
  359.     }
  360.     .faq-note {
  361.         margin: 0 auto;
  362.         font-size: max(16px, min(3vw,20px) );
  363.         color: #707070;
  364.     }
  365.     .faq-note a {
  366.         text-decoration: underline;
  367.     }
  368.     .add-padding {
  369.         display: block;
  370.         padding-left: 13px;
  371.     }
  372.     .add-padding span {
  373.         margin-left: -13px;
  374.     }
  375.     @media(max-width:767px) {
  376.         .faq-item {
  377.             border-radius: 25px;
  378.             padding: 10px 20px;
  379.         }
  380.         .faq-qs {
  381.             padding-right: 0;
  382.         }
  383.     }
  384.     @media(max-width:599px) {
  385.         .faq-box {
  386.             border-radius: 14px;
  387.             padding: 20px 12px;
  388.             margin-bottom: 20px;
  389.         }
  390.         .faq-item.active {
  391.             border-radius: 25px;
  392.         }
  393.         .faq-inner {
  394.             width: 100%;
  395.         }
  396.         .faq-item {
  397.             margin-bottom: 15px;
  398.         }
  399.         .faq-ans {
  400.             padding: 0 0 0 0;
  401.             text-align: justify;
  402.         }
  403.         .faq-item.active .faq-ans {
  404.             padding: 20px 0 0 0;
  405.         }
  406.         .open-icon {
  407.             width: 24px;
  408.             height: 24px;
  409.         }
  410.         .open-icon::before,
  411.         .faq-item.active .open-icon::before {
  412.             width: 15px;
  413.             height: 15px;
  414.         }
  415.         .faq-ans-desc-list {
  416.             list-style-position: outside;
  417.             padding: 0 0 0 16px;
  418.         }
  419.     }
  420.     @media(max-width:480px) {
  421.         .faq-qs {
  422.             font-size: max(16px, min(2vw,20px) );
  423.         }
  424.         .faq-item {
  425.             border-radius: 25px;
  426.             padding: 10px;
  427.         }
  428.     }
  429.     .faq-ans .reception-hours {
  430.         padding: 1rem 0 0 13.8rem;
  431.     }
  432.     @media(min-width:480px) and (max-width:740px) {
  433.         .faq-ans .reception-hours {
  434.             padding: 0.5rem 0 0 11.2rem;
  435.         }
  436.     }
  437.     @media(max-width:599px) {
  438.         .faq-ans .reception-hours {
  439.             padding: 0.5rem 0 0 11.2rem;
  440.         }
  441.     }
  442.     @media(max-width:480px) {
  443.         .faq-ans .reception-hours {
  444.             padding: 0.5rem 0 0 9.6rem;
  445.         }
  446.     }
  447.     /* SP タブ*/
  448.     @media(max-width:480px) {
  449.         .page-nav__link {
  450.             padding: 15px 0;
  451.         }
  452.         .page-nav__item .page-nav__link::after {
  453.             content: "";
  454.             display: block;
  455.             position: absolute;
  456.             bottom: 0;
  457.             left: 0;
  458.             right: 0;
  459.             width: 80%;
  460.             height: 4px;
  461.             background: #e3e3e3;
  462.             margin: 0 auto;
  463.         }
  464.         .page-nav__item.is-active .page-nav__link::after {
  465.             background: #63A7D5;
  466.         }
  467.         .page-section {
  468.             display: none;
  469.         }
  470.         .page-section.is-active {
  471.             display: block;
  472.         }
  473.     }
  474.     {# タブレット #}
  475.     @media(min-width:480px) and (max-width:740px) {
  476.         .page-nav__link {
  477.             font-size: 3vw;
  478.             padding: 10px 0;
  479.         }
  480.         .merit-list__item {
  481.             margin-bottom: 3.2rem;
  482.         }
  483.         .about-text p,
  484.         .about-note,
  485.         .merit-text__note,
  486.         .merit-text,
  487.         .step-item__text,
  488.         .step-item__note,
  489.         .footer-text {
  490.             font-size: max(18px, min(2.8vw,16px) );
  491.         }
  492.         .merit-title,
  493.         .howto-title {
  494.             font-size: max(24px, min(4vw,20px) );
  495.             margin-top: 1rem;
  496.             margin-bottom: 1rem;
  497.         }
  498.         .faq-qs {
  499.             font-size: max(22px, min(4vw,18px) );
  500.         }
  501.         .faq-ans {
  502.             font-size: max(12px, min(3vw,16px) );
  503.         }
  504.         .open-icon {
  505.             width: 30px;
  506.             height: 30px;
  507.         }
  508.         .merit-text,
  509.         .merit-text__note {
  510.             max-width: 85%;
  511.             margin: 0 auto 10px;
  512.         }
  513.         .step-item {
  514.             padding: 38px;
  515.         }
  516.     }
  517. </style>
  518. <script>
  519.     (function(d) {
  520.     var config = {
  521.         kitId: 'rhd5jop',
  522.         scriptTimeout: 3000,
  523.         async: true
  524.     },
  525.     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)
  526.     })(document);
  527.     $(function() {
  528.         const faq_open = $(".js-open");
  529.         faq_open.on('click', function () {
  530.             $(this).parent('.faq-item').toggleClass("active");
  531.         });
  532.     });
  533.     function switchByWidth() {
  534.         if (window.matchMedia('(max-width: 480px)').matches) {
  535.             // タブ
  536.             $('.js-tab').on('click', function(e) {
  537.                 e.preventDefault()
  538.                 $('.js-tab, .js-panel').removeClass('is-active');
  539.                 $(this).addClass('is-active');
  540.                 var index = $('.js-tab').index(this);
  541.                 $('.js-panel').eq(index).addClass('is-active');
  542.             });
  543.         }
  544.     }
  545.     window.onload = switchByWidth;
  546.     window.onresize = switchByWidth;
  547.     loadFaqCocofuru = () => {
  548.         const currentHash = window.location.hash
  549.         if(currentHash) {
  550.             const navHrefs = Array.from(document.querySelectorAll('.page-nav__link'),
  551.             link => link.getAttribute('href'))
  552.             navHrefs.includes(currentHash) ? 
  553.             document.querySelector(`.page-nav__link[href='${currentHash}']`).click() : null;
  554.         }
  555.     }
  556.     window.matchMedia('(max-width: 480px)').matches ?
  557.     window.addEventListener('load', loadFaqCocofuru) : null;
  558. </script>
  559. <div class="cocofuru-mv">
  560.     <img class="mv-photo" src="{{ asset('assets/img/help/about-cocofuru-mv.jpg') }}" alt="ココふるとは">
  561. </div>
  562. <div class="page-contents">
  563.     
  564.     <div class="page-heading">
  565.         <h2 class="page-title">ココふるとは</h2>
  566.     </div>
  567.     
  568.     <ul class="page-nav">
  569.         <li class="page-nav__item js-tab is-active"><a class="page-nav__link" href="#about-cocofuru">ココふるとは?</a></li>
  570.         <li class="page-nav__item js-tab"><a class="page-nav__link" href="#merit-cocofuru">メリット</a></li>
  571.         <li class="page-nav__item js-tab"><a class="page-nav__link" href="#howto-cocofuru">ご利用方法</a></li>
  572.         <li class="page-nav__item js-tab"><a class="page-nav__link" href="#faq-cocofuru">よくあるご質問</a></li>
  573.     </ul>
  574.     <div class="container">
  575.         
  576.         <div class="page-wrap">
  577.         
  578.             <div id="about-cocofuru" class="page-section js-panel is-active">
  579.                 <h3 class="section-heading">ココふるとは?</h3>
  580.                 <div class="about-box">
  581.                     <div class="about-text">
  582.                         <p>「ココふる」とは現地消費に特化した新しいカタチの「ふるさと納税サービス」です。<br>
  583.                         今訪れているこの場で、すぐに使えるお礼の品だけを集めました。レジャー施設や宿泊施設のご優待などをお礼の品として受け取り、旅中のご予定を少しお得に体験して、地域を応援してみませんか?<br>
  584.                         寄附のお申し込みはスマートフォンでお手続き可能です。従来のふるさと納税とは違い、その場ですぐに利用できますので、ご自宅への郵送もなく気軽にお申し込みいただけます。<br>
  585.                         皆さまが、ここで体験する新しい思い出づくりのお役にたてることを楽しみにお待ちしております。</p>
  586.                     </div>
  587.                     <div class="about-logo">
  588.                         <img src="{{ asset('assets/img/help/logo-box.png') }}" alt="{{ BaseInfo.shop_name }}">
  589.                     </div>
  590.                 </div>
  591.             </div>
  592.             
  593.             <div id="merit-cocofuru" class="page-section js-panel">
  594.                 <h3 class="section-heading">メリット</h3>
  595.                 <div class="merit-box">
  596.                     <ul class="merit-list">
  597.                         <li class="merit-list__item">
  598.                             <div class="merit-img">
  599.                                 <img src="{{ asset('assets/img/help/merit-01.png?1') }}" alt="">
  600.                             </div>
  601.                             <h3 class="merit-title">今すぐに<br>お礼の品を受け取れる</h3>
  602.                             <p class="merit-text">「ココふる」は納税したその場ですぐにお礼の品を受け取ることができます。配送の心配もゼロ、管理の心配もゼロ。楽しみがすぐにあなたのもとへ届きます。</p>
  603.                         </li>
  604.                         <li class="merit-list__item">
  605.                             <div class="merit-img">
  606.                                 <img src="{{ asset('assets/img/help/merit-02.png?1') }}" alt="">
  607.                             </div>
  608.                             <h3 class="merit-title">いつもの旅をお得に<br>グレードアップできる</h3>
  609.                             <p class="merit-text">旅先での少しの贅沢を「寄附」という形で行うことで、いつもより少しお得に旅中のご予定をグレードアップさせることができます。</p>
  610.                         </li>
  611.                         <li class="merit-list__item">
  612.                             <div class="merit-img">
  613.                                 <img src="{{ asset('assets/img/help/merit-03.png?1') }}" alt="">
  614.                             </div>
  615.                             <h3 class="merit-title">ここでしか味わえない<br>特別な体験ができる</h3>
  616.                             <p class="merit-text">ここにしかない景色、ここにしかない食材、ここにしかない遊び、ここにしかない人々。旅先では旅先にしかない魅力が沢山あります。<br>
  617.                             「ココふる」を通して特別な体験を提供いたします。</p>
  618.                         </li>
  619.                     </ul>
  620.                 </div>
  621.             </div>
  622.             
  623.             <div id="howto-cocofuru" class="page-section js-panel">
  624.                 <h3 class="section-heading">ご利用方法</h3>
  625.                 <div class="page-inner">
  626.                     <div class="howto-box">
  627.                         <h3 class="howto-title"><span>1. </span>QRコードからサイトにアクセスして、お礼の品を選択</h3>
  628.                         <div class="howto-movie">
  629.                             <iframe width="560" height="315" src="https://www.youtube.com/embed/5XhA03UEzO0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
  630.                         </div>
  631.                         <h3 class="howto-title"><span>2. </span>利用規約に同意いただき、新規会員登録</h3>
  632.                         <div class="howto-movie">
  633.                             <iframe width="560" height="315" src="https://www.youtube.com/embed/MCfChwSqXzQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
  634.                         </div>
  635.                         <h3 class="howto-title"><span>3. </span>寄附を進める</h3>
  636.                         <div class="howto-movie">
  637.                             <iframe width="560" height="315" src="https://www.youtube.com/embed/IzuuEVQw1k8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
  638.                         </div>
  639.                         <h3 class="howto-title"><span>4. </span>お礼の品の申し込みを確認、受け取る</h3>
  640.                         <div class="howto-movie">
  641.                             <iframe width="560" height="315" src="https://www.youtube.com/embed/8vZop1zCNEM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
  642.                         </div>
  643.                     </div>
  644.                 </div>
  645.             </div>
  646.             
  647.             <div id="faq-cocofuru" class="page-section js-panel">
  648.                 <h2 class="section-heading">よくあるご質問</h2>
  649.                 <div class="faq-box">
  650.                     <div class="faq-inner">
  651.                         <dl class="faq-item">
  652.                             <dt class="faq-qs js-open"><span class="q-icon">Q.</span>「ココふる」利用後の流れは?<span class="open-icon"></span></dt>
  653.                             <dd class="faq-ans">ご入力いただいた住所に各自治体から「寄付金受領証明書」が届きます。その後、税金の控除をお受けください。詳しくは<a href="/help/about_furusatotax">こちら</a>。</dd>
  654.                         </dl>
  655.                         <dl class="faq-item">
  656.                             <dt class="faq-qs js-open"><span class="q-icon">Q.</span>利用場所がわかりません。<span class="open-icon"></span></dt>
  657.                             <dd class="faq-ans">本サイト、お礼の品ページに記載がございます。<a href="/products/list">こちら</a>をご確認ください。その他詳細に関しましては、
  658.             各施設にお問い合わせください。</dd>
  659.                         </dl>
  660.                         <dl class="faq-item">
  661.                             <dt class="faq-qs js-open"><span class="q-icon">Q.</span>決済エラーが出ました。<span class="open-icon"></span></dt>
  662.                             <dd class="faq-ans">
  663.                                 決済に関するお問い合わせは、下記番号までご連絡下さいますよう、お願いします。サポート担当者へ決済エラーが表示された旨をお伝えください。<br><br>
  664.                                 <div><b>決済サポート:0120-599-526</b></div>
  665.                                 <div class="reception-hours"><b>受付時間 10:00〜20:00</b></div>
  666.                             </dd>
  667.                         </dl>
  668.                         <dl class="faq-item">
  669.                             <dt class="faq-qs js-open"><span class="q-icon">Q.</span>寄付完了メールが届きません。<span class="open-icon"></span></dt>
  670.                             <dd class="faq-ans">
  671.                                 マイページの購入履歴から寄附が完了しているかご確認ください。また、下記内容にもご注意ください。<br><br>
  672.                                 <span class="add-padding"><span>・</span>迷惑メールフィルタでの受信をしていないか</span>
  673.                                 <span class="add-padding"><span>・</span>会員登録時にご登録いただいたメールアドレスが間違っていないかどうか<span>
  674.                             </dd>
  675.                         </dl>
  676.                         <dl class="faq-item">
  677.                             <dt class="faq-qs js-open"><span class="q-icon">Q.</span>クレジットカード以外の決済方法は?<span class="open-icon"></span></dt>
  678.                             <dd class="faq-ans">現在「ココふる」での決済方法はクレジットカードのみとなっております。ご了承ください。</dd>
  679.                         </dl>
  680.                         <dl class="faq-item">
  681.                             <dt class="faq-qs js-open"><span class="q-icon">Q.</span>ログインIDとパスワードを忘れました。<span class="open-icon"></span></dt>
  682.                             <dd class="faq-ans">
  683.                                 ログインIDは新規会員登録時にご登録いただいたメールアドレスです。<br>
  684.                                 パスワードをお忘れの場合は、<a href="/mypage/change">こちら</a>より再設定をお願いします。
  685.                             </dd>
  686.                         </dl>
  687.                         <dl class="faq-item">
  688.                             <dt class="faq-qs js-open"><span class="q-icon">Q.</span>住所が変わりました。<span class="open-icon"></span></dt>
  689.                             <dd class="faq-ans">
  690.                                 <p class="faq-ans-desc">マイページより会員情報を変更ください。</p>
  691.                                 <p class="faq-ans-desc">既に今年の寄付がお済みの場合は、寄付申請時の登録情報で手続きされています。マイページの変更内容は、過去の寄付済み情報に自動で反映はされませんので、状況に応じて以下のご対応をお願いいたします。(寄付者住所・氏名は、ふるさと納税を行った翌年1月1日時点の住民票記載情報をご登録していただく必要があります。)</p>
  692.                                 <ul class="faq-ans-desc-list">
  693.                                     <li>各種書類を未受領の場合:当自治体へ変更のご連絡をお願いいたします。</li>
  694.                                     <li>控除手続き前(確定申告またはワンストップ特例が未申請)の場合:当自治体へ変更のご連絡をお願いいたします。</li>
  695.                                     <li>控除手続き後(ワンストップ特例が申請済み)の場合:<a href="{{ url('homepage') }}html/template/default/assets/pdf/declaration.pdf" download="申告特例申請事項変更届.pdf">申告特例申請事項変更届</a>をダウンロードしていただき、当自治体へ寄付を行った年の翌年1月10日(必着)までにご郵送ください。</li>
  696.                                 </ul>
  697.                             </dd>
  698.                         </dl>
  699.                     </div>
  700.                 </div>
  701.                 <p class="faq-note">その他、お問い合わせは<a href="/contact">こちら</a>まで。</p>
  702.             </div>
  703.     
  704.         </div>
  705.     </div>
  706.     {#container#}
  707.     
  708. </div>
  709. {% endblock %}