@charset "utf-8";
/* CSS Document */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .l-content-body {
    margin-top: 0;
  }
}
.a-bg-red {
  background: #ffe9e8;
}
.a-bg-red::after {
  background: #ffe9e8;
}
.m-txt-lead span {
  display: inline-block;
}
.system_before, .system_after {
  margin: 50px 0;
}
.system_before .m-hdg, .system_after .m-hdg {
  font-size: 3rem;
  border-left: none;
  text-align: center;
}