/* カスタマイズ用CSS */
.cs-productMailArea {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.cs-productMailArea textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.cs-productMailArea img {
  max-width: 100%;
}
.cs-productMailArea html {
  box-sizing: border-box;
}
.cs-productMailArea *,
.cs-productMailArea *::before,
.cs-productMailArea *::after {
  box-sizing: inherit;
}
.cs-productMailArea img {
  width: 100%;
}
.cs-productRole__description {
  font-size: calc(1.25625rem + 0.075vw);
}
.ec-productRole .cs-productRole__description::before {
  content:"\A";
  white-space:pre;
}