@charset "UTF-8";

/*--------------カラー修正_260323----------------------------*/
.heading.block_header_2 .h {
  color: #e1c9ea;
}

/*--------------カラー修正_260330--------------*/
.heading.block_header_2 .h {
  color: #b07fc2;
}

/*--------------「沿革」を追加_260330--------------*/
/*事業所名の共通カラー*/
.history_table .color1 {
  color: #EE5C5C;
}
.history_table .color2 {
  color: #458FCB;
}
.history_table .color3 {
  color: #75CBA1;
}
.history_table .color4 {
  color: #d50000;
}
/*レイアウト*/
.history_table{
  max-width: 100%;
  margin-inline: auto;
}
.history_table tr {
  border-bottom: 1px dotted var(--i_border_color);
}
.history_table th,
.history_table td {
  padding: 10px;
}
.history_table th {
  font-weight: 500;
  color: #548235;
  text-align: left;
}
.history_table th::before {
  content: "▶︎";
  color: #458fcb;
  padding-right: 5px;
}
.history_table a {
  text-decoration-color: #458fcb !important;
}
.history_table a:hover {
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .history_table th,
  .history_table td {
    display: block;
    width: 100%;
  }
  .history_table td {
    padding-top: 0;
  }
}

