@charset "UTF-8";

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.content_wrapper.telfax {
    margin-bottom: 3rem;
    max-width: 1200px!important;
    padding: 0 7%!important;
}
.content_wrapper.telfax ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content_wrapper.telfax li {
    font-size: 3rem;
    width: 48%;
    text-align: center;
}
@media(max-width: 900px){
.content_wrapper.telfax li {
    width: 100%;
}
}