@charset "utf-8";
/* CSS Document */


/* ============================================

 durability.css

============================================ */

.cover .wrap {
  position: relative;
}
.cover .copy {
  position: absolute;
  top: 18%;
  left: 75%;
  width: 10%;
  opacity: 0;
  animation: fadein 1s ease 1s forwards;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.siding_desc {
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
.siding_desc .inside {
  padding: 1.4em;
}
.siding_desc .dtd_box {
  padding: 1.4em;
  letter-spacing: 2px;
  border: 1px dashed #000;
}
.trouble_desc {
  margin-bottom: 30px;
}

.construction {
  margin-right: auto;
  margin-left: auto;
  max-width: 890px;
}

.trouble_img {
  position: relative;
}
.trouble_img::after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -5px;
  width: 119px;
  height: 150px;
  background-image: url(../img/durability/mam.png);
  background-size: cover;
}

.trouble-ttl { letter-spacing: 2px;}

@media screen and (min-width: 768px) {

.siding_block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.siding_desc {
  margin: 0;
  width: 46%;
}
.siding_img { width: 48%;}

.trouble_block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.trouble_desc {
  margin: 0;
  width: 50%;
}
.trouble_img { width: 42%;}



}

@media screen and (min-width: 960px) {

.cover .copy {
  top: 19%;
  left: 78%;
}
.siding_desc { width: 38%;}
.siding_desc .inside { padding: 50px 30px;}
.siding_desc .dtd_box { padding: 26px 24px;}

.siding_img { margin-right: 4%; width: 52%;}

.trouble_img::after {
  bottom: -30px;
  right: -44px;
}

}
























