body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  background: #fff;
  color: #333;
  line-height: 1.7;
}

.section {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 16px;
  text-align: center;
}

.section img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.section2 {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px 24px;
  align-items: start;
}

.section2 img {
  width: 100%;
  height: auto;
  display: block;
}


h2 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
}

p {
  font-size: 15px;
  margin-bottom: 24px;
}

.btn-area {
  margin: 32px 0;
}

.btn {
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 6px;
  display: inline-block;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}
}
