/*追加ｃｓｓ*/
/*外来診療ページ*/
/*-------------------------------*/
.gairai__search__cell {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .gairai__description {
    text-align: left;
  }
}
/*訪問診療ページ*/
/*-------------------------------*/
.houmon__system__ttl {
  text-align: center;
  font-weight: bold !important;
  margin-bottom: 10px;
}
@media(min-width: 768px) and (max-width:1299px) {
  .houmon__system__listWapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .houmon__system__listWapper {
    grid-template-columns: 1fr;
  }
  .houmon__about__description {
    text-align: left;
  }
}