@charset "UTF-8";

section h2 {
  background:url(../../outline/images/project04/ico_b_line.png) no-repeat center bottom;
  background-size:auto 3px;
}
section h3 {
  background:url(../../outline/images/project04/ico_title_line.png) no-repeat 0 0;
  background-size:2px auto;
}

  .box04_left {
  float:left;
  margin:10px;
}
  .box04_left .ttl {
  font-size:14px;
  line-height:17px;
  font-weight:600;
  margin-bottom:10px;
  color: #00a0e8;
}
  .box04_left ul li {
  font-size:12px;
  line-height:17px;
  font-weight:600;
  margin:8px 0 10px;
  padding:0 0 0 13px;
  background:url(../images/ico_list_line04.png) no-repeat 0 7px;
  background-size:6px auto;
}
  .box04_left .cap {
  font-size:12px;
  line-height:17px;
  margin:5px 0 0 13px;
  }
  .box04_left .image04 {
  margin:0 auto;
  }
  .box04_left p {
  font-size:12px;
  line-height:17px;
  margin:10px 0;
  }
  .box04_left p.indent-1 {
  padding-left:1em;
  text-indent:-1em;
  }
  .box04_right img {
  margin:0 auto;
  }
  .box04_right {
  float:left;
  margin-bottom:20px;
  }


/***** PC *****/
@media screen and (min-width: 780px) {
  section h2 {
    background:url(../../outline/images/project04/ico_b_line.png) no-repeat center bottom;
    background-size:auto 6px;
  }
  section h3 {
    background:url(../../outline/images/project04/ico_title_line.png) no-repeat 0 0;
    background-size:4px auto;
  }
  
  .box04_left {
  float:left;
  margin:10px 0 40px;
  }
  .box04_left .ttl {
  font-size:20px;
  line-height:28px;
  font-weight:600;
  margin-bottom:10px;
  color: #00a0e8;
  }
  .box04_left ul li {
  font-size:18px;
  line-height:28px;
  font-weight:600;
  margin:8px 0 10px;
  padding:0 0 0 13px;
  background:url(../images/ico_list_line04.png) no-repeat 0 12px;
  background-size:6px auto;
  }
  .box04_left .cap {
  font-size:16px;
  line-height:26px;
  margin:5px 0 0 13px;
  width:550px;
  }
  .box04_left .image04 {
  position: relative;
  left: -120px;
  }
  .box04_left p {
  font-size:16px;
  line-height:26px;
  margin:10px 0;
  }
  .box04_left p.indent-1 {
  padding-left:1em;
  text-indent:-1em;
  }
  .box04_right {
  float:right;
  margin-right:10px;
  }

}
