/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
    .c-hide-pc {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .c-hide-sp {
        display: none;
    }
}

/* ========== table-scroll ========== */
@media only screen and (max-width: 640px) {
.table-scroll {
	overflow-x: scroll;
	white-space: nowrap;
}
.table-scroll .c-table-01 {
	table-layout: auto;
	width: 100%;
}
}