@charset "UTF-8";
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Jost-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff2") format("woff2");
  font-display: swap;
}
/* other */
/* indiviual */
/* コンテンツ共通スタイル */
body {
  background-image: url(../../products/img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 26em;
}
@media screen and (min-width: 1920px) {
  body {
    background-size: contain;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  body {
    background-size: auto 24em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  body {
    background-size: auto 24em;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  body {
    background-size: auto 24em;
  }
}

.table-wrap {
  overflow: initial !important;
}
.disposal-sensor-contents {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
}
.disposal-sensor-contents .disposal-sensor-contents-detail {
  width: 47%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
@media screen and (max-width: 767px) {
  .disposal-sensor-contents .disposal-sensor-contents-detail {
    width: 100%;
  }
}
.disposal-sensor-contents .disposal-sensor-contents-detail .txt-area {
  width: 90%;
}
.disposal-sensor-contents .disposal-sensor-contents-detail .txt-area dl dt {
  font-size: 1.2em;
  line-height: 1;
  padding: 0.5em 0.75em;
  display: inline-block;
  border: solid 1px #000;
}
.disposal-sensor-contents .disposal-sensor-contents-detail .txt-area dl dd {
  margin-top: 1em;
}
.disposal-sensor-contents .disposal-sensor-contents-detail .txt-area dl dd:first-of-type {
  width: 60%;
}
.disposal-sensor-contents .disposal-sensor-contents-detail .txt-area dl dd + dt {
  margin-top: 2em;
}
.disposal-sensor-contents .disposal-sensor-contents-detail .txt-area dl dd ul {
  font-size: 1.05em;
  letter-spacing: 0;
}
.disposal-sensor-contents .disposal-sensor-contents-detail .txt-area dl dd ul li {
  font-weight: 600;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}
.disposal-sensor-contents .disposal-sensor-contents-detail .txt-area dl dd ul li::before {
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 0.75em;
  left: 2px;
  background-color: #3E83DB;
  border-radius: 50%;
  content: "";
}
.disposal-sensor-contents .disposal-sensor-contents-detail .txt-area dl dd ul li + li {
  margin-top: 0.5em;
}
.disposal-sensor-contents .disposal-sensor-contents-detail picture {
  width: 10%;
  position: relative;
}
.disposal-sensor-contents .disposal-sensor-contents-detail picture img {
  width: 400%;
  max-width: 400%;
  position: absolute;
  top: 0;
  right: 0;
}
.disposal-sensor-contents .disposal-sensor-contents-detail + .disposal-sensor-contents-detail .txt-area dl dd:first-of-type {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .table-wrap {
    width: 100%;
    overflow: auto !important;
  }
  .table-wrap table {
    width: auto;
    table-layout: fixed;
  }
  .table-wrap table thead th {
    white-space: nowrap;
  }
  .table-wrap table.half {
    width: 72vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-size: auto 24em;
  }
  .table-wrap {
    width: 100%;
    overflow: auto !important;
  }
  .table-wrap table {
    width: auto;
    table-layout: fixed;
  }
  .table-wrap table thead th {
    white-space: nowrap;
  }
  .table-wrap table.half {
    width: 175vw;
  }
  .disposal-sensor-contents {
    flex-direction: column;
  }
  .disposal-sensor-contents .disposal-sensor-contents-detail {
    width: 100%;
  }
  .disposal-sensor-contents .disposal-sensor-contents-detail + .disposal-sensor-contents-detail {
    margin-top: 3em;
  }
}/*# sourceMappingURL=products.css.map */