@charset "utf-8";
/* CSS Document */
/* 案件毎にCSSを追加・修正する場合はこちらのファイルを編集してください。
-----------------------------------------------------------------------------*/
.top_contents h2, .tc_contents h2 {
  background-color: #7f1200;
  color: #ffffff;
}
.prize_area .btn {
  margin: 0 auto;
  padding: 0;
}
.top_contents .arrow-button , .tc_contents .arrow-button {
  display: inline-flex;
  align-items: center;
  padding: 14px 20px 14px 26px;
  background-color: #7f1200;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: var(--font-size-m);
  font-weight: bold;
}
.top_contents .arrow-button::after , .tc_contents .arrow-button::after {
  content: '';
  width: 16px;
  height: 16px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  margin-left: 10px;
}