@charset "UTF-8";
.main-container .wrapper .inner.cmn-std-wrap > * + * {
  margin-top: 1lh;
}
.main-container .wrapper .inner.cmn-std-wrap h2 {
  margin-top: 1lh;
  padding-bottom: 0.25lh;
  position: relative;
}
.main-container .wrapper .inner.cmn-std-wrap h2, .main-container .wrapper .inner.cmn-std-wrap h2 span {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--c_primary);
}
@media all and (max-width: 1023px) {
  .main-container .wrapper .inner.cmn-std-wrap h2, .main-container .wrapper .inner.cmn-std-wrap h2 span {
    font-size: 2rem;
  }
}
.main-container .wrapper .inner.cmn-std-wrap h2 span {
  display: inline-block;
}
.main-container .wrapper .inner.cmn-std-wrap h2:first-child {
  margin-top: 0;
}
.main-container .wrapper .inner.cmn-std-wrap h2::before, .main-container .wrapper .inner.cmn-std-wrap h2::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 100%;
}
.main-container .wrapper .inner.cmn-std-wrap h2::before {
  max-width: 40%;
  background: linear-gradient(270deg, #234584, #0073A8);
  left: 0;
}
.main-container .wrapper .inner.cmn-std-wrap h2::after {
  max-width: 60%;
  background: var(--bg_base);
  right: 0;
}
.main-container .wrapper .inner.cmn-std-wrap div[class*=div-title] {
  font-size: 2rem;
  font-weight: 500;
  color: var(--c_primary);
  border-bottom: 0.2rem solid var(--c_primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em 1lh;
  margin-top: 2lh;
  padding-bottom: 0.5em;
}
@media all and (max-width: 1023px) {
  .main-container .wrapper .inner.cmn-std-wrap div[class*=div-title] {
    font-size: 1.6rem;
    flex-flow: wrap;
  }
}
.main-container .wrapper .inner.cmn-std-wrap div[class*=div-title] a {
  text-decoration: none;
  color: var(--c_white);
  background: var(--c_primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  flex: none;
}
@media all and (max-width: 1023px) {
  .main-container .wrapper .inner.cmn-std-wrap div[class*=div-title] a {
    margin-left: auto;
    margin-right: 0;
  }
}
.main-container .wrapper .inner.cmn-std-wrap div[id*=ope_top5_nm]:not(.comment), .main-container .wrapper .inner.cmn-std-wrap div[id*=cd_top5_nm]:not(.comment) {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--c_primary);
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5em;
  margin-top: 1lh;
}
.main-container .wrapper .inner.cmn-std-wrap div[id*=ope_top5_nm]:not(.comment)::before, .main-container .wrapper .inner.cmn-std-wrap div[id*=cd_top5_nm]:not(.comment)::before {
  content: "";
  width: 1em;
  height: 1em;
  border: 0.3em solid;
  border-radius: 100vw;
  aspect-ratio: 1/1;
  display: block;
  flex: none;
  translate: 0 0.05lh;
}
.main-container .wrapper .inner.cmn-std-wrap .comment {
  background: var(--bg_base);
  margin-top: 1lh;
  padding: 1lh;
}
.main-container .wrapper .inner.cmn-std-wrap a {
  color: var(--c_primary);
  text-decoration: underline;
}
@media all and (min-width: 1024px) {
  .main-container .wrapper .inner.cmn-std-wrap a {
    transition: all 0.3s;
  }
  .main-container .wrapper .inner.cmn-std-wrap a:hover {
    opacity: 0.5;
  }
}
.main-container .wrapper .inner.cmn-std-wrap ol {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}
.main-container .wrapper .inner.cmn-std-wrap ol li {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--c_primary);
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5lh;
}
@media all and (max-width: 1023px) {
  .main-container .wrapper .inner.cmn-std-wrap ol li {
    font-size: 1.4rem;
  }
}
.main-container .wrapper .inner.cmn-std-wrap ol li::before {
  content: "・";
}
.main-container .wrapper .inner.cmn-std-wrap ol li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.main-container .wrapper .inner.cmn-std-wrap ol li a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 0.1rem solid var(--c_primary);
  border-right: 0.1rem solid var(--c_primary);
  display: block;
  rotate: 45deg;
  aspect-ratio: 1/1;
  flex: none;
}
@media all and (min-width: 1024px) {
  .main-container .wrapper .inner.cmn-std-wrap ol li a::after {
    transition: all 0.3s;
  }
}
@media all and (min-width: 1024px) {
  .main-container .wrapper .inner.cmn-std-wrap ol li a {
    transition: all 0.3s;
  }
  .main-container .wrapper .inner.cmn-std-wrap ol li a:hover, .main-container .wrapper .inner.cmn-std-wrap ol li a:focus {
    opacity: 0.5;
  }
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table {
  width: 100%;
  max-width: none;
  min-width: 100%;
  background: var(--bdr_gray_pale);
  border-spacing: 0.1rem;
  margin: auto;
}
@media all and (max-width: 1023px) {
  .main-container .wrapper .inner.cmn-std-wrap .table-wrap table {
    width: -moz-max-content;
    width: max-content;
    max-width: 200%;
  }
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table.table-scroll {
  width: -moz-max-content;
  width: max-content;
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr:first-child th {
  background: var(--c_primary);
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr:first-child th, .main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr:first-child th p {
  color: var(--c_white);
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr th, .main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr td {
  background: var(--c_white);
  padding: 1lh 0.5lh;
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr th, .main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr th p, .main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr td, .main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr td p {
  font-size: 1.5rem;
}
@media all and (max-width: 1023px) {
  .main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr th, .main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr th p, .main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr td, .main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr td p {
    font-size: 1.4rem;
  }
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr th {
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: 20rem;
  background: var(--bg_base);
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr th, .main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr th p {
  color: var(--c_primary);
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr th p {
  width: -moz-max-content;
  width: max-content;
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr th p.txt-center {
  margin: 0 auto;
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap table tr td {
  width: -moz-fit-content;
  width: fit-content;
}
.main-container .wrapper .inner.cmn-std-wrap .table-wrap + span {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 1lh;
}
/*# sourceMappingURL=maps/hospital_indicators.css.map */
