@charset "utf-8";
/* ガイドフッター */
.bg-white {
  background: #fff;
}
.guide-footer {
  margin-top: 3%;
  padding: 3%;
  border-top: 1px solid #c2c2c2;
}
.guide-footer ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.guide-footer li {
  width: 35%;
  padding: 2%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .guide-footer ul li {
    width: 65%;
  }
}
