@charset "UTF-8";
.hospital_list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.hospital_list h2 {
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.hospital_list h2::before {
  content: "■";
  color: #56adfe;
  margin-right: 5px;
}
.hospital_list h3 {
  margin: 0;
  padding: 0.5rem 0.3rem;
  font-size: 1rem;
  font-weight: 500;
  background: #e0e2e4;
  border: 2px solid #cfd1d3;
  border-bottom: none;
  width: min(100% - 13px, 546px);
}
.hospital_list .table_wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
.hospital_list table {
  width: 560px;
  border: 1px solid #cfd1d3;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 15px;
}
.hospital_list table tr td:first-of-type {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}
.hospital_list table td {
  padding: 0.5rem 0.3rem;
  border: 1px solid #cfd1d3;
  background: #ffffff;
  font-size: 0.875rem;
}
.hospital_list table td.name {
  width: 4.5rem;
}
.hospital_list table td.hospital_name {
  width: 6.5rem;
}
.hospital_list table td.zip {
  width: 4.5rem;
}
.hospital_list table td.tel {
  width: 6.5rem;
}

@media print, screen and (min-width: 769px) {
  .hospital_list {
    width: 560px;
    margin: auto auto 30px auto;
  }
  .hospital_list h2 {
    margin-bottom: 3px;
    background: url(../common_img/page_categoryicon.png) no-repeat 0 9px;
    border-bottom: 1px solid #bababa;
    padding-left: 0;
    text-indent: 0;
  }
  .hospital_list h2::before {
    content: none;
    margin-right: 0;
  }
  .hospital_list h2 span {
    display: block;
    margin-left: 20px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 180%;
    color: #333;
  }
  .hospital_list h3 {
    padding: 3px 6px;
    width: auto;
  }
  .hospital_list table {
    width: 560px;
    margin: auto;
    margin-bottom: 15px;
    border-collapse: collapse;
    border: 2px solid #cfd1d3;
    border-top: none;
  }
  .hospital_list table td {
    border: 2px solid #cfd1d3;
    border-top: none;
    padding: 3px 6px;
    color: #333333;
  }
  .hospital_list table tr td:first-of-type {
    position: static;
  }
}/*# sourceMappingURL=style.css.map */