@charset "UTF-8";
/* 
  add style
*/

/* 「施設基準」のボタンセット */
.facility_standards__btn_wrapper {
   display: flex;
   justify-content: center;
   gap: 1.5em 3em;
   flex-wrap: wrap;
}
.facility_standards__btn_wrapper a {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
}

/* utility style */
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.table-type1 {
  width: 100%;
  margin-top: 1em;
}
.table-type1 th,
.table-type1 td {
  border: 1px solid #2d7e55;
  border-collapse: collapse;
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 1099px) {
  .table-type1 th,
  .table-type1 td {
    display: block;
  }
}
.table-type1 th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #edf3f0;
}
@media screen and (max-width: 1099px) {
  .table-type1 th {
    border-bottom: none;
  }
}
.table-type1 tr:nth-of-type(n + 2) th {
  border-top: none;
}
.table-type1 .list_wrapper {
  list-style: none;
}
.table-type1 .list_wrapper > li {
  position: relative;
  padding-left: 12px;
}
.table-type1 .list_wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #2d7e55;
  border-radius: 50%;
}