@charset "utf-8";


/*
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/wp/
*/
.liquid-speech-balloon-wrap {
    margin-bottom: 2rem;
    flex-direction: row;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.liquid-speech-balloon-text {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 20px 30px;
    width: 100%;
    margin-left: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.liquid-speech-balloon-text p,
.liquid-speech-balloon-text .wp-block-liquid-speech-balloon {
    margin: 0;
    padding: 0;
}
.liquid-speech-balloon-text p a {
    color: inherit;
    text-decoration: underline;
}
.liquid-speech-balloon-arrow {
    position: absolute;
    z-index: 2;
    content: '.';
    line-height: 1;
    width: 0;
    height: 0;
    top: 25px;
    left: -11px;
    color: transparent;
}
.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.2);
}

.liquid-speech-balloon-avatar {
    position: relative;
    width: 64px;
    height: 64px;
    line-height: 1;
    flex-shrink: 0;
    background-image: url(//kaigijyuku.com/wp-content/plugins/liquid-speech-balloon/images/avatar.png);
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.liquid-speech-balloon-avatar::after {
    position: absolute;
    content: '';
    display: block;
    width: 110%;
    left: -5%;
    top: 69px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.3px;
}

.liquid-speech-balloon-bubble .liquid-speech-balloon-arrow {
    display: none;
}
.liquid-speech-balloon-bubble .liquid-speech-balloon-text::before {
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    border-radius: 50%;
    border: inherit;
    background-color: inherit;
    left: -15px;
    width: 15px;
    height: 15px;
    top: 20px;
}
.liquid-speech-balloon-bubble .liquid-speech-balloon-text::after {
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    border-radius: 50%;
    border: inherit;
    background-color: inherit;
    left: -20px;
    top: 10px;
    width: 10px;
    height: 10px;
}

.liquid-speech-balloon-right {
    flex-direction: row-reverse;
}
.liquid-speech-balloon-right .liquid-speech-balloon-text {
    margin-left: 0;
    margin-right: 20px;
}
.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
    left: auto;
    right: -18px;
    border-right: 7px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.2);
}

.liquid-speech-balloon-right.liquid-speech-balloon-bubble .liquid-speech-balloon-text::before {
    left: auto;
    right: -15px;
}
.liquid-speech-balloon-right.liquid-speech-balloon-bubble .liquid-speech-balloon-text::after {
    left: auto;
    right: -20px;
}

