@charset 'UTF-8';
.company-category-wrapper .header .text {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
}

.company-category-wrapper .header .text:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 30px;
    background-color: #FFC107;
    top: 2px;
    left: 0;
}
.company-category-wrapper .sub-item {
    display: block;
    padding: 8px 8px;
    border: solid 1px #EBAC00;
    background-color: #FFFCF4;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    border-radius: 25px;
    line-height: 1.2;
    min-height: 57px;
}
.company-category-wrapper .sub-item:hover{
    background-color: #FCC52F;    
}
.main-category.clicked{
    transform: rotate(180deg);
    transform-origin: center;
    display: inline-block;
}