@charset "iso-8859-1";
/*------------------------------
	jtms
------------------------------*/
.flowBoxes {
  letter-spacing: -0.4em;
  white-space: nowrap;
  padding-top: 4px;
}
.flowBox {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 290px;
  white-space: normal;
}
.flowBox + .flowBox {
  margin-left: 40px;
}
.flowBox .heading {
  padding: 7px 0 6px;
  background-color: #df6b71;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
  min-height: 4.2em
}
.flowBox:nth-of-type(2) .heading {
  background-color: #d53942;
}
.flowBox:nth-of-type(3) .heading {
  background-color: #800d10;
}
.flowBox .heading.row1{
  padding-top: 1.3em;
}
.flowBox .content {
  padding-top: 14px;
  background-color: #f0f2f4;
  position: relative;
}
.flowBox + .flowBox .content::before {
  content: "";
  display: block;
  width: 24px;
  height: 34px;
  background: url("../img/icon_flow_arw.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: -32px;
  margin-top: -17px;
}
.flowBox .image {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  height: 240px;
  text-align: center;
}
.flowBox .text {
  min-height: 6.3em;
  padding: 0 20px 20px;
}