@charset "UTF-8";
/* ヘッダー画像======================================== */
@media screen and (min-width: 960px) {
  #sub_top.service {
    background-image: url(../images/sub_top.jpg);
  }
}
@media screen and (max-width: 960px) {
  #sub_top.service {
    background-image: url(../images/sub_top_sp.jpg);
  }
}

/* 施工事例======================================== */
.works_dt {
  padding-top: 0;
}
.works_list li a span.cl_3 {
  background-color: #8a9dbf;
}
.works_list li a span.cl_2 {
  background-color: #a68a56;
}
.works_list li a span {
  background-color: #91bf8a;
}

/* 施工事例詳細======================================== */
.works_dt h2 {
  margin-bottom: 1em;
}
.content table.table_01 {
  width: 100%;
}
.content table.table_01 th {
  font-weight: 900;
}
.img_center span {
  background-color: #91bf8a;
  font-weight: 600;
}
.img_center span.cl_2 {
  background-color: #a68a56;
  font-weight: 600;
}
.img_center span.cl_3 {
  background-color: #8a9dbf;
  font-weight: 600;
}
