.ps_tab01 {
  display: block;
  margin-bottom: 0;
  padding: 0.1rem 0 4.0rem;
  white-space: nowrap;
  background: linear-gradient(0deg, transparent 0%, transparent 3.8rem, #109189 3.8rem, #109189 100%) left bottom no-repeat;
  background-size: 100% 4.0rem;
  overflow-x: scroll;
  scrollbar-width: none;
  position: relative;
}

.ps_tab01::-webkit-scrollbar {
  display: none;
}

.ps_tab01 li {
  display: inline-block;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  background: #f0f0f0 linear-gradient(0deg, transparent 0%, transparent 16.7%, #b3b3b3 16.7%, #b3b3b3 83.3%, transparent 83.3%, transparent 100%) left top no-repeat;
  background-size: 0.1rem 100%;
  border-top: 1px solid #b3b3b3;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.2s;
}

.ps_tab01 li a {
  display: inline-block;
  padding: 2.5rem 2.5rem;
  color: #808080;
}

@media screen and (min-width: 1250px) {

.ps_tab01 {
  display: table;
  width: 100%;
}

.ps_tab01 li {
  display: table-cell;
  text-align: center;
}

}

@media screen and (min-width: 960px) {

.ps_tab01 {
  transition-property: color;
  transition-duration: 0.2s;
}

.ps_tab01 li a:hover {
  color: #109189;
  transition-property: color;
  transition-duration: 0.2s;
}

}

.ps_tab01 li:first-of-type {
  background: #f0f0f0 linear-gradient(0deg, #b3b3b3 0%, #b3b3b3 100%) left top no-repeat;
  background-size: 0.1rem 100%;
}

.ps_tab01 li:last-of-type {
  background: linear-gradient(0deg, transparent 0%, transparent 16.7%, #b3b3b3 16.7%, #b3b3b3 83.3%, transparent 83.3%, transparent 100%) left top no-repeat, #f0f0f0 linear-gradient(0deg, #b3b3b3 0%, #b3b3b3 100%) right top no-repeat;
  background-size: 0.1rem 100%, 0.1rem 100%;
}

.ps_tab01 li.act {
  position: relative;
  background-color: #ffffff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  vertical-align: -0.2rem;
/*
  transition-property: padding, font-size, line-height, vertical-align, color;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
*/
}

.ps_tab01 li.act a {
  color: #109189;
  padding: 2.2rem 3.5rem 2.3rem;
}

.ps_tab01 .act::before {
  content: "";
  position: absolute;
  left: 0;
  right: -0.1rem;
  top: -0.2rem;
  bottom: -0.3rem;
  background: linear-gradient(0deg, #109189 0%, #109189 100%) left top no-repeat, linear-gradient(0deg, #109189 0%, #109189 100%) right top no-repeat, linear-gradient(90deg, #109189 0%, #109189 100%) left top no-repeat, linear-gradient(90deg, #ffffff 0%, #ffffff 100%) left bottom no-repeat;
  background-size: 0.2rem calc(100% - 0.1rem), 0.2rem calc(100% - 0.1rem), 100% 0.2rem, 100% 0.3rem;
/*
  transition: 0.1s ease-out;
*/
}

@media screen and (max-width: 959px) {

.ps_tab01_wrapper {
  position: relative;
  padding-top: 1.7rem;
  margin-top: -0.7rem;
  background: url("/common/images/tab_bg_scroll.png") center top no-repeat;
}

.ps_tab01_wrapper::before, .ps_tab01_wrapper::after {
  position: absolute;
  top: 0.3rem;
  opacity: 1.0;
  z-index: 3;
  height: 1rem;
  width: 2rem;
}

.ps_tab01_wrapper::before {
  content: "";
  left: 40%;
  background: url("/common/images/linkarrow.png") center center no-repeat;
  background-size: contain;
  animation: ps_tab01_left 1.5s ease-out infinite;
}

@keyframes ps_tab01_left {
  0% {
    transform: translateX(50%) rotateY(180deg);
    opacity: 0;
  }
  20% {
    transform: translateX(50%) rotateY(180deg);
    opacity: 0;
  }
  90% {
    transform: translateX(-50%) rotateY(180deg);
    opacity: 0.3;
  }
  100% {
    transform: translateX(-50%) rotateY(180deg);
    opacity: 0;
  }
}

.ps_tab01_wrapper::after {
  content: "";
  right: 40%;
  background: url("/common/images/linkarrow.png") center center no-repeat;
  background-size: contain;
  animation: ps_tab01_right 1.5s ease-out infinite;
}

@keyframes ps_tab01_right {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  20% {
    transform: translateX(-50%);
    opacity: 0;
  }
  90% {
    transform: translateX(50%);
    opacity: 0.3;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}

.ps_tab01 li {
  font-size: 1.7rem;
  line-height: 1.7rem;
  padding: 2.0rem 2.5rem;
}

.ps_tab01 li.act {
  font-size: 2.0rem;
  line-height: 2.0rem;
  padding: 1.8rem 2.5rem 1.9rem;
  vertical-align: 0;
}

}
