/*****************************************************************************
CSS only for 20250709_02 page
*****************************************************************************/

/* .TblData
-----------------------------------------*/
.TblData {
  background-color: #fff;
  border: solid 1px #d6d6d6;
  border-bottom: none;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .TblData {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.TblData table {
  width: 100%;
}
.TblData th {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  font-weight: bold;
  background-color: #d6d6d6;
  border: solid 1px #fff;
  padding: 4px;
}

@media screen and (max-width: 976px) {
  .TblData th {
    font-size: 12px;
    font-size: 1.2rem;
    height: auto;
  }
}
.TblData td {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #d6d6d6;
  border-right: dashed 1px #999999;
}
/* .TblData--schedule
-----------------------------------------*/
.TblData.TblData--schedule td:nth-child(1) {
  width: 4%;
}
.TblData.TblData--schedule td:nth-child(2) {
  width: 10%;
}
.TblData.TblData--schedule td:nth-child(3) {
  width: 8%;
}
.TblData.TblData--schedule td:nth-child(4),
.TblData.TblData--schedule td:nth-child(5) {
  width: 12%;
}
.TblData.TblData--schedule td:nth-child(6),
.TblData.TblData--schedule td:nth-child(7),
.TblData.TblData--schedule td:nth-child(9) {
  width: 12%;
}
.TblData--schedule td.borderNone {
  border-right: none;
}
/* .TblData--price
-----------------------------------------*/
/* .TblData.TblData--price td:last-child{
  border-right:none ;
}
.Article sup {
  font-size: 10px;
} */