@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;
}
/**/
.osusumedesu-part {
  margin-top: 1em;
}
.osusumedesu-part img {}
h3.osusumedesu {
  font-family: sans-serif;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #87b2c5;
  margin: 1em 0 0.5em;
}
ul.osusume-blue {}
ul.osusume-blue li {
  text-align: center;
  background-color: #e6f1ff;
  margin: 0.5em 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .osusumedesu-part img {
    max-width: 380px;
    display: block;
    margin: auto;
  }
  h3.osusumedesu {
    margin-bottom: 0.2em;
  }
  ul.osusume-blue {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 85%;
    margin: auto;
  }
  ul.osusume-blue li {
    flex-basis: 49%;
    font-size: 12px;
    margin: 0.3em 0;
  }
}