@charset "UTF-8";
#cres .features-fig-row {
  justify-content: left;
  gap: 3.5%;
}

#cres .features-fig-row figure {
  width: 31%;
}

#cres .features-fig-row figcaption {
  margin-top: -.2em;
}

.cres-note {
  text-align: center;
  font-size: 20px;
}

#cres .catalog-link-btn-wrap {
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  #cres .features-fig-row figure {
    width: 100%;
  }

  .cres-note {
    font-size: 12px;
  }

}




