@charset "utf-8";
.bg_light_blue {
  background-color: #DBDFE1;
}
.bg_light_medium_blue {
  background-color: #B2BABE;
}
.bg_medium_blue {
  background-color: #C8D0D4;
}
.bg_dark_blue {
  background-color: #646C76;
}
.bg_01 {
  background-color: #E3E7E9;
}
.bg_02 {
  background-color: #D0D8DC;
}
.bg_03 {
  background-color: #B7BFC3;
}
.bg_04 {
  background-color: #E0E4E6;
}
.bg_05 {
  background-color: #CDD5D9;
}




.hr_5A6E86 {
  background-color: #5A6E86;
  border: none;
  height: 1px;
}
.txt_blue {
  color: #5B6E86;
}
.txt_blue_body {
  color: #323D4A;
}
.txt_medium_light_blue {
  color: #5B6E84;
}

.txt_light_blue {
  color: #E2E6E8;
}
.tbl_border_blue {
  border-top: 1px solid #5A6E86 !important;
}
.tbl_border_blue tbody tr td {
  border-top: 1px solid #5A6E86;
}
.tbl_border_blue .tbl_blue_underline {
  border-bottom: 1px solid #5A6E86;

}
