@charset "utf-8";

.socialList {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.socialList>li {
  margin: 0 10px;
}

.socialList>li img{
  width: 45px;
}

@media screen and (max-width: 899px){
  /* ===== sp ===== */
  #layout1 .socialList {
    margin: 20px -20px -15px;
    background: #000;
    padding: 20px;
  }

  body:not(#layout1) .socialList {
    margin-top: 0;
  }
}

@media screen and (min-width: 900px){
  /* ===== pc ===== */
  .socialList>li {
    margin: 0 5px;
  }

  .socialList>li img{
    width: 30px;
  }

  body:not(#layout1) .socialList {
    margin: 0;
    position: absolute;
    top: 4px;
    left: 2px;
  }
}