@charset "UTF-8";

#catch + .contents_box01 .heading.block_header_5 .h {
    font-size: 5rem;
}
@media screen and (max-width: 800px) {
#catch + .contents_box01 .heading.block_header_5 .h {
    font-size: 3.2rem;
}
}

/*------#news---------*/

#news + div li{
  transition: 0.4s ease-in-out;
}

#news + div li:hover{
  opacity: 0.7;
}