@charset "utf-8";

/* insurance-benefits.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Insurance Benefits
 * **************************************************
 */

 /* Insurance Benefits
------------------------------------------------------------------- */

/* Table*/
/* 法定給付、付加給付 */
.common-table.legal-fringe tbody th {
  width: 130px;
}
.common-table.legal-fringe tbody td:first-child {
  width: 150px;
}

@media screen and (max-width: 767px) {
  /* Insurance Benefits
  ------------------------------------------------------------------- */
  /* Table*/
  /* 法定給付、付加給付 */
  .common-table.legal-fringe tbody th {
    width: 95px;
    text-align: left;
  }
  .common-table.legal-fringe tbody td:first-child {
    width: 80px;
  }
}
