@charset "UTF-8";
/*
Theme Name: Emanon Free child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Free の子テーマです。
Template: emanon-free
Version: 3.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Free 子テーマ用のスタイルを以下に記述
*/

.logo-tagline {
    font-size: 15px!important;
    color: #0d2e4f!important;
    line-height: 1.4!important;
    font-weight: 600!important;
}

/* 画面幅が768px以下（スマホ想定）のとき非表示 */
@media screen and (max-width: 768px) {
    .logo-tagline {
      display: none!important;
    }
  }