@charset "utf-8";

/***************************************************
  reforestation.css
***************************************************/
ul.box-right-img-half li.right-box img {
  width: 100%;
}
.contents-main p {
  margin-top: 10px;
  margin-bottom: 20px;
}
.contents-main p:first-child {
  margin-top: 0;
}
p.txt-01{
  background-color: #eeede9;
  color: #000;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 421px;
  margin-top: 40px;
}
p.txt-01 + img{
  max-width: 394px;
}
@media only screen and (max-width: 640px){
  p.txt-01 + img{
    width: 100%;
  }
}