.c-table__icon-link button {
    width: 100%;
    display: block;
    color: #1a1311 !important;
    background-color: #fac452;
    text-decoration: none !important;
    position: relative;
    padding: 4px 22px 5px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    transition: background-color 0.3s;
    font-family: inherit;
    font-size: inherit;
    border: none;
    cursor: pointer;
}

.c-table__icon-link button span {
    width: 11px;
    height: 10px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.c-table__icon-link button span img {
    width: 100%;
    height: 100%;
}

.c-table__icon-link.__blue a,
.c-table__icon-link.__blue button {
    background-color: #0072bc;
    color:#fff !important;

    &:hover{
        background-color: #005b97 !important;
    }
}

@media (min-width: 768px) {
    .c-modal__inner {
        width: 970px !important;
        max-width: 1000px !important;
    }
}

@media (max-width: 767px) {
    .c-modal__overlay {
        overflow-y: auto !important;
        align-items: flex-start !important;
        padding: 0 0 20px !important;
    }
    .c-modal__inner {
        max-height: none !important;
        overflow: visible !important;
        margin-top: 80px !important;
    }
    .c-modal__close {
        top: -60px !important;
        right: 0 !important;
        background-color: #fff !important;
        border-radius: 50% !important;
    }
}

@media (max-width: 767px) {
    .c-table__change tr {
        display: flex;
        flex-wrap: wrap;
    }
    .c-table__change th {
        flex: 0 0 100%;
        font-size: 14px;
    }
    .c-table__change td {
        flex: 1;
    }

    .c-table__change td{
        padding:20px 0;
    }

    .c-table__change td:only-of-type {
        flex: 0 0 50%;
    }

    ._sp-w138{
        width: 138px;
    }
}
