@charset "UTF-8";

/* =======================================================
* #sub_main
* ======================================================= */
#sub_main.sub_repair div {
  padding-top: 75px;
  font-size: 30px;
}

#sub_main.sub_repair div span {
  font-size: 30px;
}

@media screen and (max-width:768px) {
  #sub_main.sub_repair div {
    padding-top: 50px;
    font-size: 25px;
  }

  #sub_main.sub_repair div span {
    font-size: 25px;
  }
}

/* =======================================================
* #repair
* ======================================================= */
.bg_repair {
  background: url(../images/bg-supervision.jpg) no-repeat center top/cover;
  background-attachment: fixed;
  height: 500px;
  display: flex;
  margin-bottom: 60px;
}

.bg_repair div {
  margin: auto;
  color: #fff;
  text-shadow: 1px 1px 0px #111;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: .1em;
}

.bg_repair div span {
  display: block;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 13px;
}

.repair_txt {
  text-align: center;
  line-height: 2.2;
  margin-bottom: 30px;
}

#repair ul {
  margin: 70px auto;
}

#repair ul li {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.8;
}

#repair ul li h3 {
  font-weight: normal;
  border-bottom: 1px dotted;
  padding: 0 0 5px 10px;
  margin-bottom: 15px;
  font-size: 16px;
}

#repair ul li h3 img {
  width: 40px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

@media screen and (max-width:768px) {
  .bg_repair {
    height: 460px;
    background-attachment: unset;
    padding: 0 20px;
  }

  .bg_repair div {
    font-size: 17px;
  }

  .repair_txt {
    text-align: left;
    line-height: 2;
  }
}