@charset "UTF-8";
.common_mv.mv {
  background: url("../img/mv.jpg") no-repeat top 20% center/cover;
}
.jigyoucont {
  background-color: #f8f8f8;
  padding: 0 15px 60px;
}
.jigyoucont .contInr .ttlcont {
  background-color: #fff;
  padding: 0 15px 70px;
  font-size: 20px;
  position: relative;
  margin-bottom: 50px;
}
.jigyoucont .contInr .ttlcont::after {
  position: absolute;
  content: "";
  left: 0;
  top: -40px;
  height: 40px;
  width: 100%;
  background-color: #fff;
}
.jigyoucont .contInr .ttlcont .ttl {
  margin-bottom: 50px;
  font-family: "YuGothic-B";
}
.jigyoucont .contInr .txt {
  font-size: 14px;
  line-height: 2;
}
.torihikicont {
  background: url("../img/torihiki.jpg")no-repeat center bottom/cover;
  padding: 40px 15px;
}
.torihikicont .ttl {
  color: #fff;
  font-size: 20px;
  font-family: "YuGothic-B";
  margin-bottom: 40px;
}
.torihikicont .boxcont {
  background-color: #fff;
  padding: 30px 15px;
  width: 100%;
}
.torihikicont .boxcont ul {
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.torihikicont .boxcont li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.torihikicont .boxcont li:first-child img {
  max-width: 76px;
  margin: auto;
  display: block;
}
@media only screen and (min-width: 769px) {
  .jigyoucont {
    padding-bottom: 110px;
  }
  .jigyoucont .contInr .ttlcont::after {
    top: -80px;
    height: 80px;
  }
  .jigyoucont .contInr .ttlcont, .torihikicont .ttl {
    font-size: 30px;
  }
  .jigyoucont .contInr .txt {
    font-size: 16px;
  }
  .torihikicont .boxcont {
    padding: 60px 30px;
  }
  .torihikicont .boxcont li:first-child {
    width: 12%;
  }
  .torihikicont .boxcont li:nth-child(3) {
    width: 26%;
  }
  .torihikicont .boxcont li:nth-child(4) {
    width: 18%;
  }
  .torihikicont .boxcont li {
    width: 22%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {}