@charset "UTF-8";

/*----ご依頼の流れ----*/
a[id*="step"] + section .content_wrapper .heading .h {
    font-size: 3.2rem !important;
}
a[id*="step"] + section .content_wrapper .heading p {
    font-size: 2rem;
}
a[id*="step"] + section .content_wrapper .wrapper_item .inner_item_txt {
    font-size: 1.8rem;
}
/*----電話番号----*/
@media(width > 768px){
a[href^="tel:"]{
    pointer-events: none;
    text-decoration: none;
}
}