@charset "UTF-8";

.facility-content-list::before {
    content: "1F";
}

.facility-content-list:nth-of-type(1)::before {
    content: "1F";
    width: 40%;
}

.facility-content-list:nth-of-type(2)::before {
    content: "1・2F";
    width: 40%;
}

.facility-content-list:nth-of-type(3)::before {
    content: "2F";
    width: 40%;
}

#wrapper .facility-content-list_image .body-image:not(:first-child) {
  margin-top: 3%;
}


