<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flow {
  /*display: none;*/
  width: 1070px !important;
  margin: 0px auto;
  padding: 30px 0;
}

.flow li {
  list-style: none;
  font-size: 160%;
  letter-spacing: 0.1vw;
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.flow li:nth-child(2) {
  margin: 0 5px;
}

.active {
  /*background: #00B113;*/
  background-image: url(/wp2015/wp-content/themes/bigbox/image/inquiry/active.png);
  color: #fff;
}

.free {
  /*background: #f2f2f2;*/
  background-image: url(/wp2015/wp-content/themes/bigbox/image//inquiry/free.png);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .flow {
    width: 93% !important;
  }

  .flow li {
    font-size: 140%;
    padding-right: 25px;
  }
}
</pre></body></html>