@charset "UTF-8";

section.tomods_lab_news {
}

section.tomods_lab_news h2 {
  font-weight: 600;
  font-size: 30px;
  color: #1e445b;
  margin-bottom: 30px;
  text-align: center;
}

section.tomods_lab_news ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 75px 30px;
}

section.tomods_lab_news ul li {
  width: calc(33.333% - 30px);
}

section.tomods_lab_news ul li img {
  width: 100%;
  margin-bottom: 15px;
}

section.tomods_lab_news ul li p {
  font-size: 16px;
  line-height: 1.4;
}

section.tomods_lab_news ul li .date {
  margin-bottom: 15px;
}
section.tomods_lab_news ul li .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

section.tomods_lab_news ul li p a {
  font-weight: 500;
  color: #1e445b;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  section.tomods_lab_news h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  section.tomods_lab_news ul {
    gap: 40px;
  }
  section.tomods_lab_news ul li {
    width: 100%;
  }

  section.tomods_lab_news ul li img {
    width: 100%;
    margin-bottom: 12px;
  }

  section.tomods_lab_news ul li p {
    font-size: 13px;
    line-height: 1.4;
  }

  section.tomods_lab_news ul li .date {
    margin-bottom: 12px;
  }
  section.tomods_lab_news ul li .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
  }
}
