@charset "UTF-8";
html, body {
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}

.svg_box {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.svg_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.blockl {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.blockl:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

a.blockl.not-hover:hover {
  background-color: transparent;
}

.p_blockl:hover {
  -webkit-transition: 0.3s ease-in-out;
  filter: alpha(opacity=60);
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

.col_red {
  color: #E41414;
}

.ggmap {
  position: relative;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fadein {
  -webkit-transform: translateY(2rem) scale(1);
  -webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(2rem) scale(1);
  opacity: 0;
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform, scale, opacity;
}

.fadein.scrollin {
  -webkit-transform: translateY(0) scale(1);
  -webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

@media screen and (max-width: 768px) {
  img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  iframe {
    max-width: 100%;
    height: 200px;
  }
  p {
    font-size: 1.5rem;
  }
  .tellink {
    pointer-events: auto;
  }
  .ggmap {
    padding-bottom: 100%;
  }
  a[href]:hover {
    -webkit-transition: 0.3s ease-in-out;
    filter: alpha(opacity=100);
    opacity: 1.0;
    transition: 0.3s ease-in-out;
  }
}

/* pc / sp
============================================================================================================ */
.sp,
.sps {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp, span.sp, br.sp, em.sp, strong.sp {
    display: inline !important;
  }
}

@media screen and (max-width: 370px) {
  .sps {
    display: block !important;
  }
  img.sps, span.sps, br.sps, em.sps, strong.sps {
    display: inline !important;
  }
}

/* font-size
============================================================================================================ */
/* w
============================================================================================================ */
.w {
  display: block;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1040px) {
  .w {
    width: 100%;
    padding: 0 5%;
  }
}

/* コンテナ
============================================================================================================ */
.mainv {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.mainv-section {
  position: relative;
  padding: 60px 0 100px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), to(#D2E8EB));
  background: -webkit-linear-gradient(top, #ffffff 1%, #D2E8EB 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #D2E8EB 100%);
}

.mainv-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 233px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #D2E8EB)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #D2E8EB 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #D2E8EB 50.5%) no-repeat top left/100% 100%;
  content: "";
}

@media print, screen and (max-width: 1001px) {
  .mainv-section::before {
    width: 98px;
    height: 116px;
  }
}

.mainv-section::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 233px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #D2E8EB)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #D2E8EB 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #D2E8EB 50.5%) no-repeat top left/100% 100%;
  content: "";
}

@media print, screen and (max-width: 1001px) {
  .mainv-section::after {
    width: 98px;
    height: 116px;
  }
}

.mainv__img {
  width: 559px;
  height: 217px;
}

.mainv__scroll {
  display: none;
}

.mainv__text p {
  margin: calc(52px - 18px * (1.88 - 1) / 2) 0px calc(0px - 18px * (1.88 - 1) / 2);
  font-size: 17px;
  letter-spacing: 0.32em;
  line-height: 1.88;
  text-align: center;
  text-indent: 0.32em;
  margin-bottom: 16px;
}

.mainv__icon {
  -webkit-animation: fadeIn 1s ease-out 0s 1 forwards;
  position: absolute;
  animation: fadeIn 1s ease-out 0s 1 forwards;
  filter: alpha(opacity=0);
  opacity: 0;
}

.mainv__icon--1 {
  -webkit-animation-delay: 1.2s;
  top: 91px;
  right: 79%;
  width: 86px;
  height: 146px;
  animation-delay: 1.2s;
}

.mainv__icon--2 {
  -webkit-animation-delay: 0.0s;
  top: 311px;
  right: 74%;
  width: 86px;
  height: 147px;
  animation-delay: 0.0s;
}

.mainv__icon--3 {
  -webkit-animation-delay: 1.5s;
  top: 369px;
  right: 86%;
  width: 86px;
  height: 139px;
  animation-delay: 1.5s;
}

.mainv__icon--4 {
  -webkit-animation-delay: 0.6s;
  top: 540px;
  right: 78%;
  width: 94px;
  height: 147px;
  animation-delay: 0.6s;
}

.mainv__icon--5 {
  -webkit-animation-delay: 0.3s;
  top: 137px;
  left: 81%;
  width: 94px;
  height: 147px;
  animation-delay: 0.3s;
}

.mainv__icon--6 {
  -webkit-animation-delay: 0.9s;
  top: 264px;
  left: 88%;
  width: 107px;
  height: 147px;
  animation-delay: 0.9s;
}

.mainv__icon--7 {
  -webkit-animation-delay: 1.8s;
  top: 341px;
  left: 74%;
  width: 135px;
  height: 147px;
  animation-delay: 1.8s;
}

.mainv__icon--8 {
  -webkit-animation-delay: 2.1s;
  top: 550px;
  left: 83%;
  width: 101px;
  height: 147px;
  animation-delay: 2.1s;
}

.mainv__icon-sp {
  display: none;
}

.main-bn {
  width: 1000px;
  margin: 60px auto 0;
  padding: 70px 0 160px;
  border: 4px solid #8ec5cd;
  background-color: #ffffff;
  background-image: url(../../../../img/donation/bg_mainv-bn.svg);
  background-position: center bottom -16px;
  background-repeat: no-repeat;
  background-size: 939px auto;
}

@media print, screen and (max-width: 1001px) {
  .main-bn {
    width: 100%;
  }
}

.main-bn-section .main-bn {
  margin-top: 0;
  background-color: #EDF6F7;
}

.main-bn-section {
  padding: 145px 0 95px;
}

.main-bn__heading {
  margin: calc(0px - 24px * (1.7 - 1) / 2) 0px !important;
  color: #1D8B9C;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-align: center;
  text-indent: 0.14em;
}

.main-bn__heading::before {
  content: none !important;
}

.main-bn__heading span {
  position: relative;
  padding: 0 7px;
}

.main-bn__heading span::before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FF6700;
  content: "";
}

.main-bn__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 308px;
  height: 84px;
  background-color: #FF6700;
  transition: 0.3s ease-in-out;
}

.main-bn__btn::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  width: 7px;
  height: 14px;
  background-image: url(../../../../img/donation/arrow1.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.main-bn__btn:hover {
  background-color: #1D8B9C;
  text-decoration: none;
}

.main-bn__btn--blank::before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 19px;
  height: 22px;
  background-image: url(../../../../img/donation/icon_blank.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.main-bn__btn-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.main-bn__btn:nth-of-type(2) {
  margin-left: 25px;
}

.main-bn__btn-text {
  padding-left: 35px;
  background-image: url(../../../../img/donation/icon_en.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.main-bn__btn-notes {
  position: absolute;
  bottom: -17px;
  left: 0;
  color: #1D8B9C;
  font-size: 13px;
  font-weight: normal;
  line-height: 0;
}

.main-bn-sns {
  margin-top: 80px;
}

.main-bn-sns__heading {
  margin: calc(0px - 12px * (1.75 - 1) / 2) 0px;
  color: #1D8B9C;
  font-size: 12px !important;
  font-weight: bold;
  letter-spacing: 0.22em !important;
  line-height: 1.75;
  text-align: center;
  text-indent: 0.22em !important;
}

.main-bn-sns__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.main-bn-sns__item {
  -webkit-transition: 0.3s ease-in-out;
  width: 56px;
  height: 56px;
  background-image: url(../../../../img/donation/icon_fb.svg);
  transition: 0.3s ease-in-out;
}

.main-bn-sns__item:hover {
  background-image: url(../../../../img/donation/icon_fb_h.svg);
}

.main-bn-sns__item:nth-of-type(2) {
  margin-left: 20px;
  background-image: url(../../../../img/donation/icon_tw.svg);
}

.main-bn-sns__item:nth-of-type(2):hover {
  background-image: url(../../../../img/donation/icon_tw_h.svg);
}

.catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin: 0 auto;
}

@media print, screen and (max-width: 1001px) {
  .catch {
    width: 100%;
  }
}

.catch-section {
  padding: 110px 0 110px;
}

.catch__heading {
  width: 279px;
  margin-left: 3%;
}

.catch__heading p {
margin: calc(0px - 32px * (1.95 - 1) / 2) 0px !important;
    color: #FF6700;
    font-size: 30px;
    letter-spacing: 0.14em;
    line-height: 1.82;
}

.catch__article {
  width: calc(100% - 310px - 80px + 120px);
  margin-right: -120px;
  margin-left: 28px;
}

@media print, screen and (max-width: 1309px) {
  .catch__article {
    width: calc(100% - 310px - 40px);
    margin-right: 0;
  }
}

.catch__article p {
  margin: calc(0px - 17px * (1.75 - 1) / 2) 0px;
  font-size: 15.5px;
    letter-spacing: 0.08em;
    line-height: 1.9;
}

.activity-section {
  position: relative;
  padding: 0;
}

.activity-section::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: calc(50% - 26px);
  width: 52px;
  height: 24px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top right/50% 100%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/50% 100%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
  content: "";
}

.activity__item {
  position: relative;
  padding: 155px 0 70px;
  background-color: #eaeaea;
}

.activity__item::before {
  z-index: 2;
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 90px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #eaeaea)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #eaeaea)) no-repeat top right/50% 100%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #eaeaea 50.5%) no-repeat top left/50% 100%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #eaeaea 50.5%) no-repeat top right/50% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #eaeaea 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #eaeaea 50.5%) no-repeat top right/50% 100%;
  content: "";
}

.activity__item:nth-of-type(2) {
  background-color: #d2e8eb;
}

.activity__item:nth-of-type(2)::before {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d2e8eb)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d2e8eb)) no-repeat top right/50% 100%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #d2e8eb 50.5%) no-repeat top left/50% 100%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #d2e8eb 50.5%) no-repeat top right/50% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #d2e8eb 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d2e8eb 50.5%) no-repeat top right/50% 100%;
}

.activity__item:nth-of-type(3) {
  background-color: #ffd1b2;
}

.activity__item:nth-of-type(3)::before {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #ffd1b2)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #ffd1b2)) no-repeat top right/50% 100%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #ffd1b2 50.5%) no-repeat top left/50% 100%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #ffd1b2 50.5%) no-repeat top right/50% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #ffd1b2 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ffd1b2 50.5%) no-repeat top right/50% 100%;
}

.activity__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 900px;
  margin: 0 auto;
}

@media print, screen and (max-width: 1309px) {
  .activity__inner {
    width: calc(100% - 185px);
    margin-left: 200px;
  }
}

.activity__heading {
  position: absolute;
  top: 55px;
  left: -128px;
  width: 80px;
  height: 74px;
}

.activity__img {
  width: calc(100% - 400px - 100px);
}

.activity__item:nth-of-type(2) .activity__img {
  width: calc(100% - 424px - 85px + 46px);
  margin-left: -46px;
}

.activity__item:nth-of-type(3) .activity__img {
  width: calc(100% - 424px - 95px + 26px);
  margin-left: -18px;
}

.activity__article {
  width: 390px;
  margin: 0 5% 0 7%;
}

.activity__item:nth-of-type(2) .activity__article {
  margin-left: 85px;
}

.activity__item:nth-of-type(2) .activity__article {
  margin-left: 65px;
}

.activity__heading2 {
  margin: calc(0px - 36px * (1.8 - 1) / 2) 0px;
  color: #1D8B9C;
  font-size: 36px !important;
  font-weight: bold !important;
  letter-spacing: 0.08em !important;
  line-height: 1.8 !important;
}

.activity__text {
  margin: calc(30px - 16px * (1.75 - 1) / 2) 0px calc(0px - 16px * (1.75 - 1) / 2);
  font-size: 16px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.75 !important;
}

.activity__btn {
  margin-top: 40px;
}

.activity__btn-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 41px;
  border-radius: 40px;
  background-color: #1D8B9C;
  color: #fff;
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
  transition: 0.3s ease-in-out;
}

