.event_contents_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .event_contents_wrap {
    margin-top: 50px;
  }
}

.event_detail {
  padding: 0 50px;
}
@media screen and (max-width: 980px) {
  .event_detail {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .event_detail {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .event_detail .block-editor-main.event section.section.block.first > div > *:first-child {
    margin-top: 0;
  }
}
.event_detail .block.images ul.images {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .event_detail .block.images ul.images {
    margin-top: 35px;
  }
}

.event_status {
  display: table;
  margin: -40px auto 80px;
  border-right: 1px solid #bababa;
  border-left: 1px solid #bababa;
}
@media screen and (max-width: 767px) {
  .event_status {
    margin: -20px auto 50px;
  }
}
.event_status .end-flag {
  display: none;
  padding: 0 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #bababa;
}
@media screen and (max-width: 767px) {
  .event_status .end-flag {
    font-size: 15px;
    line-height: 1;
  }
}
.event_status.status_no .end {
  display: block;
}
.event_status.status_yes {
  border-right: 1px solid #d80101;
  border-left: 1px solid #d80101;
}
.event_status.status_yes .no_end {
  display: table;
  padding: 0 13px;
  color: #d80101;
}

.main .news_report_list {
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .main .news_report_list {
    margin-bottom: 40px;
  }
}
.main .relation_item {
  margin-bottom: 10px;
}

.main > .block-editor-main > section.block:not(.snippet).first {
  padding-top: 10px;
}

.event-detail {
  margin: 0 auto 80px;
  max-width: 1100px;
}
@media print, screen and (max-width: 1200px) {
  .event-detail {
    padding: 0 30px;
  }
}
@media screen and (max-width: 980px) {
  .event-detail {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .event-detail {
    padding: 0 10px;
    margin-bottom: 45px;
  }
}

/*# sourceMappingURL=pltf_event_detail.css.map */
