@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*---------------------------------
カテゴリの行間を狭くする
--------------------------------*/
.widget_categories ul li a{
	line-height: 0.5;
	border-bottom: 1px dashed #CCCCCC; /*下線の種類*/
}


/* H6 */
.entry-content h6{
color: #000; /* 文字色 */
font-size: 14px; /* 文字サイズ */
padding: 5px;
border-left: solid 7px #20b2aa; /* 左側に実線・色*/
}

/* リンクの下線を消す */
a{
text-decoration: none;
}

/* 本文リンクホバー時の色 */
.entry-content a:hover { color: #c71585; }

/*オンマウス時にテキスト拡大：12:14*/
.entry-content a {
display: inline-block;
transition: .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
.entry-content a:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

/*--------------------------------
親カテゴリーのカスタマイズ
--------------------------------*/
.widget_categories ul li a{
	line-height: 1.3; /*行間を狭くする*/
  border-bottom: 1px dashed #CCCCCC; /*下線の種類*/
}
.widget_categories ul li a::before{
 font-family: "Font Awesome 5 Free"; /*バージョン指定*/
  content: "\f02d"; /*FontAwesomeのユニコード*/
  color: #b0c4de; /*色*/
  padding-right: 6px; /*右側空間*/
	font-weight: 900; /*太さ*/
}

.widget_categories > ul > li > a:first-child{ 
  border-top: none; /*最初の親カテゴリは上部ボーダーを消す*/
}

/*--------------------------------
子カテゴリーのカスタマイズ
--------------------------------*/
.widget_categories ul li a{
	line-height: 0.5; /*行間を狭くする*/
  border-bottom: 1px dashed #CCCCCC; /*下線の種類*/
}
.widget_categories ul li ul li a::before{ /*子カテゴリーのアイコン*/
  font-family: "Font Awesome 5 Free"; /*バージョン指定*/
  content: "\f105"; /*FontAwesomeのユニコード*/
  color: #b0c4de; /*色*/
  padding-right: 6px; /*右側空間*/
  font-weight: 900; /*太さ*/
}

/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 0;
}

.article h5{ /*見出し5カスタマイズ*/
  background: #ffffff; /*背景カラー*/
  font-size: 13px; /*フォントサイズ*/
  letter-spacing: 2px; /*文字間隔*/
  margin: 1em 0 1em;
  padding: 8px 7px 8px 10px;
  border-left: 2px solid #8fa9b3; /*左ラインの太さとカラー*/
  line-height: 5; /*高さ*/
}

.cat-label {display:none}

.entry-card-title {
      font-size: 14px;
  }

/*--------------------------------
投票ボタンのカスタマイズ
--------------------------------*/

.wp-polls .Buttons {
    border: 1px solid #3300cc;
    background-color: #3300cc;
    color: #F3F6F8;
}

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

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

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