@charset "utf-8";
/* 生活保護ページ専用スタイル */

.pg_seikatsuhogo main {
  background: #fff;
}

/* メインビジュアル（画像は後日差し替え） */
.pg_seikatsuhogo .main_visual {
  width: 100%;
  background: #06c755;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}
.pg_seikatsuhogo .main_visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* コンテンツ幅 */
.pg_seikatsuhogo div.contents {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 80px;
  color: #333;
  font-size: 16px;
  line-height: 1.9;
}

/* 見出し h1 (ページタイトル) */
.pg_seikatsuhogo h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  margin: 40px 0 50px;
  line-height: 1.5;
}
.pg_seikatsuhogo h1 span,
.pg_seikatsuhogo h1 .en {
  display: block;
  font-size: 14px;
  color: #06c755;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

/* 見出し h2 */
.pg_seikatsuhogo div.contents h2 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin: 50px 0 24px;
  padding: 12px 0 12px 16px;
  border-left: 6px solid #06c755;
  line-height: 1.5;
}

/* 見出し h3 */
.pg_seikatsuhogo div.contents h3 {
  font-size: 19px;
  font-weight: bold;
  color: #06c755;
  margin: 36px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e0e0e0;
  line-height: 1.5;
}

/* 本文 p */
.pg_seikatsuhogo div.contents p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.9;
}

/* リスト ul */
.pg_seikatsuhogo div.contents ul {
  list-style: disc;
  margin: 0 0 24px;
  padding-left: 1.5em;
}
.pg_seikatsuhogo div.contents ul li {
  margin-bottom: 10px;
  line-height: 1.8;
}

/* リスト ol */
.pg_seikatsuhogo div.contents ol {
  list-style: decimal;
  margin: 0 0 24px;
  padding-left: 1.7em;
}
.pg_seikatsuhogo div.contents ol li {
  margin-bottom: 10px;
  line-height: 1.8;
}

/* リンク */
.pg_seikatsuhogo div.contents a {
  color: #06c755;
  text-decoration: underline;
}
.pg_seikatsuhogo div.contents a:hover {
  opacity: 0.7;
}

/* 強調 */
.pg_seikatsuhogo div.contents strong {
  font-weight: bold;
  color: #222;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .pg_seikatsuhogo div.contents {
    padding: 40px 18px 60px;
    font-size: 15px;
  }
  .pg_seikatsuhogo h1 {
    font-size: 23px;
    margin: 24px 0 36px;
  }
  .pg_seikatsuhogo div.contents h2 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
  .pg_seikatsuhogo div.contents h3 {
    font-size: 17px;
  }
  .pg_seikatsuhogo .main_visual {
    padding: 40px 16px;
  }
}