@charset "UTF-8";
#related .wrap .related-item:last-child {
  grid-column: 1/3;
  grid-row: 3/4;
  width: 100%;
}
#related .wrap .related-item:last-child a {
  width: 307px;
  margin: 0 auto;
}
/* ---------------------------------
 SP-601
--------------------------------- */
@media screen and (max-width: 601px) {
  #related .wrap .related-item:last-child {
    grid-column: auto;
    grid-row: auto;
  }
  #related .wrap .related-item:last-child a {
    width: 100%;
  }
}
