@charset "UTF-8";

@media screen and (min-width: 900px){
#t_contact + div .inner_item:first-child a{
    pointer-events: none;
}
}

@media screen and (min-width: 480px) and (max-width: 600px){
#t_contact + div .heading.block_header_4 p{
    font-size: 1.2rem;
}
}