@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#fix_header .c-headLogo__link img {
  display: none !important;
}

#fix_header .c-headLogo__link::after {
  content: "株式会社アイナス" !important;
  display: block !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  white-space: nowrap !important;
}

/* スマホ時のロゴを常にテキストに */
@media (max-width: 959px) {
  .l-header .c-headLogo__link img {
    display: none !important;
  }
  .l-header .c-headLogo__link::after {
    content: "株式会社アイナス" !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    white-space: nowrap !important;
  }
}