@charset "utf-8";

.first {
  display: block;
  gap: 20px; 
  padding: 20px 0;
}

.title{
  font-size: 40px;
  font-weight: bold;
  color: #003333;
  margin: 30px auto;
}
.main-button {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border-radius: 999px;
}

h1 {
  font-size: 20px;
  text-align: center;
  padding: 10px;
  background-color: #003300;
  color: #fff;
}

h2 {
  font-size: 15px;
  text-align: center;
  padding: 10px;
  background-color: #003300;
  color: #fff;
}
h3 {
  font-size: 15px;
  text-align: center;
  padding: 10px;
  /* background-color: #545454; */
  color: black;
}

.sets-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 2px;
}

.sets-grid img {
  width: 100%;
  height: auto;
}
main {
  text-align: center;
}

.card img {
  width: 300px;
}
/* 
.second {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.card img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.card {
  width: 30%; 
  text-align: center;
}

.first, .second {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.main-button {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border-radius: 999px;
}

.card p {
  margin-top:5px;
  line-height: 1.6;
}

.photo img {
  width: 30%;
}
*/

  /*

.photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.member {
  text-align: center;
  display: flex;
  flex-direction: column;
}


h4 {
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  word-break: break-word;
} */
.container {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  
  gap: 10px;
}
.card {
  background: #ddd;
  padding: 15px;
}

/* 上段：画像＋テキスト横並び */
.top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.img {
  width: 120px;
  aspect-ratio: 1 / 1;
  background: #003300;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.text {
  line-height: 1.8;
  text-align: left;
}

/* タイトル */
.title {
  /* width: 70%; */
  /* margin: 0 auto 10px; */
  /* background: #1e90ff; */
  text-align: center;
  /* padding: 5px; */
  font-size: 15px;
  /* color: white; */
}

/* 下 */
.stats {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.stats div {
  width: 45%;
  background: #003300;
  text-align: center;
  padding: 5px 5px;
  color: white;
}