body {
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  background: linear-gradient(180deg, #fff8dc, #e8f7e8);
  color: #333;
}

.title-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
}

.site-logo {
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
}

.footer {
  margin-top: 28px;
  font-size: 13px;
  color: #777;
  text-align: center;
}

.footer-links {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #555;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.adsense-bottom {
  margin-top: 28px;
  text-align: center;
}

.wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 16px;
}

h1 {
  font-size: 32px;
  margin-bottom: 8px;
  color: #2d5c2d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

a {
  color: #2d5c2d;
}

.meta {
  margin-top: 40px;
  font-size: 13px;
  color: #777;
  border-top: 1px solid #ddd;
  padding-top: 16px;
}
