.w_b_box {
  margin: 20px 0
}

.w_b_box *,
.w_b_box *:before,
.w_b_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.w_b_box .w_b_mp0 {
  margin: 0;
  padding: 0
}

.w_b_box .w_b_h100 {
  height: 100%
}

.w_b_bal {
  display: inline-block
}

.w_b_bal p {
  margin: 0
}

.w_b_db {
  display: block
}

.w_b_flex {
  display: -webkit-flex;
  display: flex
}

.w_b_col {
  -webkit-flex-direction: column;
  flex-direction: column
}

.w_b_jc_fe {
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.w_b_jc_c {
  -webkit-justify-content: center;
  justify-content: center
}

.w_b_jc_sb {
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.w_b_ai_c {
  -webkit-align-items: center;
  align-items: center
}

.w_b_ai_fs {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.w_b_ai_fe {
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.w_b_relative {
  position: relative
}

.w_b_absolute {
  position: absolute
}

.w_b_lh {
  line-height: 1.4
}

.w_b_f_n {
  flex: none
}

.w_b_oh {
  overflow: hidden
}

.w_b_o_2 {
  -webkit-order: 2;
  order: 2
}

.w_b_quote {
  word-wrap: break-word
}

.w_b_name {
  font-size: 10px;
  font-weight: bold
}

.w_b_mta {
  margin-top: auto
}

.w_b_mra {
  margin-right: auto
}

.w_b_mba {
  margin-bottom: auto
}

.w_b_mla {
  margin-left: auto
}

.w_b_ta_C {
  text-align: center
}

.w_b_ta_R {
  text-align: right
}

.w_b_w100 {
  width: 100%
}

.w_b_z1 {
  z-index: 1
}

.w_b_z2 {
  z-index: 2
}

.w_b_size_S {
  width: 64px;
  height: 64px
}

.w_b_size_M {
  width: 96px;
  height: 96px
}

.w_b_size_L {
  width: 128px;
  height: 128px
}

.w_b_ava_effect {
  z-index: 1
}

.w_b_ava_img {
  object-fit: cover
}

.w_b_radius {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.w_b_radius_3 {
  border-radius: 3%
}

.w_b_radius_12 {
  border-radius: 12%
}

.w_b_radius_20 {
  border-radius: 20%
}

.w_b_bal:before,
.w_b_bal:after {
  content: '';
  position: absolute
}

.w_b_shadow_L {
  box-shadow: 2px 2px 3px 0px #888888
}

.w_b_shadow_R {
  box-shadow: -2px 2px 3px 0px #888888
}

.w_b_border_L {
  border: 2px solid #dddddd
}

.w_b_border_R {
  border: 2px solid #dddddd
}

.w_b_ava_shadow_L {
  box-shadow: 2px 2px 3px 0px #888888
}

.w_b_ava_shadow_R {
  box-shadow: -2px 2px 3px 0px #888888
}

.w_b_flip_h {
  transform: scale(-1, 1)
}

.w_b_flip_v {
  transform: scale(1, -1)
}

.w_b_flip_hv {
  transform: scale(-1, -1)
}

.w_b_status_box {
  font-size: 12px;
  margin: 0 6px
}

.w_b_line_up>* {
  width: auto;
  margin: 0
}

.w_b_wrap_rpg_3 .w_b_ava_L {
  margin-left: 14px
}

.w_b_wrap_rpg_3 .w_b_ava_R {
  margin-right: 14px
}

.w_b_rpg_3 {
  text-shadow: 1px 1px 1px #b0a888;
  padding: 8px 16px;
  border-radius: 5px;
  margin: 0
}

.w_b_rpg_3_L {
  color: #303020;
  background: #d0c8a8;
  border: 1px solid #787868;
  box-shadow: -2px 3px 1px 1px #202018
}

.w_b_rpg_3_R {
  color: #303021;
  background: #d0c8a9;
  border: 1px solid #787869;
  box-shadow: -2px 3px 1px 1px #202019
}

/* =========================
  吹き出し
========================= */
.w_b_wrap.w_b_wrap_line.w_b_L.w_b_flex.w_b_div {
  display: flex;
  gap: 20px;
  width: 100%;
}
.w_b_bal_box.w_b_bal_L.w_b_relative.w_b_direction_L.w_b_w100.w_b_div {
  flex: 1;
}
.w_b_ava_effect.w_b_relative.w_b_oh.w_b_radius.w_b_size_M.w_b_div {
  border-radius: 0;
  height: auto;
  max-width: 100%;
}
.w_b_wrap_line .w_b_bal_L .w_b_bal {
  background: #f7f2fb;
  border-radius: 16px;
  padding: 14px 18px;
  position: relative;
  line-height: 1.7;
  color: #000;
}
.w_b_wrap_line .w_b_bal_L .w_b_bal::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 22px;
  border-width: 8px 10px 8px 0;
  border-style: solid;
  border-color: transparent #f7f2fb transparent transparent;
}

@media screen and (min-width: 768px){
  .w_b_wrap_line .w_b_bal_L .w_b_quote {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .w_b_wrap_line .w_b_ava_box.w_b_relative.w_b_ava_L.w_b_f_n.w_b_div,
  .w_b_ava_box.w_b_relative.w_b_ava_L.w_b_mta.w_b_mba.w_b_z2.w_b_f_n.w_b_div {
    width: 20%;
  }
  .w_b_wrap_line .w_b_bal_L .w_b_bal {
    padding: 12px 14px;
    font-size: 14px;
  }
  .w_b_wrap_line .w_b_bal_L .w_b_quote {
    font-size: 14px;
  }
  .w_b_wrap.w_b_wrap_rpg_3 .w_b_quote {
    font-size: 12px;
  }
}

