@charset 'utf-8';
@import url(sub.css);

figure img {
  position: absolute;
  top: 83px;
  width: 1000px;
}
main .sec3 article:nth-child(1) p:nth-of-type(1) {background: #F96A6E;}
main .sec3 article:nth-child(1) p:nth-of-type(2) {background: #3E70BA;}
main .sec3 article:nth-child(1) p:nth-of-type(3) {background: #FFD664;}

main .sec4 img {
  display: block;
  width: 100%;
}
main .sec5 img {
  display: block;
  float: left;
  width: 30%;
  box-shadow: 0px 0px 20px #ddd
}
main .sec5 img:nth-of-type(1) {
  margin-right: 5%;
}
main .sec5 img:nth-of-type(2) {
  margin-right: 5%;
  margin-top: 10%;
}
main .sec5 img:nth-of-type(3) {
  margin-top: 20%;
}
main .sec5 img:nth-of-type(4) {
  position: absolute;
  left: 35%;
  top: 850px;
}
main .sec5 .s-con {
  padding-bottom: 200px;
}

.btn-box .link-list a:hover {
  color: #F96A6E;
}
.btn-box li:nth-child(2):hover .link-btn {
  background-image: url(../img/item2/link-101.svg)
}