#subHeaderIn {
  background: url(../img/bg_sub_main.png) right top no-repeat;
}

.btn01 {
  background: #f8be03;
  color: #ffffff;
  padding: 5px 40px 5px 25px;
  text-decoration: none;
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.btn01::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 11px;
  left: 95px;
}

.btn01:hover {
  color: #ffffff;
  opacity: 0.7;
}

.bg01 {
  background: #f8fbf6;
}

.facilitylist {
  margin: 40px 0 0;
}

span {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
}

.h3_ti02 {
  margin: 24px 0 18px;
}

.facilitylist_2 {
  display: flex;
  flex-wrap: wrap;
  background: #f8fbf6;
  padding: 40px 120px 60px 180px;
}

.facilitylist_2 p {
  width: 50%;
  padding: 18px 0px 0px 0px;
}