@charset "utf-8";

.cont .container.container02 {
  width: 100%;
}

/*============================
事業内容
============================*/
#service .inner {
  background: url("../../images/common/logo_bg.png") no-repeat right bottom;
  background-size: 50%;
  padding-bottom: 120px;
}

#service .bold {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #service .bold {
    font-size: 16px;
  }

  #service .inner {
    padding-bottom: 0;
  }
}


/*============================
事業内容　説明
============================*/
#service02 {
  background: #f3f3f3;
  margin-top: 80px;
}

#service02 .boxs {
  margin-bottom: 80px;
  position: relative;
}

#service02 img {
  width: 490px;
}

#service02 dl {
  width: 600px;
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  padding: 30px;
}

#service02 dt {
  font-size: 20px;
  color: #009f41;
  font-weight: bold;
  position: relative;
}

#service02 dt span {
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
  font-family: 'Open Sans', sans-serif;
}

#service02 dt::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 150px;
  height: 4px;
  background: #009f41;
}

#service02 dd {
  margin-top: 20px;
}

#service02 .box {
  background-color: #eee;
  padding: 20px;
}

#service02 .box li {
  padding-left: 1em;
  text-indent: -1em;
}

#service02 .box li:not(:first-child) {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  #service02 {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  #service02 .boxs {
    margin-bottom: 20px;
    position: unset;
  }

  #service02 img {
    width: 100%;
  }

  #service02 dl {
    width: 100%;
    position: unset;
    padding: 20px;
  }

  #service02 dt span {
    display: block;
  }

  #service02 dt::before {
    top: -20px;
    left: -20px;
  }
}
