/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .schedule__section {
    clear: both;
  }
  .schedule__section--caption {
    padding: 0 8px;
    color: #000a6e;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .schedule__section:last-of-type .schedule__block:last-child {
    padding-bottom: 0;
  }
  .schedule__note {
    margin-top: 15px;
    line-height: 2;
    text-indent: -2em;
    margin-left: 2em;
  }
  .break.schedule__table--row {
    background-color: #dbd5c0;
  }
  .break__cell {
    text-align: center;
    width: 1020px;
    padding: 8px 0;
  }
  .back_to_top {
    margin: 50px auto 0;
  }
  .schedule {
    padding-top: 20px;
  }
  .schedule__table--cell {
    position: relative;
  }
  .schedule__table--cell.data {
    display: block;
  }
  .schedule__table--cell .or {
    width: 100%;
  }
  .emergency_area {
    background: #fff;
    padding: 15px 0;
    text-align: center;
  }
  .emergency_area p + p {
    margin-top: 10px;
  }
  .emergency_area a {
    color: #f00;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .schedule__section--caption {
    color: #000a6e;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 3.25521vw;
  }
  .schedule__section:last-of-type .schedule__block:last-child {
    padding-bottom: 0;
  }
  .schedule__note {
    margin-top: 3.25521vw;
    font-size: 3.38542vw;
    line-height: 1.8;
    text-indent: -2em;
    margin-left: 2em;
  }
  .break.schedule__table--row {
    background-color: #dbd5c0;
  }
  .break .schedule__table--cell.chapter {
    text-align: right;
    display: block;
    margin-right: auto;
  }
  .break .schedule__table--cell.chapter:after {
    content: "";
    display: block;
    width: 1px;
    height: 6.38021vw;
    background-color: #bfbfbf;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .break__cell {
    text-align: center;
    margin: 6.51042vw auto;
  }
  .back_to_top {
    margin: 6.51042vw auto 0;
  }
  .schedule__table .match__vs {
    width: 15.625vw;
  }
  .emergency_area {
    background: #fff;
    padding: 3.25521vw 0 1.95312vw;
    text-align: center;
  }
  .emergency_area p + p {
    margin-top: 1.95312vw;
  }
  .emergency_area a {
    color: #f00;
    font-size: 3.64583vw;
  }
}
