@charset "UTF-8";
@media screen and (max-width: 736px) {
  #tempFlow .l_wrapper {
    padding-bottom: 30px;
  }
}
#tempFlow .tempFlow__txt {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 58.2%;
  }
}
#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: 32px;
    padding-right: 32px;
    width: auto;
  }
}
#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: #0085ce;
  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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin: 0 0 20px;
    font-size: 18px;
  }
}
#tempFlow .tempFlow__head:after {
  background-color: #0085ce;
  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: #0085ce;
  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__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: 59px;
  }
}
#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;
}
#tempFlow .tempFlow__wrap {
  margin-bottom: 48px;
  background: #f2f9fd;
  padding: 20px 50px;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__wrap {
    display: none;
  }
}
#tempFlow .slick-arrow {
  width: 60px;
  height: 60px;
  top: 137px;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
#tempFlow .slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/includes/flow-img/slider-arrow.svg) no-repeat center center/cover;
}
#tempFlow .slick-prev {
  left: -30px;
}
#tempFlow .slick-next {
  right: -30px;
}
#tempFlow .slick-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#tempFlow .tempFlow__list {
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    margin: 0 32px 20px;
    padding: 0;
  }
}
#tempFlow .tempFlow__step {
  width: 235px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__step {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
}
#tempFlow .tempFlow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 14px #0085ce;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 70px;
  right: -20px;
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__step:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  #tempFlow .tempFlow__step img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 38.6%;
  }
}