@charset "utf-8";

.entry-title {
  line-height: 1.5;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 700;
}

.entry-content p.event-time {
  margin-bottom: 1.875rem;
  color: #616161;
  font-size: 18px;
  font-weight: 600;
}

.wp-block-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 5.625rem;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
}

.entry-content h2 {
  position: relative;
  line-height: 1.5;
  margin-top: 5.625rem;
  margin-bottom: 2.5rem;
  padding-left: 1.125rem;
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
}

.entry-content h2:before {
  display: block;
  position: absolute;
  top: 1.125rem;
  left: 0;
  width: .375rem;
  height: .375rem;
  border-radius: 2px;
  content: "";
  background-color: #146af5;
}

.entry-content p {
  font-size: 1rem;
}

.entry-content p+p {
  margin-bottom: 1.5625rem;
}

.entry-content ul li {
  position: relative;
  margin-bottom: .9375rem;
  padding-left: 1.125rem;
  font-size: 1rem;
}

.entry-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  font-weight: 600;
  content: "・";
}

.entry-content ul+h2 {
  margin-top: 5.625rem;
}

.table-layout .wp-block-group__inner-container {
  display: flex;
  gap: 1.25rem;
}

.table-content .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}

.table-layout p {
  font-size: 1rem;
  font-weight: 400;
}

.table-layout .table-heading {
  width: 10.625rem;
  max-width: 100%;
  font-weight: 600;
}

.table-layout .table-content {
  flex: 1;
}

.table-layout p+p {
  margin-bottom: unset;
}

.table-layout {
  padding-block: 1.25rem;
  border-top: 1px solid var(--clr-neutral-900);
}

.entry-content div.table-layout:not(:has(~ div.table-layout)) {
  margin-bottom: 5.625rem;
  border-bottom: 1px solid var(--clr-neutral-900);
}

.form-close-txt {
  width: 100%;
  color: #222;
  text-align: center;
  background-color: #f5f5f5;
  padding-block: 3.75rem;
}

.form-close-txt p {
  display: inline-flex;
  position: relative;
  padding-left: 1.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}

.form-close-txt p:before {
  display: block;
  position: absolute;
  top: .6875rem;
  left: 0;
  width: .375rem;
  height: .375rem;
  border-radius: 2px;
  content: "";
  background-color: #146af5;
}

@media (max-width: 48em) {
  .entry-title {
    line-height: 1.5;
    margin-top: 2.5rem;
    font-size: 1.625rem;
  }

  .entry-content h2 {
    margin-top: 3.75rem;
    margin-bottom: 1.25rem;
    padding-left: .875rem;
    font-size: 1.375rem;
  }

  .wp-block-image img {
    margin-bottom: 3.75rem;
  }

  .table-layout {
    padding-block: .9375rem;
  }

  .table-layout .wp-block-group__inner-container {
    flex-direction: column;
    row-gap: .625rem;
  }

  .form-close-txt p {
    padding-left: .875rem;
    font-size: 1rem;
  }

  .entry-content div.table-layout:not(:has(~ div.table-layout)) {
    margin-bottom: 3.75rem;
  }

  .entry-content ul+h2 {
    margin-top: 3.75rem;
  }
}