.qna-container {
  max-width: 760px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff9dc;
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  color: #222;
}

.qna-badge {
  display: inline-block;
  background: #b22222;
  color: #fff;
  padding: 0.55rem 1rem;
  border-radius: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.qna-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem 0;
}

.qna-list li {
  position: relative;
  padding-left: 1.2rem;
  margin: 0.5rem 0;
}

.qna-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
}

.qna-address {
  font-style: normal;
  margin-top: 1.2rem;
  font-size: 1.05rem;
}

.qna-shop {
  margin: 0.2rem 0;
}

.qna-tel a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}