#talk_body dt[data-name^=Q] img.talker_icon {
  height: 38px;
}
#talk_body dt[data-name^=Q] + dd {
  font-weight: bold;
  font-size: 21px;
  margin: 0 0 1.25em 0;
}
#talk_body dt[data-name^=A] {
  font-size: 112.5%;
}
#talk_body dt[data-name^=A] + dd {
  margin: 0 0 2.5em 0;
}
.mbf-passers-top {
  position: absolute;
  z-index: 10;
  width: 100vw;
  top: calc(60vh - 250px);
  height: 250px;
  overflow: hidden;
}
.mbf-passers-mid {
  position: fixed;
  z-index: 10;
  width: 100vw;
  top: 60vh;
  overflow: hidden;
}
.mbf-passer {
  position: absolute;
  bottom: 0;
  right: -160px;
}
#yodogawa {
  padding-top: 60px;
}
#talk_body .txt_box {
  padding: 48px 0;
  margin: 48px auto;
  background-color: white;
  width: 90%;
}
.mbf-bullet::after {
  content: ' ';
  font-size: 6px;
}
ul.mbf-links li {
  padding-top: 12px;
}
#talk_body h3 {
  font-size: 24px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 6px;
  margin-top: 3em;
  text-decoration-skip: none;
}
#talk_body h4 {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 3px;
}
#talk_body .txt_box .pic {
  width: 50%;
  max-width: 150px;
}
@media (min-width: 641px) {
  #talk_body .txt_box .desc {
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 640px) {
  .mdf-passer {
  }
  #talk_body dt[data-name=　] {
    display: none;
  }
  #talk_body dd {
    padding: 0;
  }
  #talk_body .txt_box {
    padding: 48px 16px;
    width: 100%;
  }
  #talk_body .txt_box .desc p {
    line-height: 1.9;
  }
  #talk_body h3 {
    padding-bottom: 18px;
  }
  #talk_body dt[data-name^=Q] + dd {
    font-size: 18px;
  }
  #talk_body dt[data-name^=Q] img.talker_icon {
    height: 30px;
  }
  #talk_body .switch_sp .pic {
    margin: 0 auto 20px auto;
  }
}
