@charset "utf-8";
/* CSS Document */
figure {
	margin-top: 50px;
}
.contents figure img {
	max-width: 1800px;
	width: 100%;
  margin: 0 auto;
  display: block;
}
.RelatedLinks li:last-child {
  position: relative;
  right: -40px;
}
/*--------------------------------------------------------------
   SP
--------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  figure {
    margin: 0 0 20px;
  }
  main .container .contents-wrap .contents {
    width: 100% !important;
    margin: 0 auto 50px;
  }
  main .container .contents-wrap .contents:not(:first-of-type) {
    margin: 50px auto 0 auto;
  }
  .RelatedLinks li:last-child {
    right: 0;
  }
}