.schedule .contentBlock {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}

@media (max-width: 560px) {
  .schedule .contentBlock {
    width: 100%;
    min-width: auto;
  }
}

.schedule .contentBlock .month {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em;
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 560px) {
  .schedule .contentBlock .month {
    font-size: 30px;
  }
}

.schedule .contentBlock hr {
  width: 100px;
  height: 2px;
  background: #000;
  margin: 30px auto 40px 0;
}

.schedule .contentBlock .list {
  width: 95%;
  margin: 0 auto 80px;
}

.schedule .contentBlock .list__item {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.schedule .contentBlock .list__item .info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.schedule .contentBlock .list__item .info__label {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  background: #FFF;
  border: 1px solid #959595;
  margin-right: 10px;
}

.schedule .contentBlock .list__item .info__date {
  font-size: 12px;
  color: #959595;
}

.schedule .contentBlock .list__item .ttl {
  font-size: 18px;
  line-height: 1.5em;
}

.schedule .contentBlock .list:last-child {
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .schedule .contentBlock .list {
    width: 100%;
  }
}

.schedule--details .contentBlock .listImg {
  width: 30px !important;
  margin: 80px auto 0;
  display: block;
}