@charset "utf-8";
/* ===================================================================

file name  :model.css

=================================================================== */
/* =============================

overwrite

=============================== */
.l-main {
  padding-top: 0;
}

/* =================================== */
.section {
  padding: 50px 0;
  background: #f5f5f5;
}
.section:nth-of-type(even) {
  background: #fff;
}
.section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
}
.section__ttl {
  color: #1e63a8;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  @media screen and (min-width: 768px) {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}

.section__head--mt {
  margin-top: 50px;

  @media screen and (min-width: 768px) {
    margin-top: 100px;
  }
}
.section_date {
  color: #666666;
  @media screen and (min-width: 768px) {
  }
}
.section__text {
  margin-bottom: 1.5em;
  line-height: 2.25;
}
.section__photos {
  display: flex;
  flex-direction: column;
  margin-bottom: -30px;
  @media screen and (min-width: 768px) {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    /* justify-content: flex-start; */
    /* gap: 2.6%; */
  }
}
.section__photo {
  margin-bottom: 30px;
  @media screen and (min-width: 768px) {
    /* flex-basis: 31.6%; */
    flex-basis: 48.5%;
  }
}
.section__photo figcaption {
  margin-top: 0.3em;
  font-size: 77%;
  line-height: 1.5;
}
