@charset "utf-8";

/*============================
#service
============================*/

#service .intro {
  padding: 75px 30px;
  background: url(../images/bg.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 30px;
  border-radius: 3px;
}

#service .intro p.catch {
  color: #fff;
}

#service .intro p.lead {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

#service p.lead {
  margin-bottom: 20px;
}

#service .strength {
  margin-top: 40px;
}

#service .strength .flex:nth-of-type(n+2) {
  margin-top: 30px;
}

#service .strength img {
  width: 280px;
  border-radius: 3px;
}

#service .strength .text {
  width: 450px;
}

#service .strength h4 {
  display: inline-block;
  background-color: #093DA5;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 3px;
  margin: 10px 0;
}

#service .strength .flex:last-of-type {
  padding: 30px 50px 30px 60px;
  background-color: #f8f8f8;
  border-radius: 3px;
  align-items: center;
}

#service .strength .flex:last-of-type .catch {
  margin-bottom: 0;
}

#service .strength .flex:last-of-type .catch img {
  width: 100%;
}

#service .strength .flex:last-of-type p:last-of-type {
  margin-top: 0;
  width: 435px;
  font-size: 15px;
}

#service .post img {
  width: 100%;
}

@media only screen and (max-width: 768px) {

  #service .intro {
    padding: 40px 15px;
    background-image: url(../images/bg.png);
    -webkit-background-size: cover;
    margin-bottom: 10px;
  }

  #service .intro p.catch {
    font-size: 24px;
    margin-bottom: 15px;
  }

  #service .intro p.lead {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
  }

  #service .strength {
    margin-top: 0;
  }

  #service .strength .flex:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #service .strength img {
    width: 100%;
  }

  #service .strength .text {
    width: 100%;
  }

  #service .strength h4 {
    font-size: 15px;
    line-height: 1.4;
  }

  #service .strength .flex:last-of-type {
    padding: 25px 15px;
  }

  #service .strength .flex:last-of-type img {
    width: 166px;
    margin-bottom: 0;
  }

  #service .strength .flex:last-of-type p {
    width: 100%;
  }

  #service .strength .flex:last-of-type .catch {
    margin-bottom: 10px;
  }

  #service .strength .flex:last-of-type .catch img {
    padding-top: 24.7863%;
    display: block;
    height: 0;
    width: 100%;
    overflow: hidden;
    background: url(../images/catch02_sp.png) no-repeat center center;
    background-size: 100%;
  }
}
