@charset "UTF-8";

#tel+section p a{
font-size: 3.4rem;
letter-spacing: 0.2rem;
text-decoration: none;
}

#tel+section .heading.block_header_1{
margin-bottom: 20px;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}