@charset "utf-8";
/* CSS Document */
/* 案件毎にCSSを追加・修正する場合はこちらのファイルを編集してください。
-----------------------------------------------------------------------------*/
.coution_text_area {
  border: solid 1px #ff0000;
  padding: 1em;
  margin: 40px 25px 0;
}
.coution_text_area .title {
  color: #ff0000;
  font-weight: var(--font-strong);
  font-size: 16px;
  display: flex;
  justify-content: center;
}
.coution_text_area .title::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../img/icon_warning.png");
  background-size: contain;
}
.coution_text_area .text {
  text-align: left;
}
.prize_area {
  background-image: url("../img/bach_2.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.product_area {
  background-image: url("../img/bach_1.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.flow_area {
  background-color: #590000;
}
.flow_area .item li {
  background-color: #ffffff;
}
.flow_area .item .title {
  border: solid 1px #590000;
  color: #590000;
}
.flow_area .item figcaption {
  color: #000000;
}
.contents.lot {
  background-image: url("../img/bach_2.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.lot_start .text {
  color: #590000;
  font-weight: bold;
  font-size: 24px;
}
.btn_next {
  background-color: #da3a08;
}
.top_contents h2, .my_contents h2 {
  background-color: #8b0031;
}