.sectionGuideFlow {
  background-color: #e0fbef;
  border-color: #32a995;
}

.sectionSignStepFlow {
  background-image: url(../img/arrow_flow_downward.png);
}

.sectionGuideFlow .textEmph {
  color: #32a995;
}

#contents .sectionCtrlAccordion {
  margin-top: 40px;
  text-align: center;
  background: none;
  border: none;
}
#contents .sectionCtrlAccordion a {
  display: inline-block;
  padding: 8px 10px 1px 20px;
  background-color: #00a983;
  border: 2px solid #00a983;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #2a6657 inset;
  box-sizing: border-box;
  vertical-align: bottom;
}
#contents .sectionCtrlAccordion a:after {
  content: none;
}
#contents .sectionCtrlAccordion a span {
  display: block;
  float: left;
  margin-right: 10px;
}
#contents .sectionCtrlAccordion a img {
  display: block;
  float: left;
}
