@charset "utf-8";

/*==============================*/

/* instagram

/*==============================*/

section.contents .infoBox .storeLink{
  text-decoration: none;
}
section.contents .infoBox .storeLink span{
  color: #888;
  text-decoration: none;
}

.section.contents .infoBox>div{
  padding-bottom: 20px;
  background-color: var(--font-color2);
}
.linkIconIG>span::before {
  top: -0.5em!important;
}



@media screen and (max-width: 767.5px) {
  .section.contents .infoBox>div{
    padding-bottom: 0;
  }

  .linkIconIG>span::before {
    top: -.175em!important;
  }
}