.nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}
.nav-tabs {
  text-align: center;
}
#myTab.nav-tabs {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  height: 71px !important;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: -17px;
}
#myTab.nav-tabs li a {
  white-space: nowrap;
}
#myTab.nav-tabs.nav-center {
  justify-content: center;
}
#myTab.nav-tabs::before {
  content: '';
  display: block;
}
#myTab.nav-tabs::after {
  content: '';
  display: block;
}
#myTab.affix-anchor {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.anchor {
  background-color: #fafafa;
  margin: auto;
  height: 54px;
  overflow: hidden;
  position: relative;
}
.anchor.affix-anchor {
  background-color: #fafafa;
  max-width: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.anchor.affix-anchor.overflowNav {
  width: calc(100% - 20px);
}
.anchor .scroll-left {
  left: 0;
  cursor: pointer;
  z-index: 10001;
}
.anchor .scroll-right {
  right: 0;
  cursor: pointer;
  z-index: 10001;
}
.anchor .scroll-left,
.anchor .scroll-right {
  display: none;
  height: 54px;
  width: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  background-color: #fafafa;
}
.anchor.affix-anchor .scroll-right {
  position: fixed;
}
.anchor .scroll-left i,
.anchor .scroll-right i {
  margin-top: 20px;
}
.anchor #myTab.overflowNav {
  margin-left: 20px;
  margin-right: 20px;
}
.anchor #myTab.overflowNav + .scroll-left {
  display: block;
}
.anchor #myTab.overflowNav + .scroll-left + .scroll-right {
  display: block;
}
#myTab.nav-tabs li:hover:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #2a289d;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: .5;
}
/* SP_id_9 修正ここから */
@media (max-width: 768px) {
  .anchor.affix-anchor {
    display: none;
  }
}
/* SP_id_9 修正ここまで */
/* EX_PC_id_9 修正ここから */
.anchor.affix-anchor {
  height: 40px;
}
.anchor.affix-anchor #myTab.nav-tabs {
  height: 36px !important;
  overflow-x: auto;
}
.anchor.affix-anchor #myTab.nav-tabs li a {
  padding: 5px 15px;
}
.container .row .section-heading {
  padding-top: 45px !important;
}
@media (max-width: 767px) {
  .container .row .section-heading {
    padding-top: 5px !important;
  }
}
/* EX_PC_id_9 修正ここまで */
@media (max-width: 767px) {
  .anchor {
    display: none;
  }
}
/* SP_id_9 2nd 修正ここから */
@media (max-width: 990px) {
  .anchor,
  .anchor.affix-anchor {
    display: none;
  }
}
/* SP_id_9 2nd 修正ここまで */

