@charset "UTF-8";
/* ===============================================================

 project / 医療保険 新CURE Lady

=============================================================== */
.c-table__th.-center, .c-table__td.-center {
  vertical-align: middle;
}

.c-tabcontbox .c-tablebox {
  padding: 0;
}

.p-plus {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 16px;
  height: 56px;
  background: #4E5B73;
}

.p-plus:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 56px;
  height: 16px;
  margin-top: -7px;
  background: #4E5B73;
}
