/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
@media screen and (min-width: 769px) {
  main {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 8rem;
  }
}

/*h2*/
section .h2_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  section .h2_set {
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  section .h2_set {
    width: 67rem;
    margin: 0 auto;
    padding: 0 0 8rem;
  }
}

section .h2_set.c {
  text-align: center;
}

section .h2_set p {
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  color: #8b8b8b;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  section .h2_set p {
    line-height: 1em;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 0 0 0rem;
  }
}
@media screen and (max-width: 768px) {
  section .h2_set p {
    line-height: 1em;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    padding: 0 0 2rem;
  }
}

section .h2_set h2 {
  position: relative;
  color: #333333;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section .h2_set h2 {
    line-height: 1.889em;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  section .h2_set h2 {
    line-height: 1.5em;
    font-size: 5.4rem;
    letter-spacing: 0.05em;
  }
}

/**/
#flow {
  position: relative;
}
#flow .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #flow .inner {
    padding: 10rem 0 10rem;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #flow .inner {
    padding: 12rem 0 12rem;
    max-width: 67rem;
    margin: 0 auto;
  }
}

#flow .general_txt {
  position: relative;
}
@media screen and (min-width: 769px) {
  #flow .general_txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #flow .general_txt {
    text-align: justify;
  }
}