@charset "UTF-8";

/* このファイルに記載することでCSSを上書きできます
html {
  color: #F00;
}
*/

.c-product-sIcon__item{
  height: 2.2rem;
}

.c-product-sIcon__item :where(img){
  width: auto;
  height: 100%;
}

.c-userSectCol-infoInline[style="display: none;"] + .c-userSectCol-infoInline:not(:first-child) {
  margin-top: 0;
}
