@charset "UTF-8";
.box_flex {
	display: flex;
}
.slct_tyc_title{
	margin: 0.5rem;
	font-weight: bold;
}
.slct_tyc_img{
	padding: 0.5rem;
	border-radius: 10px;
}
.slct_tyc_td{
	background: none;
	position: relative;
	height: 230px;
}

.slct_tyc_th{
	background: white;
}
.slct_tyc_th_no_border{
	border-right: 0 !important;
}


.slct_tyc_td a {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
}




.slct_tyc_tr{
	cursor: auto;
}
.slct_tyc_tr:hover{
	background: #f0f8ff;
}
.slct_tyc_clear_btn{
	width:250px;
}
.pagination-center {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
#result_record{
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	z-index: 999999;
	box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
	padding: 10px;
	text-align: center;
	background: #0d9effc7;
	font-size: large;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	display: none;
	transform: translateX(-50%);
}

/* FixedHeader のクローンにも枠線 */
table.dataTable.fixedHeader-floating th {
	background-color: #fff;
	z-index: 102;
	border-top: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	text-align: center;
	padding: 0.6rem;
	vertical-align: middle;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom: 1px solid #B3B3B3;
}
table.dataTable.fixedHeader-floating th:last-child {
	border-right: 1px solid #B3B3B3;
}
table.dataTable.fixedHeader-floating tr:nth-child(1) th:nth-child(3) {
	border-bottom: none;
}



/* スクロール時に下の要素が透けないように */
table.dataTable.fixedHeader-floating {
	background-color: #fff;
	height: inherit;
}

.dtfh-floatingparenthead {
	height: auto !important; /* もしくは適切な高さを指定 */
}

.pageback{
	cursor: pointer;
	position: relative;
	padding-left: 1.2em;
}

.pageback:before {
	font-family: bootstrap-icons;
	content: '\F22D';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}