@charset "utf-8";
body {
	font-family: Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Verdana, sans-serif;
	line-height: 1.5;
	vertical-align: baseline;
}
.tbl-right {
	text-align: right;
	white-space: nowrap;
}
.p20 {
	padding: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.br {
	display: none;
}
.table thead {
	display: none;
}
.table tr {
	margin-bottom: 20px;
	display: block;
	border-top: 1px solid #d3d6db;
	border-left: 1px solid #d3d6db;
	border-right: 1px solid #d3d6db;
}
.table tbody tr:last-child td, .table tbody tr:last-child th {
	border-bottom-width: 1px;
}
.table th,
.table td {
	display: block;
}
.table td::before {
	content: attr(data-label);
	float: left;
}
@media screen and (min-width: 769px) {
	.br {
		display: none;
	}
	.table thead {
		display: table-header-group;
	}
	.table tr {
		margin-bottom: 0;
		display: table-row;
	}
	.table th,
	.table td {
		display: table-cell;
		border-left: 1px solid #d3d6db;
		border-right: 1px solid #d3d6db;
	}
	.table td::before {
		display: none;
	}
}