<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.pagenavi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(100% + 16px);
  transform: translateX(-8px);
  padding-top: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .pagenavi {
    padding-top: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .pagenavi {
    padding-top: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  .pagenavi {
    padding-bottom: 56px;
  }
}

.pagenavi .current,
.pagenavi .page,
.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  border: solid 2px #005aa6;
  border-radius: 2px;
  color: #005aa6;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  line-height: 53px;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .pagenavi .current,
  .pagenavi .page,
  .pagenavi .previouspostslink,
  .pagenavi .nextpostslink {
    font-size: 1.6rem;
    width: 48px;
    height: 48px;
    line-height: 45px;
  }
}

@media screen and (max-width: 960px) {
  .pagenavi .current,
  .pagenavi .page,
  .pagenavi .previouspostslink,
  .pagenavi .nextpostslink {
    font-size: 1.6rem;
    width: 48px;
    height: 48px;
    line-height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .pagenavi .current,
  .pagenavi .page,
  .pagenavi .previouspostslink,
  .pagenavi .nextpostslink {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
}

.pagenavi .current:hover,
.pagenavi .page:hover,
.pagenavi .previouspostslink:hover,
.pagenavi .nextpostslink:hover {
  background: #005aa6;
  color: #fefefe;
}

.pagenavi .current,
.pagenavi .page {
  margin: 0 8px;
}

@media screen and (max-width: 960px) {
  .pagenavi .current,
  .pagenavi .page {
    margin: 0 4px;
  }
}

@media screen and (max-width: 768px) {
  .pagenavi .current,
  .pagenavi .page {
    margin: 0 2px;
  }
}

@media screen and (max-width: 520px) {
  .pagenavi .current,
  .pagenavi .page {
    max-width: 90px;
    flex-grow: 1;
  }
}

.pagenavi .current {
  background-color: #005aa6;
  color: #fefefe;
}

.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
  width: 112px;
}

@media screen and (max-width: 768px) {
  .pagenavi .previouspostslink,
  .pagenavi .nextpostslink {
    width: 72px;
  }
}

@media screen and (max-width: 520px) {
  .pagenavi .previouspostslink,
  .pagenavi .nextpostslink {
    width: calc( 50% - 8px);
    position: absolute;
    bottom: 0;
  }
}

.pagenavi .previouspostslink::before,
.pagenavi .nextpostslink::before {
  content: '';
  position: absolute;
  top: calc( 50% + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #005aa6 transparent transparent;
  transform: translateY(-50%);
}

.pagenavi .previouspostslink:hover::before,
.pagenavi .nextpostslink:hover::before {
  border-color: transparent #fefefe transparent transparent;
}

.pagenavi .previouspostslink {
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .pagenavi .previouspostslink {
    margin-right: 2px;
  }
}

@media screen and (max-width: 520px) {
  .pagenavi .previouspostslink {
    left: 4px;
  }
}

.pagenavi .previouspostslink::before {
  left: 12px;
}

@media screen and (max-width: 768px) {
  .pagenavi .previouspostslink::before {
    left: 5px;
  }
}

.pagenavi .nextpostslink {
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .pagenavi .nextpostslink {
    margin-left: 2px;
  }
}

@media screen and (max-width: 520px) {
  .pagenavi .nextpostslink {
    right: 4px;
  }
}

.pagenavi .nextpostslink::before {
  right: 12px;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
  .pagenavi .nextpostslink::before {
    right: 5px;
  }
}

.pagelink {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 520px) {
  .pagelink {
    padding: 0 0 56px;
  }
}

.pagelink__prev a, .pagelink__next a, .pagelink__back a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 16px;
  border-radius: 2px;
  font-size: 1.8rem;
  border: solid 2px #005aa6;
  color: #005aa6;
  font-weight: bold;
  line-height: 22px;
}

@media screen and (max-width: 960px) {
  .pagelink__prev a, .pagelink__next a, .pagelink__back a {
    font-size: 1.6rem;
    height: 48px;
    line-height: 13px;
  }
}

.pagelink__prev a:hover, .pagelink__next a:hover, .pagelink__back a:hover {
  background: #005aa6;
  color: #fefefe;
}

.pagelink__prev, .pagelink__next {
  width: 112px;
}

@media screen and (max-width: 520px) {
  .pagelink__prev, .pagelink__next {
    position: absolute;
    width: calc( 50% - 4px);
    bottom: 0;
  }
}

.pagelink__prev a::before, .pagelink__next a::before {
  content: '';
  position: absolute;
  top: calc( 50% + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #005aa6 transparent transparent;
  transform: translateY(-50%);
}

.pagelink__prev a:hover::before, .pagelink__next a:hover::before {
  border-color: transparent #fefefe transparent transparent;
}

.pagelink__prev {
  margin-right: 12px;
}

@media screen and (max-width: 960px) {
  .pagelink__prev {
    margin-right: 8px;
    left: 0;
  }
}

.pagelink__prev a::before {
  left: 12px;
}

.pagelink__next {
  margin-left: 12px;
}

@media screen and (max-width: 960px) {
  .pagelink__next {
    margin-left: 8px;
    right: 0;
  }
}

.pagelink__next a::before {
  right: 12px;
  transform: translateY(-50%) rotate(180deg);
}

.pagelink__back {
  width: 240px;
}

@media screen and (max-width: 960px) {
  .pagelink__back {
    width: 180px;
  }
}

@media screen and (max-width: 520px) {
  .pagelink__back {
    width: 100%;
  }
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#clinic .wrap {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1280px) {
  #clinic .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 960px) {
  #clinic .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 520px) {
  #clinic .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#clinic .alert-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: calc(8px * 6);
  padding: 32px 16px;
  background: #D93200;
  border-radius: 2px;
  color: #fefefe;
  font-size: 3.2rem;
}

@media screen and (max-width: 960px) {
  #clinic .alert-panel {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .alert-panel {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #clinic .alert-panel {
    padding: 24px 16px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  #clinic .alert-panel {
    padding: 16px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  #clinic .alert-panel {
    font-size: 1.8rem;
  }
}

#clinic .alert-panel::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: solid 1px #fefefe;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #clinic .alert-panel::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}

#clinic .clinic-search {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #clinic .clinic-search {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .clinic-search {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#clinic .clinic-search .search-box {
  box-shadow: 0 0 6px rgba(0, 90, 166, 0.18);
}

