@charset "UTF-8";
/*
	Filename: facillity
	Version: 1.0.1
*/
#facillity .wrap .facillity_title {
  padding: 40px 0;
}
#facillity h1 {
  margin-bottom: 32px;
}
#facillity .facillity_title p {
  line-height: 1.6;
}
.facillity_title2 {
  padding-bottom: 80px;
}
.facillity_title2 h2 {
  margin-bottom: 16px;
}
.facillity_title2 p {
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  #facillity {
    padding-top: 74px;
  }
}
@media screen and (max-width: 750px) {
  #facillity h1 {
    margin-bottom: 16px;
  }
  #facillity .facillity_title p {
    font-size: 14px;
  }
  .facillity_title2 {
    padding-bottom: 60px;
  }
  .facillity_title2 h2 {
    margin-bottom: 12px;
  }
  .facillity_title2 p {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
/*-----------------------------------------------------
	#facillity_contact
------------------------------------------------------*/
.facillity_contact {
  padding-bottom: 40px;
}
.facillity_contact h2 {
  margin-bottom: 32px;
}
.facillity_contact .wrap .flex {
  -webkit-box-align: center;
  align-items: center;
}
.facillity_contact_child {
  position: relative;
  width: 32%;
  padding-left: 15px;
}
.facillity_contact_child:last-of-type {
  padding-left: 0;
}
.facillity_contact_child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #0F76B9;
  border-radius: 3px;
}
.facillity_contact_child:nth-of-type(2)::before {
  background: #E67612;
}
.facillity_contact_child:last-of-type::before {
  display: none;
}
.facillity_contact_child h3 {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.facillity_contact_child h4 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #767676;
}
.facillity_contact_child h4 i {
  margin-right: 5px;
}
.facillity_contact_child p {
  font-size: 1.6rem;
  line-height: 1.3;
}
.facillity_contact_child {
}
.facillity_contact_child .icon_link {
  width: 368px;
  margin: 0 auto;
}
.facillity_contact_child .icon_link::before {
  width: 24px;
  height: 24px;
  background: url("../img/common/mail.svg") no-repeat center center;
  background-size: cover;
}
.facillity_contact_child .icon_link a {
  padding: 30px 24px 30px 55px;
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .facillity_contact_child .icon_link {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .facillity_contact {
    padding-bottom: 60px;
  }
  .facillity_contact h2 {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .facillity_contact_child {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }
  .facillity_contact_child:last-of-type {
    margin-bottom: 0;
  }
  .facillity_contact_child h3 {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .facillity_contact_child h4 {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .facillity_contact_child p {
    font-size: 14px;
  }
  .facillity_contact_child .icon_link a {
    font-size: 14px;
  }
}
/*-----------------------------------------------------
	#facillity ナビ
------------------------------------------------------*/
.tabs ul.flex li.tab_item.tab_current::after, .tabs ul.flex li.tab_item:hover::after {
  background: #0EA4B3;
}
#facillity .wrap img {
  max-width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}
#facillity .wrap img.b_gray {
  margin-bottom: 32px;
  border: 1px solid #ccc;
}
#facillity .wrap h2 {
  margin-bottom: 32px;
}
#facillity .wrap h4 {
  margin-bottom: 16px;
}
.guide_child ul {
  margin-bottom: 16px;
}
table.table_01 tr:nth-child(even) td {
  background: #EBF4F5;
}
.guide_child .icon_link {
  width: 368px;
}
.guide_child .icon_link::before {
  width: 24px;
  height: 24px;
  background: url("../img/common/picture_as_pdf.svg") no-repeat center center;
  background-size: cover;
}
.guide_child .icon_link a {
  padding: 24px 24px 24px 55px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .guide_child .icon_link {
    width: 100%;
  }
  .guide_child .icon_link a {
    font-size: 14px;
  }
}

/*-----------------------------------------------------
	#facillity_car
------------------------------------------------------*/
.facillity_car {
  padding-bottom: 40px;
}
.facillity_car p {
  line-height: 1.6;
}
.facillity_car .flex {
  -webkit-box-align: center;
  align-items: center;
}
.facillity_car_child {
  width: 64%;
}
.facillity_car_child:last-of-type {
  width: 32%;
}
.facillity_car_child .icon_link {
  width: 368px;
  margin: 0 auto;
}
.facillity_car_child .icon_link::before {
  width: 24px;
  height: 24px;
  background: url("../img/common/car.svg") no-repeat center center;
  background-size: cover;
}
.facillity_car_child .icon_link a {
  padding: 30px 24px 30px 55px;
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .facillity_car_child .icon_link {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .facillity_car {
    padding-bottom: 60px;
  }
  .facillity_car p {
    font-size: 14px;
  }
  .facillity_car_child {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }
  .facillity_car_child:last-of-type {
    width: 100%;
  }
  .facillity_car_child .icon_link a {
    font-size: 14px;
  }
}


.mb80 {
  margin-bottom: 80px;
}
.table_01 tr td a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.table_01 tr td a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url("../img/common/download.png") no-repeat center center;
  background-size: cover;
}
.facillity_p {
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .mb80 {
    margin-bottom: 60px;
  }
}




