.tablepress .column-2 {
display: table-cell;
}

/* テーブルのオプションに入力し、改行を防止する */
@media screen and (max-width: 640px) {
.tablepress thead th,
.tablepress td {
	white-space: nowrap;
	}
}