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

html {
  box-sizing: border-box;
}

img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  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 * {
  transition: none !important;
}

@media screen and (max-width: 768px) {
  img {
    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;
    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%;
  }
}
/* btn
============================================================================================================ */
/* btn-r-orange
============================================================================================================ */
.btn-orange {
  position: relative;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 12px 0;
  background-color: #FF6700;
  border: 3px solid #FF6700;
  border-radius: 50vh;
  -moz-border-radius: 50vh;
  -webkit-border-radius: 50vh;
  text-align: center;
  display: inline-block;
}
.btn-orange:hover {
  color: #fff;
  background-color: #1D8B9C;
  text-decoration: none;
  transition: 0.3s;
}
.btn-orange.hw:hover {
  color: #FF6700;
  background-color: #fff;
  text-decoration: none;
}

.btn-lightblue {
  position: relative;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 12px 0 12px;
  background-color: #D2E8EB;
  border: 3px solid #D2E8EB;
  border-radius: 50vh;
  -moz-border-radius: 50vh;
  -webkit-border-radius: 50vh;
  text-align: center;
  display: inline-block;
}
.btn-lightblue:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.btn-lightblue.hw:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.btn-blueline {
  position: relative;
  color: #1D8B9C;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  padding: 18px 0 15px;
  border: 3px solid #1D8B9C;
  border-radius: 50vh;
  -moz-border-radius: 50vh;
  -webkit-border-radius: 50vh;
  text-align: center;
  display: inline-block;
}
.btn-blueline::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  content: "";
  width: 7px;
  height: 11px;
  margin: 0 0 2px 10px;
  background: url(../../../../img/donation/icon_arrow_blue.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.btn-blueline:hover {
  color: #fff;
  background-color: #1D8B9C;
  text-decoration: none;
  transition: 0.3s;
}
.btn-blueline:hover::after {
  background: url(../../../../img/donation/icon_arrow_w.svg) center no-repeat;
  background-size: contain;
}

.btn-blue {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  padding: 18px 0 15px;
  background-color: #1D8B9C;
  border: 3px solid #1D8B9C;
  border-radius: 50vh;
  -moz-border-radius: 50vh;
  -webkit-border-radius: 50vh;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.1em;
}
.btn-blue::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  content: "";
  width: 7px;
  height: 11px;
  margin: 0 0 2px 10px;
  background: url(../../../../img/donation/icon_arrow_w.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.btn-blue:hover {
  color: #1D8B9C;
  background-color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.btn-blue:hover::after {
  background: url(../../../../img/donation/icon_arrow_blue.svg) center no-repeat;
  background-size: contain;
}

.btn_fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  transition: 0.3s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  display: none;
}
.btn_fixed.show {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  display: block;
}
.btn_fixed a {
  font-size: 14px;
  width: 107px;
  height: 107px;
  padding-top: 45px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px -5px #666;
}
.btn_fixed a[target=_blank]::after {
  position: absolute;
  top: 15px;
  right: calc(50% - 8px);
  content: "";
  width: 15px;
  height: 17px;
  background: url(../../../../img/donation/icon_blank.svg) center no-repeat;
  background-size: contain;
  display: block;
}

@media screen and (max-width: 768px) {
  .btn_fixed {
    /* top: 13px;  */
    /* left: 13px; */
    width: 85px;
    height: 85px;
  }
  .btn_fixed a {
    font-size: 12px;
    width: 85px;
    height: 85px;
    padding-top: 37px;
  }
  .btn_fixed a[target=_blank]::after {
    position: absolute;
    top: 15px;
    right: calc(50% - 8px);
    content: "";
    width: 15px;
    height: 17px;
    background: url(../../../../img/donation/icon_blank.svg) center no-repeat;
    background-size: contain;
    display: block;
  }
}
.circle {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.radius {
  border-radius: 50vh;
  -moz-border-radius: 50vh;
  -webkit-border-radius: 50vh;
}

.w278 {
  width: 100%;
  min-width: 278px;
}

@media screen and (max-width: 768px) {
  .w278 {
    width: 78%;
    min-width: auto;
    margin: 0 auto; 
  }
}
a[target=_blank]::after {
  position: absolute;
  top: 16px;
  right: 27px;
  content: "";
  width: 15px;
  height: 17px;
  background: url(../../../../img/donation/icon_blank.svg) center no-repeat;
  background-size: contain;
  display: block;
}
a[target=_blank].btn-orange.hw:hover::after {
  background: url(../../../../img/donation/icon_blank_orange.svg) center no-repeat;
  background-size: contain;
}

.main-bn a[target=_blank]:not(.blankw)::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  width: 15px;
  height: 17px;
  background: url(../../../../img/donation/icon_blank_blue.svg) center no-repeat;
  background-size: contain;
  display: block;
}
.main-bn a[target=_blank]:not(.blankw):hover::after {
  background: url(../../../../img/donation/icon_blank.svg) center no-repeat;
  background-size: contain;
}

a.anchor::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  content: "";
  width: 15px;
  height: 17px;
  background: url(../../../../img/donation/icon_anchor.svg) center no-repeat;
  background-size: contain;
  display: block;
}
a.anchor.btn-lightblue.hw:hover::after {
  background: url(../../../../img/donation/icon_anchor.svg) center no-repeat;
  background-size: contain;
}

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

.mainv-section {
  position: relative;
  padding: 50px 0 53px;
  background-color: #1D8B9C;
}
.mainv-section::before {
  position: absolute;
  top: 50px;
  left: calc(50vw - 575px);
  width: 274px;
  height: 409px;
  background: url(../../../../img/donation/mv_bg_left.svg) center no-repeat;
  background-size: contain;
  content: "";
  z-index: 0;
}
.mainv-section::after {
  position: absolute;
  top: 50px;
  right: calc(50vw - 575px);
  width: 260px;
  height: 380px;
  background: url(../../../../img/donation/mv_bg_right.svg) center no-repeat;
  background-size: contain;
  content: "";
  z-index: 0;
}

.mainv__img {
  position: relative;
  width: 426px;
  height: 248px;
  z-index: 1;
}

.mainv__btn {
  margin-top: 73px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.mainv__btn p {
  margin-bottom: 0;
}
.mainv__btn p:last-child {
  margin-left: 25px;
}

.mainv__link {
  margin-top: 55px;
  text-align: center;
  letter-spacing: 0.15em;
}
.mainv__link > ul {
  width: 759px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.mainv__link > ul > li {
  width: 238px;
  height: 238px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.mainv__link > ul > li a {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  line-height: 1.2;
}
.mainv__link > ul > li a::before {
  position: absolute;
  bottom: 19px;
  left: calc(50% - 9px);
  content: "";
  width: 18px;
  height: 22px;
  background: url(../../../../img/donation/icon_anchor_w.svg) center no-repeat;
  background-size: contain;
  display: block;
  z-index: 1;
}
.mainv__link > ul > li a::after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all;
}
.mainv__link > ul > li a:hover {
  text-decoration: none;
}
.mainv__link > ul > li a:hover::after {
  transform: scale(1.05);
}
.mainv__link > ul > li:nth-child(1) a::after {
  background: url(../../../../img/donation/mv_link1.png) center no-repeat;
  background-size: cover;
}
.mainv__link > ul > li:nth-child(2) a::after {
  background: url(../../../../img/donation/mv_link2.png) center no-repeat;
  background-size: cover;
}
.mainv__link > ul > li:nth-child(3) a::after {
  background: url(../../../../img/donation/mv_link3.png) center no-repeat;
  background-size: cover;
}
.mainv__link > ul > li:nth-child(4) {
  margin-top: 30px;
}
.mainv__link > ul > li:nth-child(4) a::after {
  background: url(../../../../img/donation/mv_link4.png) center no-repeat;
  background-size: cover;
}
.mainv__link > ul > li:nth-child(5) {
  margin-top: 30px;
}
.mainv__link > ul > li:nth-child(5) a::after {
  background: url(../../../../img/donation/mv_link5.png) center no-repeat;
  background-size: cover;
}
.mainv__link > ul > li:nth-child(6) {
  margin-top: 30px;
}
.mainv__link > ul > li:nth-child(6) a::after {
  background: url(../../../../img/donation/mv_link6.png) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .mainv {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .mainv-section {
    position: relative;
    padding: 40px 30px 53px;
    background-color: #1D8B9C;
  }
  .mainv-section::before {
    position: absolute;
    top: 40px;
    left: -15px;
    width: 89px;
    height: 334x;
    background: url(../../../../img/donation/mv_bg_left_sp.svg) center no-repeat;
    background-size: contain;
    content: "";
    z-index: 0;
  }
  .mainv-section::after {
    position: absolute;
    top: 68px;
    right: -25px;
    width: 97px;
    height: 308px;
    background: url(../../../../img/donation/mv_bg_right_sp.svg) center no-repeat;
    background-size: contain;
    content: "";
    z-index: 0;
  }
  .mainv__img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .mainv__btn {
    width: 100%;
    margin-top: 40px;
    display: block;
    z-index: 2;
  }
  .mainv__btn p {
    margin-bottom: 0;
  }
  .mainv__btn p:last-child {
    margin-top: 25px;
    margin-left: 0;
  }
  .mainv__btn p a {
    display: block;
  }
  .mainv__link {
    margin-top: 40px;
    text-align: center;
  }
  .mainv__link > ul {
    width: auto;
  }
  .mainv__link > ul > li {
    width: 152px;
    height: 152px;
  }
  .mainv__link > ul > li a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding: 12px;
    display: block;
    box-sizing: border-box;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    line-height: 1.2;
  }
  .mainv__link > ul > li a::before {
    position: absolute;
    bottom: 19px;
    left: calc(50% - 9px);
    content: "";
    width: 18px;
    height: 22px;
    background: url(../../../../img/donation/icon_anchor_w.svg) center no-repeat;
    background-size: contain;
    display: block;
    z-index: 1;
  }
  .mainv__link > ul > li a::after {
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all;
  }
  .mainv__link > ul > li a:hover {
    text-decoration: none;
  }
  .mainv__link > ul > li a:hover::after {
    transform: scale(1.1);
  }
  .mainv__link > ul > li:nth-child(1) a::after {
    background: url(../../../../img/donation/mv_link1.png) center no-repeat;
    background-size: cover;
  }
  .mainv__link > ul > li:nth-child(2) a::after {
    background: url(../../../../img/donation/mv_link2.png) center no-repeat;
    background-size: cover;
  }
  .mainv__link > ul > li:nth-child(3) {
    margin-top: 15px;
  }
  .mainv__link > ul > li:nth-child(3) a::after {
    background: url(../../../../img/donation/mv_link3.png) center no-repeat;
    background-size: cover;
  }
  .mainv__link > ul > li:nth-child(4) {
    margin-top: 15px;
  }
  .mainv__link > ul > li:nth-child(4) a::after {
    background: url(../../../../img/donation/mv_link4.png) center no-repeat;
    background-size: cover;
  }
  .mainv__link > ul > li:nth-child(5) {
    margin-top: 15px;
  }
  .mainv__link > ul > li:nth-child(5) a::after {
    background: url(../../../../img/donation/mv_link5.png) center no-repeat;
    background-size: cover;
  }
  .mainv__link > ul > li:nth-child(6) {
    margin-top: 15px;
  }
  .mainv__link > ul > li:nth-child(6) a::after {
    background: url(../../../../img/donation/mv_link6.png) center no-repeat;
    background-size: cover;
  }
}
.gray-section {
  background-color: #EAEAEA;
  padding-bottom: 100px;
}
.gray-section .g-col2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 6.5%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.gray-section .g-col2 .text {
  width: 47.5%;
  margin: 0;
  padding: 0;
}
.gray-section .g-col2 .text h3 {
  color: #000 !important;
  font-size: 20px !important;
  background-color: inherit !important;
  margin-bottom: 30px !important;
  text-align: left !important;
  line-height: 1.8 !important;
  letter-spacing: 0.1em !important;
}
.gray-section .g-col2 .img {
  width: 47%;
  text-align: center;
  margin-top: 3%;
}
.gray-section .g-col2:nth-of-type(1) {
  padding-bottom: 68px;
  border-bottom: 4px solid #fff;
}
.gray-section .g-col2:nth-of-type(1) .img img {
  width: 385px;
}
.gray-section .g-col2:nth-of-type(2) {
  margin-top: 100px;
}
.gray-section .g-col2:nth-of-type(2) .text {
  order: 2;
}
.gray-section .g-col2:nth-of-type(2) .img {
  order: 1;
}
.gray-section .g-col2:nth-of-type(2) .img img {
  width: 350px;
}

.orange-headline {
  color: #FF6700;
  font-size: 28px !important;
}
.orange-headline::before {
  display: none !important;
}

@media (max-width: 767px) {
  .gray-section {
    padding: 40px 22px;
  }
  .gray-section .g-col2 {
    width: 100%;
    padding: 0;
    display: block;
  }
  .gray-section .g-col2 .text {
    width: auto;
  }
  .gray-section .g-col2 .text h3 {
    color: #000 !important;
    font-size: 20px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
  }
  .gray-section .g-col2 .text p.sp {
    margin-bottom: 30px;
  }

  .gray-section .g-col2 .text p {
    font-size: 15px;
    letter-spacing:0.1em;
  }

  .gray-section .g-col2:nth-of-type(1) {
    padding-bottom: 30px;
  }
  .gray-section .g-col2:nth-of-type(1) .img img {
    width: 100%;
  }
  .gray-section .g-col2:nth-of-type(2) {
    margin-top: 50px;
  }
  .gray-section .g-col2:nth-of-type(2) .img img {
    width: 100%;
  }
  .orange-headline {
    font-size: 18px !important;
    margin-bottom: 25px !important;
  }
}
.bnr-deduction {
  position: relative;
  width: 100%;
  max-width: 648px;
  margin: 80px auto 0;
  box-sizing: border-box;
}
.bnr-deduction a {
  padding: 20px;
  background-color: #D2E8EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  display: block;
}
.bnr-deduction a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.bnr-deduction a .bnr-col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnr-deduction a .bnr-col2 .img img {
  width: 116px;
}
.bnr-deduction a .bnr-col2 .text {
  margin-left: 25px;
  text-align: center;
}
.bnr-deduction a .bnr-col2 .text p {
  color: #FF6700;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.bnr-deduction a .bnr-col2 .text p:first-of-type {
  color: #1D8B9C;
  font-size: 13px;
  white-space: nowrap;
}
.bnr-deduction a .bnr-col2 .text p:first-of-type::before {
  content: "";
  width: 1px;
  height: 17px;
  margin: 0 10px -4px 0;
  background-color: #1D8B9C;
  transform: rotate(-40deg);
  display: inline-block;
}
.bnr-deduction a .bnr-col2 .text p:first-of-type::after {
  content: "";
  width: 1px;
  height: 17px;
  margin: 0 0 -4px 10px;
  background-color: #1D8B9C;
  transform: rotate(40deg);
  display: inline-block;
}
.bnr-deduction a .bnr-col2 .text p.line {
  color: #FF6700;
  font-size: 23px;
  margin: 0 auto;
  display: inline-block;
  letter-spacing: 0.05em;
}
.bnr-deduction a .bnr-col2 .text p.line::after {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../../../../img/donation/bnr_deduction_line.svg) repeat-x;
  background-size: contain;
  display: block;
}
.bnr-deduction a .bnr-col2 .text p.more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #1D8B9C;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.bnr-deduction a .bnr-col2 .text p.more::after {
  content: "";
  width: 11px;
  height: 14px;
  margin: 0 0 2px 5px;
  background: url(../../../../img/donation/icon_anchor_blue.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .bnr-deduction {
    width: auto;
    margin: 40px 15px 0;
  }
  .bnr-deduction a {
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .bnr-deduction a .bnr-col2 .img img {
    width: 92px;
  }
  .bnr-deduction a .bnr-col2 .text {
    margin-left: 3px;
  }
  .bnr-deduction a .bnr-col2 .text p {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  .bnr-deduction a .bnr-col2 .text p.line {
    font-size: 18.3px;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
  }
  .bnr-deduction a .bnr-col2 .text p.line::after {
    height: 5px;
  }
  .bnr-deduction a .bnr-col2 .text p.more {
    bottom: 15px;
    right: calc(50% - 3.5em - 16px);
  }
}
.read-section {
  margin: 0;
  padding: 0 0 100px 0;
}
.read-section .read-inner {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  text-align: left;
}
.read-section .read-inner h2 {
  color: #FF6700;
  font-size: 34px !important;
  margin: 100px 0 1em 0 !important;
  text-align: left !important;
  font-weight: normal !important;
  letter-spacing: 0.1em !important;
  line-height: 1.5 !important;
}

.read-section .read-inner p{
  line-height: 2 !important;
}

.read-section .read-inner h2::before {
  display: none !important;
}

@media (max-width: 767px) {
  .read-section {
    margin: 0 22px 0;
    padding: 0 0 50px 0;
  }
  .read-section .read-inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
  }
  .read-section .read-inner h2 {
    color: #FF6700;
    font-size: 25px !important;
    margin: 60px 0 1em 0 !important;
    text-align: center !important;
  }
  .read-section .read-inner h2::before {
    display: none !important;
  }
}
.main-bn {
  width: 1000px;
  margin: 80px auto 0;
  padding: 45px 0 130px;
  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: calc(100% - 30px);
  }
}
.main-bn-section {
  padding: 145px 0 95px;
}
.main-bn-section .main-bn {
  margin-top: 0;
}
.main-bn-section .main-bn + .main-bn {
  margin: 67px auto 0;
  padding: 45px 0 80px;
  background-color: #ffffff;
  background-image: none;
}

.main-bn__catch {
  text-align: center;
}
.main-bn__catch p {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 4px 40px;
  background: #1D8B9C;
  display: inline-block;
  border-radius: 50vh;
  -moz-border-radius: 50vh;
  -webkit-border-radius: 50vh;
}
.main-bn__catch p:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(29, 139, 156, 0);
  border-top-color: #1D8B9C;
  border-width: 5px;
  margin-left: -5px;
}

.main-bn__heading {
  margin: 15px 0 0 !important;
  text-align: center;
}
.main-bn__heading::before {
  content: none !important;
}
.main-bn__heading span {
  position: relative;
  color: #1D8B9C;
  font-size: 28px;
  font-weight: bold;
  padding: 0 7px;
}

.main-bn p {
  font-size: 15px;
  text-align: justify;
}

.main-bn__row2 {
  margin: 50px 10% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-bn__row2 > div:nth-child(2) {
  color: #1D8B9C;
  width: 57%;
  order: 1;
}
.main-bn__row2 > div:nth-child(2) p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4rem;
}
.main-bn__row2 > div:nth-child(2) p a {
  position: relative;
  color: #FF6700;
  display: inline-block;
}
.main-bn__row2 > div:nth-child(2) p a:hover {
  color: #1D8B9C;
  text-decoration: none;
}
.main-bn__row2 > div:nth-child(2) p a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF6700;
  display: block;
}
.main-bn__row2 > div:nth-child(2) p a:hover::after {
  background-color: #1D8B9C;
}
.main-bn__row2 > div:nth-child(2) p:first-child {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: justify;
}
.main-bn__row2 > div:nth-child(2) p:last-child {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: justify;
}
.main-bn__row2 > div:nth-child(1) {
  width: 38.6%;
  order: 2;
}

