@charset "utf-8";
.tab-box .tab-ul01{display:flex;border-left:1px solid var(--color21);}
.tab-box .tab-ul01 > li > a{display:flex;justify-content:center;align-items:center;padding:1.5rem 2.8rem;border-right:1px solid var(--color21);}
.tab-box .tab-ul01 > li > a span{font-size:1.6rem;color:var(--color23);line-height:2.2rem;letter-spacing:-0.04em;}
.tab-box .tab-ul01 > li > a.active{background-color:var(--white100);}
.tab-box .tab-ul01 > li > a.active span{font-weight:var(--font-weight-semibold);color:var(--color04);}

@media screen and (max-width:1024.98px){
	.tab-box .tab-ul01 > li > a{padding:1rem 2rem;}
	.tab-box .tab-ul01 > li > a span{font-size:1.4rem;line-height:2rem;}
}