@charset "UTF-8";

.table-wrap {
    margin-bottom: 35px;
}

.btn-wrap {
    margin-top: 0;
}

.btn {
    max-width: 300px;
    height: 60px;
}

.link {
    color: #555152;
    font-size: 1.4rem;
    position: relative;
}

.link-arrow {
    padding-left: 34px;
}

.link-arrow::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #3BB24E;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}

.link-arrow::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    background-color: #3BB24E;
    position: absolute;
    top: calc(50% - 4px);
    left: 4px;
}

@media (min-width: 768px) {

    header {
        margin-bottom: 80px;
    }

    .table-type-1 th {
        width: 142px;
    }
}
