.p-price {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .p-price {
    padding: 8rem 0;
  }
}
.p-price__row:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-price__row:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-price__txt {
  font-size: 1.6rem;
  line-height: 1.8125;
}
.p-price__txt:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .p-price__txt:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-price .tbl-price {
  border: 0.2rem solid var(--color-primary);
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .p-price .tbl-price {
    min-width: 100rem;
  }
}
.p-price .tbl-price-width01 {
  width: 10.5rem;
}
.p-price .tbl-price thead th {
  background: #edf1f7;
}
.p-price .tbl-price th,
.p-price .tbl-price td {
  border: 0.2rem solid var(--color-primary);
  font-size: 1.6rem;
  vertical-align: middle;
  text-align: center;
}
.p-price .tbl-price th {
  color: var(--color-primary);
  font-weight: 600;
  height: 5.8rem;
  font-size: 1.4rem;
}
.p-price .tbl-price td {
  font-weight: 500;
  line-height: 1.5;
  padding: 1.2rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-price .tbl-price td[rowspan] {
    font-size: 1.3rem;
  }
}
.p-price .tbl-price td[rowspan] > * {
  display: flex;
  justify-content: center;
}
.p-price .tbl-price td p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-price .tbl-price__row:not(:last-child) {
  margin-bottom: 2rem;
}

.c-unit {
  background: var(--color-secondary);
  font-family: var(--font-en);
  color: #fff;
  border-radius: 0.3rem;
  display: inline-flex;
  align-items: center;
  text-align: center;
  line-height: 1;
  height: 2.4rem;
  font-size: 1.4rem;
  margin-right: 0.8rem;
  padding: 0 1rem;
}

/*# sourceMappingURL=price.css.map */
