@charset "utf-8"; /* 文字化けしないために書く */
@media screen and (max-width: 1024px) {
  .link {
    height: 270px;
  }
  .link img {
    height: 45%;
    top: 55%;
  }
  .shoukai {
    width: 100%;
  }
  .shoukai a {
    padding: 0.8rem 1rem;
    color: #fff;
    border-color: #fff;
  }
}
@media screen and (max-width: 670px) {
  .title h3 {
    font-size: 2.5rem;
    margin-top: 0;
    padding-top: 0;
  }
  .link {
    width: 100%;
    height: 250px;
  }
  .link img {
    height: 53%;
    top: 47%;
  }
  .shoukai {
    width: 60%;
  }
  .space {
    display: none;
  }
}
