#main .entry-flow {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #main .entry-flow {
    flex-direction: column;
  }
}
#main .entry-flow .box:first-child {
  width: 30%;
  padding-right: 16px;
}
@media only screen and (max-width: 768px) {
  #main .entry-flow .box:first-child {
    width: 100%;
    padding: 0;
  }
}
#main .entry-flow .box:first-child div {
  color: #e5a338;
  font-weight: 500;
  font-size: 20px;
}
#main .entry-flow .box:last-child {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  #main .entry-flow .box:last-child {
    width: 100%;
  }
}

.flow-border-top {
  border-top: 1px dashed #333;
}

.ttl-flow h2 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  background: #f6dda9;
  position: relative;
  padding-right: 5px;
}
@media only screen and (max-width: 1025px) {
  .ttl-flow h2 {
    font-size: 25px;
  }
}
.ttl-flow h2 span {
  display: inline-block;
  background: #adbedc;
  line-height: 57px;
  height: 57px;
  padding: 0 0.3em;
  margin-right: 0.3em;
}
.ttl-flow h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 28px;
  border-color: transparent transparent transparent #f6dda9;
  display: block;
  position: absolute;
  top: 0;
  right: -28px;
}/*# sourceMappingURL=common_style.css.map */