#clinic .clinic-search .search-box .search-menu {
  margin: 0 40px;
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-search .search-box .search-menu {
    margin: 0 32px;
    padding: 32px 0;
  }
}

@media screen and (max-width: 768px) {
  #clinic .clinic-search .search-box .search-menu {
    margin: 0 24px;
    padding: 24px 0;
  }
}

#clinic .clinic-search .search-box .search-menu .search-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 56px;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-search .search-box .search-menu .search-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-sphere {
  margin-bottom: 12px;
  font-weight: bold;
  color: #005aa6;
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-search .search-box .search-menu .search-list__item .search-sphere {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item {
    width: 116px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 520px) {
  #clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item {
    width: 105px;
  }
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item {
  display: block;
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item label {
  cursor: pointer;
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item input[type="checkbox"]:focus-visible + .sheet-item-label::before {
  outline: solid 2px #D97500;
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item .sheet-item-label {
  position: relative;
  display: inline-block;
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item .sheet-item-label::before, #clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item .sheet-item-label::after {
  content: "";
  display: block;
  position: absolute;
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item .sheet-item-label::before {
  border: solid 2px #C9C8C6;
  width: 24px;
  height: 24px;
  top: -17px;
  left: 1px;
  border-radius: 2px;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item .sheet-item-label::before {
    top: -16px;
    left: 2px;
  }
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item .sheet-item-label::after {
  border-bottom: 3px solid #005aa6;
  border-left: 3px solid #005aa6;
  opacity: 0;
  height: 9px;
  width: 14px;
  transform: rotate(-45deg);
  top: -11px;
  left: 6px;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item .sheet-item-label::after {
    top: -10px;
    left: 7px;
  }
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .sheet-item input[type="checkbox"]:checked + .sheet-item-label::after {
  opacity: 1;
}

#clinic .clinic-search .search-box .search-menu .search-list__item .search-menu-list__item .search-place {
  padding-left: 32px;
}

#clinic .clinic-search .search-box .search-menu .search-from {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

#clinic .clinic-search .search-box .search-menu .search-from input[type="text"] {
  padding: 0 16px;
  width: calc(100% - 200px);
  height: 56px;
  line-height: 48px;
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #C9C8C6;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-search .search-box .search-menu .search-from input[type="text"] {
    height: 48px;
  }
}

@media screen and (max-width: 520px) {
  #clinic .clinic-search .search-box .search-menu .search-from input[type="text"] {
    width: 100%;
    margin-bottom: 8px;
  }
}

#clinic .clinic-search .search-box .search-menu .search-from input[type="text"]::-moz-placeholder {
  color: #C9C8C6;
  font-weight: bold;
}

#clinic .clinic-search .search-box .search-menu .search-from input[type="text"]::placeholder {
  color: #C9C8C6;
  font-weight: bold;
}

#clinic .clinic-search .search-box .search-menu .search-from .search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 56px;
  background-color: #005aa6;
  color: #fefefe;
  font-weight: bold;
  border-radius: 2px;
  border: 2px solid #005aa6;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-search .search-box .search-menu .search-from .search {
    height: 48px;
  }
}

