@charset "utf-8";
/*--------------------------------------------
  orderGoodsList.css
  上書き用CSS
--------------------------------------------*/
.cartItemAttentionText {
  font-size: calc(14px + 0.25vw);
  line-height: calc(1.4rem + 0.25vw);
  text-align: center;
  margin-bottom: 20px;
}
.cartItemAttentionText h3 {
  font-size: calc(16px + 0.25vw);
  font-weight: bold;
  line-height: calc(1.6rem + 0.25vw);
  margin: 0 0 10px;
  color: #f00;
}
.cartItemAttentionText span {
  display: block;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 641px) {
/*--------------------------------------------
  orderGoodsList.css
  上書き用CSS
--------------------------------------------*/
.cartItemAttentionText {
  font-size: calc(10px + 0.25vw);
  line-height: calc(1.1rem + 0.25vw);
  text-align: left;
  margin: 0;
}
.cartItemAttentionText h3 {
  font-size: calc(14px + 0.25vw);
  font-weight: bold;
  line-height: calc(1.4rem + 0.25vw);
  margin: 0 0 5px;
}
/*--------------------------------------------
  chojyu-common.css
  上書き用CSS
--------------------------------------------*/
.level_h2 {
  font-size: calc(16px + 0.25vw);
  margin: 10px 0;
}
/*--------------------------------------------
  OrderInfoInput.css
  上書き用CSS
--------------------------------------------*/
.pagePartsHtmlText {
  margin-top: 5px;
  font-size: calc(12px + 0.25vw);
  line-height: calc(1.3rem + 0.25vw);
}
}