@charset "UTF-8";

.green-box {
  padding: 40px;
  background-color: #defab6;
}
.green-box .cmn-img-box {
  margin-top: 36px;
}
.box-ttl {
  font-size: 3.8rem;
  line-height: 1.58;
  text-align: center;
}
.box-lead {
  color: #008549;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px){
  .green-box {
    padding: 20px;
  }
  .green-box .img-wrap {
    margin-top: 36px;
  }
  .box-ttl {
    font-size: 2.2rem;
  }
  .box-lead {
    font-size: 1.8rem;
  }
}