@charset "UTF-8";

/* =================================================
  project
================================================= */
.sec__leaf-main-img.-center.-double{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec__leaf-main-img.-double .img-inner{
  width: 48.75%;
}
.sec__leaf-main-img.-double .img-caption{
  width: 100%;
}
@media screen and (max-width: 767px){
  .sec__leaf-table-ttl{
    font-size: 16px;
  }
  .sec__leaf-main-img.-double .img-inner{
    width: 100%;
  }
  .sec__leaf-main-img.-double .img-inner + .img-inner{
    margin-top: 10px;
  }
}