@charset "UTF-8";
table {
	border-radius: 5px;
	margin: 10px 3% 0;
	border-collapse: separate;
}
th,
td {
	border: none;
}
th {
	width: 40px;
}
.contents-text-block-wide th img {
	width: 100%;
}
@media screen and (min-width: 769px) {
	/* PC */
	th {
		width: 80px;
	}
	
}
