@charset "utf-8";


/*============================
事業内容
============================*/

#service section .photo {
  width: 100%;
}

#service section img {
  width: 100%;
  display: block;
}

#service section .flex img {
  width: 330px;
}

#service section .flex .text {
  width: 400px;
}

#service section .flex .text p:not(:first-of-type) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #service section .flex img {
    width: 100%;
  }

  #service section .flex .text {
    width: 100%;
    margin-top: 20px;
  }
}
