@charset "UTF-8";
/* CSS Document */

.fc_blue_b {
  font-weight: bold;
  color: #1565C0;
}

.flex50p {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  .flex50p {
    width: 100% !important;
  }
}