@charset "UTF-8";

.c_table {
    min-width: 768px;
    border-collapse: collapse;
}
.c_table__tr {
    display: table-row;
}
.c_table__th {
    position: static;
    padding: 5px 15px;
    border: solid #cccccc 1px;
    text-align: center;
}
.c_table__td {
    position: static;
    padding: 5px 10px;
    border: solid #cccccc 1px;
}
.c_tableWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.c_tableWrap + .c_tableWrap {
    margin-top: 40px;
}

.c_list__item {
    flex-wrap: wrap;
}

.link {
    text-decoration: underline;
    transition: all 0.2s;
}
.link:hover {
    text-decoration: none;
}

.about__item:last-child {
    max-width: 320px;
    margin: 0 auto;
}
.about__item + .about__item {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .about__list {
        display: flex;
    }
    .about__item:first-child {
        width: calc(100% - 350px);
        margin-right: 30px;
    }
    .about__item + .about__item {
        margin: 0;
    }
}
