@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){
  /*必要ならばここにコードを書く*/
}
/* サイドバー見出し装飾 */
  h3.widget-sidebar-title {
	background: linear-gradient(to bottom, #8e8e8e, #616161 50% );                 /* 背景色 */
    border-radius: 0.5em;                /* 角丸枠 */
  }
/* インフォメーションの縦スクロール */
    .scroll-box {
      height: 150px; /* 高さを指定 (任意) */
      overflow-y: scroll; /* 縦スクロールバーを表示 */
      padding: 10px; /* 余白を表示 (任意) */
    }
/* インフォメーションのタイトルのライン */
  .infomation-lines {
    position: relative;    /* ボーダーを基準に配置するため */
    padding: 0 15px;       /* 線の太さに応じて調整 */
    border-left: 10px solid #8a8a8a; /* 左の線 */
    border-bottom: 1px solid #8a8a8a; /* 下の線 */
	margin-bottom: 6px;/* 下のマージン */
  }
/* インフォメーションの2行目インデント */
.hanging-indent {
padding-left: 4em; /* ブロック全体を右に2文字分ずらす */
text-indent: -4em; /* 1行目を左に1文字分戻す */
}
/* フッター注釈の2行目インデント */
.hanging-indent-notes {
padding-left: 1em; /* ブロック全体を右に2文字分ずらす */
text-indent: -1em; /* 1行目を左に1文字分戻す */
}