.liquid-speech-balloon-square .liquid-speech-balloon-text {
    border-radius: 0;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.liquid-speech-balloon-dashed .liquid-speech-balloon-text {
    border: 2px dashed rgba(0, 0, 0, 0.2);
}

.liquid-speech-balloon-shadow .liquid-speech-balloon-text {
    border-radius: 0;
    box-shadow: 3px 3px 0 1px rgba(0, 0, 0, 0.1);
}

.liquid-speech-balloon-borderless .liquid-speech-balloon-text {
    border: 0 none;
    padding: 10px 5px;
}
.liquid-speech-balloon-borderless .liquid-speech-balloon-text .liquid-speech-balloon-arrow {
    display: none;
}

.liquid-speech-balloon-small .liquid-speech-balloon-text,
.liquid-speech-balloon-small .liquid-speech-balloon-text p {
    font-size: 13px;
    padding: 10px 15px;
}
.liquid-speech-balloon-small .liquid-speech-balloon-avatar {
    width: 32px;
    height: 32px;
}
.liquid-speech-balloon-small .liquid-speech-balloon-arrow {
    top: 7px;
}
.liquid-speech-balloon-small .liquid-speech-balloon-avatar::after {
    display: none;
}

.liquid-speech-balloon-large .liquid-speech-balloon-text,
.liquid-speech-balloon-large .liquid-speech-balloon-text p {
    font-size: 36px;
}

.liquid-speech-balloon-short .liquid-speech-balloon-text {
    width: auto;
}

.liquid-speech-balloon-vertical {
    flex-direction: column-reverse;
}
.liquid-speech-balloon-vertical .liquid-speech-balloon-text {
    margin: 0 0 1rem 0;
}
.liquid-speech-balloon-wrap.liquid-speech-balloon-vertical .liquid-speech-balloon-arrow {
    top: auto;
    bottom: -11px;
    left: 11px;
    border-top: 10px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.liquid-speech-balloon-vertical .liquid-speech-balloon-text::before {
    left: 15px;
    top: auto;
    bottom: -15px;
}
.liquid-speech-balloon-vertical .liquid-speech-balloon-text::after {
    left: 20px;
    top: auto;
    bottom: -22px;
}
.liquid-speech-balloon-vertical.liquid-speech-balloon-right .liquid-speech-balloon-avatar {
    margin-left: auto;
    margin-right: 0;
}
.liquid-speech-balloon-vertical.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
    left: auto;
    right: 11px;
}

.liquid-speech-balloon-vertical-reverse {
    flex-direction: column;
}
.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-text {
    margin: 2.5rem 0 0 0;
}
.liquid-speech-balloon-wrap.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-arrow {
    top: -18px;
    left: 11px;
    border-bottom: 10px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-text::before {
    left: 15px;
    top: auto;
    bottom: -15px;
}
.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-text::after {
    left: 20px;
    top: auto;
    bottom: -22px;
}
.liquid-speech-balloon-vertical-reverse.liquid-speech-balloon-right .liquid-speech-balloon-avatar {
    margin-left: auto;
    margin-right: 0;
}
.liquid-speech-balloon-vertical-reverse.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
    left: auto;
    right: 11px;
}
.liquid-speech-balloon-vertical-reverse.liquid-speech-balloon-bubble .liquid-speech-balloon-text::before {
    top: -15px;
    bottom: auto;
}
.liquid-speech-balloon-vertical-reverse.liquid-speech-balloon-bubble .liquid-speech-balloon-text::after {
    top: -22px;
    bottom: auto;
}[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mastodon-logo:before {
  content: "\e927";
}
.icon-mastodon:before {
  content: "\e928";
}
.icon-bluesky-logo:before {
  content: "\e925";
}
.icon-bluesky:before {
  content: "\e923";
}
.icon-misskey-logo:before {
  content: "\e926";
}
.icon-misskey:before {
  content: "\e924";
}
.icon-paw:before {
  content: "\e907";
}
.icon-check-box:before {
  content: "\e908";
}
.icon-check-box-none:before {
  content: "\e909";
}
.icon-check:before {
  content: "\e90a";
}
.icon-circle:before {
  content: "\e90b";
}
.icon-ban:before {
  content: "\e90d";
}
.icon-question:before {
  content: "\e90f";
}
.icon-info:before {
  content: "\e910";
}
.icon-speech-balloon:before {
  content: "\e911";
}
.icon-thumb-up:before {
  content: "\e918";
}
.icon-thumb-down:before {
  content: "\e91a";
}
.icon-triangle:before {
  content: "\e91b";
}
.icon-user-man:before {
  content: "\e91d";
}
.icon-user-women:before {
  content: "\e91e";
}
.icon-warning:before {
  content: "\e921";
}
.icon-cross:before {
  content: "\e922";
}
.icon-tiktok-logo:before {
  content: "\e906";
}
.icon-note-logo:before {
  content: "\e905";
}
.icon-rakuten-logo:before {
  content: "\e903";
}
.icon-rakuten-room-logo:before {
  content: "\e904";
}
.icon-slack-logo:before {
  content: "\e900";
}
.icon-amp-logo2:before {
  content: "\e93c";
}
.icon-amp-logo:before {
  content: "\e93b";
}
.icon-feedly-logo:before {
  content: "\e92e";
}
.icon-flickr-logo:before {
  content: "\e92f";
}
.icon-google-plus-logo:before {
  content: "\e930";
}
.icon-hatebu-logo:before {
  content: "\e931";
}
.icon-line-logo:before {
  content: "\e935";
}
.icon-pinterest-logo:before {
  content: "\e936";
}
.icon-push7-logo:before {
  content: "\e937";
}
.icon-rss-logo:before {
  content: "\e938";
}
.icon-twitter-logo:before {
  content: "\e939";
}
.icon-youtube-logo:before {
  content: "\e93a";
}
.icon-push7:before {
  content: "\e90e";
}
.icon-evernote:before {
  content: "\e912";
}
.icon-feedly:before {
  content: "\e913";
}
.icon-pocket:before {
  content: "\e914";
}
.icon-line:before {
  content: "\e915";
}
.icon-hatena:before {
  content: "\e916";
}
.icon-facebook-logo:before {
  content: "\e92d";
}
.icon-facebook:before {
  content: "\e919";
}
.icon-twitter:before {
  content: "\e91c";
}
.icon-youtube:before {
  content: "\e91f";
}
.icon-flickr2:before {
  content: "\e920";
}
.icon-delicious:before {
  content: "\e92b";
}
.icon-pinterest:before {
  content: "\e92c";
}
.icon-googleplus:before {
  content: "\ea8b";
}
.icon-instagram-logo:before {
  content: "\ea92";
}
.icon-github-logo:before {
  content: "\eab0";
}
.icon-home-logo:before {
  content: "\e902";
}
.icon-amazon-logo:before {
  content: "\ea87";
}
.icon-linkedin-logo:before {
  content: "\eaca";
}
.icon-codepen-logo:before {
  content: "\eae8";
}
.icon-comment:before {
  content: "\e96b";
}
.icon-soundcloud-logo:before {
  content: "\eac3";
}
.icon-linkedin:before {
  content: "\eacb";
}
.icon-twitch-logo:before {
  content: "\ea9f";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-heart-broken:before {
  content: "\e9db";
}
.icon-x-corp-logo:before {
  content: "\e90c";
}
.icon-x-corp:before {
  content: "\e917";
}
.icon-copy:before {
  content: "\e901";
}