/* ========== bg-green ========== */
/*.bg-green {
  margin-top: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.donation01-area {
  background-color: #f1faf3;
  padding: 45px 20px;
  margin-top: 0;
  border-radius: 10px;
  width: calc((100% / 2) - 10px);
}
@media screen and (max-width: 767px) {
  .bg-green {
    background-color: #f1faf3;
    padding: 30px 15px;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .donation01-area {
    background-color: rgba(0,0,0,0);
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    width: 100%;
  }
}*/

/* ========== bg-pink ========== */
/*.bg-pink {
  margin-top: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.donation02-area {
  background-color: #FFF6FA;
  padding: 45px 20px;
  margin-top: 0;
  border-radius: 10px;
  width: calc((100% / 2) - 10px);
}
@media screen and (max-width: 767px) {
  .bg-pink {
    background-color: #FFF6FA;
    padding: 30px 15px;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .donation02-area {
    background-color: rgba(0,0,0,0);
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    width: 100%;
  }
}*/

/* ========== frame-content ========== */
.frame-content-forest {
  background-image: url(/announcement/2024/img/0401_05/img_bg_01_pc.png);
  background-size: 100% 100%;
  background-repeat: repeat;
  padding-top: 20px;
  padding-bottom: 54px;
  margin-top: 40px;
}
.frame-content-katariba {
  background-image: url(/announcement/2024/img/0401_05/img_bg_02_pc.png);
  background-size: 100% 100%;
  background-repeat: repeat;
  padding-top: 20px;
  padding-bottom: 54px;
  margin-top: 40px;
}
.frame-content-forest-inner,
.frame-content-katariba-inner {
  max-width: 998px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .frame-content-forest {
    background-image: url(/announcement/2024/img/0401_05/img_bg_01_sp.png);
    padding-top: 20px;
    padding-bottom: 24px;
    margin-top: 20px;
  }
  .frame-content-katariba {
    background-image: url(/announcement/2024/img/0401_05/img_bg_02_sp.png);
    padding-top: 20px;
    padding-bottom: 24px;
    margin-top: 20px;
  }
  .frame-content-forest:first-of-type,
  .frame-content-katariba:first-of-type {
    padding-top: 20px;
  }
}

/* ========== link-detail ========== */
@media screen and (max-width: 767px) {
  .link-detail{
    width: 34%;
  }
}