/** Shopify CDN: Minification failed

Line 71:0 Unexpected "}"

**/
table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* Add 20250630: theme.jsに誤って記載されていたCSSを移動  */
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

.faq-page .container {
  width: 100%;
}

.container.template-fluid {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .product__info-wrapper {
    z-index: 0 !important;
    position: relative !important;
  }

  .product__media,
  .media,
  .media--transparent {
    z-index: 1 !important;
    position: relative;
  }

  .tabs,
  .product__tabs {
    margin-top: 20px !important;
    position: relative !important;
    z-index: 0 !important;
  }
}
}
/* GALLERIA テーマ用: モバイル対応 */
.product-single__description img,
.product-description img,
.product__description img,
.rte img,
[class*="description"] img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
}
.product-single__description,
.product-description,
.product__description,
.rte,
[class*="description"] {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
.product-single__description *,
.product-description *,
.product__description *,
.rte * {
  max-width: 100% !important;
}
/* ここまで */