@charset "shift_jis";
/*------------------------------
	Index
------------------------------*/
.bigTtl .inr {
  padding: 65px 0;
}

/*-- leadArea --*/
.leadArea {
  margin-top: 75px;
}
.leadArea .leadBoxes {
  display: table;
  width: 950px;
  table-layout: fixed;
}
.leadArea .leadBox {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.leadArea .leadBox .heading {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 2px 25px 0;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}
.leadArea .leadBox .heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #df6b71;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-15deg);
}
.leadArea .leadBox:nth-of-type(2) .heading::before {
  background-color: #d53942;
}
.leadArea .leadBox:nth-of-type(3) .heading::before {
  background-color: #800d10;
}
.leadArea .leadBox .image {
  margin-top: 7px;
  text-align: center;
  position: relative;
}
.leadArea .leadBox + .leadBox .image::before {
  content: "";
  display: block;
  width: 42px;
  height: 86px;
  background: url("../img/icon_lead_arw.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: -35px;
  margin-top: -43px;
}

/*-- flowArea --*/
.flowArea.stepBox {
  margin-top: 40px;
  border-color: #808080;
}
.flowArea .stepBox_head {
  vertical-align: top;
  padding-top: 60px !important;
  font-size: 2.0rem;
}
.flowArea .stepBox_body {
  padding: 50px 40px;
  border-bottom-color: #808080;
}
.flowArea .flowTtl {
  margin: 50px 0 15px;
  color: #c00;
  font-size: 2.0rem;
  font-weight: bold;
}
.flowArea .btnWT.iconCalc {
  padding-left: 60px;
  position: relative;
}
.flowArea .btnWT.iconCalc::before {
  content: "";
  display: block;
  width: 22px;
  height: 27px;
  background: url("../img/icon_step_calc.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -13.5px;
}