#keyvisual .pageTitle {
  margin: 16px auto 50px;
}
#keyvisual .pageTitle .img-sp {
  display: none;
}
#keyvisual .pageTitle span {
  background: #fff;
    color: #222221;
    border-radius: 4px;
    text-shadow: unset;
    height: 40px;
    line-height: 40px;
    padding: 0 6px;
    font-weight: bold;
    font-size: 27px;
}
.donor2021 h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.donor2021 .textBody {
  margin-bottom: 42px;
}
.donor2021 h3 {
  font-size: 20px;
  margin-bottom: 24px;
  border-left: 4px solid #DA291C;
  padding-left: 16px;
}
.donor2021 .listWrapper {
  border: 1px solid #CFCFCF;
  padding: 4px 31px 7px;
  margin-bottom: 48px;
}
.donor2021 .listWrapper--2 {
  margin-bottom: 80px;
}
.donor2021 .btnRow {
  flex-direction: column;
}
.donor2021 .btnRow li {
  width: 100%;
  border-bottom: 1px solid #E7E3DC;
  padding: 22px 0;
  margin: 0;
}
.donor2021 .btnRow li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.donor2021 .flexWrapper {
  display: flex;
}
.donor2021 .flexItem--text {
  width: calc(100% - 304px);
}
.donor2021 .flexItem--text h4 {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 8px;
}
.donor2021 #mainArea .flexItem--text p {
  margin-bottom: 0;
}
.donor2021 .flexItem--button {
  width: 304px;
  align-self: center;
}
.btnRow.btnRow--extLink li a {
  background: #16588d url(/donor/images/icon-ext-link.svg) no-repeat;
  background-size: 13px;
  background-position: right 14px top 20px;
}
@media screen and (max-width: 768px) {
  #keyvisual .pageTitle {
    margin: 7px 0 42px;
  }
  #keyvisual .pageTitle .img-sp {
    display: block;
  }
  #keyvisual .pageTitle .img-pc {
    display: none;
  }
  #keyvisual .pageTitle span {
    font-size: 24px;
    height: 36px;
    line-height: 36px;
  }
  .donor2021 #mainArea {
    padding: 0 12px;
  }
  .donor2021 h2 {
    font-size: 22px;
    margin-bottom: 21px;
  }
  .donor2021 .textBody {
    margin-bottom: 35px;
  }
  .donor2021 h3 {
    font-size: 18px;
  }
  .donor2021 .listWrapper {
    padding: 0;
  }
  .donor2021 .btnRow {
    padding: 0 14px;
  }
  .donor2021 .btnRow li {
    padding: 27px 0 32px;
  }
  .donor2021 .flexWrapper {
    flex-direction: column;
  }
  .donor2021 .flexItem {
    width: 100%;
  }
  .donor2021 .flexItem--button {
    margin-top: 15px;
  }
  #moreAbout {
    padding: 0 12px;
  }
}