@charset "UTF-8";
/* ===================================================================
  use links
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use pc
=================================================================== */
  
  .links_conte {
    margin-bottom: 50px;
  }
  .links_conte h2 {
    font-size: 3rem;
    padding: 40px 0;
    text-align: center;
  }
  .links_conte h2 span {
    padding: 40px 0;
    text-align: center;
    position: relative;
  }
  .links_conte h2 span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 22px;
    background: url("../common/images/stripe.png") no-repeat;
    width: 65px;
    height: 100%;
    z-index: -1;
  }
  .links_conte .contents {
    padding-top: 0;
  }
  .links_conte ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 720px;
    margin: 0 auto;
  }
  .links_conte ul li {
    width: 220px;
    text-align: center;
    margin-bottom: 60px;
  }
  .links_conte ul li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .links_conte ul figure {
    margin: 0 0 10px;
    padding: 0;
/*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 99px;
*/
  }
  .links_conte ul figure span {
    display: block;
    background: #000;
  }
  .links_conte ul figure img {
    max-width: 220px;
    height: auto;
  }
  .links_conte ul figcaption {
    margin: 0 0 10px;
    background: #333;
    line-height: 2;
    font-weight: bold;
/*
    margin-top: auto;
*/
  }
  .links_conte ul li a:hover {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
    border: none;
  }
  
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use sp
=================================================================== */
  .links_conte {
    padding: 3vw 0 0;
  }
  .links_conte h2 {
    font-size: 3rem;
    text-align: center;
    padding: 3vw 0;
  }
  .links_conte h2 span {
    text-align: center;
    position: relative;
    padding: 1vw 0;
  }
  .links_conte h2 span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    width: 65px;
    height: 100%;
    background: url("../common/images/stripe.png") no-repeat;
    background-size: auto 100%;
    z-index: -1;
  }
  .links_conte ul {
    width: 90%;
    margin: 0 auto;
  }
  .links_conte ul li {
    text-align: center;
    margin-bottom: 6vw;
  }
  .links_conte ul figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/*
    height: 22vw;
*/
    background: #000;
    margin: 0 20% 3vw;
    padding: 0;
  }
  .links_conte ul figure img {
    width: 100%;
    min-width: 220px;
  }
  .links_conte ul figcaption {
    margin: 0 0 3vw;
    background: #333;
    line-height: 2;
    font-weight: bold;
  }
}
