@charset "UTF-8";
/* CSS Document */
/*---------------------------------
  届出施設基準一覧
---------------------------------*/
#content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../facility-standards/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 50px;
}
.img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .img {
  height: 700px;
}
@media screen and (max-width: 896px) {
  .slider .img {
    height: 450px;
  }
}
@media screen and (max-width: 580px) {
  #content::before {
    background-position: left 0 center;
    background-size: 60px;
  }
  .slider .img {
    height: 250px;
  }
}
/*---------------------------------

	内容

---------------------------------*/
.safety_block {
  margin-bottom: 10rem;
}
.safety_block .ttl {
  margin-bottom: 7rem;
}
.safety_block .ttl h2 {
  font-weight: 400;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 5rem;
  letter-spacing: 5px;
  line-height: 1.7;
  text-align: center;
}
.safety_block .txt ul._list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.safety_block .txt ul._list li {
  border-bottom: 1px solid #ccc;
  flex-basis: calc(100%/5);
  font-size: .9em;
  padding: 1rem;
  text-align: center;
}
.safety_block .txt ul._list li:not(:nth-child(5n)):not(:last-child) {
  border-right: 1px dashed #ccc;
}
.safety_block .txt + .txt {
  margin-top: 15rem;
}
.safety_block .txt h3 {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 5px;
  line-height: 1.5;
  text-align: center;
}
.safety_block .txt h3 + p {
  margin: 2rem 0 8rem;
  text-align: center;
}
.safety_block .txt dl {
  margin-top: 6rem;
}
.safety_block .txt dl dt {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 5px;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.safety_block .txt dl dd {}
.safety_block .txt dl ul {
  margin: 2rem;
}
.safety_block .txt dl ul li {
  margin: .5rem 0;
}
.safety_block .txt dl ul li::marker {
  font-size: 1.2rem;
}
.safety_block ._name {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 5px;
  line-height: 1.7;
  text-align: right;
  margin-top: 10rem;
}
@media screen and (max-width: 580px) {
  .safety_block {
    margin-bottom: 6rem;
  }
  .safety_block .ttl {
    margin-bottom: 4rem;
  }
  .safety_block .ttl h2 {
    font-size: 2.5rem;
  }
  .safety_block .txt ul._list li {
    border-bottom: 1px solid #ccc;
    flex-basis: calc(100%/2);
    padding: 1rem .5rem;
  }
  .safety_block .txt ul._list li:not(:nth-child(5n)):not(:last-child) {
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .safety_block .txt ul._list li:not(:nth-child(2n)):not(:last-child) {
    border-right: 1px dashed #ccc;
  }
  .safety_block .txt + .txt {
    margin-top: 7rem;
  }
  .safety_block .txt h3 {
    font-size: 2.3rem;
  }
  .safety_block .txt h3 + p {
    margin: 2rem 0 5rem;
  }
  .safety_block .txt dl {
    margin-top: 4rem;
  }
  .safety_block .txt dl dt {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
  .safety_block ._name {
    font-size: 1.8rem;
    letter-spacing: 3px;
    margin-top: 6rem;
  }
}