@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== hidden ========== */
@media only screen and (min-width:641px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== heading-group ========== */
.heading-group {
  margin-bottom: 0;
}
#jbk-frame-main+.heading-group {
  margin-top: 0;
}

/* ========== jbk-frame-main ========== */
#jbk-frame-main{
  background-color: #fff;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px){
  #jbk-frame-main{
    padding-bottom: 24px;
  }
}

/* ========== c-ground-01 ========== */
.c-ground-01{
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 42px;
  padding-bottom: 54px;
  padding-left: 0;
  padding-right: 0;
}
.frame-content:first-child .c-ground-01 {
  padding-top: 20px;
}

/* ========== sns ========== */
.c-share__column {
  margin: 40px auto 0;
  max-width: 600px;
  white-space: nowrap;
}
.c-share__column .c-share__column--link {
  padding: 8px 0px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 48%;
  border-bottom: 3px solid;
}
.c-share__column .c-share__column--link.__facebook {
  margin-right: 3%;
  border-color: #4f95ef;
  background-color: #1877F2;
}
.c-share__column .c-share__column--link.__facebook .c-share__column .c-share__column--icon {
  margin-top: -5px;
}
.c-share__column .c-share__column--link.__twitter {
  border-color: #555555;
  background-color: #000;
}
.c-share__column .c-share__column--icon {
  width: 35px;
  margin-right: 5px;
  margin-left: -5px;
}
.c-share__column .c-share__column--text__pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .c-share__column {
    width: 100%;
  }
  .c-share__column .c-share__column--icon {
    width: 25px;
    margin-left: -7%;
  }
  .c-share__column .c-share__column--text__pc {
    display: none;
    }
  .c-share__column .c-share__column--link {
    font-size: 12px;
    padding: 10px 0;
    border-radius: 5px;
    border-width: 2px;
  }
  .c-share__column .c-share__column--link.__facebook {
    margin-right: 2%;
  }
}

.eco-kv {
  background-repeat: no-repeat;
  background-image: url(/landing/eco_project/forest/img/mainImage_pc.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.eco-kv h1 {
  max-width: 1366px;
  margin: 0 auto;
}

.eco-kv h1 img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 976px) {
  .eco-kv h1 img {
    width: 100%;
  }
}

.pc-block,
.c-figure-01 img.pc-block {
  display: block;
}

.sp-block,
.c-figure-01 img.sp-block {
  display: none;
}

.eco-w-976 {
  margin: 0 auto;
  max-width: 976px;
}

.separator-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .eco-kv {
    background-image:none;
    height: auto;
  }

  .eco-kv h1 {
    width: 100%;
  }

  .eco-kv h1 img {
    max-height:none;
    height: auto;
    width: 100%;
    padding: 0;
  }

  .pc-block,
  .c-figure-01 img.pc-block {
    display: none;
  }

  .sp-block,
  .c-figure-01 img.sp-block {
    display: block;
  }

  .eco-w-976 {
    margin: 0 auto;
    max-width: 100%;
  }
}

