@charset "UTF-8";
/* CSS Document */
/*ーーーーーーーーーーーーーーーーーーーーーーー
　リジュラン注射
ーーーーーーーーーーーーーーーーーーーーーーー*/
ul.flow-hifu {
  display: flex;
  /* max-width: 80%; */
  margin: auto;
  justify-content: center;
}
ul.flow-hifu li {
  width: 50%;
  max-width: 210px;
}
ul.flow-hifu li p {
  /* font-size: 11px; */
  line-height: 1.4;
}
ul.flow-hifu li img {}
p.fh-name {
  text-align: center;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 12px;
}
p.fh-text {
  text-align: justify;
  margin-top: 0.7em;
  font-size: 11px;
}
ul.flow-hifu li {
  background-image: url("../../images/common/arrow-left.svg");
  background-position: right center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 25px;
  margin-right: 10px;
}
ul.flow-hifu li:first-child {
  margin-left: 15px;
}
ul.flow-hifu li:last-child {
  background: none;
  /* padding-right: 0; */
  margin-right: -15px;
}

