.tabwrap {
  width: 95vw;
  height: 7vw;
  margin: 6vw auto;
  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 rgb(212, 212, 212);
}

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

.tabwrap ul li {
  height: 100%;
  background: white;
  border-left: 1px solid rgb(212, 212, 212);
  /*    border: 1px solid #fff;*/
  box-sizing: border-box;
  width: 100%;
}
.tabwrap ul li:first-child {
  border: none;
}
.tabwrap ul li a {
  width: 100%;
  height: 100%;
  font-size: 2.9vw;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2a24;
}

.tabwrap ul li a.tab_on {
  font-weight: 500;
  background: #ee1059;
  color: #fff;
  border: 1px solid #ee1059 ! important;
  box-sizing: border-box;
}
.tabwrap ul li a.interior59a.tab_on {
  font-weight: 500;
  background: #272e53;
  color: #fff;
  border: 1px solid #272e53 ! important;
  box-sizing: border-box;
}
.tabwrap ul li a.interior84a.tab_on {
  font-weight: 500;
  background: #ee1059;
  color: #fff;
  border: 1px solid #ee1059 ! important;
  box-sizing: border-box;
}
