@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.order_form {
  margin-top: 6.5rem;
}
@media screen and (960px <= width) {
  .order_form {
    margin-top: 6rem;
  }
}/*# sourceMappingURL=order.css.map */