@charset "UTF-8";

#tel22 + section .contents_btn01 a span{
    font-size: 3rem;
    padding: 11px 50px 17px;
}
@media screen and (max-width: 768px){
    #tel22 + section .contents_btn01 a span{
        font-size: 2rem;
        padding: 10px 45px 15px;
    }
}
@media screen and (min-width: 769px){
    #tel22 + section .contents_btn01 a[href^="tel:"]{
        pointer-events: none;
    }
}