﻿.routemap__content,
.timetable__content {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 10px 30px 10px;
  line-height: 1.5em;
  word-break: break-all;
}

.routemap__download-link {
  margin-bottom: 3.5em;
  display: inline-block;
  width: 40%;
  max-width: 325px;
}

.holidayremark a {
  display: block;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  color: #f00 !important;
  padding: 0 0 5px 10px;
}

.input_label {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.dropdownlist {
  display: flex;
  margin: 1rem 1rem 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.dropdownlist .stationlist.form-control {
  flex: 1 0 0;
  border: 1px solid #000;
  padding: 0.5rem;
  border-radius: 1rem;
  margin-top: 1rem;
  font-size: 1.8rem;
}

#confirm_btn {
  font-size: 1.8rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 0.5rem;
  margin: 1rem 0 0;
  width: 100%;
}

@media only screen and (min-width: 421px) {
  .input_label {
    width: fit-content;
  }
  .dropdownlist .stationlist.form-control {
    margin: 0;
  }
  #confirm_btn {
    margin: 0 0 0 1.5rem;
    width: fit-content;
  }
}