.activity__btn-link::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  width: 6px;
  height: 10px;
  background-image: url(../../../../img/donation/arrow2.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.activity__btn-link:hover {
  background-color: #fff;
  color: #1D8B9C !important;
  text-decoration: none;
}

.activity__btn-link:hover::before {
  background-image: url(../../../../img/donation/arrow3.svg);
}

.activity__btn-link + .activity__btn-link {
  margin-top: 15px;
}

.activity__btn-link:hover {
  color: #fff;
}

.activity__item2 {
  padding: 170px 0 115px;
  background-color: #eaeaea;
}

.activity__text2 {
  margin: calc(0px - 18px * (1.9 - 1) / 2) 0px;
  color: #1D8B9C;
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 0.15em !important;
  line-height: 1.9 !important;
  text-align: center;
  text-indent: 0.15em !important;
}

.activity__img2 {
  width: 708px;
  margin: 70px auto 0;
}

.voice-section {
  padding: 120px 0 140px;
}

.voice-heading {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 786px;
  margin: 0 auto;
}

.voice-heading__main p {
  margin: calc(0px - 32px * (1.75 - 1) / 2) 0px;
  color: #FF6700;
  font-size: 32px;
  letter-spacing: 0.16em;
  line-height: 1.75;
}

.voice-heading__text {
  margin-left: 117px;
}

.voice-heading__text p {
  margin: calc(0px - 17px * (1.75 - 1) / 2) 0px;
  font-size: 17px;
  letter-spacing: 0.22em;
  line-height: 1.75;
}

.voice__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 692px;
  margin: 90px auto 0;
  padding-bottom: 85px;
}

