@keyframes link-arrow {
  0% {
    opacity: 1;
    fill: #707070;
  }
  50% {
    opacity: 0;
    fill: #707070;
    transform: translateX(5px);
  }
  50.1% {
    opacity: 0;
    fill: #1B7044;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    fill: #1B7044;
    transform: translateX(0);
  }
}
.donation-intro {
  padding: 75px 0 0;
}
.donation-intro h2 {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
}
.donation-intro h2:before {
  content: "";
  display: block;
  width: 52px;
  height: 37px;
  background-image: url("../images/common/icon-left-clover.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .donation-intro h2:before {
    width: 38px;
    margin-bottom: 0;
  }
}
.donation-intro h2 {
  font-size: 35px;
  font-family: "zen-maru-gothic", sans-serif;
  color: #1B7044;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .donation-intro h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .donation-intro {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .donation-intro {
    padding: 0;
  }
}
.donation-intro h2 {
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .donation-intro h2 {
    margin-bottom: 15px;
  }
}
.donation-intro p {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  text-align: center;
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .donation-intro p {
    margin-bottom: 26px;
  }
}

.for-donation {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  counter-reset: donation-number;
  padding: 49px 0 0 0;
}
.for-donation .number-wrap {
  margin-bottom: 54px;
}
.for-donation .number-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1B7044;
  counter-increment: donation-number;
  margin-bottom: 16px;
}
.for-donation .number-wrap h3:before {
  content: counter(donation-number) ".";
  margin-right: 5px;
}
.for-donation .number-wrap .box, .for-donation .number-wrap p {
  padding: 0 24px;
  margin-bottom: 18px;
}
.for-donation .number-wrap .box dt, .for-donation .number-wrap p dt {
  color: #1B7044;
}
.for-donation .number-wrap .table-title {
  margin-bottom: 0px;
}
.for-donation .number-wrap table {
  margin-left: 23px;
  table-layout: fixed;
  margin-bottom: 8px;
}
.for-donation .number-wrap table tr th {
  width: 93px;
  font-weight: 400;
}
.for-donation .number-wrap .to-contact {
  color: #1B7044;
  text-decoration: underline;
  display: block;
  width: max-content;
  font-weight: bold;
  margin-left: 20px;
}
.for-donation .number-wrap h4 {
  color: #1B7044;
  font-weight: bold;
  margin-left: 24px;
}
.for-donation .number-wrap .green-back01 {
  padding: 17px 28px;
  margin: 0 0 25px 24px;
  background-color: #EDF7E9;
  border-radius: 10px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 10.6em 18em;
  overflow-x: auto;
}
.for-donation .number-wrap .green-back01 span {
  display: block;
}
.for-donation .number-wrap .caution {
  color: #C30000;
  margin-bottom: 6px;
}
.for-donation .number-wrap .green-back02 {
  padding: 17px 28px;
  margin: 0 0 25px 24px;
  background-color: #EDF7E9;
  border-radius: 10px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 10.6em 10em 12em;
  overflow-x: auto;
}
.for-donation .number-wrap .green-back02 span:nth-child(1) {
  grid-column: 1/2;
  font-weight: bold;
  margin-bottom: 20px;
}
.for-donation .number-wrap .green-back02 span:nth-child(2) {
  grid-column: 2/-1;
  font-weight: bold;
}
.for-donation .number-wrap .to-nta {
  color: #1B7044;
}
.for-donation .number-wrap .table-title {
  font-weight: bold;
}
.for-donation .number-wrap.first .box dd {
  padding: 0 1.5em;
}
.for-donation .number-wrap.fifth p {
  padding: 0 0 0 calc(1.5em + 24px);
}
/*# sourceMappingURL=donation.css.map */