/* CSS Document */
/*--------------------------------------------------------------------
  flow
--------------------------------------------------------------------*/
.flow .flowList {
  padding: 0 10px;
}
.flow .flowList .flowListDetail {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 40px auto 0;
  padding: 0;
  border: 1px solid #aaa;
}
.flow .flowList .flowListDetail:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  right: 50%;
  margin-left: -20px;
  content: "";
  width: 40px;
  height: 20px;
  background: url(../img/flow/flow_arrow.png) no-repeat;
}
.flow .flowList .flowListDetail:nth-of-type(8):after {
  display: none;
}
.flow .flowList .flowListDetail li {
  font-size: 16px;
  line-height: 1.6;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .flow .flowList .flowListDetail li {
    padding: 10px;
  }
}
.flow .flowList .flowListDetail li .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.flow .flowList .flowListDetail li .title span {
  display: inline-block;
  margin-right: 5px;
  border-radius: 20px;
  background: #f28e00;
  color: #fff;
  text-align: center;
  padding: 4px 9px;
  font-size: 18px;
}
.flow .flowList .flowListDetail li .title span.double {
  font-size: 18px;
  padding: 5px;
}
.flow .flowList .flowListDetail li:nth-of-type(1) {
  float: left;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .flow .flowList .flowListDetail li:nth-of-type(1) {
    float: none;
    width: 100%;
  }
}
.flow .flowList .flowListDetail li:nth-of-type(2) {
  text-align: right;
  float: right;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .flow .flowList .flowListDetail li:nth-of-type(2) {
    float: none;
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=flow.css.map */
