@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  font-optical-sizing: auto;
  font-style: normal;
}

body::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}

.text-yellow {
  color: #ffff00;
}

.text-pink {
  color: #fa6972;
}

.text__underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: 600;
}

.font-30 {
  font-size: 1.875rem;
}

.font-36 {
  font-size: 2.25rem;
}

a {
  text-decoration: none;
}

.mod-search {
  position: relative;
  display: block;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  z-index: 100;
}

.single-post__search .mod-search {
  position: fixed;
}

.mod-fixed-contact {
  z-index: 200;
}

.product-detail__body {
  padding-top: 1rem;
}

.product-detail {
  margin-top: 40px;
}

.product-detail__image__area {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-detail__product-image {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.product-detail__product__backGround {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
}

.product-detail__txt-wrapper {
  position: relative;
}

.product-detail__txt-wrapper .product-detail__feature {
  margin-top: 1.5rem;
  margin-bottom: unset;
}

.product-detail__document__area {
  position: relative;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5rem;
}

.product-detail__document__area .product-detail__pdf-list {
  margin-bottom: unset;
}

.product-detail__contact-area p {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.product-detail__contact-area .product-detail__contact-button {
  color: #fff;
}

.product-detail__contact-area .product-detail__contact__form {
  padding: 0.5rem 1.8rem;
  background-color: #87B828;
}

.product-detail__contact-area .product-detail__contact__form .product-detail__contact__text01 {
  font-size: 1.4rem;
  padding: 0.4rem 0;
}

.product-detail__contact-area .product-detail__contact__form .product-detail__contact__text02 {
  font-size: 1rem;
  padding-bottom: 0.4rem;
}

.product-detail__contact-area .product-detail__contact__tell {
  background-color: #000;
  display: none;
}

.product-detail__contact-area .product-detail__contact__tell-button {
  display: block;
  padding: 0.5rem 0.7rem;
  font-size: 1.3rem;
}

.product-detail__contact-area .product-detail__contact__tell-button:before {
  content: "TEL";
  margin-right: 0.4rem;
}

.footer {
  padding-bottom: 5rem;
}

.product-detail__cat-txt {
  display: block;
  padding: 0.4rem 0.7rem;
  background-color: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-detail__title2 {
  margin-top: 1rem;
}

.product__category__description {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__category__description p {
  display: block;
  min-width: 30%;
}

.product__category__description p:not(:first-child) {
  margin-left: 1rem;
}

.product__category__description img {
  width: 300px;
}

.product-lists__body {
  padding-top: 0;
}

/* よくあるご質問（single-post.php）
   ---------------------------------------------------------------
   出す中身は構造化データの FAQPage とまったく同じ。
   カードの見た目（.product__faq）は common-custom.scss 側にある。
   ここは製品ページでの上の余白だけ。
   開閉は /assets/js/common.js の js-accordion-*。
   閉じた状態は module.css の .js-accordion-target { display: none } が作る */

.product-faq {
  padding-top: 56px;
}

@media (min-width: 800px) {
  .sp-only {
    display: none !important;
  }

  .sp-only__flex {
    display: none !important;
  }

  .pc-only {
    display: block;
  }

  .pc-only__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 799px) {
  .sp-only {
    display: block;
  }

  .sp-only__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pc-only {
    display: none !important;
  }

  .pc-only__flex {
    display: none !important;
  }

  .product-detail__document__area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }

  .product-detail__contact-area {
    margin: 2rem auto 0;
  }

  .product-detail__contact-area .product-detail__contact__form {
    padding: 1rem 3.3rem;
  }

  .product-detail__contact-area .product-detail__contact__tell-button {
    display: none;
  }
}

@media screen and (max-width: 738px) {
  .mod-search {
    position: relative;
    display: block;
    width: 100%;
    bottom: unset;
    z-index: 100;
  }

  .main {
    padding-top: 5rem;
  }

  .product-detail {
    margin-top: 5vw;
  }

  .footer {
    padding-bottom: unset;
  }

  .product-faq {
    padding-top: 9.33333vw;
  }
}
/*# sourceMappingURL=category-product.css.map */