@charset "UTF-8";

a#plan_01+div td:nth-child(n+3),
a#plan_02+div td:nth-child(n+3) {
    text-align: center;
}

/*表 レイアウト調整 251227*/
a[id*="plan_0"] + .block_table_6 .outer {
  border-radius: 15px;
  /*width: fit-content;*/
  max-width: 100%;
}
a[id*="plan_0"] + .block_table_6 table {
  /*width: max-content !important;*/
  min-width: initial;
  line-height: 1.6;
}
a[id*="plan_0"] + .block_table_6 table thead th{
  background-color: #c5ab8f;
  color: var(--i_bg_color);
}
a[id*="plan_0"] + .block_table_6 table thead th,
a[id*="plan_0"] + .block_table_6 table tbody td{
  padding: 10px;
}
a[id*="plan_0"] + .block_table_6 table tbody td{
  background-color: #fff7ef;
}
a[id*="plan_0"] + .block_table_6 table tbody tr td:first-child{
  background-color: #c5ab8f;
  color: var(--i_bg_color);
}

a[id*="plan_0"] + .block_table_6 table thead th:first-child {
    background: #fff;
    color: #DB8E84;
}