@charset "utf-8";

/* バルーン上書き */
@media screen and (max-width:740px) {

.liquid-speech-balloon-avatar {
    position: relative;
    width: 55px;
    height: 55px;
}

.liquid-speech-balloon-avatar::after {
    top: 60px;
    font-size: 12px;
}

.liquid-speech-balloon-text {
    padding: 10px 15px;
    margin-left: 15px;
}

.liquid-speech-balloon-arrow {
    top: 20px;
}

.liquid-speech-balloon-right .liquid-speech-balloon-text {
    margin-left: 0;
    margin-right: 15px;
}
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 2em;
}