.advanceFlow dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}
.advanceFlow dl dt {
  margin: 0 0.5em 0 0;
  padding: 1em;
  background: #164C86;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advanceFlow dl dd {
  margin: 0;
  padding: 1em;
  font-weight: bold;
  border: 1px solid #cccccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  text-align: center;
}
.advanceFlow .arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  margin-left: 400px;
}
.advanceFlow .arr i {
  font-size: 2em;
  color: #3C993C;
}
.advanceFlow .arr p {
  margin: 0 0 0 1em;
}

#documents [aria-expanded=false]::before, .merit-box [aria-expanded=false]::before {
  content: "\f0fe";
  font-family: "Font Awesome 5 Free";
}

#documents [aria-expanded=true]::before, .merit-box [aria-expanded=true]::before {
  content: "\f146";
  font-family: "Font Awesome 5 Free";
}

#syorui .syorui_block {
  border: #333333 solid 1px;
}
#syorui .syorui_block .chart_tit {
  background: #EE6C1E;
}
#syorui .syorui_block ul {
  margin: 0;
  padding: 0.5em;
}
#syorui .syorui_block ul li {
  font-size: 0.9em;
  list-style: none;
  text-indent: -3.5em;
  margin-left: 3.5em;
}
#syorui .annotation {
  font-size: 0.9em;
  font-weight: bold;
}
/*# sourceMappingURL=maps/advance.css.map */
