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

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

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

.section h2 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #1a1a1a;
  border-left: 4px solid #0077aa;
  padding-left: 12px;
}

.section ul {
  list-style-type: disc;
  padding-left: 20px;
}
.section ul li {
  margin-bottom: 12px;
}

.example-block {
  background-color: #f2f8fb;
  border-left: 5px solid #0077aa;
  padding: 16px;
  margin-bottom: 20px;
  font-style: normal;
  font-size: 15.5px;
  line-height: 1.7;
  border-radius: 4px;
}

.section a {
  color: #005ea2;
  text-decoration: underline;
}
.section a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .section {
    padding: 16px;
    margin-bottom: 24px;
  }
  .section h2 {
    font-size: 18px;
  }
  .example-block {
    font-size: 15px;
  }
}


/*# sourceMappingURL=shinto.css.map */
