.c-fund_nav {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-fund_nav::-webkit-scrollbar{
  display: none;
}

.c-fund_nav__menu {
  max-width: 1200px;
  width: 100%;
  height: 83px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start
}

@media screen and (max-width:767px) {
  .c-fund_nav__menu {
    width: 684px;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-fund_nav__menu::-webkit-scrollbar{
    display: none;
  }
}

.c-fund_nav__item {
  position: relative;
  width: 12%;
  height: 66px;
  font: 16px bold, Noto Sans JP, sans-serif;
  font-weight: bolder;
  color: #66480e;
  text-align: center;
  line-height: 100%;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 20px;
  background-image: url(../image/funds/triangle.png);
  background-size: 18.3px 18.3px;
  background-position: left 50% bottom 7.8px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  .c-fund_nav__item {
    width: 132px;
    height: 50px;
    font-size: 12px;
    background-size: 14.1px 14.1px;
    background-position: left 50% bottom 4.9px;
    padding-bottom: 13px
  }
}

.c-fund_nav__item.is-selected {
  height: 83px;
  border-top: 5px solid #66480e;
  background-image: url(../image/funds/triangle-selected.png)
}

@media screen and (max-width:767px) {
  .c-fund_nav__item.is-selected {
    height: 56px;
    border-top: 3px solid #66480e
  }
}


#footer-nav .c-fund_nav__item {
  background-position: left 50% top 7.8px;
  padding-top: 20px;
  padding-bottom: 0;
  background-image: url(../image/funds/triangle-reverse.png);
}
#footer-nav .c-fund_nav__item.is-selected {
  background-position: left 50% top 7.8px;
  padding-top: 20px;
  padding-bottom: 0;
  background-image: url(../image/funds/triangle-selected-reverse.png);
}

@media screen and (min-width: 768px) {
  .c-fund_nav__item {
    width: calc(100% / 8);
  }
}
@media screen and (max-width: 767px) {
  .c-fund_nav__menu {
    width: calc(135px * 8);
  }
  .c-fund_nav__item {
    width: 135px;
  }
}