@charset "UTF-8";

.ex-footer-company__sns{
  padding: 30px 0 0;
  display: flex;
}

.ex-footer-company__sns-item{
  margin: 0 25px 0 0;
}

.ex-footer-company__sns-item img{
  width: 44px;
}

.ex-img-thumbnail-web{
  position: relative;
  bottom: -70px;
  scale: 115%;
  margin-top: -63px;
} 

.ex-img-thumbnail-dtp{
  position: relative;
  padding: 20px 0;
} 



.ex-home-works_list::after{
  content:"";
  display: block;
  width:30%;
}

@media only screen and (max-width: 768px) {
  .c-wp-content .is-sp-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .c-wp-content .is-sp-scroll figure { margin: 0; }
  .c-wp-content .is-sp-scroll img {
    max-width: none;   /* 既存の img { max-width:100% } を解除 */
    height: 460px;
    width: auto;
  }
}