/*タブ */
.tabs {
    border-bottom: solid 2px #bfbfbf;
}
.tab {
    margin: 2px !important;
}
.tabs .tab a{
    color:#000;
} /*Black color to the text*/
.tabs .tab a:hover {
    background-color:rgba(255,201,95,0.6);
    color:#000;
} /*Text color on hover*/
.tabs .tab a.active {
    background-color:#FFC95F !important;
    color:#000;
} /*Background and text color when a tab is active*/
.tabs .indicator {
    background-color:#FFC95F;
} /*Color of underline*/

.tab-ul {
    display: flex;
}

.tab-li{
    width: 100%;
}

.tabs-width {
    margin-bottom: 3% !important;
    padding: 0 !important;
}

.property-tabs {
    box-shadow: none;
    border: none;
    width: 83.5%;
}

.property-tabs-sticky {
    padding: 0px !important;
    border-bottom: 1px solid #aaaaaa;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
}

@media screen and (max-width: 600px) {
    .tabs-width {
        margin-top: 10% !important;
    }

}
