.condolence-scene {
  padding: 32px 16px;
  background-color: #f9f9f9;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  box-sizing: border-box;
}

.page-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  color: #2e2e2e;
}

.section {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 32px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.section h2 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #1a1a1a;
  border-left: 5px solid #999;
  padding-left: 10px;
}

.section h3 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #444;
  font-weight: bold;
}

.section p {
  margin-bottom: 12px;
}

.section ul {
  padding-left: 1.4em;
  margin-bottom: 16px;
}

.section ul li {
  list-style-type: disc;
  margin-bottom: 6px;
}

.section a {
  color: #007acc;
  text-decoration: underline;
}

.section a:hover {
  text-decoration: none;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .section {
    padding: 16px;
  }

  .section h2 {
    font-size: 18px;
    padding-left: 8px;
  }

  .section h3 {
    font-size: 16px;
  }

  .condolence-scene {
    font-size: 15px;
  }
}


/*# sourceMappingURL=taboo-words.css.map */
