@charset "UTF-8";

/*--お問い合わせはこちら--*/
a[id*="banner"] + section a{
  transition: 0.3s ease-in-out;
}
a[id*="banner"] + section a:hover{
  opacity:0.7;
}
#banner_sp+section {
  display: none;
}
@media screen and (max-width: 768px) {
#banner_sp+section {
  display: block;
}
#banner_pc+section {
  display: none;
}
} 