@charset "UTF-8";
/* ----------------------------------------------------
　sassを使用しています。このデータは編集しないようご注意ください。
---------------------------------------------------- */
/* ----------------------------------------------------
schedule
---------------------------------------------------- */
.lead {
  margin-bottom: 3em;
}

.closing {
  margin-top: 3em;
}

.schedule01 + * {
  margin-top: 100px;
}
.schedule01 > section + * {
  margin-top: 4em;
}
.schedule01 > section:not(:has(.schedule)) {
  display: none;
}
.schedule01 > section > h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.schedule01 > section > h3 span.date {
  display: block;
}
.schedule01 > section .free_area p {
  margin: 0;
}
.schedule01 > section dl.link {
  display: flex;
}
.schedule01 > section dl.link dt {
  font-weight: 700;
  font-size: 1.8rem;
  margin-right: 1em;
  flex-shrink: 0;
}
.schedule01 > section dl.link dd {
  padding-left: 1em;
  position: relative;
}
.schedule01 > section dl.link dd::before {
  content: "";
  width: 7px;
  aspect-ratio: 14/32;
  background: url(../images/common/icon_arrow_pink_4.png) no-repeat 0 0/100% auto;
  position: absolute;
  left: 0;
  top: 7px;
}
.schedule01 > section .schedule {
  display: flex;
  border-top: solid 1px #CBCBCB;
}
.schedule01 > section .schedule:last-of-type {
  border-bottom: solid 1px #CBCBCB;
}
.schedule01 > section .schedule p {
  margin: 0;
}
.schedule01 > section .schedule .title {
  padding: 1em;
  background: #F5F6F8;
  width: 25%;
  font-weight: 400;
  line-height: 1.8;
  display: grid;
  align-content: center;
}
.schedule01 > section .schedule .title span.date {
  display: block;
}
.schedule01 > section .schedule .title .person {
  font-weight: 700;
}
.schedule01 > section .schedule .detail {
  padding: 1em;
  flex: 1;
  display: grid;
  align-content: center;
}

.page_footer {
  margin-top: 5em;
}

@media (max-width: 768px) {
  .schedule01 + * {
    margin-top: 5rem;
  }
  .schedule01 > section + * {
    margin-top: 4em;
  }
  .schedule01 > section dl.link {
    display: block;
  }
  .schedule01 > section dl.link dt {
    margin-bottom: 0.5em;
  }
  .schedule01 > section .schedule {
    margin-top: 2rem;
    display: block;
  }
  .schedule01 > section .schedule p {
    margin: 0;
  }
  .schedule01 > section .schedule .title {
    width: auto;
  }
}