@charset "UTF-8";
.txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18469D;
  gap: 1.0416666667vw;
  transition: 0.5s;
  width: 12.34375vw;
  height: 3.6458333333vw;
  border: solid 1px #18469D;
  border-radius: 70px;
  margin-top: 5vw;
}
.txt-a svg {
  width: 0.9375vw;
  height: 0.3645833333vw;
  display: flex;
}
.txt-a svg path {
  transition: 0.5s;
}
.txt-a:hover {
  background: #18469D;
  color: #ffffff;
}
.txt-a:hover svg path {
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .txt-a {
    gap: 5px;
    width: 170px;
    height: 55px;
    border-radius: 55px;
    font-size: 14px;
    gap: 15px;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .txt-a svg {
    width: 15px;
    height: 7px;
  }
  .txt-a:hover {
    color: #18469D;
    gap: 1.5vw;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area .img-box {
  height: 31vw;
  width: 48.6%;
}
section#lead_area .img-box img {
  -o-object-position: top;
     object-position: top;
}
section#lead_area .txt-box {
  padding-top: 4vw;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  section#lead_area .img-box {
    height: 48vw;
    width: 100%;

    
  }


}
/*==========================================================================
section#single_products
========================================================================== */
section#single_products .inner {
  padding-bottom: 5.2083333333vw;
}
section#single_products .item-box {
  justify-content: space-between;
}
section#single_products .item-box .img-box {
  width: 48%;
}
section#single_products .item-box .txt-box {
  width: 48%;
}
section#single_products .item-box .txt-box .txt-h2 {
  margin-bottom: 1.5vw;
  color: #18469D;
}
section#single_products .item-box .txt-box .txt-p {
  line-height: 2em;
}
section#single_products .blow-table {
  width: 100%;
  border-collapse: collapse;
}
section#single_products .blow-table th, section#single_products .blow-table td {
  border: 1px solid rgb(169, 186, 217);
  padding: 0.5vw 1vw;
  text-align: center;
  box-sizing: border-box;
}
section#single_products .blow-table th {
  background-color: rgb(202, 210, 226);
  color: #000000;
  width: 11vw;
}
section#single_products .blow-table td {
  width: calc(100% - 11vw);
}
section#single_products .norm-box {
  margin-top: 7.8125vw;
}
section#single_products .norm-box .txt-h3 {
  text-align: center;
  color: #18469D;
  margin-bottom: 2.5vw;
}
section#single_products .norm-box .product-specs-table {
  width: 100%;
  border-collapse: collapse;
}
section#single_products .norm-box .product-specs-table th, section#single_products .norm-box .product-specs-table td {
  border: 1px solid rgb(169, 186, 217);
  padding: 0.5vw 1vw;
  text-align: center;
  box-sizing: border-box;
}
section#single_products .norm-box .product-specs-table th {
  background-color: rgb(202, 210, 226);
  color: #000000;
}
section#single_products .txt-a {
  margin: 0 auto;
  margin-top: 5.2083333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 2.4vw;
  box-sizing: border-box;
}
section#single_products .main-slider {
  width: 100%;
  height: 20vw;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 1vw;
  overflow: initial;
}
section#single_products .main-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1vw;
  box-sizing: border-box;
}
section#single_products .main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1vw;
  box-shadow: 5px 5px 10px rgb(138 138 138 / 60%);
}
section#single_products .thumbnail-slider {
  width: 100%;
  height: 4vw;
}
section#single_products .thumbnail-slider .swiper-slide {
  height: 4vw;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0.5vw;
}
section#single_products .thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
section#single_products .thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
  border-color: #18469d;
}
section#single_products .thumbnail-slider .swiper-slide.empty {
  cursor: not-allowed;
  background: #ccc;
}
section#single_products .swiper-button-next, section#single_products .swiper-button-prev {
  color: #18469d;
}
section#single_products .swiper-button-next::after, section#single_products .swiper-button-prev::after {
  font-size: 1.2vw;
}

@media screen and (max-width: 767px) {
  section#single_products {
    /* サムネイルスライダー */
  }
  section#single_products .inner {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  section#single_products .item-box {
    justify-content: space-between;
  }
  section#single_products .item-box .img-box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#single_products .item-box .txt-box {
    width: 100%;
  }
  section#single_products .item-box .txt-box .txt-h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  section#single_products .item-box .txt-box .txt-p {
    font-size: 14px;
  }
  section#single_products .blow-table th, section#single_products .blow-table td {
    font-size: 12px;
    padding: 5px 10px;
  }
  section#single_products .blow-table th {
    width: 140px;
  }
  section#single_products .blow-table td {
    width: calc(100% - 160px);
  }
  section#single_products .norm-box {
    margin-top: 40px;
  }
  section#single_products .norm-box .txt-h3 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  section#single_products .norm-box .product-specs-table th, section#single_products .norm-box .product-specs-table td {
    font-size: 12px;
    padding: 5px 10px;
  }
  section#single_products .txt-a {
    margin: 0 auto;
    margin-top: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 30px;
    box-sizing: border-box;
  }
  section#single_products .main-slider {
    width: 100%;
    height: 60vw;
    margin-bottom: 20px;
    border-radius: 8px;


  }
  section#single_products .main-slider .swiper-slide {
    border-radius: 8px;
  }
  section#single_products .main-slider .swiper-slide img {
    border-radius: 8px;
  }
  section#single_products .thumbnail-slider {
    width: 100%;
    height: 12vw;
  }
  section#single_products .thumbnail-slider .swiper-slide {
    height: 12vw;
    border-width: 2px;
    border-radius: 5px;
  }
  section#single_products .swiper-button-next::after, section#single_products .swiper-button-prev::after {
    font-size: 20px;
  }
}
/*# sourceMappingURL=single-products.css.map */