@charset "UTF-8";
/* 
  add style
*/

/* 
  utility style
*/
.list-disc {
  list-style: outside disc;
  padding-left: 1.5em;
}
.list-disc li {
  display: list-item;
}

/* 
  施設基準のスタイル
*/
.c-fs-items {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.c-fs-item__ttl {
  font-size: 2rem;
  text-indent: -1.33em;
  padding-left: 1.33em;
  margin-bottom: 1em;
}
.c-fs-item__ttl::before {
  display: inline-block;
  content: '';
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 0.53em;
  transform: translateX(0.1em) translateY(0.1em);
}

.c-fs-table01 {
  width: 100%;
  max-width: 680px;
  margin: 2em auto 0;
}
.c-fs-table01 th,
.c-fs-table01 td {
  border: 1px solid #5eccfc;
  border-collapse: collapse;
}
.c-fs-table01 th,
.c-fs-table01 td {
  padding: 10px;
}

.c-fs-table01 th {
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  background-color: #eefbff;
}
.c-fs-table01 tr:nth-of-type(n + 2) th {
  border-top: none;
}
.c-fs-table01 td:last-of-type {
  text-align: right;
}
