@charset "utf-8";
/* CSS Document */
.fare_list thead tr th {
  font-family: 'Yu Mincho', YuMincho, \006e38\00660e\00671d;
  font-weight: bold;
  font-size: 1.65rem;
  text-align: center;
  color: #333333;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #eeeeee;
}
.fare_list thead tr th.l-tbl_fare {
  padding: 24px 0;
  font-size: 2.8rem;
  letter-spacing: 1.5px;
  align-content: baseline;
  position: relative;
}
.fare_list thead tr th.l-tbl_fare:nth-of-type(even) {
  background-color: #FFF;
  border-bottom: 1px solid #eeeeee;
}
.fare_list thead tr th.new::before {
  content: '';
  position: absolute;
  border-top: 30px solid #990000;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #990000;
  top: 0;
  left: 0;
  z-index: 1;
}
.fare_list thead tr th.new::after {
  content: 'NEW';
  position: absolute;
  transform: rotate(-45deg);
  color: #FFF;
  font-size: 1.5rem;
  top: 7%;
  left: 2%;
  z-index: 2;
}
.fare_list tbody td:nth-of-type(even) {
  background: #f8f8f8;
}
.fare_list tbody th, .fare_list tbody td {
  height: 60px;
}
.fare_list thead tr th p.caption {
  font-size: 1.3rem;
  letter-spacing: 0.75px;
  line-height: 1.5;
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .fare_list thead tr th.l-tbl_fare {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}
html {
  scroll-padding-top: 90px;
}