@charset 'utf-8';
@import url(sub.css);

figure img {
  position: absolute;
  top: 43px;
  width: 1000px;
}
main .sec3 article:nth-child(1) p:nth-of-type(1) {background: #FF0020;}
main .sec3 article:nth-child(1) p:nth-of-type(2) {background: #000000;}
main .sec3 article:nth-child(1) p:nth-of-type(3) {background: #FFFFFF; color: #000;}

main .sec4 img {
  width: 100%;
}
main .sec4 img:nth-of-type(1) {
  margin-bottom: 10%;
}

main .sec5 img {
  margin-left: 10%;
  width: 80%;
  box-shadow: 0px 0px 20px #ddd
}
main .sec5 .s-con {
  padding-bottom: 200px;
}
.btn-box .link-list a:hover {
  color: #17AF71;
}
.btn-box li:nth-child(2):hover .link-btn {
  background-image: url(../img/item4/link-lamer.svg)
}