/***** ページ全体レイアウト *****/
.content {
  padding: 32px 16px;
  background-color: #f9f9f9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  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;
}

.lead-paragraph {
  font-size: 17px;
  font-weight: 500;
  background-color: #fff;
  border-left: 4px solid #6c757d;
  padding: 16px;
  margin-bottom: 40px;
  border-radius: 6px;
}

h2 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #444;
  border-left: 6px solid #90a4ae;
  padding-left: 12px;
}

h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 12px;
  color: #555;
}

/***** リスト・パラグラフ *****/
.content ul {
  margin: 12px 0 24px 20px;
  padding-left: 0;
  list-style-type: disc;
}

.content ul li {
  margin-bottom: 10px;
  font-size: 15.5px;
}

p {
  margin-bottom: 20px;
}

/***** 商品レコメンドブロック *****/
.recommend-block {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.recommend-block h3 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #333;
}

/***** リンク誘導ブロック *****/
.link-block {
  background-color: #e3f2fd;
  padding: 20px;
  border-radius: 6px;
  margin-top: 40px;
  font-size: 15.5px;
}

.link-block p {
  margin-bottom: 12px;
}

.link-block a {
  color: #1565c0;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.link-block a:hover {
  color: #0d47a1;
}

.faq-block {
  margin-top: 48px;
  padding: 24px;
  background-color: #f1f8e9;
  border: 1px solid #c5e1a5;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.faq-block h2 {
  font-size: 22px;
  color: #33691e;
  margin-bottom: 24px;
  border-left: 6px solid #8bc34a;
  padding-left: 12px;
}

.faq-block dt {
  font-weight: bold;
  font-size: 16.5px;
  color: #2e2e2e;
  margin-bottom: 6px;
  margin-top: 20px;
}

.faq-block dd {
  margin: 0 0 16px 0;
  font-size: 15.5px;
  line-height: 1.7;
  padding-left: 1em;
  border-left: 3px solid #dcedc8;
}

.faq-block a {
  color: #33691e;
  text-decoration: underline;
}

.faq-block a:hover {
  color: #1b5e20;
}


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