@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){
  /*必要ならばここにコードを書く*/
}


/* --- sidebar latest posts --- */
.sidebar .wp-block-latest-posts__list{list-style:none;margin:0;padding:0}
.sidebar .wp-block-latest-posts__list li{margin:0 0 18px;padding:0 0 18px;border-bottom:1px solid #ece7df}
.sidebar .wp-block-latest-posts__list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.sidebar .wp-block-latest-posts__featured-image{margin-bottom:8px}
.sidebar .wp-block-latest-posts__featured-image img{width:100%;height:auto;border-radius:4px;display:block}
.sidebar .wp-block-latest-posts__post-title{display:block;font-size:14px;line-height:1.6;font-weight:600;color:#1F2A44;text-decoration:none}
.sidebar .wp-block-latest-posts__post-title:hover{color:#C8705B}
