@media screen and (max-width: 768px) {
  table.tbl_calendar {
      width: 80%;
      margin: 50px auto;
  }
}

.header--brand img {
	width: 150px!important;
}

/* チャット位置調整 */
.ktzn-tm{
  right:15px !important;
}
.ktzn-tm-msg{
  right:0px !important;
}
.ktzn-tm-icon{
  background-color: #000000 !important;
}
.ktzn-tm-icon.close{
  background-color: #FFF !important;
}
