@charset "UTF-8";

/* 吹き出しのCSS　*/
.entry-content .fuki-2,
.entry-content .fuki-1,
.entry-content .fuki-0 {
position: relative;
width: 80%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px;
border-radius: 6px;
border: 2px solid #999;
box-shadow: 1px 1px 5px #aaa;
background-color: #fff;
z-index: 1;
}
.entry-content .fuki-1,
.entry-content .fuki-2 {
margin: 20px 20% 40px 0;
}

.entry-content .fuki-0 {
margin: 20px 0 40px 19%;
}
.entry-content .fuki-2::before,
.entry-content .fuki-1::before ,
.entry-content .fuki-0::before {
position: absolute;
content: "";
top: 16px;
width: 10px;
height: 10px;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
background-color: #fff;
z-index: 2;
}
.entry-content .fuki-1::before,
.entry-content .fuki-2::before {
right: -7px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

.entry-content .fuki-0::before  {
left: -7px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.entry-content .fuki-2::after,
.entry-content .fuki-1::after,
.entry-content .fuki-0::after  {
position: absolute;
content: "";
width: 80px;
height: 80px;
top: -10px;
border-radius: 40px;
border: 3px solid #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 1px 1px 5px #aaa;
}
.entry-content .fuki-1::after,
.entry-content .fuki-2::after {
right: -110px;
}

.entry-content .fuki-0::after {
left: -110px;
}
@media screen and (max-width: 620px) {
.entry-content .fuki-2,
.entry-content .fuki-1,
.entry-content .fuki-0 {
width: 70%
}
.entry-content .fuki-1,
.entry-content .fuki-2 {
margin-right: 30%;
}

.entry-content .fuki-0 {
margin-left: 30%;
}
}
@media screen and (max-width: 478px) {
.entry-content .fuki-2::after,
.entry-content .fuki-1::after ,
.entry-content .fuki-0::after {
width: 80px;
height: 80px;
border-radius: 40px;
}
.entry-content .fuki-1::after,
.entry-content .fuki-2::after {
right: -104px;
}

.entry-content .fuki-0::after  {
left: -104px;
}
}
.fuki-1::after {background-image:url(../images/fukidashi/fuki_1.png);}
.fuki-2::after {background-image:url(../images/fukidashi/fuki_2.png);}
/*聞き手（左側表示）*/
.fuki-0::after {background-image:url(../images/fukidashi/fuki_0.png);}









