body {
  font-family: 'Koburina Gothic W3 JIS2004';
}
strong {
  font-weight: normal;
  font-family: 'Koburina Gothic W6 JIS2004';
}
#yodogawa {
  font-family: 'Shin Maru Go Bold';
}
#talk_body dt {
  font-family: 'Koburina Gothic W6 JIS2004';
}
.prof {
  max-width: 31em;
  margin: 0 auto;
}
#information li .info_desc .button {
  text-align: center;
  margin-top: 2em;
}
#information li .info_desc .button a {
  font-family: 'Shin Maru Go Bold';
  display: inline-block;
  padding: 0.5em 1.5em;
  background-color: #f43d79;
  color: #fff;
  text-decoration: none;
  border-radius: 2em;
  letter-spacing: .2em;
}
@media (hover: hover) {
  #information li .info_desc .button a:hover {
    opacity: .7;
    transform: opacity .1s ease;
  }
}
@media (min-width: 641px) {
  #talk_body .txt_box {
    padding: 40px 0;
    border-radius: 10px;
  }
  #talk_body .txt_box .desc {
    max-width: max-content;
  }
  #talk_body .txt_box .desc p {
    margin: 0 0 1em 0;
    font-size: 90%;
  }
  #information .info_title img {
    max-width: 620px;
  }
}
@media (max-width: 640px) {
  #talk_body .txt_box {
    padding: 20px;
    border-radius: 8px;
  }
  #talk_body .txt_box .desc p {
    margin: 0 0 1em 0;
    font-size: 86%;
  }
}