@charset "utf-8";
/* CSS Document */
#slider-list {
  margin-bottom: 0;
}
.content h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.tbl-title {
  margin: 0 0 20px;
  text-align: center;
}
.tbl-title img {
  width: auto;
  height: 62px;
}
.tbl-menu {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.tbl-menu:last-child {
  margin-bottom: 0;
}
.tbl-menu th, td {
  padding: 13px;
}
.tbl-menu .odd {
  padding: 13px;
  text-align: center;
  background-color: #dcdceb;
}
.tbl-menu .tb-cap {
  padding: 13px;
  background-color: #dcdceb;
}
.tbl-menu .odd-n {
  padding: 13px;
  text-align: center;
}
.tbl-menu .tb-cap-n {
  padding: 13px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #c4c4dd;
}
.tbl-menu td {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #c4c4dd;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #c4c4dd;
}
.tbl-menu .naiyou {
  padding: 13px;
  text-align: left;
  background-color: #dcdceb;
}
.tbl-menu .time {
  width: 12%;
  padding-top: 13px;
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
  text-align: right;
  background-color: #dcdceb;
}
.tbl-menu .price {
  width: 16%;
  padding-top: 13px;
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
  text-align: right;
  background-color: #dcdceb;
}
.tbl-menu .naiyou-n {
  padding: 13px;
  text-align: left;
}
.tbl-menu .time-n {
  width: 12%;
  padding-top: 13px;
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
  text-align: right;
}
.tbl-menu .price-n {
  width: 16%;
  padding-top: 13px;
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  .row-flex {
    flex-direction: row;
  }
  .content .info li {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .row-flex .col-xs6 {
    margin-bottom: 12px;
  }
  .content .info li:last-child {
    margin-bottom: 0;
  }
  .tbl-menu .naiyou, .tbl-menu .naiyou-n {
    width: 65%;
  }
  .tbl-menu .time, .tbl-menu .time-n {
    width: 15%;
  }
}
@media (max-width: 420px) {
  .tbl-menu .naiyou, .tbl-menu .naiyou-n {
    width: 60%;
  }
  .tbl-menu .time, .tbl-menu .time-n {
    width: 20%;
  }
}
@media (max-width: 400px) {
  .tbl-menu .naiyou, .tbl-menu .naiyou-n {
    width: 53%;
  }
  .tbl-menu .time, .tbl-menu .time-n {
    width: 27%;
  }
}