@charset "utf-8";

.cont_img h1 .eng {
  font-size: 40px;
}

.cont .container article {
  padding-top: 100px;
}

@media only screen and (max-width: 1040px) {

  .cont_img h1 .eng {
    font-size: 20px;
    letter-spacing: 1;
  }

  .cont .container article {
    padding-top: 40px;
  }

  .root {
    margin-top: 100px;
  }
}

/*============================
#works-single
============================*/

#works-single {
  background-color: #fff;
}

/*
.detail
============================*/

#works-single .detail img {
  width: 560px;
}

#works-single .detail .text {
  margin-top: 30px;
  width: 100%;
  flex: 1;
}

#works-single .detail .text .box-2column {
  display: flex;
  flex-wrap: wrap;
}

#works-single .detail .text .box-2column dt,
#works-single .detail .text .box-2column dd {
  border-bottom: #ddd solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#works-single .detail .text .box-2column dt {
  width: 20%;
  font-weight: 600;
  padding-left: 10px;
  color: #40c15e;
}

#works-single .detail .text .box-2column dd {
  width: 80%;
  padding-left: 20px;
}

@media only screen and (max-width: 1040px) {
  #works-single .detail img {
    width: 100%;
  }

  #works-single .detail .text .box-2column dt,
  #works-single .detail .text .box-2column dd {
    font-size: 15px;
  }

  #works-single .detail .text .box-2column dd {
    padding-left: 30px;
    font-size: 14px;
  }
}

/*
.img-box
============================*/

#works-single .img-box {
  background-color: #f3f3f3;
  border-radius: 20px;
  margin: 80px 0 40px;
}

#works-single .img-box img {
  width: 50%;
}

@media only screen and (max-width: 1040px) {

  #works-single .img-box {
    margin: 30px 0;
  }

}

#works-single .all-link {
  font-size: 20px;
  font-weight: 700;
  color: #40c15e;
  position: relative;
  padding-left: 20px;
}

#works-single .all-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2.5px #40c15e;
  border-right: solid 2.5px #40c15e;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 10;
}

@media only screen and (max-width: 1040px) {}
