@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;
}
.hospital_list h3:not(:first-of-type) {
  margin-top: 2rem;
}
.hospital_list table {
  width: 100%;
  margin-bottom: 15px;
}
.hospital_list table td {
  display: block;
  padding-top: 0.5rem;
}
.hospital_list table td span {
  display: block;
  position: relative;
  padding-left: 14px;
  margin-left: 0.5rem;
}
.hospital_list table td span::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 1px;
  height: 1px;
  border: 6px solid transparent;
  border-left: 8px solid #999fa5;
}
.hospital_list table td.none {
  display: none;
}

@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 h3:not(:first-of-type) {
    margin-top: 0;
  }
  .hospital_list table {
    width: 560px;
    margin: auto;
    margin-bottom: 15px;
    border-collapse: collapse;
    border: 2px solid #cfd1d3;
    border-top: none;
  }
  .hospital_list table td {
    display: table-cell;
    border: 2px solid #cfd1d3;
    border-top: none;
    padding: 3px 6px;
    color: #333333;
    width: 33.33%;
  }
  .hospital_list table td span {
    margin: 0;
    padding: 0;
  }
  .hospital_list table td span::after {
    content: none;
  }
  .hospital_list table td.none {
    display: table-cell;
  }
}
.hospital_detail {
  margin-bottom: 15px;
}
.hospital_detail table {
  border-collapse: collapse;
}
.hospital_detail th {
  border: 2px solid #cfd1d3;
  padding: 0.3rem;
  background: #e0e2e4;
  text-align: left;
  width: 4.5rem;
  font-weight: 500;
}
.hospital_detail td {
  border: 2px solid #cfd1d3;
  padding: 0.3rem;
}

@media print, screen and (min-width: 769px) {
  .hospital_detail {
    width: 560px;
    margin: auto auto 30px auto;
  }
  .hospital_detail table {
    width: 560px;
    margin: auto;
    border: 2px solid #cfd1d3;
  }
  .hospital_detail table th {
    width: 80px;
  }
  .hospital_detail table td {
    border: 2px solid #cfd1d3;
  }
  .hospital_detail table th span,
  .hospital_detail table td span {
    display: block;
    padding: 3px 6px;
    color: #333;
    text-align: left;
  }
  .hospital_detail table th span {
    font-weight: 500;
  }
}/*# sourceMappingURL=style.css.map */