@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Ubuntu:wght@400;500;700&display=swap");
.list-area {
  margin-bottom: 90px;
}

.list-wrap {
  display: flex;
  gap: 50px 100px;
}
@media print, screen and (min-width: 768px) {
  .list-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
  }
}
@media only screen and (max-width: 767px) {
  .list-wrap {
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
  }
}
.list-wrap li {
  text-align: center;
}
.list-wrap li a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .list-wrap li a {
    width: 100%;
  }
}
.list-wrap li.w-full {
  width: 100%;
}
.list-wrap .photo-wrap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .list-wrap .photo-wrap {
    text-align: center;
    margin-bottom: 10px;
  }
}
.list-wrap .ttl-1 {
  color: #007ACC;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .list-wrap .ttl-1 {
    min-height: 3.2em;
  }
}

/*# sourceMappingURL=page_certification.css.map */
