/* Generated by less 2.5.1 */
@charset "UTF-8";
/* LESS Document */
img {
  max-width: 100%;
}
.flow_container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5%;
  background: #FFF;
  position: relative;
}
.flow_container:before,
.flow_container:after {
  content: "";
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
}
.flow_container:before {
  left: 100%;
}
.flow_container:after {
  right: 100%;
}
@media screen and (max-width: 768px) {
  .flow_container {
    padding: 8vw 5vw 9vw;
  }
}
.flow_inner {
  max-width: 960px;
  margin: auto;
}
h2 {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 7%;
}
h2 span {
  display: block;
}
h2 .sub {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}
h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 15px 50px;
  background: #ecf6fc url("../img/icon_h4.svg") left 20px center no-repeat;
  background-size: 22px 22px;
}
.flow_contents01 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 6%;
}
.flow_contents01 figure {
  width: 37%;
}
.flow_contents01 p {
  width: 63%;
  padding-top: 6%;
  padding-right: 6.5%;
  padding-bottom: 6%;
}
@media screen and (max-width: 640px) {
  .flow_contents01 {
    display: block;
  }
  .flow_contents01 figure {
    width: 100%;
    padding: 0 5%;
  }
  .flow_contents01 p {
    width: 100%;
    padding-right: 0;
  }
}
.flow_contents02 {
  background: #ffffe8;
  padding: 6% 7%;
  margin-bottom: 40px;
}
.flow_contents02 ul li {
  background: #FFF;
  padding: 4% 5%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  box-shadow: 7px 7px 0px -2px #c1be95;
  position: relative;
}
.flow_contents02 ul li:after {
  content: "▼";
  font-size: 1.5rem;
  color: #ff7e45;
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -6px;
}
.flow_contents02 ul li:last-child {
  margin-bottom: 0;
}
.flow_contents02 ul li:last-child:after {
  content: none;
}
.flow_contents02 .num {
  width: 38px;
  color: #ff7e45;
  text-align: center;
}
.flow_contents02 .num P:first-child {
  font-size: 1.1rem;
}
.flow_contents02 .num P:last-child {
  background: #ff7e45;
  color: #FFF;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.8rem;
  padding-top: 3px;
}
.flow_contents02 figure {
  width: 20%;
  height: 75px;
  text-align: center;
  padding: 0 4%;
  display: flex;
  align-items: center;
}
.flow_contents02 figure img {
  max-height: 100%;
}
.flow_contents02 .txt {
  width: 75%;
}
.flow_contents02 .txt P:first-child {
  color: #0a8efa;
  font-weight: bold;
  font-size: 1.8rem;
}
.flow_contents02 .txt P:last-child {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .flow_contents02 .num {
    position: absolute;
    left: -19px;
    top: 50%;
    margin-top: -35px;
  }
  .flow_contents02 figure {
    width: 32%;
  }
  .flow_contents02 .txt {
    width: 67%;
  }
  .flow_contents02 .txt P:last-child {
    font-size: 1.3rem;
  }
}
