@charset "UTF-8";
/*==================================
料金スペース調整
==================================*/
.p-price_center {
  width: 40%;
  margin: 0 auto 2em;
}

.p-price_space {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .p-price_center {
    width: 100%;
  }
}