.floor:not(:last-of-type) {
  margin-bottom: 4rem;
}

.floor__img {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}

.floor__text__room_list {
  padding: 1.5rem;
  border-radius: 1em;
  background-color: #F5F9FE;
}

.floor__text__room_list li {
  min-height: 4em;
  padding: 1em 0 1em 2.5em;
  position: relative;
  border-bottom: 1px dotted #3576CA;
}

.floor__text__room_number {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.2em;
  left: 0;
  border-radius: 50%;
  line-height: 1.5rem;
  text-align: center;
  background-color: #3576CA;
  color: #fff;
}

.floor__text__room_name a {
  color: #3576CA;
  text-decoration: underline;
}

.floor__text__room_description {
  display: block;
  font-size: .9em;
}

@media screen and (min-width: 768px) {
  .floor.-floor01 {
    margin-bottom: 4rem;
  }
  .floor__content {
    display: flex;
    align-items: center;
  }
  .floor__img {
    margin-right: 2rem;
  }
  .floor__text {
    flex-shrink: 0;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .floor.-floor01 {
    margin-bottom: 6rem;
  }
  .floor__text__room_list {
    padding: 2rem;
  }
  .floor__text__room_number {
    width: 2rem;
    height: 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .floor__text__room__description {
    font-size: 0.77rem;
  }
}
/*# sourceMappingURL=institution.css.map */