.main {
  padding: 0 15px;
}

.main.top {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.main.top .ekimei {
  display: none;
}

.main.top .date-wrap .select-date {
  font-weight: bold;
  font-size: 1.142857143rem;
  border-bottom: solid #eee 2px;
  padding: 10px 0;
}

.main.top .date-wrap .day_select {
  font-size: 108%;
  font-weight: bold;
  display: flex;
  border-radius: 5px;
  background-color: #f3f2ee;
  border: 1px solid #dbd2ae;
  align-items: center;
  width: 50%;
  margin: 20px 0;
}

.main.top .date-wrap .day_select input[type="date"] {
  border: solid 1px #000;
  background-color: #fff;
  box-sizing: border-box;
  padding: 3px 5px;
  color: #000;
  position: relative;
  width: 150px;
}

.main.top .date-wrap .day_select input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

.main.top .date-wrap .day_select input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.main.top .date-wrap .day_select input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.main.top .date-wrap .day_select input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.main.top .date-wrap .day_select input[type="date"]::after {
  content: '';
  background-image: url(/public/img/icon_calendar-99e807e952e72891612b42977075f8ca.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

.main.top .date-wrap .day_select p {
  background-color: #ece3bf;
  border-right: 1px solid #dbd2ae;
  padding: 10px 20px;
  margin-right: 10px;
}

.main.top .date-wrap .day_select .btn-wrap {
  padding: 0;
}

.main.top .date-wrap .day_select .btn-wrap .btn-specify {
  background-color: #323333;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 10px;
}

.main.top table.ekiTable03 {
  /* margin-bottom: 20px; */
  width: 100%;
  border-top: 1px solid #dbd2ae;
  border-left: 1px solid #dbd2ae;
  margin-top: 20px;
}

.main.top table.ekiTable03 th.ttl {
  background: #ece3bf;
  border-right: 1px solid #bab18d;
  border-bottom: 1px solid #bab18d;
  font-weight: bold;
  width: 200px;
  padding: 10px 5px;
  font-size: 1.071428571rem;
}

.main.top table.ekiTable03 td {
  border-right: 1px solid #dbd2ae;
  border-bottom: 1px solid #dbd2ae;
  padding: 10px 5px;
}

.main .page-ttl {
  border-bottom: solid 1px #0e65a3;
}

.main .page-ttl h1 {
  padding: 10px 0;
  font-size: 18px;
}

.main {
  font-size: 0.714285714rem;
  padding: 0;
}

.main.top .date-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.main.top .date-wrap .select-date {
  order: 1;
  background-color: #e2f3ff;
  color: #0e65a3;
  text-align: center;
  padding: 10px;
  font-size: 1.142857143rem;
  font-weight: bold;
  width: 100%;
}

.main.top .date-wrap .select-date .text {
  display: none;
}

.main.top .date-wrap .day_select {
  font-size: 1rem;
  display: block;
  border-radius: 5px;
  background-color: snow;
  border: none;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  padding: 0 5px;
  order: 3;
}

.main.top .date-wrap .day_select input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  font-size: 1rem;
}

.main.top .date-wrap .day_select input[type="date"]::after {
  width: 25px;
  height: 25px;
  right: 5px;
}

.main.top .date-wrap .day_select input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

.main.top .date-wrap .day_select p {
  background-color: #fff;
  border-right: none;
  padding: 5px 0 0;
  margin: 0;
}

.main.top .date-wrap .day_select .btn-wrap {
  display: none;
}

.main.top .date-wrap .time-tbl-annotation {
  order: 2;
  padding: 5px;
  width: 100%;
}

.main.top .ekimei {
  background-color: #0e65a3;
  color: #fff;
  font-size: 1rem;
  padding: 5px;
  display: block;
}

.main.top table.ekiTable03 {
  width: 100%;
  border: none;
  margin-top: 0px;
  box-sizing: border-box;
}

.main.top table.ekiTable03 .link-direction span {
  display: inline-block !important;
  color: #333 !important;
}

.main.top table.ekiTable03 .link-direction span a {
  display: inline-block !important;
}

.main.top table.ekiTable03 .link-direction:after {
  display: none !important;
}

.main.top table.ekiTable03 th.ttl {
  background: #373736;
  width: 100% !important;
  display: inline-block;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: normal;
  border: none;
}

.main.top table.ekiTable03 td {
  width: 100%;
  display: inline-block;
  border: none;
  color: #0e65a3;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
  border-bottom: solid 1px #373736;
}

.main.top table.ekiTable03 td:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0e65a3;
  border-right: solid 2px #0e65a3;
  transform: translateY(-50%) rotate(45deg);
}

.main.top table.ekiTable03 td a {
  display: block;
  padding: 10px 5px;
}

.main.top .notes-wrap {
  padding: 5px;
}

.main .page-ttl {
  border-bottom: none;
  height: 40px;
  padding: 10px 0 0;
}

.main .page-ttl h1 {
  text-align: center;
  line-height: 40px;
  padding: 0;
  font-weight: bold;
}

.main .date_selection {
  width: 100%;
}


/*---------------------------------------------------
 20251202　CSS追加
---------------------------------------------------*/
.main.top .ekimei {
  background-color: #0072BA;
  color: #fff;
  font-size: 18px;
  font-weight: bold !important;
  padding: 5px;
  /* display: block; */
  margin: 5px;
  text-align: center;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main.top .date-wrap {
  padding: 0 5px;
}
.main.top .date-wrap .select-date {
  border-bottom: solid 1px #0e65a3;
  background-color: unset;
  color: unset;
  padding: 5px 0;
}
.main.top .date-wrap .day_select select {
  margin: 5px 0;
  width: 100%;
  padding: 5px 0;
}


/*# sourceMappingURL=station-list.css.map */
