.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;
}/*# sourceMappingURL=plan-table-cell.css.map */