@charset "UTF-8";
/*==================================================

** manager
==================================================*/
#managerSec .manager-tbl {
  margin-top: 76px; }
  #managerSec .manager-tbl .name {
    font-weight: 700; }
  #managerSec .manager-tbl .fs-l {
    font-size: 2.0rem; }
  #managerSec .manager-tbl .link-txt:after {
    content: "";
    font: normal normal 400 60% "Font Awesome 6 Free";
    line-height: inherit;
    color: #282e32;
    vertical-align: super;
    display: inline-block; }

@media screen and (max-width: 767px) {
  #managerSec .manager-tbl {
    margin-top: 60px; } }
