@charset "UTF-8";
.schedule .container {
  background: #e5f0f7;
}
.schedule .schedule_area .no_post {
  padding: 0 0 6rem 0;
  font-size: 1.5rem;
}
.schedule .schedule_area .contents {
  background: #FFF;
  padding: 50px 20px;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents {
    padding: 75px 50px 50px 50px;
  }
}
.schedule .schedule_area .contents + .contents {
  margin-top: 40px;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents + .contents {
    margin-top: 60px;
  }
}
.schedule .schedule_area .contents h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents h2 {
    font-size: 40px;
  }
}
.schedule .schedule_area .contents section {
  border: 1px solid #086EAB;
  border-radius: 8px;
  padding: 12px 20px 20px 20px;
  background: #FFF;
  margin-top: 32px;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section {
    border-radius: 16px;
    padding: 24px 24px 24px 50px;
    width: 750px;
    margin: 40px auto 0;
  }
}
.schedule .schedule_area .contents section + section {
  position: relative;
  margin-top: 24px;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section + section {
    margin-top: 32px;
  }
}
.schedule .schedule_area .contents section + section::before {
  content: "";
  width: 4px;
  height: 26px;
  background: #086EAB;
  position: absolute;
  top: -26px;
  left: 40px;
  z-index: 0;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section + section::before {
    height: 32px;
    top: -33px;
    left: 48px;
  }
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section > div {
    display: flex;
  }
}
.schedule .schedule_area .contents section p.time {
  color: #086EAB;
  font-size: 32px;
  line-height: 100%;
  margin-top: 0.3em;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section p.time {
    font-size: 40px;
    width: 150px;
    margin-top: 0;
  }
}
.schedule .schedule_area .contents section .detail {
  line-height: normal;
  padding-top: 1em;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section .detail {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 150px);
    padding-top: 0.6em;
  }
}
.schedule .schedule_area .contents section .detail .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section .detail .text h3 {
    font-size: 24px;
  }
}
.schedule .schedule_area .contents section .detail .text h3::before {
  content: "■";
  color: #086EAB;
}
.schedule .schedule_area .contents section .detail .text p {
  margin-top: 12px;
  font-size: 16px;
  padding: 0;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section .detail .text + .img {
    width: 250px;
  }
}
.schedule .schedule_area .contents section .detail .text + .text_r {
  font-size: 16px;
  margin-top: 12px;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section .detail .text + .text_r {
    width: 250px;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
.schedule .schedule_area .contents section .detail .text + .text_r p {
  padding: 0;
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section .detail .text.img_set {
    width: 250px;
  }
}
@media only screen and (min-width: 1040px) {
  .schedule .schedule_area .contents section .detail .text.text_set {
    width: 250px;
  }
}
.schedule .schedule_area .contents section .detail .img {
  margin-top: 12px;
}
.schedule .schedule_area .contents section .detail .img img {
  width: 100%;
  height: auto;
}