.product__social-list {
  display: flex;
  gap: 10px;
}

.product__image-main {
  width:100%;
}

.product__image-thumb {
  margin-top:16px;
}

.product__explain table {
  width:50%;
  text-align:center;
}

.product__explain table img {
  max-width:350px;
}

.product__explain th {
  background-color:#ddd;
}

.table_size td {
  width:40%;
}

.option-list__select {
  width:fit-content;
}

.detail_flex {
  display:flex;
}

strong::before {
  content:'\01F9F5';
}

.strong_size::before {
  content:'\01F4CF';
}

.caution_season {
  border:solid 1px red;
  padding:24px;
  margin:24px;
}

.caution_season p {
  color:red;
  text-align:center;
}
