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

/************************************
**　吹き出し
************************************/
.sbp-l .speech-person {
width: 16%;
min-width: 16%;
min-width:5em;
min-height:5em;
margin-right:1em;
margin-left:2em;
}
.sbp-r .speech-person {
width: 16%;
min-width: 16%;
min-width:5em;
min-height:5em;
margin-right:2em;
margin-left:1em;
}
.speech-icon-image {
box-shadow:none!important;
}
div.speech-balloon {
background:#edfcf3;
border: 3px solid #edfcf3;
border-radius: 10px;
padding:1em;
}
div.speech-balloon::before {
border-right: 14px solid #edfcf3;
}
div.speech-balloon::after {
border-right: 14px solid #edfcf3;
}
.sbp-r .speech-balloon::before {
border-left: 14px solid #edfcf3;
}
.sbp-r .speech-balloon::after {
border-left: 14px solid #edfcf3;
}
div.sbs-think .speech-balloon::before {
border: 1px solid #e6f5ec!important;
background:#edfcf3;
width: 15px;
height: 15px;
}
div.sbs-think .speech-balloon::after {
background:#edfcf3;
border: 1px solid #e6f5ec!important;
width:8px;
height: 8px;
}
@media screen and (max-width: 480px){
.speech-person {
margin-right:0!important;
margin-left:0!important;
}}
img{
box-shadow: 0px 2px 5px 0 rgba(0,0,0,.2);
}
a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}