.ps_tab02 {
    display: flex;
    list-style: none;
    z-index: 2;
    position: sticky;
    top: 6.9rem;
    border-image: linear-gradient(#ffffff,#ffffff) fill 0//0 100vw 0 100vw;
  transition-duration: 0.2s;
}

.scrollUp .ps_tab02 {
  top: -2.3rem;
}

.scrollDown .ps_tab02 {
  top: 6.9rem;
}

@media (min-width: 1200px) {

.ps_tab02 {
  top: 10.9rem;
}

.scrollUp .ps_tab02 {
  top: 3.6rem;
}

.scrollDown .ps_tab02 {
  top: 10.9rem;
}

}

.ps_tab02 > li {
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.7rem;
    border-bottom: 0.3rem solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    transition-duration: 0.2s;
}

.ps_tab02 > li > a, .ps_tab02 > li > span {
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 2.1rem 2.4rem 1.9rem;
}

@media (max-width: 559px) {

.ps_tab02 > li {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.ps_tab02 > li > a, .ps_tab02 > li > span {
    padding: 0.8rem;
}

}

.ps_tab02 > li:not(:has(a)) {
    color: #df1f22;
    border-color: #df1f22;
}

@media (hover: hover) {

.ps_tab02 > li:has(a):hover {
    background-color: #fdf4f4;
    border-color: #df1f22;
    transition-duration: 0.2s;
}

}
