.sec {
  padding: 47px 0 52px;
}

.lead_box {
  margin: 0 0 45px;
}

.h2 {
  margin: 0 0 28px;
}

.cat {
  margin: 0 0 22px;
  font-size: 30px;
  font-size: 1.86rem;
  font-weight: 400;
  text-align: center;
}

.table {
  margin-bottom: 12px;
}
.table th, .table td {
  width: 50%;
}
.table thead th {
  text-align: left;
}

#sec_intro {
  background: #eee;
}
#sec_intro .fleft {
  width: 55.5%;
  text-align: center;
}
#sec_intro .fright {
  width: 40%;
}

.flow_list {
  margin-bottom: 23px;
  overflow: hidden;
}
.flow_list li {
  float: left;
  width: 18%;
  margin: 0 2.5% 0 0;
}
.flow_list li:last-child {
  margin: 0;
}
.flow_list li:last-child figure:after {
  display: none;
}
.flow_list .lb {
  background: #cf1848;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
.flow_list figure {
  position: relative;
}
.flow_list figure:after {
  content: "";
  display: block;
  border: solid transparent;
  border-left-color: #cf1848;
  border-width: 12px 0 12px 14px;
  margin: -14px 0 0 5px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 100%;
}
.flow_list .title {
  color: #cf1848;
  margin: 13px 0 9px;
  font-size: 17px;
  font-size: 1.054rem;
  font-weight: 400;
}
.flow_list p {
  line-height: 1.48;
}

@media screen and (max-width: 959px) {
  #sec_intro .fleft, #sec_intro .fright {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #sec_intro .fleft {
    margin-bottom: 40px;
  }
  .flow_list figure:after {
    border-width: 8px 0 8px 8px;
    margin: -9.3px 0 0 4%;
  }
}
@media screen and (max-width: 599px) {
  .sec {
    padding: 33px 0 36px;
  }
  .lead_box {
    margin-bottom: 28px;
  }
  .h2 {
    margin-bottom: 18px;
  }
  .cat {
    margin-bottom: 15px;
    font-size: 23px;
    font-size: 1.426rem;
    text-align: left;
  }
  #sec_intro .fleft {
    margin-bottom: 22px;
  }
  .flow_list li {
    float: none;
    max-width: 180px;
    width: 100%;
    margin: 0 auto !important;
  }
  .flow_list li:after {
    content: "";
    display: block;
    border: solid transparent;
    border-top-color: #cf1848;
    border-width: 14px 12px 0 12px;
    margin: 18px auto 10px;
    width: 0;
    height: 0;
  }
  .flow_list li:last-child:after {
    display: none;
  }
  .flow_list figure:after {
    display: none;
  }
}/*# sourceMappingURL=style_rental.css.map */