.voice__item {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: relative;
  height: 403px;
  padding: 40px;
  border: 2px solid #1D8B9C;
  border-radius: 10px;
  writing-mode: vertical-rl;
}

.voice__item:nth-of-type(n+2) {
  margin-left: 67px;
}

.voice__item::before {
  position: absolute;
  right: 50px;
  bottom: -1px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.voice__item::after {
  position: absolute;
  right: 50px;
  bottom: -11px;
  width: 20px;
  height: 11px;
  background-image: url(../../../../img/donation/fukidashi.svg);
  background-position: center top;
  background-size: 100% auto;
  content: "";
}

.voice__text p {
  margin: 0;
}

.voice__text p span {
  display: inline;
  position: relative;
  /* background: linear-gradient(transparent 70%, #ffdcb8 0%); */
  border-right: 2px solid #ffb380;
}

.voice__name {
  position: absolute;
  bottom: 20px;
  left: 15px;
  margin: 0;
  color: #1D8B9C;
  font-size: 14px;
  font-weight: bold;
}

.voice__icon {
  position: absolute;
  bottom: -90px;
  left: calc(50% - 32px);
  width: 63px;
  height: 66px;
}

.voice__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  border: 2px solid #1D8B9C;
  border-radius: 40px;
  color: #1D8B9C;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  text-indent: 0.08em;
  transition: 0.3s ease-in-out;
}

