/*****   jpforest.html   *****/

#jpforest-main {
  margin: 0 auto;
  max-width: 450px;
}

.jpforest-para + .jpforest-para {
  margin-top: 50px;
}

.jpforest-para-2col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.jpforest-figsm-right {
  height: 65vw;
  margin: 20px auto 0;
  max-height: 233px;
  max-width: 333px;
  width: 100%;
}

.jpforest-imgsm {
  height: auto;
  margin: 0 auto;
  max-width: 333px;
  width: 100%;
}

.jpforest-figlg {
  height: 65vw;
  margin: 20px auto 0;
  max-height: 299px;
  width: 100%;
}

.jpforest-imglg {
  border: 1px solid #ccc;
  height: auto;
  margin: 0 auto;
  max-height: 299px;
  width: 100%;
}

.jpforest-fig-cap {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.source {
  border-top: 1px dotted #707070;
  color: #888;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 45px;
  padding-top: 25px;
  text-align: center;
}


/*** md Tablet ***/
@media (min-width: 768px) {
  #jpforest-main {
    max-width: inherit;
  }

  .jpforest-para {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  .jpforest-para-2col {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .jpforest-para-2coltxt {
    width: 330px;
  }

  .jpforest-figsm-right {
    height: auto;
    margin: 0 0 0 30px;
    max-height: inherit;
    max-width: inherit;
    width: 333px;
  }
  
  .jpforest-imgsm {
    height: 233px;
    max-width: inherit;
    width: 333px;
  }

  .jpforest-figlg {
    height: 465px;
    margin: 30px auto 0;
    max-height: inherit;
    width: 700px;
  }

  .jpforest-imglg {
    height: auto;
    max-height: inherit;
    width: 700px;
  }

  .jpforest-fig-cap {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .source {
    margin-top: 65px;
    padding-top: 30px;
  }
}


/*** lg PC ***/
@media (min-width: 992px) {
  #jpforest-main {
    width: 860px;
  }

  .jpforest-para-2coltxt {
    width: 495px;
  }

  .jpforest-figlg {
    height: 480px;
    width: 722px;
  }

  .jpforest-imglg {
    height: 480px;
    width: 722px;
  }
}
