@charset "utf-8";

table,
tbody,
tr,
th,
td {
	font-size: 1.6rem; /* 既存ページのため追記 */
}
@media (max-width: 767px) {
	body {
		font-size: 1.3rem;
	}
	input,
	select,
	button {
		font-size: 16px;
	}
	textarea {
		font-size: 16px;
	}
}