@charset "utf-8";
/*
Theme Name:gensen_tcd050_child
Author:mrri
Template:gensen_tcd050
*/

a[href^="http://tel"] {
    pointer-events: none;
}

ul.user_list {
  display: flex;
  gap: 30px;
}
li.user_profile {
  flex: 1;
}










@media screen and (max-width:991px){
	a[href^="http://tel"] {
    pointer-events: auto;
}
}