@media screen and (max-width: 520px) {
  #clinic .clinic-search .search-box .search-menu .search-from .search {
    width: 48%;
  }
}

#clinic .clinic-search .search-box .search-menu .search-from .search svg {
  padding-right: 4px;
  width: 20px;
  height: 20px;
  fill: #fefefe;
  transition: 0.3s ease-in-out;
}

#clinic .clinic-search .search-box .search-menu .search-from .search:hover {
  background-color: #fefefe;
  color: #005aa6;
}

#clinic .clinic-search .search-box .search-menu .search-from .search:hover svg {
  fill: #005aa6;
}

#clinic .clinic-search .search-box .search-menu .search-from .clear {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 56px;
  background-color: #C9C8C6;
  color: #fefefe;
  font-weight: bold;
  border-radius: 2px;
  border: 2px solid #C9C8C6;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-search .search-box .search-menu .search-from .clear {
    height: 48px;
  }
}

@media screen and (max-width: 520px) {
  #clinic .clinic-search .search-box .search-menu .search-from .clear {
    width: 48%;
  }
}

#clinic .clinic-search .search-box .search-menu .search-from .clear:hover {
  background-color: #fefefe;
  color: #C9C8C6;
}

#clinic .clinic-search .search-box .triger .btn-more {
  width: 100%;
  cursor: pointer;
  padding: 24px 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #005aa6;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-search .search-box .triger .btn-more {
    padding: 16px 32px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  #clinic .clinic-search .search-box .triger .btn-more {
    padding: 16px 32px;
    font-size: 1.6rem;
  }
}

#clinic .clinic-search .search-box .triger .btn-more span {
  position: relative;
  padding-right: 40px;
}

#clinic .clinic-search .search-box .triger .btn-more span::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #005aa6;
  border-radius: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#clinic .clinic-search .search-box .triger .btn-more span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #fce900 transparent transparent transparent;
}

#clinic .clinic-search .search-box .triger .btn-more::before {
  content: '検索条件を変更';
}

#clinic .clinic-search .search-box .triger .btn-more.open span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 18%;
  right: 7px;
  transform: translateY(-50%);
  rotate: 180deg;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #fce900 transparent transparent transparent;
}

#clinic .clinic-search .search-box .triger .btn-more.open::before {
  content: '閉じる';
}

#clinic .tbl-clinic {
  display: block;
}

@media screen and (max-width: 960px) {
  #clinic .tbl-clinic {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic {
    overflow-x: auto;
    white-space: normal;
  }
}

#clinic .tbl-clinic table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table thead {
    display: none;
  }
}

#clinic .tbl-clinic table thead tr th {
  position: relative;
  padding: 15px;
  border-bottom: solid 1px #C9C8C6;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table thead tr th {
    padding: 10px;
  }
}

