.sponsorship-wrap {
  width: 100%;
  text-align: center;
  padding: 80px 0;
  background-color: #21215a;
}

.sponsorship-wrap h2 {
  color: #fff;
  padding-bottom: 46px;
  font-size: 24px;
  font-family: "Sawarabi Mincho";
}

/*230427 修正  */
.sponsorship-wrap ul {
  width: 1064px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.sponsorship-wrap li {
  width: 255px;
  height: 100px;
  display: flex;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Sawarabi Mincho";
  box-sizing: border-box;
}

.sponsorship-wrap li img {
  width: 255px;
  height: 100px;
}


/* ボタン */
.sponsorship-btn {
  max-width: 1101px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.sponsorship-btn .sponsorship-btn1 {
  width: 100%;
  display: flex;
}

.sponsorship-btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  color: #21215A;
  font-family: "Sawarabi Mincho";
  border-radius: 60px;
  padding: 20px;
}

.sponsorship-btn a:hover {
  background-color: #21215a;
  color: #fff;
}

.btn-wrap .btn-inner {
  display: flex;
  gap: 18px;
  align-items: center;
  line-height: 20px;
}

.page-btn {
  display: flex;
  width: 100%;
  max-width: 353px;
}

.page-btn a {
  text-align: center;
}

.page-btn--wide {
  max-width: 548px;
}

.page-body {
  padding: 30px 0 80px;
}

.page-body h4 {
  margin-bottom: 20px;
}
.p-text {
  padding-bottom: 80px;
}
.p-text a {
  color: #21215a;
  text-decoration: underline;
}
.text_box {
  padding-bottom: 40px;
  text-align: left;
}
.text_box--mb50 {
  padding-bottom: 50px;
}
.text_box--mb60 {
  padding-bottom: 60px;
}
.text_box--mb70 {
  padding-bottom: 70px;
}
.text_box--mb80 {
  padding-bottom: 80px;
}
.btn-wrap>p {
  padding-bottom: 15px;
}

.link1 a {
  background-color: #21215a;
  border: 1px solid #21215a;
  color: #fff;
  width: 100%;
}

.link2 a {
  background-color: #fff;
  border: 1px solid #21215a;
  color: #21215a;
  width: 100%;
  padding: 10px;
}

.fa-external-link-alt {
  font-size: 16px;
  padding-left: 20px;
}
.fa-file-pdf {
    font-size: 20px;
    padding-right: 20px;
}
.fa-file-excel {
    font-size: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 1366px) {
  .sponsorship-wrap {
    position: relative;
    top: -2px;
  }
}

@media screen and (max-width: 1365px) {
  .sponsorship-wrap {
    position: relative;
    top: -1px;
  }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .sponsorship-wrap {
    margin-top: 0;
  }

  /* 協賛 */
  .sponsorship-wrap h2 {
    font-size: 40px;
  }

  .sponsorship-wrap p {
    font-size: 24px;
  }

  .sponsorship-wrap ul {
    width: 90%;
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .sponsorship-wrap li {
    height: 100px;
  }

  .sponsorship-wrap li img {
    width: 100%;
    height: auto;
  }

  .sponsorship-btn {
    gap: 30px;
    flex-wrap: wrap;
  }

  .sponsorship-btn1 a,
  .sponsorship-btn2 a {
    display: flex;
    justify-content: center;
  }

  div.sponsorship-btn1,
  div.sponsorship-btn2 {
    width: 30%;
  }

  .fa-external-link-alt,
  .page-btn a {
    font-size: 24px;
  }

  .btn-wrap .btn-inner {
    flex-wrap: wrap;
  }

  .text_box {
    padding-bottom: 30px;
  }
  .text_box--mb50 {
    padding-bottom: 30px;
  }
  .text_box--mb60 {
    padding-bottom: 40px;
  }
  .text_box--mb70 {
    padding-bottom: 50px;
  }
  .text_box--mb80 {
    padding-bottom: 60px;
  }

  .page-btn--full-sp {
    max-width: 100%;
    width: 100%;
  }

}

@media screen and (max-width: 520px) {
  .sponsorship-wrap h2 {
    font-size: 27px;
  }

  .sponsorship-wrap p {
    font-size: 16px;
  }

  .sponsorship-btn a {
    font-size: 18px;
  }

  .fa-external-link-alt,
  .fa-file-pdf,
  .page-btn a {
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {

  .about-wrap a,
  .outline-wrap a {
    height: auto;
  }
}

@media screen and (max-width: 444px) {
  .sponsorship-wrap {
    padding: 50px 0;
  }

  .sponsorship-wrap li {
    width: 45%;
    height: auto;
  }

  .sponsorship-btn {}

  .sponsorship-wrap p {
    font-size: 14px;
  }

  .sponsorship-wrap ul {
    gap: 12px 0;
  }

  .sponsorship-wrap li {
    margin: 0 5px;
  }

  .sponsorship-wrap h2 {
    padding-bottom: 30px;
  }
}