@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){
  /*必要ならばここにコードを書く*/
}

/************************************
** ブロックエディター内で吹き出しを正しく表示する
** （editor-styles-wrapperは編集画面専用のため公開ページには影響なし）
************************************/
.editor-styles-wrapper .speech-wrap{display:flex;align-items:flex-start;margin:1em 0}
.editor-styles-wrapper .speech-wrap .speech-person{width:96px;flex-shrink:0}
.editor-styles-wrapper .speech-wrap .speech-icon{width:96px;margin:0}
.editor-styles-wrapper .speech-wrap .speech-icon img{width:100%;height:auto;border-radius:50%;border:2px solid #ccc}
.editor-styles-wrapper .speech-wrap .speech-name{font-size:12px;text-align:center}
.editor-styles-wrapper .speech-wrap .speech-balloon{flex:1;margin-left:16px;padding:12px;border:2px solid #ccc;border-radius:10px;background:#fff}
