@charset "utf-8";
/* ----------------------------------------
   青海島の海と生き物
---------------------------------------- */
div#features section {
  margin-bottom:3rem;
}
div#features section h2 {
  margin-bottom:1rem;
  border-left:solid 8px #036;
  border-bottom:solid 1px #036;
  padding-left:0.5rem;
}
div#features section h3 {
  margin-top:1.5rem;
}
div#features section p {
  margin:1rem 0;
}
ul#ikimono {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  gap:1rem;
}
@media (min-width: 768px) {
  ul#ikimono {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* 2カラム */
ul.twocolumn {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  gap:1rem;
}