.voice__btn::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 6px;
  height: 10px;
  background-image: url(../../../../img/donation/arrow3.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.voice__btn:hover {
  background-color: #1D8B9C;
  color: #fff !important;
  text-decoration: none;
}

.voice__btn:hover::before {
  background-image: url(../../../../img/donation/arrow2.svg);
}

.voice__btn-wrap {
  width: 424px;
  margin: 80px auto 0;
}

.message {
  width: 900px;
  margin: 0 auto;
}

.message-section {
  padding: 145px 0 120px;
  background-color: #D2E8EB;
}

.message__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.message__img {
  width: 240px;
  margin-left: 5%;
}

.message__img-text {
  margin: 30px 0 0;
  text-align: center;
}

.message__img-text span {
  display: block;
}

.message__img-text span:nth-of-type(1) {
  display: block;
  margin: calc(0px - 15px * (1.7 - 1) / 2) 0px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}

.message__img-text span:nth-of-type(2) {
  display: block;
  margin: calc(20px - 27px * (1.7 - 1) / 2) 0px calc(0px - 27px * (1.7 - 1) / 2);
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
}

.message__img-text span:nth-of-type(3) {
  display: block;
  margin: calc(15px - 15px * (1.7 - 1) / 2) 0px calc(0px - 15px * (1.7 - 1) / 2);
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

.message__article {
    width: calc(100% - 240px - 140px);
    margin: 0 0 0 45px;
}

.message__heading {
  margin: calc(0px - 18px * (1.7 - 1) / 2) 0px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.16em;
}

.message__text {
  margin: calc(30px - 15px * (1.7 - 1) / 2) 0px calc(0px - 15px * (1.7 - 1) / 2);
  font-size: 15px;
  letter-spacing: 0.22em;
  line-height: 1.7;
}

.message__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  border: 2px solid #1D8B9C;
  border-radius: 40px;
  color: #1D8B9C;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  text-indent: 0.08em;
  transition: 0.3s ease-in-out;
}

.message__btn::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 6px;
  height: 10px;
  background-image: url(../../../../img/donation/arrow3.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.message__btn:hover {
  background-color: #1D8B9C;
  color: #fff !important;
  text-decoration: none;
}

.message__btn:hover::before {
  background-image: url(../../../../img/donation/arrow2.svg);
}

.message__btn-wrap {
  width: 424px;
  margin: 120px auto 0;
}

.fadenav {
  -webkit-animation: fadeIn 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s 1 normal;
  animation: fadeIn 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fadein {
  -webkit-transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transform: translate(0, 50px);
  opacity: 0;
  transition: all 500ms;
}

.fadein.scrollin {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

:target {
  -webkit-animation: targetmodify 0.1s;
  animation: targetmodify 0.1s;
}

@-webkit-keyframes targetmodify {
  0% {
    margin-top: -70px;
    padding-top: 70px;
  }
  100% {
    margin-top: 0;
    padding-top: 0;
  }
}

@keyframes targetmodify {
  0% {
    margin-top: -70px;
    padding-top: 70px;
  }
  100% {
    margin-top: 0;
    padding-top: 0;
  }
}

@-webkit-keyframes fadeInicon1 {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  27% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  33% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeInicon1 {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  27% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  33% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes fadeInicon2 {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  63% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  66% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeInicon2 {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  63% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  66% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes fadeInicon3 {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  66% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  96% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeInicon3 {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  66% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  96% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@media screen and (max-width: 1000px) {
  .mainv-section {
    padding: 35px 4% 57px;
  }
  .mainv-section::before {
    width: 98px;
    height: 116px;
  }
  .mainv-section::after {
    width: 98px;
    height: 116px;
  }
  .mainv__img {
    width: 78.67%;
    height: auto;
  }
  .mainv__scroll {
    display: block;
    width: 30px;
    height: 34px;
    margin: 34px auto 0;
  }
  .mainv__text p {
    margin: calc(30px - 16px * (1.8 - 1) / 2) 0px calc(0px - 16px * (1.8 - 1) / 2);
    font-size: 16px;
    letter-spacing: 0.26em;
    line-height: 1.8;
    text-indent: 0.26em;
  }
  .mainv__icon {
    display: none;
  }
  .mainv__icon-sp {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .mainv__icon-sp::before {
    display: block;
    padding-top: 38.3%;
    content: "";
  }
  .mainv__icon-sp__item {
    position: relative;
    position: absolute;
    top: 0;
    left: calc(50% - (87.8% / 2));
    width: 87.8%;
    margin: 0 auto;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .mainv__icon-sp__item img {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .mainv__icon-sp__item::before {
    display: block;
    padding-top: 43.9%;
    content: "";
  }
  .mainv__icon-sp__item:nth-of-type(1) {
    -webkit-animation: fadeInicon1 9s ease-out 0s 1 none;
    -webkit-animation-iteration-count: infinite;
    animation: fadeInicon1 9s ease-out 0s 1 none;
    animation-iteration-count: infinite;
  }
  .mainv__icon-sp__item:nth-of-type(2) {
    -webkit-animation: fadeInicon2 9s ease-out 0s 1 none;
    -webkit-animation-iteration-count: infinite;
    left: calc(50% - (84.8% / 2));
    width: 84.8%;
    animation: fadeInicon2 9s ease-out 0s 1 none;
    animation-iteration-count: infinite;
  }
  .mainv__icon-sp__item:nth-of-type(2)::before {
    padding-top: 45.13%;
  }
  .mainv__icon-sp__item:nth-of-type(3) {
    -webkit-animation: fadeInicon3 9s ease-out 0s 1 none;
    -webkit-animation-iteration-count: infinite;
    left: calc(50% - (67.8% / 2));
    width: 67.8%;
    animation: fadeInicon3 9s ease-out 0s 1 none;
    animation-iteration-count: infinite;
  }
  .mainv__icon-sp__item:nth-of-type(3)::before {
    padding-top: 57.57%;
  }
}

@media screen and (max-width: 768px) {
  .main-bn {
    width: 100%;
    margin: 70px auto 0;
    padding: 40px 37px 87px;
    background-image: url(../../../../img/donation/bg_mainv-bn_sp.svg);
    background-position: center bottom -7px;
    background-size: 89.3% auto;
  }
  .main-bn-section {
    padding: 50px 4% 70px;
  }
  .main-bn__heading span {
    font-size: 18px;
  }
  .main-bn__heading span::before {
    bottom: -7px;
    height: 3px;
  }
  .main-bn__btn {
    width: 100%;
    height: 74px;
  }
  .main-bn__btn--blank::before {
    width: 15px;
    height: 19px;
  }
  .main-bn__btn:nth-of-type(2) {
    margin-top: 50px;
    margin-left: 0;
  }
  .main-bn__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 45px;
  }
  .main-bn__btn-text {
    padding-left: 24px;
    background-position: left top 40%;
    background-size: 18px 18px;
    font-size: 17px;
  }
  .main-bn-sns {
    margin-top: 70px;
  }
  .main-bn-sns__inner {
    margin-top: 20px;
  }
  .catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .catch-section {
    padding: 60px 7.73% 58px;
  }
  .catch__heading {
    width: 100%;
    margin: 0 auto;
  }
  .catch__heading p {
    margin: calc(0px - 24px * (1.75 - 1) / 2) 0px;
    font-size: 24px;
    line-height: 1.75;
    text-align: center;
  }
  .catch__article {
    width: 100%;
    margin: 40px 0 0;
  }
  .catch__article p {
    margin: calc(0px - 16px * (1.6 - 1) / 2) 0px;
    font-size: 16px;
    line-height: 1.6;
  }
  .activity-section::before {
    left: calc(50% - 22px);
    width: 44px;
    height: 25px;
  }
  .activity__item {
    padding: 55px 7.6% 40px;
  }
  .activity__item::before {
    bottom: -48px;
    height: 48px;
  }
  .activity__item:nth-of-type(3)::before {
    content: none;
  }
  .activity__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  .activity__heading {
    top: 0;
    left: 0;
    width: 70px;
    height: 64px;
  }
  .activity__img {
    width: 100%;
    margin-top: 35px;
  }
  .activity__item:nth-of-type(2) .activity__img {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .activity__item:nth-of-type(3) .activity__img {
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
  }
  .activity__article {
    width: 100%;
    margin: 35px 0 0;
  }
  .activity__item:nth-of-type(2) .activity__article {
    width: 100%;
    margin: 35px 0 0;
  }
  .activity__item:nth-of-type(3) .activity__article {
    width: 100%;
    margin: 35px 0 0;
  }
  .activity__heading2 {
    margin: calc(0px - 26px * (1.8 - 1) / 2) 0px;
    font-size: 26px !important;
  }
  .activity__text {
    margin: calc(20px - 14px * (1.75 - 1) / 2) 0px calc(0px - 14px * (1.75 - 1) / 2);
    font-size: 14px !important;
  }
  .activity__btn {
    margin-top: 30px;
  }
  .activity__btn-link {
    height: 41px;
    font-size: 13.5px;
  }
  .activity__btn-link::before {
    right: 15px;
  }
  .activity__item2 {
    padding: 55px 5.6% 40px;
  }
  .activity__text2 {
    font-size: 16px !important;
  }
  .activity__img2 {
    width: 52.9%;
    margin-top: 40px;
  }
  .voice-section {
    padding: 64px 7.6% 80px;
  }
  .voice-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .voice-heading__main p {
    margin: calc(0px - 24px * (1.75 - 1) / 2) 0px;
    font-size: 24px;
  }
  .voice-heading__text {
    margin-top: 30px;
    margin-left: 0;
  }
  .voice-heading__text p {
    margin: calc(0px - 16px * (1.6 - 1) / 2) 0px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .voice__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 55px auto 0;
    padding-bottom: 0;
  }
  .voice__item {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    width: 79.6%;
    height: auto;
    margin-left: auto;
    padding: 20px 20px 25px 20px;
    border-width: 2px;
    writing-mode: horizontal-tb;
  }
  .voice__item:nth-of-type(n+2) {
    margin-top: 30px;
    margin-left: auto;
  }
  .voice__item::before {
    -webkit-transform: rotate(90deg);
    top: 22px;
    right: unset;
    bottom: unset;
    left: -4px;
    width: 7px;
    height: 3px;
    transform: rotate(90deg);
  }
  .voice__item::after {
    -webkit-transform: rotate(0deg);
    top: 16px;
    right: unset;
    bottom: unset;
    left: -7px;
    width: 6px;
    height: 13px;
    transform: rotate(0deg);
    background-image: url(../../../../img/donation/fukidashi_sp.svg);
    background-size: 100% 100%;
  }
  .voice__text p {
    letter-spacing: 0.04em;
  }
  .voice__text p span {
    border-right: none;
    border-bottom: 2px solid #ffb380;
  }
  .voice__name {
    right: 7px;
    bottom: 2px;
    left: unset;
    font-size: 11px !important;
  }
  .voice__icon {
    top: 0;
    bottom: unset;
    left: -27%;
    width: 51px;
    height: 51px;
  }
  .voice__btn {
    height: 42px;
  }
  .voice__btn-wrap {
    width: 100%;
    margin: 40px auto 0;
  }
  .message {
    width: 100%;
  }
  .message-section {
    padding: 55px 7.6% 50px;
  }
  .message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
      margin-right: 0;
  }
  .message__img {
    width: 178px;
    margin: 30px 0 0 0;
  }
  .message__img-text {
    margin-top: 25px;
  }
  .message__img-text span:nth-of-type(1) {
    margin: calc(0px - 11px * (1.7 - 1) / 2) 0px;
    font-size: 11px;
  }
  .message__img-text span:nth-of-type(2) {
    margin: calc(15px - 20px * (1.7 - 1) / 2) 0px calc(0px - 20px * (1.7 - 1) / 2);
    font-size: 20px;
  }
  .message__img-text span:nth-of-type(3) {
    margin: calc(10px - 11px * (1.7 - 1) / 2) 10px calc(0px - 11px * (1.7 - 1) / 2);
    font-size: 11px;
  }
  .message__article {
    width: 100%;
    margin-top: 34px;
    margin-left: 0;
  }
  .message__heading {
    width: 100%;
    margin: calc(0px - 15px * (1.7 - 1) / 2) 0px;
    font-size: 15px !important;
    text-align: left;
  }
  .message__text {
    margin: calc(0px - 16px * (1.5 - 1) / 2) 0px calc(0px - 16px * (1.5 - 1) / 2);
    font-size: 16px;
    line-height: 1.5;
  }
  .message__btn {
    height: 42px;
  }
  .message__btn::before {
    right: 15px;
  }
  .message__btn-wrap {
    width: 100%;
    margin-top: 48px;
  }
  .fadein--abcenter1 {
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
  }
  .fadein--abcenter1 {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

a.btn,
button.btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s ease-in-out;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: calc(20px - 1.5rem * (1.7 - 1) / 2) 20px;
  border: 2px solid #1D8B9C;
  border-radius: 40px;
  background-color: #1D8B9C;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
  text-indent: 0.07em;
  transition: 0.3s ease-in-out;
}

a.btn::before,
button.btn::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 28px;
  width: 10px;
  width: 10px;
  height: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  content: "";
}

a.btn:hover,
button.btn:hover {
  background-color: #fff;
  color: #1D8B9C;
}

a.btn:hover::before,
button.btn:hover::before {
  -webkit-transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 2px solid;
  border-color: #1D8B9C #1D8B9C transparent transparent;
}

@media screen and (max-width: 768px) {
  a.btn {
    padding: calc(20px - 1.8rem * (1.3 - 1) / 2) 20px;
    line-height: 1.3;
  }
}

/*object-fit-img*/
.object-fit-img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

img.ofi__img--cover {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

img.ofi__img--contain {
  -o-object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

/* ========================================================
変数
======================================================== */
.radio-notes {
  margin: calc(10px - 1.4rem * (1.7 - 1) / 2) 0px calc(0px - 1.4rem * (1.7 - 1) / 2);
  font-size: 1.4rem;
}

.radio-wrap {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -20px;
}

.radio-wrap__item {
  margin-left: 20px;
}

.radio-input {
  display: none;
}

.radio-input + label {
  position: relative;
  padding-left: 20px;
}

.radio-input + label::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #c9caca;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.radio-input:checked + label::after {
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1D8B9C;
  content: "";
}

.checkbox-heading {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: normal;
}

.checkbox-wrap {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.checkbox-heading + .checkbox-wrap {
  margin-top: 0;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}

.checkbox-parts::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #C9CACA;
  background-color: #FFFFFF;
  content: "";
}

.checkbox-input:checked + .checkbox-parts::after {
  -webkit-transform: rotate(40deg);
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-right: 3px solid #1D8B9C;
  border-bottom: 3px solid #1D8B9C;
  content: "";
}

.select-wrap {
  position: relative;
  width: 100%;
}

.select-wrap::before {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 10px;
  width: 10px;
  height: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border: 2px solid;
  border-color: transparent transparent #000000 #000000;
  content: "";
}

.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.select-box::before {
  -webkit-transform: translateY(-15%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateY(-15%) translateX(-50%);
  content: "～";
}

.select-box .select-wrap:nth-of-type(2) {
  margin-left: 30px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border: none;
  outline: none;
  background: none transparent;
  background-color: #F0F0F0;
  color: inherit;
  color: #000;
  font-size: inherit;
  font-size: 1.5rem;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
}

select option {
  border-top: 1px solid #fff;
  color: #000;
}

option[selected][disabled] {
  display: none;
}

option[disabled] {
  display: none;
}

select.is-empty {
  color: #a8a8a8;
}

select:invalid {
  color: #a8a8a8;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-wrap.select-primary:before {
  color: #fff;
}

.select-wrap.select-primary > select {
  border-color: #0084B4;
  background: #0084B4;
  color: #fff;
}

.select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before {
  color: #fff;
}

.select-wrap.select-inverse > select {
  border-color: #fff;
  color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: calc(14px - 1.3rem * (1.7 - 1) / 2) 10px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  background: #fff;
  font-size: 1.3rem;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown,
textarea:placeholder-shown {
  color: #a9adac;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a9adac;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a9adac;
  opacity: 1;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a9adac;
  opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a9adac;
}

.input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-box .input-wrap:nth-of-type(2) {
  margin-left: 20px;
}

.input-wrap {
  width: 340px;
}

.input-select-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.input-select-wrap .radio {
  margin-left: 20px;
}

a.form-privacy {
  position: relative;
  padding-left: 20px;
  color: #910100;
  font-size: 1.2rem;
  text-decoration: underline;
}

a.form-privacy::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border: 1px solid;
  border-color: #910100 #910100 transparent transparent;
  content: "";
}

.thanks__heading {
  color: #000034;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.thanks__text {
  margin-top: 35px;
  text-align: center;
}

.thanks-tel {
  width: 455px;
  margin: 40px auto 0;
  padding-left: 60px;
  background-image: url(../../../../img/donation/icon_tel.svg);
  background-size: 44px 44px;
}

.thanks-tel a {
  color: #910100;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.thanks-tel__des {
  letter-spacing: -0.04em;
  text-indent: -0.04em;
}

@media screen and (max-width: 768px) {
  .radio-wrap {
    margin-top: 5px;
  }
  .checkbox-wrap {
    margin-top: 5px;
  }
  .select-wrap {
    width: 100%;
  }
  .select-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .select-box::before {
    -webkit-transform: translateY(-15%) translateX(-50%) rotate(90deg);
    transform: translateY(-15%) translateX(-50%) rotate(90deg);
  }
  .select-box .select-wrap:nth-of-type(2) {
    margin-top: 35px;
    margin-left: 0;
  }
}

/* table
============================================================================================================ */
@media screen and (max-width: 768px) {
  .registrationform {
    width: 100%;
  }
  .registrationform-section {
    padding: 25px;
  }
  .registrationform-flow {
    width: 100%;
  }
  .registrationform-flow__item {
    height: 60px;
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: center;
  }
  .registrationform-flow__item:nth-of-type(1)::before {
    width: 15px;
    height: 60px;
    background-image: url(../../../../img/donation/arrow_flow_sp.jpg);
  }
  .registrationform-flow__item:nth-of-type(2)::before {
    width: 15px;
    height: 60px;
    background-image: url(../../../../img/donation/arrow_flow_sp.jpg);
  }
  .registrationform-flow__item--on::before {
    background-image: url(../../../../img/donation/arrow_flow_on_sp.jpg) !important;
  }
  .registrationform__table {
    display: block;
    width: 100%;
  }
  .registrationform__table tbody {
    display: block;
    width: 100%;
  }
  .registrationform__table tr {
    display: block;
    width: 100%;
  }
  .registrationform__table th {
    display: block;
    width: 100%;
    padding: 0;
  }
  .registrationform__table td {
    display: block;
    width: 100%;
  }
  .registrationform__table td .input-wrap {
    width: 100%;
    margin-top: 5px;
  }
  .registrationform__table td .input-wrap--short {
    width: 45px;
  }
  .registrationform__table td .postalcode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    flex-direction: column;
    align-items: flex-end;
  }
  .registrationform__table td .text-btn-wrap {
    width: 165px;
  }
  .registrationform__table tr:nth-of-type(n+2) th {
    margin-top: 20px;
  }
  .agreement {
    width: 100%;
  }
  .agreement__inner {
    padding: 13px;
  }
}

table.basic {
  width: 100%;
  border-bottom: 1px solid #7F7169;
  border-collapse: collapse;
  font-size: 1.3rem;
  table-layout: fixed;
}

table.form input[type=text],
table.form input[type=email],
table.form input[type=tel],
table.form select,
table.form textarea {
  width: 100%;
  padding: 5px;
  border: none;
  background: #fff;
  font-size: 16px;
}

table.form textarea {
  width: 100%;
  height: 168px;
}

table.form td input::-webkit-input-placeholder, table.form td textarea::-webkit-input-placeholder {
  color: #e3e3e3;
}

table.form td input::-moz-placeholder, table.form td textarea::-moz-placeholder {
  color: #e3e3e3;
}

table.form td input:-ms-input-placeholder, table.form td textarea:-ms-input-placeholder {
  color: #e3e3e3;
}

table.form td input::-ms-input-placeholder, table.form td textarea::-ms-input-placeholder {
  color: #e3e3e3;
}

table.form td input::placeholder,
table.form td textarea::placeholder {
  color: #e3e3e3;
}

table.form td.td_check {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

table.form td.td_check span {
  margin-right: 10px;
}

input[type=radio], input[type=checkbox] {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

table.form td.select_td {
  position: relative;
}

table.form td.select_td::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 415px;
  width: 0;
  height: 0;
  border-top: 8px solid #4c4c4c;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  pointer-events: none;
}

table.form td small {
  display: block;
}

table.form td select {
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 420px;
  height: 43px;
  padding: 0 40px 0 20px;
  border: none;
  border: 1px solid #ececec;
  background: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

table.form input[type=radio] {
  margin-right: 4px;
}

table.form select {
  height: 48px;
}

.required {
  font-size: 1.4rem;
}

.confirm_btn_box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

table .w10 {
  width: 10%;
}

table .w15 {
  width: 15%;
}

table .w20 {
  width: 20%;
}

table .w25 {
  width: 25%;
}

table .w30 {
  width: 30%;
}

table .w35 {
  width: 35%;
}

table .w40 {
  width: 40%;
}

table .w45 {
  width: 45%;
}

table .w50 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  table.basic th {
    width: 30.167%;
  }
  table.basic td {
    width: 69.833%;
    padding: 10px;
  }
  table.basic2 {
    margin-top: 1em;
  }
  table.basic2 tr:first-of-type th:not(:first-of-type) {
    display: none;
  }
  table.basic2 tr {
    display: block;
    width: 100%;
  }
  table.basic2 th {
    display: block;
    width: 100%;
    padding: 0.5em;
    border: none;
  }
  table.basic2 tr:not(:first-of-type) th {
    margin-bottom: 0.25em;
    padding: 0.25em 0.5em;
    background-color: #c8e2ff;
    font-size: 1.4rem;
  }
  table.basic2 tr:first-of-type th:first-of-type {
    margin-bottom: 0.5em;
  }
  table.basic2 td {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 0.25em;
    padding: 0;
    padding-right: 0.5em;
    padding-bottom: 0.25em;
    padding-left: 0.5em;
    border: none;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: top;
  }
  table.basic2 td:not(:last-of-type) {
    border-bottom: 1px solid #efefef;
  }
  table.basic2 td:last-of-type {
    margin-bottom: 1em;
  }
  table.basic2 td:before {
    margin-right: 1.1em;
    text-align: left;
    content: attr(data-label);
  }
  table.basic2 td:after {
    position: absolute;
    top: calc(50% - 0.5px);
    left: 5em;
    width: 5px;
    height: 1px;
    background-color: #0072ff;
    content: "";
  }
  table.form,
  table.form tbody,
  table.form tr {
    display: block;
    width: 100%;
  }
  table.form tr {
    margin-bottom: 10px;
    padding: 0 0 10px;
  }
  table.form tr:nth-last-of-type(1) {
    padding-bottom: 30px;
  }
  table.form th {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    font-size: 1.5rem;
    text-align: left;
  }
  table.form td {
    word-wrap: break-word;
    display: block;
    width: 100%;
    padding: 0;
  }
  table.form input[type=text],
  table.form input[type=email],
  table.form input[type=tel],
  table.form textarea {
    width: 100%;
    padding: 5px;
    padding-left: 0;
    font-size: 1.4rem;
  }
  table.form tr:nth-last-of-type(1) th,
  table.form tr:nth-last-of-type(1) td {
    padding-top: 0;
    padding-bottom: 0;
  }
  table.form tr:nth-last-of-type(1) td textarea {
    margin-bottom: 5px;
  }
  .radio-input + label {
    display: block;
  }
  .radio-input + label::before {
    top: 7px;
  }
  .radio-input:checked + label::after {
    top: 10px;
  }
  table.form td.select_td::after {
    left: calc(100% - 20px);
  }
  table.form td select {
    width: 100%;
    height: auto;
    padding: 5px;
  }
  .form_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 2em;
  }
  .form_btn button {
    width: 60%;
    margin: 0 auto;
  }
  .form_btn button:nth-of-type(2) {
    margin-bottom: 1em;
    margin-left: auto;
  }
  .required_btn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1em 0 2em;
    padding-left: 0;
  }
}

/*# sourceMappingURL=map/style.css.map */