.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: 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.white {
  border: 3px solid #FF6700;
  background-color: #fff;
}
.main-bn__btn.white:hover {
  background-color: #1D8B9C;
  border: 3px solid #1D8B9C;
  text-decoration: none;
}
.main-bn__btn:hover {
  background-color: #1D8B9C;
  text-decoration: none;
}
.main-bn__btn:hover .main-bn__btn-text.white {
  color: #fff;
  background-image: url(../../../../img/donation/icon_en_w.svg) !important;
  background-position: left center;
  background-repeat: no-repeat;
}
.main-bn__btn:last-child {
  margin-top: 19px;
}

.main-bn__btn[target=_blank]::after {
  top: 10px;
  right: 10px;
  /*
  position: absolute;
  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.white[target=_blank]::after {
  background: url(../../../../img/donation/icon_blank_orange.svg) center no-repeat;
  background-size: contain;
}
.main-bn__btn.white[target=_blank]:hover::after {
  background: url(../../../../img/donation/icon_blank.svg) center no-repeat;
  background-size: contain;
}

.main-bn__btn-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.main-bn__btn-wrap-catch {
  color: #FF6700;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.main-bn__btn-wrap-catch::before {
  content: "";
  width: 2px;
  height: 20px;
  margin-right: 15px;
  background-color: #FF6700;
  display: inline-block;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.main-bn__btn-wrap-catch::after {
  content: "";
  width: 2px;
  height: 20px;
  margin-left: 10px;
  background-color: #FF6700;
  display: inline-block;
  transform: rotate(45deg);
  vertical-align: middle;
}

/*
.main-bn__btn:nth-of-type(2) {
  margin-left: 25px;
}
*/
.main-bn__btn-text {
  padding-left: 35px;
  background-image: url(../../../../img/donation/icon_en_w.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-text.white {
  color: #FF6700;
  background-image: url(../../../../img/donation/icon_en.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

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

.main-bn__subheading {
  color: #1D8B9C;
  font-size: 20px !important;
  font-weight: bold;
  width: auto !important;
  margin: 50px 10% 0 !important;
  background: none !important;
  text-align: left !important;
  box-sizing: border-box;
}

.main-bn__subheading_row + .main-bn__subheading {
  margin: 70px 10% 0 !important;
}

.main-bn__subheading::after {
  content: "";
  width: 100%;
  height: 3px;
  margin-top: 7px;
  background-color: #8EC5CD;
  display: block;
}
.main-bn__subheading::before {
  content: "";
  width: 51px;
  height: 53px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-bottom;
}
.main-bn__subheading.company::before {
  background: url("../../../../img/donation/ico_company.svg") center bottom no-repeat;
}
.main-bn__subheading.heritage::before {
  background: url("../../../../img/donation/ico_heritage.svg") center bottom no-repeat;
}
.main-bn__subheading.book::before {
  background: url("../../../../img/donation/ico_book.svg") center bottom no-repeat;
}
.main-bn__subheading.light::before {
  background: url("../../../../img/donation/ico_light.svg") center bottom no-repeat;
}

.main-bn__subheading_text {
  font-size: 15px;
  margin: 30px 10% 0;
}

.main-bn__subheading_row {
  margin: 30px 10% 0;
  display: flex;
  justify-content: flex-end;
}
.main-bn__subheading_row > p {
  margin-bottom: 0;
}
.main-bn__subheading_row > p.bnr {
  text-align: center;
}
.main-bn__subheading_row > p:first-child {
  width: calc(100% - 333px);
}
.main-bn__subheading_row > p:first-child img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.main-bn__subheading_row > p:last-child {
  margin-left: 25px;
}
.main-bn__subheading_row .main-bn__subheading_text {
  font-size: 15px;
  margin: 0;
}
.main-bn__subheading_row .main-bn__btn {
  width: 308px;
  height: 84px;
  margin-top: 0;
  background-color: #FFD1B2;
}
.main-bn__subheading_row .main-bn__btn:hover {
  background-color: #1D8B9C;
}
.main-bn__subheading_row .main-bn__btn-text {
  padding-left: 0;
  background-image: none;
  background-size: 27px 27px;
  color: #1D8B9C;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: 0.1em;
}
.main-bn__subheading_row .main-bn__btn:hover .main-bn__btn-text {
  color: #fff;
}
.main-bn__subheading_row .main-bn__btn--blank::before {
  background-image: url(../../../../img/donation/icon_blank_blue.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main-bn__subheading_row .main-bn__btn--blank:hover::before {
  background-image: url(../../../../img/donation/icon_blank.svg);
}

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

.main-bn-sns__heading {
  margin: -4.5px 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: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 30px 0 50px;
}

.main-bn-sns__item {
  -webkit-transition: 0.3s ease-in-out;
  width: 56px;
  height: 56px;
  background-image: url(../../../../img/donation/icon_fb.svg);
  background-repeat: no-repeat;
  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_x.svg);
}
.main-bn-sns__item:nth-of-type(2):hover {
  background-image: url(../../../../img/donation/icon_x_h.svg);
}
.main-bn-sns__item:nth-of-type(3) {
  margin-left: 20px;
  background-image: url(../../../../img/donation/icon_line.svg);
}
.main-bn-sns__item:nth-of-type(3):hover {
  background-image: url(../../../../img/donation/icon_line_h.svg);
}

.main-bn-sns__copy {
  color: #1d8b9c;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  min-height: 56px;
  margin-left: 20px;
  padding: 0 30px;
  background-color: #d2e8eb;
  border: none;
  border-radius: 50vh;
  -moz-border-radius: 50vh;
  -webkit-border-radius: 50vh;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.main-bn-sns__copy:hover {
  color: #fff;
  background-color: #1d8b9c;
  text-decoration: none;
}

.main-bn-sns__copy:focus {
  outline: none;
}

.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: 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: 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: 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: #eaeaea;
}
.activity__item:nth-of-type(3)::before {
  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%;
}

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

@media print, screen and (max-width: 1190px) {
  .activity__inner {
    width: calc(100% - 85px);
    margin-left: 100px;
  }
}
.activity__heading {
  position: absolute;
  top: 5px;
  left: -49px;
  width: 80px;
  height: 74px;
}

.activity__item:nth-child(1) .activity__heading {
  top: 50px;
}

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

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

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

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

.activity__heading2 {
  margin: -14.4px 0px;
  color: #1D8B9C;
  font-size: 28px !important;
  font-weight: bold !important;
  letter-spacing: 0.05em !important;
  line-height: 1.8 !important;
}

.activity__text {
  margin: 24px 0px -6px;
  font-size: 16px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.75 !important;
}

.activity__btn {
  margin: 20px 0 15px;
}

.activity__btn-link {
  color: #1D8B9C;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1em;
  display: inline-block;
}
.activity__btn-link::after {
  content: "";
  width: 7px;
  height: 11px;
  margin: 0 0 2px 10px;
  background: url(../../../../img/donation/icon_arrow_blue.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.activity__btn-link:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.activity__btn-link + .activity__btn-link {
  margin-top: 15px;
}

.activity__box {
  padding: 20px;
  border: 4px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activity__box .activity__headling3 {
  color: #FF6700;
  font-size: 15px;
  font-weight: bold;
  width: 5em;
  margin: 1em 1em 1em 1.5em;
  line-height: 1.5;
}
.activity__box .activity__comment {
  font-size: 15px;
  width: 18em;
  margin: 0;
  letter-spacing: -0.01em;
}

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

.activity__text2 {
  color: #1D8B9C;
  font-size: 28px !important;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

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

.activity__case {
  width: 100%;
  max-width: 1000px;
  margin: 23px auto 0;
  padding: 50px 60px;
  background-color: #fff;
  box-sizing: border-box;
}
.activity__case .case__headling {
  color: #1D8B9C;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 1.3rem;
  text-align: left;
}
.activity__case .case__headling::before {
  content: "";
  width: 70px;
  height: 26px;
  margin: 0 10px 6px 0;
  display: inline-block;
  vertical-align: middle;
}
.activity__case .case__col2 {
  display: flex;
  justify-content: space-between;
}
.activity__case .case__col2 .text {
  width: 48.5%;
  order: 1;
}
.activity__case .case__col2 .text p {
  font-size: 15px;
  margin: 1rem 0 0;
}
.activity__case .case__col2 .text .case__headling2 {
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  background: linear-gradient(transparent 80%, #FFD1B2 0%) 0 0px;
  display: inline;
  padding: 0 2px 0;
  line-height: 1.6;
}
.activity__case .case__col2 .img {
  width: 48.6%;
  margin: 0;
  text-align: right;
  order: 2;
}
.activity__case .case__col2 .img img {
  margin-bottom: 1rem;
}
.activity__case:nth-of-type(1) .case__headling::before {
  background: url(../../../../img/donation/case1.svg) left center no-repeat;
  background-size: contain;
}
.activity__case:nth-of-type(2) .case__headling::before {
  background: url(../../../../img/donation/case2.svg) left center no-repeat;
  background-size: contain;
}
.activity__case:nth-of-type(3) .case__headling::before {
  background: url(../../../../img/donation/case3.svg) left center no-repeat;
  background-size: contain;
}

.voice-section {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto 20px;
  padding: 80px 15px 0;
  box-sizing: border-box;
}
.voice-section .voice-heading {
  position: relative;
  width: 100%;
  max-width: 441px;
  margin: 0 auto 60px;
  padding: 30px 0;
  background-color: #D2E8EB;
  text-align: center;
  border-radius: 100vh;
  -moz-border-radius: 100vh;
  -webkit-border-radius: 100vh;
}
.voice-section .voice-heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 15px);
  bottom: -15px;
  border-top: 15px solid #D2E8EB;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.voice-section .voice-heading p {
  color: #1D8B9C;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.voice-section .voice-heading h2 {
  color: #1D8B9C;
  font-size: 28px !important;
  margin: 0 !important;
}
.voice-section .voice-heading h2::before {
  display: none !important;
}
.voice-section .voice-item h3 {
  color: #1D8B9C;
  font-size: 18px !important;
  margin-bottom: 1.7rem !important;
  background-color: inherit !important;
  text-align: left !important;
}
.voice-section .voice-item .col2 {
  padding: 70px 100px 56px;
  border-top: 3px solid #1D8B9C;
  display: flex;
  justify-content: space-between;
}
.voice-section .voice-item .col2 .info {
  width: 27.6%;
  text-align: center;
}
.voice-section .voice-item .col2 .info .st {
  color: #1D8B9C;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.voice-section .voice-item .col2 .info .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.voice-section .voice-item .col2 .info .en {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-top: 4px;
}
.voice-section .voice-item .col2 .text {
  font-size: 16px;
  width: 62.2%;
}

.voice-section .voice-item .col2 .text span {
  background: linear-gradient(transparent 80%, #FFD1B2 0%) 0 0;
  padding: 0 2px 0;
  line-height: 2;
}

@media (max-width: 767px) {
  .voice-section {
    padding: 45px 15px 30px;
  }
  .voice-section .voice-heading {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 0;
  }
  .voice-section .voice-heading::before {
    left: calc(50% - 10px);
    bottom: -10px;
    border-top: 10px solid #D2E8EB;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .voice-section .voice-heading p {
    color: #1D8B9C;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
  }
  .voice-section .voice-heading h2 {
    color: #1D8B9C;
    font-size: 22px !important;
    margin: 0 !important;
  }
  .voice-section .voice-item h3 {
    font-size: 15px !important;
    margin-bottom: 2rem !important;
    letter-spacing: 0.1em !important;
    line-height: 1.5 !important;
  }
  .voice-section .voice-item .col2 {
    padding: 28px 0 15px;
    display: block;
    justify-content: space-between;
  }
  .voice-section .voice-item .col2 .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .voice-section .voice-item .col2 .info .img {
    width: 49.3%;
  }
  .voice-section .voice-item .col2 .info .inner {
    width: 39%;
  }
  .voice-section .voice-item .col2 .info .st {
    font-size: 14px;
  }
  .voice-section .voice-item .col2 .info .name {
    font-size: 18px;
  }
  .voice-section .voice-item .col2 .info .en {
    font-size: 12px;
  }
  .voice-section .voice-item .col2 .text {
    font-size: 16px;
    width: 100%;
  }
  .voice-section .voice-item .col2 .text span {
    background: linear-gradient(transparent 80%, #FFD1B2 0%) 0 0;
    padding: 0 2px 0;
  }
}
.media-section {
  padding: 65px 15px 100px;
  background-color: #D2E8EB;
  text-align: center;
}
.media-section .media-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.media-section .media-inner article {
  width: 23.2%;
  padding: 29px;
  background-color: #fff;
  box-sizing: border-box;
}

.media-section  .media__heading{
    color: #1D8B9C;
    margin: 0 0 60px 0;
    font-size: 26px !important;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-align: center;
    padding-top: 20px;
}

.media-section .media-inner article .name {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 5em;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-section .media-inner article .date {
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
}
.media-section .media-inner article .title {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.5;
}
.media-section .media-inner article .title a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .media-section {
    padding: 35px 22.5px 40px;
  }
  .media-section .media-inner {
    display: flex;
    flex-flow: row wrap;
  }
  .media-section .media-inner article {
    width: 48.5%;
    padding: 14px;
    margin-bottom: 10px;
  }
  .media-section .media-inner article .name {
    font-size: 16px;
    height: 5em;
  }
  .media-section .media-inner article .date {
    font-size: 12px;
  }
  .media-section .media-inner article .title {
    font-size: 14px;
  }
}
.message {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.message-section {
  padding: 105px 7.6% 100px;
}

.message__inner {
  margin-top: 60px;
  display: flex;
  /*margin-right: 10px;*/
}

.message__img {
  width: 366px;
}

.message__img-text {
  margin: 30px 0 0;
  text-align: center;
}
.message__img-text span {
  display: block;
}
.message__img-text span:nth-of-type(1) {
  color: #1D8B9C;
  display: block;
  margin: -5.25px 0px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.08em;
  font-weight: bold;
}
.message__img-text span:nth-of-type(2) {
  display: block;
  margin: 10.55px 0px -9.45px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
}
.message__img-text span:nth-of-type(3) {
  display: block;
  margin: 9.75px 0px -5.25px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

.message__article {
  width: calc(100% - 366px - 70px);
  margin: 0 0 0 70px;
}

.message__heading {
  color: #1D8B9C;
  margin: 0;
  font-size: 26px !important;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-align: center;
}

.message__text {
  margin: 0 0px 1.5rem;
  font-size: 15px;
}

.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: 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: 70px auto 0;
}

.supporter-section {
  width: 100%;
  padding: 88px 30px 80px;
  background-color: #F4F4F4;
  box-sizing: border-box;
}
.supporter-section .supporter-heading {
  position: relative;
  width: 100%;
  max-width: 441px;
  margin: 0 auto 60px;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 100vh;
  -moz-border-radius: 100vh;
  -webkit-border-radius: 100vh;
}
.supporter-section .supporter-heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 15px);
  bottom: -15px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.supporter-section .supporter-heading p {
  color: #1D8B9C;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.supporter-section .supporter-heading h2 {
  color: #1D8B9C;
  font-size: 28px !important;
  margin: 0 !important;
}
.supporter-section .supporter-heading h2::before {
  display: none !important;
}
.supporter-section .supporter-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.supporter-section .supporter-item {
  width: 31.2%;
}
.supporter-section .supporter-item .img {
  width: 80%;
  margin: 0 auto 30px;
}
.supporter-section .supporter-item .post {
  color: #1D8B9C;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 1.2;
}
.supporter-section .supporter-item .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.supporter-section .supporter-item .en {
  font-size: 13px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.supporter-section .supporter-item .text span {
  background: linear-gradient(transparent 80%, #FFD1B2 0%) 0 0;
  padding: 0 2px 0;
}

@media (max-width: 767px) {
  .supporter-section {
    padding: 45px 15px 30px;
  }
  .supporter-section .supporter-heading {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 0;
  }
  .supporter-section .supporter-heading::before {
    left: calc(50% - 10px);
    bottom: -10px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .supporter-section .supporter-heading p {
    color: #1D8B9C;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
  }
  .supporter-section .supporter-heading h2 {
    color: #1D8B9C;
    font-size: 22px !important;
    margin: 0 !important;
  }
  .supporter-section .supporter-inner {
    display: block;
  }
  .supporter-section .supporter-item {
    width: auto;
    padding-top: 30px;
    border-top: 3px solid #fff;
  }
  .supporter-section .supporter-item .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .supporter-section .supporter-item .info .img {
    width: 49.3%;
  }
  .supporter-section .supporter-item .info .inner {
    width: 43%;
  }
  .supporter-section .supporter-item .info .post {
    font-size: 14px;
    text-align: left;
  }
  .supporter-section .supporter-item .info .name {
    font-size: 18px;
    text-align: left;
  }
  .supporter-section .supporter-item .info .en {
    font-size: 12px;
    text-align: left;
  }
  .supporter-section .supporter-item .text span {
    background: linear-gradient(transparent 80%, #FFD1B2 0%) 0 0;
    padding: 0 2px 0;
  }
}
.kind-section {
  padding: 135px 30px 0;
}
.kind-section .kind-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px 100px 55px;
  border: 4px solid #FF6700;
}
.kind-section .kind-inner .kind-heading {
  color: #1D8B9C;
  font-size: 30px !important;
  margin-top: 0 !important;
}
.kind-section .kind-inner .kind-heading::before {
  display: none !important;
}
.kind-section .kind-inner .kind-heading2 {
  color: #FF6700;
  font-size: 27px !important;
  margin-bottom: 30px !important;
  padding-bottom: 3px;
  background-color: inherit !important;
  border-bottom: 3px solid #FF6700;
  text-align: left !important;
}
.kind-section .kind-inner .kind-heading2::before {
  content: "";
  width: 13px;
  height: 22px;
  margin: 0 10px 6px 0;
  display: inline-block;
  vertical-align: middle;
}
.kind-section .kind-inner .kind-heading2:nth-of-type(1)::before {
  background: url(../../../../img/donation/icon_n1.svg) center no-repeat;
  background-size: contain;
}
.kind-section .kind-inner .kind-heading2:nth-of-type(2) {
  padding-top: 30px;
}
.kind-section .kind-inner .kind-heading2:nth-of-type(2)::before {
  background: url(../../../../img/donation/icon_n2.svg) center no-repeat;
  background-size: contain;
}
.kind-section .kind-inner .kind-heading2:nth-of-type(3)::before {
  background: url(../../../../img/donation/icon_n3.svg) center no-repeat;
  background-size: contain;
}
.kind-section .kind-inner .col2 {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
.kind-section .kind-inner .col2 .main-bn__btn:last-child {
  margin-top: 0;
}
.kind-section .kind-inner .col2 .box {
  width: 49.5%;
  padding: 35px 30px;
  background-color: #F2F2F2;
}
.kind-section .kind-inner .col2 .box h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.kind-section .kind-inner .col2 .box p {
  font-size: 15px;
  margin-bottom: 0 !important;
}
.kind-section .kind-inner .howto dl {
  width: 100%;
  display: flex;
}
.kind-section .kind-inner .howto dl dt {
  font-size: 15px;
  font-weight: bold;
  width: 8em;
  margin-top: 0.2em;
}
.kind-section .kind-inner .howto dl dd {
  color: #1D8B9C;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.kind-section .kind-inner .howto dl dd.bg {
  font-size: 15px;
  width: calc(100% - 8em);
}
.kind-section .kind-inner .howto dl dd.bg:last-of-type {
  margin-bottom: 0;
}
.kind-section .kind-inner .howto dl dd.bg dl {
  width: 100%;
  margin-bottom: 0;
}
.kind-section .kind-inner .howto dl dd.bg dl dt {
  font-size: 16px;
}
.kind-section .kind-inner .howto dl dd.bg dl dd {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  width: calc(100% - 8em);
}
.kind-section .kind-inner .howto dl dd.bg dl dd dl {
  flex-flow: row wrap;
}
.kind-section .kind-inner .howto dl dd.bg dl dd dl dt {
  font-size: 14px;
  width: 6em;
  margin-bottom: 0.8em;
}
.kind-section .kind-inner .howto dl dd.bg dl dd dl dt:last-of-type {
  margin-bottom: 0;
}
.kind-section .kind-inner .howto dl dd.bg dl dd dl dd {
  width: calc(100% - 6em);
  margin-bottom: 0.8em;
}
.kind-section .kind-inner .howto dl dd.bg dl dd dl dd:last-of-type {
  margin-bottom: 0;
}
.kind-section .kind-inner .howto dl dd.bg > dl {
  margin-bottom: 16px;
  padding: 30px;
  background-color: #F2F2F2;
}
.kind-section .kind-inner .tac {
  padding: 40px 0 0px;
  text-align: center;
}
.kind-section .kind-inner .text {
  padding: 60px 0 0px;
}
.kind-section .kind-inner .text a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .kind-section {
    padding: 50px 30px 0;
  }
  .kind-section .kind-inner {
    padding: 0;
    border: none;
  }
  .kind-section .kind-inner .kind-heading {
    font-size: 22px !important;
    margin-bottom: 40px !important;
  }
  .kind-section .kind-inner .kind-heading2 {
    font-size: 25px !important;
  }
  .kind-section .kind-inner .col2 {
    margin: 30px 0;
    display: block;
  }
  .kind-section .kind-inner .col2 .main-bn__btn:last-child {
    margin-top: 0;
  }
  .kind-section .kind-inner .col2 .box {
    width: auto;
    margin-bottom: 8px;
    padding: 35px 30px;
  }
  .kind-section .kind-inner .col2 .box:last-of-type {
    margin-bottom: 0;
  }
  .kind-section .kind-inner .howto {
    margin-bottom: 30px;
  }
  .kind-section .kind-inner .howto dl {
    width: 100%;
    display: flex;
  }
  .kind-section .kind-inner .howto dl dt {
    font-size: 14px;
    font-weight: bold;
    width: 7em;
    margin-top: 0.2em;
  }
  .kind-section .kind-inner .howto dl dd {
    color: #1D8B9C;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0 !important;
  }
  .kind-section .kind-inner .howto dl dd.bg {
    font-size: 15px;
    width: calc(100% - 7em);
  }
  .kind-section .kind-inner .howto dl dd.bg:last-of-type {
    margin-bottom: 0;
  }
  .kind-section .kind-inner .howto dl dd.bg dl {
    display: block;
  }
  .kind-section .kind-inner .howto dl dd.bg dl dt {
    font-size: 16px;
    margin-bottom: 1em !important;
  }
  .kind-section .kind-inner .howto dl dd.bg dl dd {
    font-size: 15px;
    width: auto;
  }
  .kind-section .kind-inner .howto dl dd.bg dl dd dl dt {
    font-size: 14px;
    width: auto;
    margin-bottom: 0.2em !important;
  }
  .kind-section .kind-inner .howto dl dd.bg dl dd dl dd {
    width: auto;
    margin-bottom: 1em !important;
  }
  .kind-section .kind-inner .howto dl dd.bg dl dd dl dd:last-of-type {
    margin-bottom: 0 !important;
  }
  .kind-section .kind-inner .howto dl dd.bg > dl {
    margin-bottom: 16px;
    padding: 18px;
    background-color: #F2F2F2;
  }
  .kind-section .kind-inner .tac {
    padding: 40px 0 0px;
    text-align: center;
  }
  .kind-section .kind-inner .text {
    padding: 40px 0 20px;
  }
}
.audit-section {
  padding: 90px 30px 0;
}
.audit-section .audit-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 100px;
  background-color: #D2E8EB;
}
.audit-section .audit-inner .audit-heading {
  font-size: 18px;
  font-weight: bold;
}
.audit-section .audit-inner p:last-of-type {
  margin-bottom: 0 !important;
}
.audit-section .audit-inner .activity__btn-link {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .audit-section {
    padding: 30px 0 0;
  }
  .audit-section .audit-inner {
    padding: 38px 30px;
  }
  .audit-section .audit-inner .audit-heading {
    font-size: 16px;
  }
}
.deduction-section {
  margin: 80px 0 0;
}
.deduction-section .deduction-inner {
  width: 100%;
  max-width: 816px;
  margin: 0 auto;
  padding: 30px 80px 40px;
  background-color: #D2E8EB;
  box-sizing: border-box;
}
.deduction-section .deduction-heading {
  color: #1D8B9C;
  font-size: 26px !important;
  margin-bottom: 10px !important;
  text-align: center;
}
.deduction-section .deduction-heading::before {
  display: none !important;
}
.deduction-section .deduction-block {
  width: 100%;
  max-width: 648px;
  margin: 0 auto 0;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-sizing: border-box;
  text-decoration: none;
}
.deduction-section .deduction-block a {
  text-decoration: none;
}
.deduction-section .deduction-block a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.deduction-section .deduction-block .bnr-col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.deduction-section .deduction-block .bnr-col2 .img img {
  width: 116px;
}
.deduction-section .deduction-block .bnr-col2 .text {
  margin-left: 25px;
  text-align: center;
}
.deduction-section .deduction-block .bnr-col2 .text p {
  color: #FF6700;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.deduction-section .deduction-block .bnr-col2 .text p:first-of-type {
  color: #1D8B9C;
  font-size: 13px;
}
.deduction-section .deduction-block .bnr-col2 .text p:first-of-type::before {
  content: "";
  width: 1px;
  height: 17px;
  margin: 0 10px -4px 0;
  background-color: #1D8B9C;
  transform: rotate(-40deg);
  display: inline-block;
}
.deduction-section .deduction-block .bnr-col2 .text p:first-of-type::after {
  content: "";
  width: 1px;
  height: 17px;
  margin: 0 0 -4px 10px;
  background-color: #1D8B9C;
  transform: rotate(40deg);
  display: inline-block;
}
.deduction-section .deduction-block .bnr-col2 .text p.line {
  color: #FF6700;
  font-size: 23px;
  margin: 0 auto;
  display: inline-block;
  letter-spacing: 0.05em;
}
.deduction-section .deduction-block .bnr-col2 .text p.line::after {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../../../../img/donation/bnr_deduction_line.svg) repeat-x;
  background-size: contain;
  display: block;
}
.deduction-section .deduction-block .bnr-col2 .text p.more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #1D8B9C;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.deduction-section .deduction-block .bnr-col2 .text p.more::after {
  content: "";
  width: 11px;
  height: 14px;
  margin: 0 0 2px 5px;
  background: url(../../../../img/donation/icon_anchor_blue.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.deduction-section .text {
  margin-top: 30px;
}
.deduction-section .img {
  margin-top: 30px;
  text-align: center;
}
.deduction-section .img img {
  width: 100%;
  max-width: 403px;
  height: auto;
}
.deduction-section .deduction-col2 {
  width: 100%;
  max-width: 815px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}
.deduction-section .deduction-col2 > p {
  width: 47.6%;
}

@media (max-width: 767px) {
  .deduction-section {
    width: auto;
    margin: 0 0 0;
  }
  .deduction-section .deduction-inner {
    padding: 30px 20px;
  }
  .deduction-section .deduction-heading {
    font-size: 17px !important;
    margin-bottom: 10px !important;
  }
  .deduction-section .deduction-heading::before {
    display: none !important;
  }
  .deduction-section .deduction-block {
    padding: 0;
  }
  .deduction-section .deduction-block .bnr-col2 .img img {
    width: 92px;
  }
  .deduction-section .deduction-block .bnr-col2 .text {
    margin-left: 5px;
  }
  .deduction-section .deduction-block .bnr-col2 .text p {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  .deduction-section .deduction-block .bnr-col2 .text p.line {
    font-size: 18.3px;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
  }
  .deduction-section .deduction-block .bnr-col2 .text p.line::after {
    height: 4px;
  }
  .deduction-section .deduction-block .bnr-col2 .text p.more {
    bottom: 15px;
    right: calc(50% - 3.5em - 16px);
  }
  .deduction-section .deduction-col2 {
    width: auto;
    margin: 40px 30px 0;
    display: block;
    text-align: center;
  }
  .deduction-section .deduction-col2 > p {
    width: auto;
  }
}
.movie-section {
  margin: 80px 0 0;
  padding: 90px 30px;
  background-color: #D2E8EB;
}
.movie-section .movie-inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.movie-section .movie-heading {
  color: #1D8B9C;
  font-size: 30px !important;
  margin: 0 0 35px 0 !important;
  text-align: center;
}
.movie-section .movie-heading::before {
  display: none !important;
}
.movie-section .bnr {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .movie-section {
    margin: 40px 0 0;
    padding: 35px 30px;
  }
  .movie-section .movie-heading {
    font-size: 17px !important;
    margin-bottom: 25px !important;
  }
  .movie-section .movie-heading::before {
    display: none !important;
  }
}
.fadenav {
  animation: fadeIn 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s 1 normal;
}
@keyframes fadeIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    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 {
  transform: translate(0, 0);
  opacity: 1;
}

:target {
  animation: targetmodify 0.1s;
}
@keyframes targetmodify {
  0% {
    margin-top: -70px;
    padding-top: 70px;
  }
  100% {
    margin-top: 0;
    padding-top: 0;
  }
}
@keyframes fadeInicon1 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  27% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  33% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeInicon2 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  33% {
    transform: translateY(20px);
    opacity: 0;
  }
  60% {
    transform: translateY(0);
    opacity: 1;
  }
  63% {
    transform: translateY(0);
    opacity: 1;
  }
  66% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeInicon3 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  66% {
    transform: translateY(20px);
    opacity: 0;
  }
  93% {
    transform: translateY(0);
    opacity: 1;
  }
  96% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-bn {
    width: calc(100% - 5px);
    margin: 40px auto 0;
    padding: 40px 18px 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-section .main-bn + .main-bn {
    margin: 25px auto 0;
    padding: 38px 29px 60px;
  }
  .main-bn__catch p {
    padding: 4px 30px;
  }
  .main-bn__heading span {
    font-size: 22px;
    letter-spacing: 0.08em;
    padding: 0;
  }
  .main-bn__heading span::before {
    bottom: -7px;
    height: 3px;
  }
  .main-bn__row2 {
    margin: 35px 0 0;
    display: block;
  }
  .main-bn__row2 > div:nth-child(1) {
    width: 100%;
  }
  .main-bn__row2 > div:nth-child(2) {
    width: 90%;
    margin-top: 27px;
    margin: 27px auto 0;
  }
  .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: 20px;
    margin-left: 0;
  }
  .main-bn__btn-wrap {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
  .main-bn__btn-text {
    padding-left: 24px;
    background-position: left top 40%;
    background-size: 18px 18px;
    font-size: 17px;
  }
  .main-bn__subheading {
    font-size: 17px !important;
    margin: 35px 0 0 !important;
    letter-spacing: -0.02em !important;
	text-indent: -47px;
    padding-left: 47px;
  }
  .main-bn__subheading::before {
    content: "";
    width: 37px;
    height: 39px;
    background-size: contain !important;
  }
.main-bn__subheading::after {
  content: "";
  width: calc(100% + 47px);
  height: 3px;
  margin-top: 7px;
  margin-left: -47px;
  background-color: #8EC5CD;
  display: block;
}
  .main-bn__subheading_text {
    font-size: 13px;
    margin: 20px 0 0;
  }
  .main-bn__subheading_row {
    margin: 15px 0 0;
    display: block;
  }
  .main-bn__subheading_row .main-bn__btn {
    width: 100%;
    height: 74px;
  }
  .main-bn__subheading_row .bnr {
    padding: 5px 0 30px;
    text-align: center;
  }
  .main-bn__subheading_row .bnr img {
    max-width: 53%;
    height: auto;
    width: auto;
  }
  .main-bn__subheading_row p.main-bn__subheading_text {
    margin-bottom: 30px !important;
  }
  .main-bn__subheading_row p:first-child {
    width: auto;
  }
  .main-bn__subheading_row > p:last-child {
    margin-left: 0;
  }
  .main-bn__subheading_row + .main-bn__subheading {
    margin: 50px 0 0 !important;
  }
  .main-bn-sns {
    margin-top: 70px;
  }
  .main-bn-sns__inner {
    max-width: 320px;
    margin: 20px auto 50px;
  }
  .activity-section::before {
    left: calc(50% - 22px);
    width: 44px;
    height: 25px;
  }
  .main-bn-sns__copy {
    font-size: 14px;
    margin-left: 0;
	margin-top: 20px;
    width: auto;
}
  .activity__item {
    padding: 55px 7.6% 40px;
  }
  .activity__item::before {
    bottom: -48px;
    height: 48px;
  }
  .activity__inner {
    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: 24px 0 0;
    text-align: justify;
  }
  .activity__heading:nth-child(1) {
    top: 17px !important;
  }
  .activity__heading:nth-child(2) {
    top: 15px;
  }
  .activity__item:nth-of-type(2) .activity__article, .activity__item:nth-of-type(3) .activity__article {
    width: 100%;
    margin: 20px 0 0;
  }
  .activity__heading2 {
    margin: -10.4px 0px;
    font-size: 25px !important;
  }
  .activity__text {
    margin: 14.75px 0px -5.25px;
    font-size: 14px !important;
  }
  .activity__btn {
    margin-top: 20px;
  }
  .activity__btn-link {
    font-size: 13.5px;
  }
  .activity__btn-link::before {
    right: 15px;
  }
  .activity__box {
    padding: 20px;
    border: 4px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .activity__box .activity__headling3 {
    font-size: 14px;
  }
  .activity__box .activity__comment {
    font-size: 14px;
    width: 15em;
  }
  .activity__item2 {
    padding: 90px 15px 40px;
  }
  .activity__text2 {
    font-size: 22px !important;
    letter-spacing: 0.15em !important;
    line-height: 1.5 !important;
  }
  .activity__img2 {
    width: 52.9%;
    margin-top: 40px;
  }
  .activity__case {
    margin: 23px auto 0;
    padding: 25px 0;
  }
  .activity__case .case__headling {
    font-size: 17px;
    margin: 0 20px 1.3rem 80px;
    text-indent: -60px;
  }
  .activity__case .case__headling::before {
    content: "";
    width: 50px;
    height: 18px;
  }
  .activity__case .case__col2 {
    display: block;
  }
  .activity__case .case__col2 .text {
    width: auto;
    margin: 0 20px;
  }
  .activity__case .case__col2 .text p {
    font-size: 15px;
    margin: 1rem 0 0;
  }
  .activity__case .case__col2 .text .case__headling2 {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    background: linear-gradient(transparent 80%, #FFD1B2 0%) 0 0;
    display: inline;
    padding: 0 2px 0;
    line-height: 1.6;
  }
  .activity__case .case__col2 .img {
    width: auto;
  }
  .activity__case .case__col2 .img img {
    margin-bottom: 1rem;
  }
  .message {
    width: 100%;
  }
  .message-section {
    padding: 55px 7.6% 50px;
  }
  .message__inner {
    flex-direction: column;
    margin-top: 0;
    margin-right: 0;
  }
  .message__img {
    width: 100%;
    max-width: 267.5px;
    margin: 30px auto 0;
  }
  .message__img-text {
    margin-top: 25px;
  }
  .message__img-text span:nth-of-type(1) {
    margin: -3.85px 0px;
    font-size: 11px;
  }
  .message__img-text span:nth-of-type(2) {
    margin: 8px 0px -7px;
    font-size: 22.5px;
  }
  .message__img-text span:nth-of-type(3) {
    margin: 6.15px 10px -3.85px;
    font-size: 11px;
  }
  .message__article {
    width: 100%;
    margin-top: 34px;
    margin-left: 0;
  }
  .message__heading {
    width: 100%;
    margin: -5.25px 0px;
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
  }
  .message__heading.sp {
    width: auto !important;
    display: inline-block !important;
  }
  .message__text {
    font-size: 15px !important;
    line-height: 1.7 !important;
    letter-spacing: 0.08em !important;
  }
  .message__btn {
    height: 42px;
  }
  .message__btn::before {
    right: 15px;
  }
  .message__btn-wrap {
    width: 100%;
    margin-top: 48px;
  }
  .fadein--abcenter1 {
    transform: translate(-50%, 50px);
    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: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: calc(20px - 0.525rem) 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 - 0.27rem) 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 - 0.49rem) 0px calc(0px - 0.49rem);
  font-size: 1.4rem;
}

.radio-wrap {
  -ms-flex-wrap: wrap;
  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: 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: 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], option[disabled] {
  display: none;
}

select.is-empty, 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] {
  width: 100%;
  padding: calc(14px - 0.455rem) 10px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  background: #fff;
  font-size: 1.3rem;
}

textarea {
  width: 100%;
  padding: calc(14px - 0.455rem) 10px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  background: #fff;
  font-size: 1.3rem;
}

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

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

textarea:-moz-placeholder-shown {
  color: #a9adac;
}

textarea:placeholder-shown {
  color: #a9adac;
}

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

textarea::-webkit-input-placeholder {
  color: #a9adac;
}

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

textarea:-moz-placeholder {
  color: #a9adac;
  opacity: 1;
}

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

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 {
  color: #a9adac;
}

textarea:-ms-input-placeholder {
  color: #a9adac;
}

.input-box {
  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: 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, .checkbox-wrap {
    margin-top: 5px;
  }
  .select-wrap {
    width: 100%;
  }
  .select-box {
    flex-direction: column;
    width: 100%;
  }
  .select-box::before {
    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, .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, .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-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] {
  width: 100%;
  padding: 5px;
  border: none;
  background: #fff;
  font-size: 16px;
}
table.form select {
  width: 100%;
  padding: 5px;
  border: none;
  background: #fff;
  font-size: 16px;
}
table.form textarea {
  width: 100%;
  padding: 5px;
  border: none;
  background: #fff;
  font-size: 16px;
  width: 100%;
  height: 168px;
}
table.form td input::-webkit-input-placeholder, table.form td textarea::-webkit-input-placeholder, table.form td input::-moz-placeholder, table.form td textarea::-moz-placeholder, table.form td input:-ms-input-placeholder, table.form td textarea:-ms-input-placeholder, table.form td input::-ms-input-placeholder, table.form td textarea::-ms-input-placeholder, table.form td input::placeholder, table.form td textarea::placeholder {
  color: #e3e3e3;
}
table.form td.td_check {
  -ms-flex-wrap: wrap;
  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;
  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 {
  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 {
    display: block;
    width: 100%;
  }
  table.basic2 tr:first-of-type th:not(:first-of-type) {
    display: none;
  }
  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;
  }
  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 {
    display: block;
    width: 100%;
  }
  table.form tbody {
    display: block;
    width: 100%;
  }
  table.form tr {
    display: block;
    width: 100%;
    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] {
    width: 100%;
    padding: 5px;
    padding-left: 0;
    font-size: 1.4rem;
  }
  table.form textarea {
    width: 100%;
    padding: 5px;
    padding-left: 0;
    font-size: 1.4rem;
  }
  table.form tr:nth-last-of-type(1) th {
    padding-top: 0;
    padding-bottom: 0;
  }
  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 {
    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 {
    flex-direction: column;
    margin: 1em 0 2em;
    padding-left: 0;
  }
}
