.tabwrap {
  width: 1300px;
  margin: 0 auto;
  display: none; 
        padding-bottom: 100px;
}

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

/*.tabwrap ul:nth-of-type(1) {  margin: 80px auto 0; }*/

.tabwrap ul li {
  height: 100%;
  background: #fff;
  border-left: 1px solid white;
  box-sizing: border-box;
  width: 100%;
    border: 1px solid #dfdfdf;

}
.tabwrap ul li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;;
    text-align: center;
        line-height: 1.3;
}

.tabwrap ul li a.tab_on {
  font-weight: 400;
  background: #444;
  color: #fff;
  box-sizing: border-box;
}

.document_capital_plan {
    font-size: 14px;
    letter-spacing: -2px;
}

