@charset "utf-8";
/* CSS Document */

/* h2見出しを左寄せ＆装飾 */
.page-id-2662 #page_contents h2 {
  font-size: 1.8em!important;
  margin-top: 2.5em;
  margin-bottom: 1em;
  border-left: 6px solid #4caf50;
  padding-left: 0.7em;
  color: #222;
  text-align: left;
}

/* 法律相談料の下の文章スタイル調整 */
.page-id-2662 #page_contents h2:first-of-type + p {
  font-size: 1.2em!important;
  font-weight: 500;
  margin-bottom: 2em;
  color: #333;
  line-height: 1.6;
}

/* 数字の強調：5,500と30 */
.page-id-2662 #page_contents h2:first-of-type + p strong {
  font-size: 1.4em!important;
  font-weight: 700!important;
  color: #000;
}

/* 注釈（※） */
.page-id-2662 #page_contents p.note {
  font-size: 0.9em!important;
  color: #555;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 1.6;
}
