@charset "utf-8";
section {
  text-align: left;
  width: 96rem;
  margin: 0 auto;
  padding: 5rem 0;
}
section h2 {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
section h2 a span {
  font-size: 1.2rem;
  font-weight: bold;
}
section p {
  font-size: 1.4rem;
}

.wk_content {
  width: 95%;
  margin-left: auto;
}
/*軽い説明*/
/*軽い説明*/
/*サイト一覧*/
.site_imgs {
  width: 96rem;
  height: 48rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 3rem auto;
  border: 1px solid #cdcdcd;
}
.site_imgs:hover {
  opacity: 0.8;
}
.site_imgs a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.site_img01 {
  background-image: url("../images/works_img/w_daru.png");
}
.site_img02 {
  background-image: url("../images/works_img/w_smy.png");
}
.site_img03 {
  background-image: url("../images/works_img/w_bolt.png");
}
.site_img04 {
  background-image: url("../images/works_img/w_tyukan.png");
}
.site_img05 {
  background-image: url("../images/works_img/w_form.png");
}
.site_img06 {
  background-image: url("../images/works_img/w_okumoto_sp.png");
}
.site_img07 {
  background-image: url("../images/works_img/w_wit.png");
}
.site_img08{
  background-image: url("../images/works_img/w_wonderful.png");
}
.site_img09{
  background-image: url("../images/works_img/wan55.png");
}
.w_container ul {
  margin-bottom: 2rem;
}
.w_container li {
  padding: 1rem;
  border-bottom: 1px solid #cdcdcd;
}
.w_container li p:first-child {
  width: 20%;
  padding-left: 1rem;
}
.w_container h3 {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.w_container .text {
  line-height: 1.7;
  padding: 1rem 2rem;
  ;
}
/*サイト一覧*/
@media screen and (max-width:640px) {
  section {
    width: 100%;
  }
}