@charset "UTF-8";

#under_main {
  background: url(../images/bg-service2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* インクルード化に伴い追加してます */
section#service {
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  section#service {
    margin-bottom: 50px;
  }
}

/* =======================================================
* service
======================================================= */
#service .flex {
  margin: 50px 0;
}
#service .flex .w50 {
  max-width: 500px;
  margin: 30px auto;
}
#service .flex.last {
  margin-bottom: 100px;
}
#service .flex p {
  line-height: 1.8;
  font-size: 17px;
}

@media screen and (max-width:768px) {
  #service {
    padding-left: 20px;
    padding-right: 20px;
  }
  #service .flex {
    margin: 0;
  }
  #service .flex .w50 {
    margin: 30px auto 0;
  }
  #service .flex.last {
    margin-bottom: 70px;
  }
}
