.c-sponsorshipPage {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-sponsorshipPage {
    font-size: 14px;
  }
}

.c-sponsorshipPage__thumbnail {
  text-align: center;
}
.c-sponsorshipPage__thumbnail img {
  width: 100%;
}

.c-sponsorshipPage__wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 10px;
}
@media screen and (max-width: 768px) {
  .c-sponsorshipPage__wrap {
    padding: 40px 10px;
  }
}

.c-sponsorshipPage__ttl {
  text-align: center;
  position: relative;
  font-size: 30px;
  padding-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-sponsorshipPage__ttl {
    font-size: 20px;
  }
}
.c-sponsorshipPage__ttl::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 0.2em;
  background: #f08200;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.c-sponsorshipPage__contents {
  margin-top: 40px;
}
.c-sponsorshipPage__contents a {
  color: #f08200;
}
.c-sponsorshipPage__contents h2 {
  text-align: center;
  position: relative;
  font-size: 30px;
  padding-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-sponsorshipPage__contents h2 {
    font-size: 20px;
  }
}
.c-sponsorshipPage__contents h2::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 0.2em;
  background: #f08200;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.c-sponsorshipPage__contents .wp-block-table.aligncenter,
.c-sponsorshipPage__contents .wp-block-table.alignleft,
.c-sponsorshipPage__contents .wp-block-table.alignright {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-sponsorshipPage__contents .wp-block-table.aligncenter,
  .c-sponsorshipPage__contents .wp-block-table.alignleft,
  .c-sponsorshipPage__contents .wp-block-table.alignright {
    border: 2px solid #f7f8f8;
  }
}
.c-sponsorshipPage__contents .wp-block-table td,
.c-sponsorshipPage__contents .wp-block-table th {
  border: none;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .c-sponsorshipPage__contents .wp-block-table td,
  .c-sponsorshipPage__contents .wp-block-table th {
    display: block;
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 768px) {
  .c-sponsorshipPage__contents .wp-block-table tr:not(:last-child) {
    border-bottom: 1px dashed #f08200;
  }
}
.c-sponsorshipPage__contents .wp-block-embed-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}/*# sourceMappingURL=style.css.map */