@charset "UTF-8";
.p-price {
  text-align: center;
}
.p-price__term {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.7rem;
  line-height: 1.8;
}
.p-price__desc {
  font-size: 1.7ren;
}
.p-price__number {
  margin: 0 .1em;
  font-size: 2.6rem;
}
.p-price__note {
  font-size: 1.3rem;
}
.p-boxbg {
  margin-top: 20px;
  padding: 20px;
  background-color: #f9f8f4;
}