@charset "utf-8";

/* ==================================================
color
================================================== */
.fcBlack  { color: #000 !important; }
.fcWhite  { color: #fff !important; }
.fcBlue   { color: #0555b9 !important; }
.fcGreen  { color: #2B691F !important; }
.fcNavy   { color: #1d3550 !important; }
.fcRed    { color: #E60000 !important; }
.fcStrong { color: #fc544c !important; }
.fcOrange { color: #f29a01 !important; }

@media screen and (max-width: 768px) {
  .emText {
   margin-bottom: 20px;
   font-size: 17px;
  }
}