@charset "utf-8";

/* insurance-benefits.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Insurance Benefits
 * **************************************************
 */

 /* Insurance Benefits
------------------------------------------------------------------- */
 /* Subpage Visual */
.subpage-visual__inner {
  background: url(../images/insurance-benefits-img.jpg) no-repeat center/100%;
}

/* Table*/
/* 法定給付、付加給付 */
.common-table.legal-fringe tbody th {
  width: 150px;
}
.common-table.legal-fringe tbody td:first-child {
  width: 150px;
}

@media screen and (max-width: 767px) {
  /* Insurance Benefits
  ------------------------------------------------------------------- */
  /* Subpage Visual */
  .subpage-visual__inner {
    background-size: auto 100%;
  }

  /* Table*/
  /* 法定給付、付加給付 */
  .common-table.legal-fringe tbody th {
    width: 95px;
    text-align: left;
  }
  .common-table.legal-fringe tbody td:first-child {
    width: 80px;
  }
}
