@charset "UTF-8";

section img {
	float: right;
	margin: 0 0 1em 1em;
}
section h2 {
	clear: both;
}
section th,
section td {
	padding: 0.5em 0.8em;
}
@media screen and (min-width: 641px) {
	section td:first-child {
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	section table {
		border: none;
	}
	section thead {
		display: none;
	}
	section tr {
		display: block;
		margin-bottom: 20px;
		border-bottom: 1px solid #BBB;
	}
	section tr:last-child {
		margin-bottom: 0;
	}
	section td {
		display: block;
		border-bottom: none;
		text-align: left;
	}
	section td::before {
		content: attr(data-label) "：";
		display: inline-block;
		font-weight: bold;
	}
}