/*****************************************************************************
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;
    padding: 10px;
  }
}
.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;
}
@media screen and (max-width: 976px) {
  .TblData td {
    padding: 10px;
  }
}
/* .TblData--schedule
-----------------------------------------*/
.TblData--schedule td.borderNone {
  border-right: none;
}
.schedule__group1{
  width: 4%;
}
.schedule__group2{
  width: 10%;
}
.schedule__group3{
  width: 8%;
}
.schedule__group4{
  width: 12%;
}
.schedule__group5{
  width: 12%;
}
.schedule__group6{
  width: 12%;
}
/* .TblData--price
-----------------------------------------*/
.TblData.TblData--price td:last-child{
  border-right:none;
}
.Article sup {
  font-size: 10px;
}
.TblData.TblData--price td{
  padding: 10px;
}
.Price__group1{
  width: 6%;
}
.Price__group2{
  width: 12%;
}
.Price__group3{
  width: 10%;
}