@charset "EUC-JP";

section.featurelist ul {
  align-items: center;
}

section.featurelist ul li {
  display: flex;
  border-top: solid 1px #ccc;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.featurelist ul li:last-child {
  border-bottom: solid 1px #ccc;
}

section.featurelist ul li .featurelist-image {
  display: flex;
  min-width: 216px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

section.featurelist ul li .featurelist-text {
  width: 680px;
}

@media only screen and (min-width: 1000px) {
  section.featurelist ul li .featurelist-image {
    flex-basis: 27%;
  }
}

@media only screen and (max-width: 767px) {
  section.featurelist .bnr p.center {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=feature.css.map */
