:root {
  --color_key: #0098d8;
  --black: #000;
  --gray_border: #b4b4b4;
  --color_link:#5b94cd;
  --footer_item: #ffffff;
}

.index_note {
  background-color: #f0d3d3;
}
.index_note .inr {
  margin: 0 auto;
  padding: 2em 0;
  width: 1000px;
}
@media screen and (max-width: 1251px) {
  .index_note .inr {
    width: auto;
    padding: 1.5em 20px;
  }
}
.index_note .inr .wrap .title {
  color: #aa2424;
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: bold;
}
.index_note .inr .wrap .text {
  line-height: 1.6;
  font-size: 1.2em;
}

#footer_data .left .sub_item {
  background: var(--footer_item);
}
#footer_data #footer_schedule {
  background: var(--footer_item);
  border: none;
}
#footer_data #footer_schedule tr:first-child td {
  background: var(--color_key);
  color: #fff;
  border-color: #fff;
}
#footer_data #footer_schedule tr:last-child td {
  border-bottom: none;
}
#footer_data #footer_schedule tr:not(:first-child) {
  height: 4em;
}
#footer_data #footer_schedule td {
  border-color: #c0d4dd;
  border-top: none;
  border-left: none;
}
#footer_data #footer_schedule td:last-child {
  border-right: none;
}
#footer_data #footer_schedule .col1 {
  width: 10em;
}
@media screen and (max-width: 600px) {
  #footer_data #footer_schedule .col1 {
    width: 100px;
  }
}
#footer_data .schedule_note {
  margin-top: 0.5em;
  background: var(--footer_item);
  padding: 1.5em;
}
#footer_data .schedule_note p {
  font-size: 1em;
  line-height: 1.6;
}
#footer_data .schedule_note p:not(:last-child) {
  margin-bottom: 0.5em;
}/*# sourceMappingURL=custom.css.map */