@charset "UTF-8";
#wpadminbar * {
  color: #fff;
}

/*---------------------------------------------
wp-pagenaviの上書き
---------------------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.wp-pagenavi * {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.wp-pagenavi a:hover {
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
  transition: filter 0.3s;
}
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
}
.wp-pagenavi .extend {
  background: none;
  border: none;
}
.wp-pagenavi .current {
  border: none;
  color: #ffffff;
  background: #2D2D2D;
}

.wp-pagenavi * {
  font-size: 14px;
}
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 23px;
  height: 23px;
}
.wp-pagenavi .current {
  width: 23px;
  height: 23px;
}

/*---------------------------------------------
liquid speech balloonの上書き
---------------------------------------------*/
.liquid-speech-balloon-01 .liquid-speech-balloon-avatar, .liquid-speech-balloon-02 .liquid-speech-balloon-avatar {
  box-sizing: content-box;
  border: solid 1px #000000;
  border-radius: 50%;
  background-position: center 25px !important;
  background-repeat: no-repeat;
  background-size: 80px;
}
.liquid-speech-balloon-01 .liquid-speech-balloon-text, .liquid-speech-balloon-02 .liquid-speech-balloon-text {
  position: relative;
  top: 40px;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-avatar {
  box-sizing: content-box;
  border: solid 1px #000000;
  border-radius: 50%;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 80px;
}
.liquid-speech-balloon-00 .liquid-speech-balloon-text {
  position: relative;
  top: 40px;
}

.liquid-speech-balloon-text {
  margin-top: 10px;
}
.liquid-speech-balloon-text p {
  font-size: 18px;
  font-weight: 500;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-text {
  background-color: #D9D9D9 !important;
}

.liquid-speech-balloon-text {
  border: solid 1px rgb(0, 0, 0) !important;
  border-radius: 0 !important;
}
.liquid-speech-balloon-text p {
  padding-bottom: 0 !important;
}

.liquid-speech-balloon-wrap {
  gap: 15px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .liquid-speech-balloon-wrap {
    padding-bottom: 20px;
  }
}
.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-arrow {
  border: none !important;
  background: url(../images/balloon_left.svg) center center no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -1px !important;
  left: -16px !important;
}

.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
  border: none !important;
  background: url(../images/balloon_right.svg) center center no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -1px !important;
  right: -16px !important;
}

.liquid-speech-balloon-01 .liquid-speech-balloon-text, .liquid-speech-balloon-02 .liquid-speech-balloon-text {
  height: -moz-fit-content;
  height: fit-content;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-text {
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (max-width: 767px) {
  .liquid-speech-balloon-avatar {
    padding: 1px;
  }
  .liquid-speech-balloon-text {
    padding: 8px 12px !important;
    max-width: 90%;
  }
  .liquid-speech-balloon-text p {
    font-size: 14px;
  }
  .liquid-speech-balloon-avatar::after {
    top: 76px !important;
  }
  .liquid-speech-balloon-01 .liquid-speech-balloon-avatar, .liquid-speech-balloon-02 .liquid-speech-balloon-avatar {
    background-size: 80% !important;
  }
  .liquid-speech-balloon-01 .liquid-speech-balloon-text, .liquid-speech-balloon-02 .liquid-speech-balloon-text {
    height: -moz-fit-content;
    height: fit-content;
    top: 24px;
  }
  .liquid-speech-balloon-00 .liquid-speech-balloon-avatar {
    background-size: 90% !important;
  }
  .liquid-speech-balloon-00 .liquid-speech-balloon-text {
    top: 24px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media print, screen and (min-width: 768px) {
  .liquid-speech-balloon-avatar {
    padding: 17px;
  }
  .liquid-speech-balloon-text {
    padding: 10px 16px !important;
    max-width: 70%;
  }
  .liquid-speech-balloon-avatar::after {
    top: 110px !important;
  }
}/*# sourceMappingURL=wp_plugin.css.map */