@charset "UTF-8";

@media screen and (min-width:851px){
  #kotsuban + section br.spbr{
    display: block!important;
  }
}
@media screen and (max-width:850px){
  #kotsuban + section br.spbr{
    display: none!important;
  }
}