/* Styles definition here */
/* Styles definition here */

.ahb_list_service{ display:none;}
.service_title {display:none !important;}
.ahb_list_time {margin-right: 1em;}

@media only screen and (max-width: 767px) {
  .c-ttl {
    display: flex;
    gap: 0.5em;
	  align-items: center;
  }
  .c-ttl h3, .c-ttl p {
    display: inline;
	  height: 2.5em;
  }
	.c-ttl h3 {
       padding-top: 0px;
       line-height: 20px;
		height: 2em;
    display: inline-table;
  }
	}
	.c-ttl p {
		width: 6em;
		margin: 0 0 0;
	}
}