@charset "utf-8";
.cont h1 {
  background-image: url(../images/title.png);
}
#service .box {
  overflow: hidden;
  margin: 30px 0 30px;
}
#service .left {
  width: 350px;
  float: left;
  padding-right: 20px;
}
#service .h3_01 {
  width: 163px;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
  background: url("../images/h3.png") no-repeat center center;
  display: block;
  margin-bottom: 20px;
}
#service .h3_02 {
  width: 180px;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
  background: url("../images/h3_02.png") no-repeat center center;
  display: block;
  margin-bottom: 20px;
}
#service .h3_03 {
  width: 292px;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
  background: url("../images/h3_03.png") no-repeat center center;
  display: block;
  margin-bottom: 20px;
}
#service .flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .flowbox {
  width: 200px;
  margin-bottom: 40px;
}
#service .title {
  font-size: 20px;
  font-weight: bold;
  color: #7d6eb6;
  text-align: center;
  margin: 20px 0;
}
#service .genba {
  overflow: hidden;
}
#service .area_l {
  width: 443px;
  float: left;
  margin-top: 50px;
  padding-right: 20px;
}
#service .blue {
  font-weight: bold;
  color: #2a53ad;
}

@media only screen and (max-width: 768px) {
.cont h1 {
  background-image: url(../images/title_sp.png);
}
#service .left {
  width: 100%;
  float: none;
  padding-right: 0;
  margin-bottom: 20px;
}
#service .h3_01 {
  width: 40%;
  padding-top: 10%;
  background: url("../images/h3_sp.png") no-repeat center center;
  background-size: 100%;
}
#service .img01 {
  width: 100%;
  padding-top: 67.16%;
  overflow: hidden;
  height: 0;
  background: url("../images/img_01_sp.jpg") no-repeat center center;
  background-size: 100%;
  display: block;
}
#service .h3_02 {
  width: 50%;
  padding-top: 9.44%;
  background: url("../images/h3_02_sp.png") no-repeat center center;
  background-size: 100%;
  margin-bottom: 20px;
}
#service .img02 {
  width: 100%;
  padding-top: 67.16%;
  overflow: hidden;
  height: 0;
  background: url("../images/img_02_sp.jpg") no-repeat center center;
  background-size: 100%;
  display: block;
}
#service .h3_03 {
  width: 70%;
  padding-top: 10.05%;
  background: url("../images/h3_03_sp.png") no-repeat center center;
  background-size: 100%;
}
#service .img03 {
  width: 100%;
  padding-top: 67.16%;
  overflow: hidden;
  height: 0;
  background: url("../images/img_03_sp.jpg") no-repeat center center;
  background-size: 100%;
  display: block;
}
#service .flowbox {
  width: 100%;
}
#service .flowbox img {
  width: 80%;
  padding-top: 80%;
  overflow: hidden;
  height: 0;
  background: url("../images/image_01_sp.png") no-repeat center center;
  background-size: 100%;
  display: block;
  margin: 0 auto;
}
#service .flowbox img.image02 {
  background: url("../images/image_02_sp.png") no-repeat center center;
  background-size: 100%;
}
#service .flowbox img.image03 {
  background: url("../images/image_03_sp.png") no-repeat center center;
  background-size: 100%;
}
#service .flowbox img.image04 {
  background: url("../images/image_04_sp.png") no-repeat center center;
  background-size: 100%;
}
#service .flowbox img.image05 {
  background: url("../images/image_05_sp.png") no-repeat center center;
  background-size: 100%;
}
#service .flowbox img.image06 {
  background: url("../images/image_06_sp.png") no-repeat center center;
  background-size: 100%;
}
#service .flowbox img.image07 {
  background: url("../images/image_07_sp.png") no-repeat center center;
  background-size: 100%;
}
#service .flowbox img.image08 {
  background: url("../images/image_08_sp.png") no-repeat center center;
  background-size: 100%;
}
#service .flowbox img.image09 {
  background: url("../images/image_09_sp.png") no-repeat center center;
  background-size: 100%;
}
#service .flowbox p {
  text-align: center;
}
#service .area_l {
  width: 100%;
  float: none;
  margin-top: 0;
  padding-right: 0;
}
#service .area {
  display: none;
}
}
