@charset "utf-8";
/* CSS Document */
/* 案件毎にCSSを追加・修正する場合はこちらのファイルを編集してください。
-----------------------------------------------------------------------------*/
.top_contents h2, .tc_contents h2 {
  background-color: #fff100;
  color: #000000;
}
.flow_area .item li {
  background-color: #fff100;
  color: #000000;
}
.flow_area .item .title {
  border: solid 1px #000000;
}
.flow_area .item figcaption {
  color: #000000;
}
.top_contents .present_ttl, .tc_contents .present_ttl {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 5px;
}
.present_currymeshi {
  background-color: #fff100;
  color: #000000;
}
.present_hayashimeshi {
  background-color: #f4a000;
  color: #660226;
}
.prize_area {

}
.prize_area .item {
  text-align: center;
  margin-top: 10px;
}