.vr-modelroom .contents {
  margin: 60rem auto;
}
.vr-modelroom .contents h2 {
  text-align: center;
  font-size: 24rem;
  margin-bottom: 48rem;
}
.vr-modelroom .contents__notice {
  font-size: 20rem;
  margin-top: 60rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 750px) {
  .vr-modelroom .contents {
    margin: 60rem auto;
  }
  .vr-modelroom .contents h2 {
    text-align: center;
    font-size: 20rem;
    margin-bottom: 48rem;
  }
  .vr-modelroom .contents__notice {
    font-size: 14rem;
    margin-top: 60rem;
  }
  .vr-modelroom .c-vr-others__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24rem;
  }
}/*# sourceMappingURL=vr.css.map */