/*新歓トップページ*/
.shinkaninfo ul {
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-template-rows: 130px;
    gap: 1em;
    justify-content: center;
    white-space: normal;
  }
  .shinkaninfo ul a {
    background: #ffc0cb;
    text-align: center;
    height: 130px;
    line-height: 50px;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 0 8px gray;
    text-decoration: none;
  }
  .shinkaninfo ul a i {
    font-weight: bold;
    line-height: 80px;
    font-size: 50px;
  }
  .shinkaninfo ul a:hover {
    background: #ff99a8;
  }
  #shinkantw {
    background: #fff;
    border-style: solid;
    border-radius: 5px;
    border-color: #00acee;
    color: #000;
  }
  #shinkantw:hover {
    background: #b7ebff;
  }
  #shinkanpv {
    background: #fff;
    border-style: solid;
    border-radius: 5px;
    border-color: #ff0000;
    color: #000;
  }
  #shinkanpv .fa-youtube {
    background: none !important;
  }
  #shinkanpv:hover {
    background: #ffcccc !important;
  }
  #shinkanig {
    background: #fff;
    border-style: solid;
    border-radius: 5px;
    border-color: #000;
    color: #000;
    box-shadow: 0 0 8px gray;
  }
  #shinkanig:hover {
    background: #f5f5f5;
  }
 
  #center {
    background: #fff;
    border-style: solid;
    border-radius: 5px;
    border-color: #000;
    color: #000;
    box-shadow: 0 0 8px gray;
    line-height: 20px;
  }
  #center:hover {
    background: #f5f5f5;
  } 
  
  .shinkaninfo li {
    list-style-type: none;
  }
  .shinkaninfo li:before {
    content: none !important;
  }
  .shinkantitle {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
  }
  