@charset "UTF-8";
.supporter img {
  width: auto;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* Q&A */
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid white;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: white;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #0095b4;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #0095b4;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background: white;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
/* Q&A end */

/* membership */
.sec_support__membership_block_item {
  background: #dcefff;
}
.sec_support__membership_block_item h4 {
  font-size: 1.2em;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 12px;
}

.membership_block_title-gold {
  background: rgba(255, 217, 5, 0.3);
}

.membership_block_title-shilver {
  background: rgba(135, 187, 205, 0.3);
}

.box29 dl {
  padding: 15px 20px;
  margin: 0;
}
/* membership end */

/* support */
.sec_support__index_block:first-of-type {
  border-top: solid 5px rgba(255, 217, 5, 1);
}
.sec_support__index_block:nth-of-type(2) {
  border-top: solid 5px rgba(135, 187, 205, 1);
}

.sec_support__index_block:nth-of-type(3) {
  border-top: solid 5px rgba(93, 98, 123, 0.6);
}
.sec_support__index_block p {
  margin: 0;
  padding: 0;
}
/* support end */

/* support__purpose */
.support .sec_support__purpose li h4 {
  position: relative;
}

.support .sec_support__purpose li h4:before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -12px; /*下線の上下の位置*/
  left: 50%;
  width: 14px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置の調整*/
  background-color: #0095b4; /*下線の色*/
}

.support .sec_support__use .sec_support__index_block {
  border-top: unset;
}

.support .sec_support__use .sec_support__index_block ul {
  justify-content: space-around;
}

.support .sec_support__use .sec_support__index_block img {
  height: 50px;
  width: 50px;
  margin: auto 16px auto 0;
}

.support .sec_support__use .sec_support__index_block li {
  display: flex;
}

.support .sec_support__use .sec_support__index_block {
  padding: 2.6em 0 2.6em 5px;
}

.support .sec_support__use .mt20 {
  margin-top: 30px;
}


@media print {
  header,footer {
    display: none;
  }

  .single .sec_single {
    margin-top: 0;
  }
}

.support_type_personal:hover{
  background-color: rgba(255, 217, 5, 0.3);
}
.support_type_corporation:hover{
  background-color: rgba(135, 187, 205, 0.3)
}
.support_type_other:hover{
  background-color: rgba(93, 98, 123, 0.3);
}
.mb50{
  margin-bottom: 50px;
}

.single h3.sec_single__top_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .single h3.sec_single__top_ttl {
    /** 2022.3.19 **/
    /** font-size: 3.5rem; */
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }
}

body.js-donationBannerActive {
  /* overflow: hidden; */
}

.banner_donation_request {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
  display: grid;
  place-items: end;
  justify-content: center;
  z-index: 9999997;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.banner_donation_request_inner {
  position: relative;
}

.banner_donation_request.js-active {
  opacity: 1;
  pointer-events: auto;
}

.banner_donation_request_link {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 1080 / 645;
  margin-inline: auto;
  display: block;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .banner_donation_request_link:hover {
    opacity: 0.9;
  }
}

.banner_donation_request_link img {
  vertical-align: bottom;
  object-fit: contain;
  height: 100%;
}

.banner_donation_request_close {
  position: absolute;
  top: 0;
  right: 100px;
  /* height: 40px; */
  z-index: 10;
  cursor: pointer;
  background: transparent;
  /* color: #fff;
  font-size: 17px;
  width: 110px;
  text-align: left;
  border: solid 2px #fff;
  border-radius: 50px;
  padding: 0 23px; */
}

.banner_donation_request_close img {
  width: 98px;
  height: auto;
}

.banner_donation_request_close::before, .banner_donation_request_close::after {
  /* content: '';
  position: absolute;
  top: 50%;
  right: -3px;
  width: 20px;
  height: 2px;
  background: #fff;
  translate: -50% -50%;
  rotate: 45deg;
  transform-origin: center; */
}

.banner_donation_request_close::after {
  /* rotate: -45deg; */
}

@media screen and (max-width: 640px) {
  .banner_donation_request_link {
    height: auto;
    width: 90%;
  }

  .banner_donation_request_close {
    /* right: 5%; */
  }
}

@media screen and (max-width: 540px) {
  .banner_donation_request_close {
    right: 18.5185vw;
  }
  .banner_donation_request_close img {
    width: 18.148vw;
    height: auto;
  }
}
