.is-notice {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width:960px) {
  .is-notice {
    font-size: 10px;
  }
}

.p-schedule_content__list-area small {
  font-size: 50%;
}
.p-schedule_content__list-area span {
  font-size: 40%;
  display: inline-block;
  padding: 0.5rem;
  color: #fff;
  background-color: #ec8d92;
}
@media screen and (max-width:960px) {
  .p-schedule_content__list-area span {
    padding: 0.25rem;
  }
}
.p-schedule_content__list-area span.-cap {
  padding: 0.25rem;
  margin-right: 0.25rem;
  font-size: 70%;
  color: #7abdc3;
  border: 1px solid #7abdc3;
  background: transparent;
  vertical-align: bottom;
}

.p-schedule_content__list-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-schedule_content__btn {
  margin-top: 0;
}
.p-schedule_content__btn .p-schedule_content__btn-item {
  margin-top: 16px;
}
@media screen and (max-width:960px) {
  .p-schedule_content__btn .p-schedule_content__btn-item {
    margin-top: 12px;
  }
}