.plan-table-label--compare-table {
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  display: flex;
  border-top: 1px solid #1f286f;
  border-bottom: 1px solid #1f286f;
  border-right: 2px solid #1f286f;
  border-left: 2px solid #1f286f;
  background: #f4f4f4;
  background: #e0e8ff;
}
.plan-table-label--price-table {
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  display: flex;
  border-top: 1px solid #1f286f;
  border-bottom: 1px solid #1f286f;
  border-right: 2px solid #1f286f;
  border-left: 2px solid #1f286f;
  background: #f4f4f4;
}
.plan-table-label--first-row-price-table {
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  display: flex;
  border-top: 1px solid #1f286f;
  border-bottom: 1px solid #1f286f;
  border-right: 2px solid #1f286f;
  border-left: 2px solid #1f286f;
  background: #f4f4f4;
  border-top: 2px solid #1f286f;
}

.price-table {
  display: flex;
}
.price-table-box {
  line-height: 1.8;
  width: 50%;
  height: 140px;
  border-right: 1px solid #1f286f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-table-box-first-col {
  border-left: 2px solid #1f286f;
}
.price-table-box-end-col {
  border-right: 2px solid #1f286f;
}
.price-table-plan {
  font-weight: 500;
  padding: 15px;
  border-radius: 12px;
  height: 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.price-table-free {
  color: #ffffff;
  background: #1d2362;
}
.price-table-paid-kaikei {
  color: #1d2362;
  background: #fff302;
}
.price-table-paid-invoice {
  color: #ffffff;
  background: #ea6da3;
}
.price-table__description-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.price-table__description-group {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.price-table__description-yen {
  font-size: 11px;
  font-weight: 500;
}
.price-table__description-text {
  font-size: 10px;
  font-weight: 500;
}
.price-table__description-bold {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.price-table__description-bold.zero {
  font-size: 49px;
}
.price-table__description-note {
  color: #ff0000;
  font-size: 10px;
  padding-top: 5px;
  font-weight: 500;
}
.price-table__description-note.important {
  font-size: 12px;
  font-weight: 700;
}

.plan-table-cell__box {
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  border: 1px solid #1f286f;
  border-left: none;
}
.plan-table-cell__box--first-col {
  border-top: 1px solid #1f286f;
  border-bottom: 1px solid #1f286f;
  border-right: 1px solid #1f286f;
  border-left: 2px solid #1f286f;
}
.plan-table-cell__box.is-end-col {
  border-right: 2px solid #1f286f;
}
.plan-table-cell__box.is-end-row {
  border-bottom: 2px solid #1f286f;
}
.plan-table-cell__box--background-color-gray {
  background-color: #f4f4f4;
}
.plan-table-cell__img {
  width: 35px;
  padding: 5px;
}
.plan-table-cell__text {
  font-size: 10px;
}
.plan-table-cell__text--color-pink {
  color: #ff0482;
}

.plan-table-row__feature {
  line-height: 1.8;
  background: #fffdd3;
  color: #1f286f;
  text-align: center;
  font-weight: bold;
  padding: 1px;
  font-size: 13px;
  border-right: 2px solid #1f286f;
  border-left: 2px solid #1f286f;
}
.plan-table-row__feature-invoice {
  background: #fed0dd;
}
.plan-table-row--is-end-row {
  border-bottom: 2px solid #1f286f;
}
.plan-table-row__row {
  display: flex;
}

.plan-table {
  width: 100%;
}
.plan-table__scroll {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.plan-table__scroll::-webkit-scrollbar {
  display: none;
}/*# sourceMappingURL=fee_sp-invoice.css.map */