@charset "UTF-8";

/*-------------*/

#menu + div .inner_item div.heading {
    display: none;
}

@media screen and (max-width: 400px){
  #title_br + section .h{
    font-size: 4.5vw !important;
  }
}

@media screen and (max-width: 768px){
br.spbr {
    display: none !important;
}
}

@media screen and (max-width: 550px){
br.spbr {
    display: inline !important;
}
}