/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding: 0 40px 0 234px;
}
main section.s01 .wrapper {
  max-width: 1045px;
  margin: 0 auto;
}
main section.s01 .wrapper .flowlist {
  width: 406px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .flowlist li {
  width: 50%;
  border: 1px solid #003149;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  padding: 18px 0;
}
main section.s01 .wrapper .flowlist li.active {
  background-color: #003149;
  color: #fff;
}
main section.s01 .wrapper .thanks_msg {
  text-align: center;
  font-size: 16px;
  line-height: 170%;
  margin-top: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 0 20px;
  }
  main section.s01 .wrapper {
    max-width: 1045px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .flowlist {
    width: 335px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s01 .wrapper .flowlist li {
    width: 50%;
    border: 1px solid #003149;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    padding: 13px 0;
  }
  main section.s01 .wrapper .flowlist li.active {
    background-color: #003149;
    color: #fff;
  }
  main section.s01 .wrapper .thanks_msg {
    text-align: center;
    font-size: 14px;
    line-height: 170%;
    margin-top: 15px;
  }
}