@charset "UTF-8";
.tab_class {
	width: calc(100%/3);
	background-color:white;
	line-height: 50px;
	font-size: 18px;
	
	text-align: center;
	display: block;
	float: left;
	order: -1;
	box-sizing: border-box;
	border-bottom: solid 1px #0ca26c;
	padding: 16px 10px 22px 10px;

    
    height: auto;
    min-height: 70px;
    line-height: 1.4;
    padding: 10px;
    white-space: normal;
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
   