#page_facilities {
  background-color: #fff;
}

.f_inner {
  width: 1080rem;
  margin-left: auto;
  margin-right: auto;
}

.f_ttl {
  text-align: center;
  font-size: 26rem;
}

.facilities_lead p {
  text-align: center;
  font-size: 22rem;
  line-height: 2.2;
}

.type_anchor ul {
  justify-content: center;
}

.f_info_content .text_area {
  margin-top: 40rem;
  display: flex;
  justify-content: space-between;
}
.f_info_content .text_area .ttl_wrap h2 {
  font-size: 26rem;
}
.f_info_content .text_area .text {
  width: 500rem;
}
.f_info_content .text_area .text p {
  line-height: 1.8;
  letter-spacing: 1rem;
}

.logo_list ul {
  display: flex;
}
.logo_list ul li {
  padding-right: 45rem;
  padding-left: 45rem;
}
.logo_list ul li:first-child {
  padding-left: 0;
}
.logo_list ul li:last-child {
  padding-right: 0;
}
.logo_list ul li + li {
  border-left: 1px solid #000;
}
.logo_list ul li .logo_wrap {
  width: 120rem;
  height: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_list ul li .logo_wrap img {
  width: 100%;
}
.logo_list ul li p {
  font-size: 15rem;
  text-align: center;
}
.logo_list ul li p span {
  font-size: 12rem;
}

.f_img_list ul {
  display: flex;
  gap: 60rem 36rem;
  flex-wrap: wrap;
}
.f_img_list ul li {
  width: 335rem;
  position: relative;
  padding-bottom: 70rem;
}
.f_img_list ul li h3 {
  margin-top: 14rem;
  font-size: 1.2em;
}
.f_img_list ul li p.t_description {
  margin-top: 10rem;
}
.f_img_list ul li p.btn_more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.f_service {
  margin-top: 140rem;
}

.f_overview {
  margin-top: 90rem;
}
.f_overview .content_wrap {
  display: flex;
  justify-content: space-between;
}
.f_overview .content_wrap .text {
  width: 435rem;
  padding-top: 20rem;
}
.f_overview .content_wrap .text h3 {
  font-size: 1.2em;
}
.f_overview .content_wrap .text .table_wrap {
  margin-top: 20rem;
}
.f_overview .content_wrap .text .table_wrap table {
  width: 100%;
  font-size: 14rem;
}
.f_overview .content_wrap .text .table_wrap table tr {
  border-bottom: 1px solid #000;
}
.f_overview .content_wrap .text .table_wrap table tr th,
.f_overview .content_wrap .text .table_wrap table tr td {
  padding: 14rem 0;
}
.f_overview .content_wrap .text .table_wrap table tr th {
  text-align: left;
}
.f_overview .content_wrap .text .table_wrap table tr td {
  padding-left: 24rem;
}
.f_overview .content_wrap .pic_wrap {
  order: 2;
  width: 640rem;
}

@media screen and (max-width: 767px) {
  .f_inner {
    width: 330rem;
  }
  .f_ttl {
    font-size: 20rem;
  }
  .facilities_lead p {
    font-size: 16rem;
    line-height: 2;
  }
  .type_anchor ul {
    justify-content: center;
  }
  .type_anchor ul li a span {
    font-size: 16rem;
  }
  .f_info_content .text_area {
    margin-top: 20rem;
    display: block;
  }
  .f_info_content .text_area .ttl_wrap h2 {
    font-size: 18rem;
  }
  .f_info_content .text_area .text {
    margin-top: 10rem;
    width: auto;
  }
  .f_info_content .text_area .text p {
    line-height: 1.8;
    letter-spacing: 1rem;
  }
  .logo_list ul {
    display: block;
  }
  .logo_list ul li {
    padding-right: 0rem;
    padding-left: 0rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16rem;
    padding-left: 10rem;
  }
  .logo_list ul li:first-child {
    padding-left: 10rem;
  }
  .logo_list ul li a {
    display: flex;
    align-items: center;
    gap: 26rem;
  }
  .logo_list ul li + li {
    margin-top: 16rem;
    border-left: none;
  }
  .logo_list ul li .logo_wrap {
    width: 80rem;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .logo_list ul li p {
    width: 213rem;
    font-size: 15rem;
    text-align: left;
  }
  .logo_list ul li p span {
    font-size: 12rem;
  }
  .f_img_list ul {
    display: block;
  }
  .f_img_list ul li {
    width: auto;
    padding-bottom: 0;
  }
  .f_img_list ul li + li {
    margin-top: 60rem;
  }
  .f_img_list ul li h3 {
    margin-top: 12rem;
    font-size: 1.2em;
  }
  .f_img_list ul li p.t_description {
    margin-top: 10rem;
  }
  .f_img_list ul li p.btn_more {
    margin-top: 12rem;
    position: static;
  }
  .f_service {
    margin-top: 8ch;
  }
  .f_overview {
    margin-top: 80rem;
  }
  .f_overview .content_wrap {
    display: block;
  }
  .f_overview .content_wrap .text {
    margin-top: 40rem;
    width: auto;
    padding-top: 0;
  }
  .f_overview .content_wrap .text h3 {
    text-align: center;
    font-size: 1.2em;
  }
  .f_overview .content_wrap .text .table_wrap {
    margin-top: 18rem;
  }
  .f_overview .content_wrap .text .table_wrap table {
    font-size: 12rem;
  }
  .f_overview .content_wrap .text .table_wrap table tr th,
  .f_overview .content_wrap .text .table_wrap table tr td {
    padding: 14rem 0;
  }
  .f_overview .content_wrap .text .table_wrap table tr th {
    text-align: left;
  }
  .f_overview .content_wrap .text .table_wrap table tr td {
    padding-left: 14rem;
  }
  .f_overview .content_wrap .pic_wrap {
    width: auto;
  }
}/*# sourceMappingURL=facilities.css.map */