@charset "UTF-8";
/*@charset 'Shift JIS';*/
/*Pc screen*/
/*Hide unecessary elements*/
/* @media (min-width: 642px) { */
  body .pc-hide {
    display: none !important;
  }

  /*Hide nav block at topmenu*/
  .topmenu .sp-nav-block {
    display: none;
  }

  /*Hide collapse button when using pc web*/
  .tabpanel .tab-panel .link-list .box.mid img.sp-collapse-item {
    display: none;
  }

  /*Reset width of sidenav*/
  .link-list .sidenav {
    width: 100% !important;
  }

  /*Hide close advance form button*/
  #advance .sp-close-advance-form {
    display: none;
  }

  /*Hide close navi block model button*/
  .naviBlock .sp-close-navi-block {
    display: none;
  }

  /*Hide link switcher*/
  #footerArea .sp-mobile-pc-link-switcher {
    display: none;
  }

  #search-detail-form {
    display: block !important;
  }

  /*Hide result detail modal at PC mode*/
  #sp-result-detail-modal {
    display: none;
  }

  /*Reset position of advance search button*/
  .search-box .icon2 {
    display: inline-block !important;
  }
/* }* /

/*# sourceMappingURL=sp-template.css.map */

#SearchTopPage #sp-return-toppage a{ /*//tandd //20180314*/
    display: block;
    width: 100%;
    height: 2.3em;
    text-indent: -9999px;
    cursor: pointer;
    font-weight: normal;
    background-size: contain;
    margin-top: 0.5em;
    background-position: center;
    background: url("../image/sp/img20170502180053407876.jpg") no-repeat;
  }