.fs-preview-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.login.my-false,
.logout.my-true {
  display: none !important;
}

.fs-c-agreementConfirmationArea__message img{
max-width:50%;
margin:auto;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
max-width:90%;
}


/* 注文内容確認 */
.fs-c-totalAndActions,
.fs-c-checkout-shippingInfo,
.fs-c-checkout-buyerInfo,
.fs-c-checkout-paymentInfo,
.fs-c-checkout-couponInfo,
.fs-c-checkout-orderInfo,
.fs-c-checkout-communicationInfo {
  background-color: #f7f7f7;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.fs-c-checkout-shippingDetail__parcel,
.fs-c-checkout-shippingDetail__shippingCarrier__comment,
.fs-c-checkout-shippingDetail__deliveryDetail,
.fs-c-checkout-shippingOptionPreview,
.fs-c-checkout-paymentMethod__title,
.fs-c-checkout-couponCodeInput,
.fs-c-checkout-previewAndEdit__info,
.fs-c-cartTable__dataCell {
  background-color: #fff;
}
.fs-c-cartTable__headerCell {
  background-color: #f7f7f7;
}