/* ========== section-faq ========== */
.section-faq{
  background-color: #fff;
}
.section-faq .question,.section-faq .answer-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
.section-faq ul.questions > li + li{
margin-top: 0!important;
}
.section-faq ul.questions > li:first-child {
border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .section-faq ul.questions {
    padding: 0;
  }
}
.section-faq ul.questions{
padding: 0;
}
.section-faq ul.questions > li{
  list-style: none;
}
.section-faq ul.questions > li + li {
  margin-top: 1em;
}
.section-faq .label {
  font-size: 1em;
}
.section-faq .label.forest-label {
  color: #35a667;
}
.section-faq .answer .label{
  font-size: 1.5em;
}
.section-faq .text {
  font-size: 1em;
  margin-top: 5px;
}
.section-faq .answer {
  padding: 1.5em 2.5em;
}
.section-faq .text .em {
  font-weight: bold;
}
.section-faq .question {
  padding: 15px 50px 15px 20px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
  background-image: url("/landing/eco_project/img/icon-chevron-down-black.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 1em center;
}
.section-faq .question:hover {
  background-color: #eee;
}
.section-faq .question.opened {
  background-image: url("/landing/eco_project/img/icon-chevron-up-black.png");
  background-repeat: no-repeat;
}
.section-faq .question .label {
  margin-bottom: 0;
}
.section-faq .question .text {
  margin-bottom: 0;
  color: #222;
}
.section-faq .answer-wrap {
  display: none;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== frame-content-introduction ========== */
.frame-content-introduction {
  background-image: url(/landing/eco_project/forest/img/img_bg_02_pc.png);
  background-size: 100% 100%;
  background-repeat: repeat;
  padding-top: 42px;
  padding-bottom: 54px;
}
.frame-content-introduction-inner {
  max-width: 998px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .frame-content-introduction {
    background-image: url(/landing/eco_project/forest/img/img_bg_02_sp.png);
    padding-top: 0;
    padding-bottom: 24px;
  }
  .frame-content-introduction:first-of-type {
    padding-top: 42px;
  }
}

/* ========== donation-area ========== */
.donation-description-logo .c-figure-01 {
  text-align: left;
}
.donation-description-txt {
  margin-top: 10px;
}
.activity-area {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.activity-img-area {
  width: calc((100% / 2) - 10px);
}
.activity-sdgs-area {
  width: calc((100% / 2) - 10px);
}
.activity-sdgs-logo {
  width: 80px;
}
.activity-sdgs-txt {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .activity-area {
    -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;
  }
  .activity-img-area {
    width: 100%;
  }
  .activity-sdgs-area {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .activity-sdgs-logo {
    width: 60px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .activity-sdgs-txt {
    margin-top: 0;
  }
}

/* ========== bg-green ========== */
.bg-green {
  margin-top: 30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.deposit-area {
  background-color: #f1faf3;
  padding: 45px 20px;
  margin-top: 20px;
  border-radius: 10px;
  width: calc((100% / 2) - 10px);
}
.publishing-area {
  background-color: #f1faf3;
  padding: 45px 20px;
  margin-top: 20px;
  border-radius: 10px;
  width: calc((100% / 2) - 10px);
}
.donation01-area {
  background-color: #f1faf3;
  padding: 45px 20px;
  margin-top: 20px;
  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;
  }
  .deposit-area {
    background-color: rgba(0,0,0,0);
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    width: 100%;
  }
  .publishing-area {
    background-color: rgba(0,0,0,0);
    padding: 0;
    margin-top: 30px;
    border-radius: 0;
    width: 100%;
  }
  .donation01-area {
    background-color: rgba(0,0,0,0);
    padding: 0;
    margin-top: 30px;
    border-radius: 0;
    width: 100%;
  }
}

/* ========== movie ========== */
.movie-area {
  height: 0;
  margin-top: 1.25em;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.movie-area iframe {
  border: #000 solid 1px;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* ========== eco-logo ========== */
.eco-logo {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .eco-logo {
    width: 25%;
  }
}

/* ========== report-img-area ========== */
.report-img-area {
  position: relative;
}
.supplement-area {
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.supplement-txt {
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .supplement-txt {
    font-size: 14px;
  }
}

/* ========== c-accordion-01 ========== */
.c-accordion-01 > .item{
  background-color: #fff;
  border-left: 1px solid #d4d5d5;
  border-right: 1px solid #d4d5d5;
}

.c-accordion-01 > .item > .head{
  background-color: #fff;
  padding-left: 15px;
}

.c-accordion-01 > .item > .head:before{
  right: 15px;
}

.c-accordion-01 > .item > .head:after{
  right: 24px;
}

@media only screen and (max-width: 640px){
  .c-accordion-01:last-child {
    margin-bottom: 0;
  }
}

.border {
  border: 1px solid #d4d5d5;
  background: #fff;
}

@media only screen and (min-width: 641px){
  .border {
    padding: 55px;
  }
}

@media only screen and (max-width: 640px){
  .border {
    padding: 20px;
  }
}