@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Aoto Gothic Regular";
}
.content_wrap {
  margin: 10px 10px;
  padding-top: 20px;
}
.is_pc #information_free li .info_img .poster img {
  width: 40%;
}
@media (min-width: 641px) {
  #yodogawa p {
    margin-top: 30px;
  }
  #talk_body .txt_box {
    margin: 0px;
  }
  #talk_body .txt_box .desc p:last-child {
    margin: 0;
    margin-left: 60px;
  }
}
@media (max-width: 640px) {
  #talk_body .txt_box {
    margin: 0px;
  }
}