.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;
}

.compare-price-table__row {
  display: flex;
}
.compare-price-table__price-box {
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 50%;
  border-right: 1px solid #1f286f;
}
.compare-price-table__price-box.is-end-col {
  border-right: 2px solid #1f286f;
}
.compare-price-table__price-box--not-finfin {
  background-color: #f4f4f4;
}
.compare-price-table__price-box--first-col {
  border-left: 2px solid #1f286f;
}
.compare-price-table__price-text {
  font-size: 27px;
  font-weight: bold;
}
.compare-price-table__price-text--finfin {
  color: #ff0482;
}
.compare-price-table__price-suffix {
  font-size: 10px;
}
.compare-price-table__price-suffix--finfin {
  color: #ff0482;
}
.compare-price-table__other-company-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: end;
}
.compare-price-table__other-company-box--empty-area {
  height: 12px;
}
.compare-price-table__other-company-box--text-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 29px;
  border-top: 2px solid #1f286f;
  border-right: 1px solid #1f286f;
  position: relative;
  overflow: visible;
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
}
.compare-price-table__other-company-box--text-area.is-end-col {
  border-right: 2px solid #1f286f;
}
.compare-price-table__finfin-company-box {
  height: 41px;
  background-color: #1f286f;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compare-price-table__finfin-company-box--image {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 6px;
  max-height: 100%;
  max-width: 100%;
}/*# sourceMappingURL=fee_sp-kaikei.css.map */