@charset "utf-8";
/* CSS Document */
/* =========================================================
　▼ボタンの背景色と文字色
========================================================= */
.base_button.next_button {
  background: url(../../common/img/icon_btn.svg), #ff0000; /* Old browsers */
  color: #ffffff !important;
  border: 2px solid #ff0000;
  background-repeat: no-repeat;
  background-position: 95%;
}
/* =========================================================
　▼TOP応募要項背景変更
========================================================= */
#wrapper .top_contents .outline {
  background-color: #eed65d;
}
/* =========================================================
　▼TOP応募要項　タイトル背景と文字色
========================================================= */
#wrapper .top_contents .outline h2 span {
  color: #ffffff;
  background: #e02229;
}
#wrapper .top_contents .outline h2 span:before {
  border-bottom: 16px solid #ff161f;
}
/* =========================================================
　▼TOP応募要項　小見出し
========================================================= */
#wrapper .top_contents .outline .inner dt {
  border-bottom: dotted 4px #e63308;
  color: #e63308;
}
/* =========================================================
　▼下層ページタイトル　背景色
========================================================= */
#wrapper .page_title h2 {
  background-color: #ff0000;
}