/* ローダー削除 */
.lp-loading {
  display: none;
}

/* 背景色 */
body {
  background-color: #ffffff !important;
}

/* LPタイトルテキスト */
.lp-color_title {
  color: #00b7bf !important;
}

/* キャッチコピー */
.lp-color_catch {
  color: #262626 !important;
}

/* コンテンツ背景色 */
.lp-bg_content {
  background-color: #ffffff !important;
}

/* コンテンツ見出しテキスト */
.lp-color_heading_content {
  color: #262626 !important;
}

/* コンテンツ本文 */
.lp-color_body_content {
  color: #434343 !important;
}

/* 大見出し背景色 */
.lp-bg_heading_big {
  background-color: #c2b7a5 !important;
}

/* 大見出しテキスト */
.lp-color_heading_big {
  color: #262626 !important;
  font-size: 2em !important;
}

/* 見出し */
.lp-color_heading {
  color: #262626 !important;
  font-size: 2em !important;
}

/* 本文 */
.lp-color_body {
  color: #434343 !important;
}
.lp-color_body svg * {
  fill: #434343 !important;
}

/* リンクテキスト */
.lp-color_link {
  color: #0068b7 !important;
}
.lp-color_link svg * {
  fill: #0068b7 !important;
}
.f-article-4-body-link .lp-color_link svg * {
  fill: #0068b7 !important;
}