#clinic .tbl-clinic table thead tr th span {
  position: relative;
  padding-left: 12px;
  line-height: 1;
}

#clinic .tbl-clinic table thead tr th span::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #005aa6;
  left: 0;
}

#clinic .tbl-clinic table thead tr th span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 50%;
  background-color: #85C9D8;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table tbody {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #C9C8C6;
    border-right: 1px solid #C9C8C6;
    border-left: 1px solid #C9C8C6;
    margin-bottom: 16px;
  }
}

#clinic .tbl-clinic table tbody tr th,
#clinic .tbl-clinic table tbody tr td {
  padding: 15px;
  border-bottom: solid 1px #C9C8C6;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table tbody tr th,
  #clinic .tbl-clinic table tbody tr td {
    padding: 10px;
  }
}

#clinic .tbl-clinic table tbody tr th:nth-of-type(1),
#clinic .tbl-clinic table tbody tr td:nth-of-type(1) {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table tbody tr td {
    width: 100%;
  }
}

#clinic .tbl-clinic table tbody tr td a {
  text-decoration: underline;
}

#clinic .tbl-clinic table tbody tr td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #333333;
    margin-bottom: 4px;
    font-weight: bold;
  }
}

#clinic .tbl-clinic table tbody tr td:nth-of-type(1) {
  width: 240px;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table tbody tr td:nth-of-type(1) {
    width: 100%;
    background-color: #F4F3F0;
  }
}

#clinic .tbl-clinic table tbody tr td:nth-of-type(1)::before {
  color: #005aa6;
}

#clinic .tbl-clinic table tbody tr td:nth-of-type(2) {
  width: 320px;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table tbody tr td:nth-of-type(2) {
    width: 100%;
  }
}

#clinic .tbl-clinic table tbody tr td:nth-of-type(3) {
  padding-left: 16px;
}

#clinic .tbl-clinic table tbody tr td:nth-of-type(3) svg {
  width: 16px;
  height: 16px;
  fill: #005aa6;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table tbody tr td:nth-of-type(3) {
    padding-left: 10px;
  }
}

#clinic .tbl-clinic table tbody tr td:nth-of-type(4) a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #005aa6;
  padding: 4px 8px 4px 4px;
  font-size: 1.4rem;
  color: #fefefe;
  text-decoration: none;
  border-radius: 2px;
  font-weight: bold;
  line-height: 1.4;
  border: 1px solid #005aa6;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table tbody tr td:nth-of-type(4) a {
    max-width: 240px;
  }
}

@media screen and (max-width: 520px) {
  #clinic .tbl-clinic table tbody tr td:nth-of-type(4) a {
    max-width: 100%;
  }
}

#clinic .tbl-clinic table tbody tr td:nth-of-type(4) a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fce900;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

#clinic .tbl-clinic table tbody tr td:nth-of-type(4) a:hover {
  background-color: #fefefe;
  color: #005aa6;
}

#clinic .tbl-clinic table tbody tr td:nth-of-type(4) a:hover::after {
  border-color: transparent transparent transparent #005aa6;
}

#clinic .tbl-clinic table tbody tr p[class^="alert-"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-bottom: 4px;
  padding: 0 12px;
  border-radius: 2px;
  color: #fefefe;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #clinic .tbl-clinic table tbody tr p[class^="alert-"] {
    width: -moz-fit-content;
    width: fit-content;
  }
}

#clinic .tbl-clinic table tbody tr .alert-confirming {
  background-color: #C9C8C6;
}

#clinic .tbl-clinic table tbody tr .alert-available {
  background-color: #005aa6;
}

#clinic .tbl-clinic table tbody tr .alert-partially {
  background-color: #02A47F;
}

#clinic .tbl-clinic table tbody tr .alert-visit-only {
  background-color: #D97500;
}

#clinic .tbl-clinic table tbody tr .alert-unavailable {
  background-color: #D93200;
}

/*# sourceMappingURL=../../../maps/general/pages/clinic.css.map */
</pre></body></html>