<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------
fabricmist.css
ãƒ•ã‚¡ãƒ–ãƒªãƒƒã‚¯ãƒŸã‚¹ãƒˆ
--------------------*/
@media screen and (min-width: 768px) {
  .product_use:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .product_use img {
    float: left;
    max-width: 320px;
    margin-right: 40px;
  }

  .product_use p {
    text-align: left;
    margin-bottom: 1.6em;
  }

  .product_use p:last-child {
    margin-bottom: 0;
  }

  .product_use+table {
    margin-top: 30px;
  }

  .genzairyou p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .product_use:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .product_use img {
    float: none;
    width: 100vw;
    height: 60vw;
    margin: 0;
    margin-bottom: 4vw;
  }

  .product_use p {
    float: none;
    width: 96vw;
  }

  .product_howto_area&gt;div {
    padding: 0;
    padding-top: 4vw;
    border: none;
  }
}</pre></body></html>