@charset "UTF-8";
.filter__shibu--hide {
	display: none;
}

table.table td:nth-child(1) {
	width: 7em;
}
table.table td:nth-child(2) {
	width: 8.5em;
}
table.table td:last-child {
	width: 12em;
}

span.time {
    display: inline-block;
    margin-left: 5px;
}

.container {
    position: relative;
	max-width: 960px;
}

.table-responsive:after {
	content: "";
	display: inline;
}

.filterForm {
    font-size: 1.16em;
    align-items: flex-end;
}

.filter__kyoku,.filter__shibu {
    margin: 0;
    margin-right: 2em;
}

.filter__kyoku > *, .filter__shibu > * {
    display: block;
}

.qrcode {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
}

.qrcode img {
	display: block;
	width: 100%;
	height: auto;
}

.printButton {
    width: 50px;
    height: 33px;
    margin: 0 0 0 20px;
    background: #007bff;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.printButton:last-child {
	margin-right: 20px;
}
.printButton img {
    display: block;
    width: auto;
    height: 100%;
    margin: auto;
}

.printButton:hover {
    background: #0069d9;
}

.share__lists {
    padding: 0;
    margin: 0;
	margin-top: 1em;
    display: flex;
    list-style: none;
	align-items: flex-end;
}

.share__list {
    margin: 0 5px;
}

.share__list__linkButton {
    display: block;
}

.snsIcon {
    position: relative;
}

.snsIcon__inObjects {
	fill: #999;
	transition: all 0.3s ease;
}

.snsIcon__outLine {
    stroke: #999;
    fill: #fff;
    transition: all 0.3s ease;
}

.snsIcon:hover .snsIcon__outLine {
    fill: #999;
}

.snsIcon:hover .snsIcon__inObjects {
    fill: #fff;
}

@media screen and (max-width: 768px){
	table.table td:nth-child(1) {
		width: 6em;
	}
	table.table td:nth-child(2) {
		width: 6em;
	}
	table.table td:nth-child(3) {
		width: 12em;
	}
	table.table td:last-child {
		width: 8em;
	}
}
@media screen and (max-width: 480px){
	.filter__kyoku, .filter__shibu {
		margin-right: 0.5em;
	}

	.filterForm {
		font-size: 1em;
	}

	.btn {
		padding: 0.2em 0.35em;
	}

	.printButton {
		margin-left: 0.5em;
		margin-right: 0!important;
		width: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 2px;
	}

	.printButton img {
		max-width: 100%;
		height: auto;
		max-height: 100%;
		width: auto;
	}

	.qrcode {
	    float: right;
	    margin-left: 1em;
	}

	.tableFooter {
		max-width: 440px;
	}

	.table tr {
		width: 100%;
		padding: 0;
	}

	.table td, .table th {
		padding: 0;
		font-size: 14px;
	}

	.table td, .table th {
		padding: 5px 2px;
	}

	.table thead td, .table thead th {
		padding: 5px;
	}

	/* .table td:nth-child(1), .table th:nth-child(1) {
		grid-row: 1 / 3;
		padding: 5px;
	} */

	table.table td:nth-child(1):empty {
		border-top: none!important;
	}

	/* table.table td:last-child {
		border-top: none;
		padding-bottom: 5px;
	} */

	.table thead th {
		border: none;
	}

	.table tfoot tr {
		display: table-row;
		border-top: solid 1px #dee2e6;
	}

	h1 {
		font-size: 2em;
	}
}
@media print {
	aside {
		display: none;
	}
	table {
		page-break-after: always;
	}
	footer {
		display: none;
	}
	.table a {
		color: inherit!important;
		text-decoration: none;
	}
	.table td:nth-last-of-type(3), .table th:nth-last-of-type(3) {
		min-width: 11.5em;
	}
	.table td, .table th {
	    padding: 0.3rem 0.5rem;
		min-width: 6em;
	}
	.container.mb-5 {
		margin-bottom: 0!important;
	}
}
