@charset "utf-8";

/* CSS Document */

.mainTitle {
  background: url(../img/works/main_bg.jpg) no-repeat;
}
#works .c_title01 {
  font-size: 21px;
}
#works ul {
  padding: 30px 0 100px 45px;
}
#works li {
  position: relative;
  padding-left: 18px;
  line-height: 1.75;
  margin-bottom: 5px;
}
#works li:before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .mainTitle {
    background: url(../img/works/main_bg.jpg) no-repeat center center;
    background-size:cover;
  }
  #works .c_title01 {
    font-size: 18px;
  }
  #works ul {
    padding: 15px 10px 50px 10px;
  }
  #works li {
    position: relative;
    padding-left: 18px;
    line-height: 1.75;
    margin-bottom: 0;
  }
  #works li:before {
    position: absolute;
    content: "●";
    top: 0;
    left: 0;
  }
}


