/*footer floating閲覧履歴　20210519*/
.footer_floating_list .age_list:last-child {
  background-color: #EF8695;
}
.footer_floating_list .age_list:last-child a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer_floating_list .age_list:last-child a img {
    width: 22.4px;
    height: 19.6px;
    margin-top: -8px;
  }
  .footer_floating_list .age_list:last-child a span {
    margin-top: -14px;
  }
  #footer_floating > ul > li:nth-child(5) > a > span {
    font-size: 12px;
  }
#footer_floating .footer_floating_list {
  height: 60px;
}
#footer_floating .footer_floating_list li.age_list {
  padding: 20px 0;
}
/*header menu閲覧履歴追加　20210519*/
.fs-l-header nav .nav-ul-li {
      -webkit-box-flex: 0;
      -ms-flex: 1 0 15%;
      flex: 1 0 15%;
  }
.fs-l-header nav .nav-ul-li .ui16 .first_span {
  display: inline-block;
}
.fs-l-header nav .nav-ul-li .ui16 .fs-client-cart-count {
  display: inline-block;
  position: absolute;
  background: #E25B33;
  padding: 3px 5px;
  border-radius: 30px;
  color: #fff;
  font-size: 11px;
  top: 10px;
}
.fs-l-header nav .nav-ul-li .ui16 .first_span:before {
      content: "";
      margin-right: 5px;
      margin-right: 5px;
      padding-left: 20px;
      background-image: url(https://eduteshop.itembox.design/item/common/img/index/cart_icon.png);
      background-repeat: no-repeat;
      background-size: 18px 18px;
      background-position: center;
  }
  @media(min-width: 1px) and (max-width: 940px) {
    .fs-l-header nav .nav-ul-li .ui16 .first_span:before {
      display: block;
      width: 17px;
      height: 17px;
      margin: auto;
      margin-bottom: 5px;
    }
  }
  @media(min-width: 1px) and (max-width: 767px) {
   .fs-l-header nav .nav-ul-li:last-child {
      display: none;
    }
    #sps-floating-menu {
      bottom: 66px;
   }
   .fs-body-product #fs_p_scrollingCartButton {
     bottom: 66px;
   }
  }



  .history_floating {
    position: fixed;
    bottom: 113px;
    right: 21px;
    z-index: 11111;
  }
  .history_floating .history_link {
    width: 64px;
    border-radius: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ef8695;
    padding: 10px 2px 5px;
  }
  .history_floating .history_link:hover {
    text-decoration: none;
  }
  .history_floating .history_link span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .history_floating .history_link img {
    max-width: 32px;
    max-height: 28px;
    width: 100%;
    height: auto;
    margin: auto;
  }
  @media(min-width: 1px) and (max-width: 767px) {
    .history_floating {
      display: none;
    }
    #sps-floating-menu {
      bottom: 66px;
    }
  }
