.condolence-scene::after {
  content: "";
  display: table;
  clear: both;
}
/***** 全体レイアウト *****/
.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 {
  margin-bottom: 40px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.section-title {
  font-size: 22px;
  border-left: 6px solid #666;
  padding-left: 12px;
  margin-bottom: 16px;
  color: #444;
}

/***** UL・リスト *****/
.section ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.section li {
  margin-bottom: 8px;
  font-size: 16px;
}

/***** FAQ（よくある質問） *****/
.faq-list {
  margin: 0;
  padding: 0;
}

.faq-list dt {
  font-weight: bold;
  margin-top: 20px;
  color: #2e2e2e;
  font-size: 16px;
}

.faq-list dd {
  margin-left: 0;
  padding-left: 16px;
  margin-top: 8px;
  border-left: 3px solid #ccc;
  font-size: 16px;
  color: #555;
}

/***** CTAボタン・リンク *****/
.cta-buttons,
.cta {
  text-align: center;
  margin-top: 24px;
}

.cta-button {
  display: inline-block;
  margin: 8px;
  padding: 12px 24px;
  background-color: #666;
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #444;
}

/* 個別色 */
.condolence-btn {
  background-color: #5b7d77;
}

.condolence-btn:hover {
  background-color: #3d5853;
}

.guide-btn {
  background-color: #6b6b6b;
}

.guide-btn:hover {
  background-color: #4e4e4e;
}

/***** メディアクエリ（スマートフォン対応） *****/
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 22px;
  }

  .section-title {
    font-size: 18px;
  }

  .section {
    padding: 16px;
  }

  .cta-button {
    width: 100%;
    max-width: 320px;
    margin: 8px auto;
  }
}

/* 共通レイアウトのfloatやwidth指定をリセット（このページ限定） */
#main.condolence-scene {
  float: none !important;
  width: 100% !important;
  clear: both;
}

/*# sourceMappingURL=memorial-service.css.map */
