.table-02 {
	width: 100%;
	max-width: 700px;
	border-collapse: collapse;
	margin: 24px 0;
	background: #fff;
	font-size: 15px;
	line-height: 1.7;
	border: 1px solid #d9d9d9;
}

.table-02 caption {
	padding: 12px 16px;
	background: #333;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.03em;
}

.table-02 th,
.table-02 td {
	padding: 12px 16px;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
}

.table-02 th {
	width: 32%;
	background: #f5f5f5;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

.table-02 td {
	background: #fff;
}

/* 行ごとの視認性を少し高める */
.table-02 tbody tr:nth-child(even) td {
	background: #fafafa;
}

/* スマホ */
@media screen and (max-width: 600px) {

	.table-02 {
		font-size: 14px;
	}

	.table-02 caption {
		font-size: 17px;
	}

	.table-02 th,
	.table-02 td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.table-02 th {
		border-bottom: none;
		padding-bottom: 6px;
	}

	.table-02 td {
		padding-top: 6px;
	}

	.table-02 tr {
		display: block;
		margin-bottom: 10px;
	}
}
