/* 固定ページのタイトル消去 */
.c-entry__title {
  display: none;
}

/* フッターの背景カラー */
.c-copyright {
  background: #1CB95C;
}

/* 固定ページ全体を包む上下の余白を削除 */
.l-contents__inner {
  padding-top: 0!important;
  padding-bottom: 0!important;
  margin-top: 0!important;
}

/* 事業案内ページ 対応内容のリストアイコン（チェックボックス） */
.p-service__contents-icon {
  font-size: 1.8rem;
  color: #FE7D14;
}