@charset "UTF-8";

/* このファイルに記載することでCSSを上書きできます
html {
  color: #F00;
}
*/

.c-required-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 1.6rem;
  padding: 0;
  border-radius: 0.2rem;
  background-color: #D51212 !important;
  border: 1px solid #D51212;
  color: var(--color-white);
  font-size: 1rem;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=text], input[type=number]{
  padding: 0.8rem 1rem 0.9rem 1rem;
}

.c-productUser-sIcon__item{
  height: 2rem;
}

.c-productUser-sIcon__item img{
  width: auto;
  height: 100%;
}