var element = document.createElement('div');
              element.id = 'sb_help';
              element.className = 'sb_module_section';
              document.getElementById('html-sidebar-banner-help').parentNode.insertBefore(element, document.getElementById('html-sidebar-banner-help'));
              document.getElementById('sb_help').innerHTML = '<h3><a href="http://winesuki.jp/help/shopping/index.html"><img src="/global/images/sidebar/btns.png" alt="ショッピングのご利用について" /></a></h3><ul>    <li><a href="http://winesuki.jp/help/shopping/index.html#payment" class="with_arrow_red">お支払い方法について</a></li>    <li><a href="http://winesuki.jp/help/shopping/index.html#delivery" class="with_arrow_red">商品のお届けについて</a></li>    <li><a href="https://winesuki.jp/contact/" class="with_arrow_red">お問い合わせはこちら</a></li></ul>';
              