@charset "UTF-8";
/* Section 5 */
@media screen and (max-width: 736px) {
  #tempFlow .l_wrapper {
    padding-bottom: 30px;
  }
}
#tempFlow .tempFlow__box {
  background-color: #e8e8e8;
  padding: 15px 30px 30px;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__box {
    margin-left: 10px;
    margin-right: 10px;
    padding: 13px 9px 20px;
    width: auto;
  }
}
#tempFlow .tempFlow__ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__ttl {
    font-size: 18px;
    letter-spacing: normal;
    padding-bottom: 8px;
  }
}
#tempFlow .tempFlow__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__flow {
    display: block;
    padding-left: 19px;
    padding-right: 19px;
    width: auto;
  }
}
#tempFlow .tempFlow__step {
  clear: both;
  margin-bottom: 50px;
  position: relative;
  text-align: right;
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__step {
    margin-bottom: 17px;
    width: 100%;
  }
}
#tempFlow .tempFlow__step:after {
  content: "";
  height: 0;
  position: absolute;
  right: -18px;
  top: 67px;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #093;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__step:after {
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
}
#tempFlow .tempFlow__step:last-child:after {
  border-left: none;
}
#tempFlow .tempFlow__step.no {
  margin-bottom: 70px;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__step.no {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__step img {
    float: left;
    margin-right: 10px;
    width: 120px;
  }
}
#tempFlow .tempFlow__info {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__info {
    margin-top: 0;
    width: 100%;
  }
}
#tempFlow .tempFlow__head {
  color: #093;
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 19px;
  position: relative;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__head {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#tempFlow .tempFlow__head:after {
  background-color: #093;
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__head:after {
    bottom: 0;
  }
}
#tempFlow .tempFlow__head span {
  background-color: #093;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__head span {
    height: 30px;
    margin-right: 5px;
    width: 30px;
    font-size: 20px;
  }
}
#tempFlow .tempFlow__txt {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__txt {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 130px;
  }
}
#tempFlow .tempFlow__tbl {
  background-color: #fff;
  border-left: none;
  border-top: none;
  margin: 0;
  position: relative;
}
#tempFlow .tempFlow__tbl ul li {
  display: block;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__tbl ul li {
    padding-left: 15px;
  }
}
#tempFlow .tempFlow__tbl ul li::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 3px;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__tbl ul li::before {
    top: 8px;
  }
}
#tempFlow .tempFlow__tbl tr {
  /* border-bottom: 2px dotted #AAA; */
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__tbl tr {
    border-left: 13px solid #fff;
    border-right: 13px solid #fff;
  }
}
#tempFlow .tempFlow__tbl tr:after {
  background: url(/includes/flow-img/p_sec05__bd.png) repeat-x left top;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
#tempFlow .tempFlow__tbl tr:last-child:after {
  background: none;
}
#tempFlow .tempFlow__tbl tr:first-child {
  border-top: 10px solid #fff;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__tbl tr:first-child {
    border-top: none;
  }
}
#tempFlow .tempFlow__tbl tr:last-child {
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__tbl tr:last-child {
    border-bottom: none;
  }
}
#tempFlow .tempFlow__tbl th,
#tempFlow .tempFlow__tbl td {
  background-color: #fff;
  border: none;
  font-size: 16px;
  padding: 15px;
  vertical-align: top;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__tbl th,
  #tempFlow .tempFlow__tbl td {
    font-size: 13px;
    padding: 10px 5px;
  }
}
#tempFlow .tempFlow__tbl th {
  font-weight: 700;
  min-width: 148px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__tbl th {
    min-width: auto;
    padding-left: 4px;
    padding-right: 4px;
    width: 65px;
  }
}
#tempFlow .tempFlow__tbl td {
  padding-right: 0;
}
#tempFlow .tempFlow__tbl td small {
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__tbl td small {
    font-size: 11px;
  }
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__tbl td.tempFlow__valign {
    vertical-align: middle;
  }
}
#tempFlow .tempFlow_list-contra {
  list-style-type: "・";
  padding-left: 10px;
}/*# sourceMappingURL=style.css.map */