
@charset "UTF-8";
/* CSS Document */

body{font-family:Futo Go B101;}

#information .info_title, #information_free .info_title {
  font-size:150%;}
#talk_body dt{font-family:Midashi Go MB1;}
#talk_body .pic {
    max-width: 900px;
    margin: 0 auto 40px auto;
    text-align: center;
}


@media screen and (max-width: 640px){
  #information .info_title, #information_free .info_title {
  font-size:120%;}
#kv img {
    height: auto;
    object-fit: unset;
    min-height: unset;
}
}
@media (max-width: 640px) {
  #kv {
    min-height: unset;
  }
}