@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}



/*内部ブログカードにURLを付けない*/
.internal-blogcard-footer{
	display: none
}
/* 1. 社名（上の行）の下側を削って、下の行を引き寄せる */
.logo-header {
    margin-bottom: -15px !important; 
    line-height: 1.0 !important;
}

/* 2. キャッチフレーズ（下の行）の上を詰め、下側を少し広げる */
.tagline {
    margin-top: 0 !important;
    margin-bottom: 10px !important; /* ←ここの数字を大きくすると下が広がります */
    line-height: 1.0 !important;
}

/* 3. 青い帯全体の上下余白を最小限にする */
#header .header-container-in {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 0 !important;
}