@charset "UTF-8";
/* =================================================================
 レポート
================================================================= */
#report + section,
#archive-area + section {
  margin-top: 7.5em;
}
@media screen and (max-width: 767px) {
  #report + section,
  #archive-area + section {
    margin-top: 5.7142857143em;
  }
}

/* 講演レポート
-------------------------------------------------------------*/
#report {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  #report {
    margin-top: 2.8571428571em;
  }
}
#report .page-title-ex {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 0.1388888889em;
  margin-bottom: 0.8888888889em;
  padding-block: 0.3888888889em 0.5em;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #report .page-title-ex {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #report .page-title-ex {
    font-size: 20px;
  }
}
#report .page-title-ex::before, #report .page-title-ex::after {
  content: "";
  display: block;
  width: 1.6666666667em;
  height: 0.0833333333em;
  background: #00a68f;
  position: absolute;
  left: 0;
  transform: none;
}
#report .page-title-ex::before {
  top: 0;
}
#report .page-title-ex::after {
  bottom: 0;
}
#report .page-title-ex:has(.sub) {
  padding-block: 0.3888888889em 0.5555555556em;
}
#report .page-title-ex .sub {
  font-size: 0.55em;
}
#report p {
  margin-top: 2em;
  line-height: 2;
}
#report .img-report-main {
  margin: 2em auto 0;
}
#report .img-report-main img {
  width: 100%;
  height: auto;
}
#report .table-of-contents {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 0.125em;
}
#report .table-of-contents .title-box {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.75em;
  padding: 1em 1.25em 1.125em;
  width: 100%;
  background: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 767px) {
  #report .table-of-contents .title-box {
    padding-inline: 0.8571428571em;
  }
}
#report .table-of-contents .title-box .no {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0 0 0.1em 0.15em;
  min-width: 1.5555555556em;
  min-height: 1.5555555556em;
  background: #ee7800;
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  border-radius: 4px;
}
@media screen and (max-width: 1080px) {
  #report .table-of-contents .title-box .no {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #report .table-of-contents .title-box .no {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #report .table-of-contents .title-box .no {
    font-size: 14px;
  }
}
#report .table-of-contents .title-box a {
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 0.3333333333em;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 1080px) {
  #report .table-of-contents .title-box a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #report .table-of-contents .title-box a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #report .table-of-contents .title-box a {
    font-size: 14px;
  }
}
#report .report-detail {
  margin: 11.25em auto 0;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  #report .report-detail {
    margin-top: 5.625em;
  }
}
#report .report-detail .img-report {
  margin-top: 2.625em;
}
#report .report-detail .img-report img {
  width: 100%;
  height: auto;
}
#report .report-detail .img-report figcaption {
  margin-top: 0.8571428571em;
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  #report .report-detail .img-report figcaption {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #report .report-detail .img-report figcaption {
    font-size: 12px;
  }
}

/* 目次
-------------------------------------------------------------*/
#report-outline {
  margin-top: 8.875em;
}
@media screen and (max-width: 767px) {
  #report-outline {
    margin-top: 5em;
  }
}

/* アーカイブ動画
-------------------------------------------------------------*/
#archive-area {
  margin-top: 11.875em;
  padding-block: 12em;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  #archive-area {
    margin-top: 6.7857142857em;
    padding-block: 5.1428571429em;
  }
}
#archive-area .movie-wrap {
  max-width: 800px;
}

/* アーカイブ動画
-------------------------------------------------------------*/
#recommend-report {
  margin-top: 11.875em;
}
@media screen and (max-width: 767px) {
  #recommend-report {
    margin-top: 6.7857142857em;
  }
}
#recommend-report .report-list {
  margin-top: 2.5em;
}/*# sourceMappingURL=report.css.map */