@charset "UTF-8";

/*--------------------------------------------------------------------*/



.dondon .tbl_wrap {
	position: relative;
}

.dondon dd > div {
	overflow-x: scroll;
}

.dondon table {
	border: none;
	border-collapse: collapse;
	margin: 0 0 10px 0;
	width: 100%;
}

.dondon table thead th {
	border: 1px solid #cccccc;
	background-color: #3898db;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.5em;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.dondon th.second {
	background-color:#0a9110;
}


.dondon table tbody td {
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.dondon table tbody td span {
	color: #3898db;
}


.dondon table tbody td:first-child {
	background-color:#f2f2f2;
}

.dondon table tbody td p {
	padding: 0 0 5px 0 !important;
}





.table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.table {
  border-collapse: collapse;
}

.scroll-hint {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}


::placeholder {
   color: #bbbbbb;
}


.br_pc {
	display: inline !important;
}
.br_sp {
	display: none !important;
}







@media screen and (max-width: 768px) {
.dondon dd > div {
	overflow-x: scroll;
}

.dondon table thead th {
	font-size: 1.2em;
}

.dondon table tbody td {
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1.5em;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.dondon table {
	border: none;
	border-collapse:  collapse;
	margin: 0;
	width: 520px;
	}

}








