@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */

.footer_left {
  display: flex;
  align-items: baseline;
}
.f_icon a i {
  margin-left: 40px;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
}
@media only screen and (max-width: 640px) {
  .footer_left {
    justify-content: center;
  }
}
