.tabwrap {
  width: 95vw;
  margin: 0 auto;
  height: 7vw;
  margin: 0vw auto 25vw;
    padding-bottom: 3vw;
  display: none;
}

.tabwrap ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #c5c5c5; */
  box-sizing: border-box;
  
  gap: 0 0.7vw 0 0.7vw;
  border: 1px solid  #ccc;
}

.tabwrap ul:nth-of-type(2) {   border-top: none; }

.tabwrap ul li {
  height: 100%;
  background: white;
  border-left: 1px solid  #ccc;
  box-sizing: border-box;
  width: 100%;
}
.tabwrap ul li:first-child { border: none; }
.tabwrap ul li a {
 width: 100%;
  height: 100%;
  font-size: 2.5vw;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color:  #333;
}

.tabwrap ul li a.tab_on {
  font-weight: 600;
   background: #666;
  color: #fff;
  /*border: 1px solid #142c56;*/
  box-sizing: border-box;
}
