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

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

.comment-list-wrap .speech-wrap img,.comment-list-wrap .speech-balloon::before{display:none;}

.comment-list-wrap .comment-wrap{width: 95%;}

.comment-list-wrap .speech-wrap .speech-balloon{
	border: none;
    width: 100%;
    padding: 0;
}
.comment-date{font-weight: normal;}
.comment-list-wrap .comment-name-wrap{display:inline;line-height: 2;font-weight: 600;}
.comment-list-wrap .reply{display: inline;}

.comment-list-wrap li{border-bottom: 1px dotted #000;}

.blogcard-content{max-height: unset;}

.grecaptcha-badge { visibility: hidden; }

dl.media_list dd{margin-bottom: 30px;}


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

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

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