.sct_guarantee{
    & .table_scroll_area{
        overflow: auto;
        &:before{
            @media(max-width: 767px) {
                content: '横にスクロールできます';
                display: block;
                font-size: .9em;
                color: #a5a5a5;
            }
        }
    }
    & th,
    & td{
        border: solid 1px var(--border-color);
        vertical-align: middle;
        min-width: 10em;
    }
    & .column-1{
        background: var(--head-bg-color);
        font-weight: bold;
        @media(max-width: 767px){
            min-width: 8em;
            position: sticky;
            left: -2px;
        }
    }
}