.p-products-detail-download__btn {
  font-size: 1rem;
}

.p-products-detail-intro__brand {
  font-size: 1.25rem;
}

.p-products-detail-intro {
  margin-bottom: 40px;
}
.p-products-detail-intro__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.p-products-detail-intro__logo img {
  width: auto;
  height: 40px;
}
.p-products-detail-intro__brand {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4666666667;
}
.p-products-detail-intro__wysiwyg-editor {
  margin-top: 40px;
}
.p-products-detail-intro__wysiwyg-editor p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #222222;
}
.p-products-detail-intro__wysiwyg-editor p:not(:first-of-type) {
  margin-top: 30px;
}
.p-products-detail-intro__wysiwyg-editor a {
  color: #006cb7;
  text-decoration: underline;
}
.p-products-detail-intro__wysiwyg-editor ul {
  margin-top: 40px;
}
.p-products-detail-intro__wysiwyg-editor ul li {
  position: relative;
  padding-left: 15px;
  font-size: 1rem;
  font-weight: 500;
}
.p-products-detail-intro__wysiwyg-editor ul li:not(:last-child) {
  margin-bottom: 6px;
}
.p-products-detail-intro__wysiwyg-editor ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #006cb7;
  border-radius: 100%;
}
.p-products-detail-for {
  position: relative;
  margin-bottom: 20px;
}
.p-products-detail-for__item {
  width: calc(100vw - 100px);
}
.p-products-detail-for__item img {
  width: 100%;
}
.p-products-detail-nav {
  max-width: 930px;
  gap: 10px;
  margin: 0 auto;
  padding: 10px 15px;
  background-color: #eaeef1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}
.p-products-detail-for-wrapper {
  position: relative;
  padding: 0 30px;
}
.p-products-detail-for-wrapper .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: linear-gradient(90deg, #006cb7 0, #308da7 100%);
  font-size: 0;
}
.p-products-detail-for-wrapper .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 20px;
  background: url(../images/common/icon_prev_next.svg) no-repeat center/contain;
}
.p-products-detail-for-wrapper .slick-prev {
  left: 0;
}
.p-products-detail-for-wrapper .slick-prev::before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.p-products-detail-for-wrapper .slick-next {
  right: 0;
}
.p-products-detail-nav-wrapper {
  overflow: hidden;
}
.p-products-detail-download {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.p-products-detail-download__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  padding: 12px 10px 15px 20px;
  background-color: #006cb7;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
}
.p-products-detail-download__btn::after {
  content: "";
  position: relative;
  left: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_download.svg) no-repeat center/contain;
}
.p-products-detail-more {
  margin-top: 40px;
}
.p-products-detail-more__img {
  max-width: 1000px;
  margin: 0 auto;
}
.p-products-detail-more > * + * {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-products-detail-download__btn {
    font-size: 1.25rem;
  }
  .p-products-detail-intro__brand {
    font-size: 1.875rem;
  }
  .p-products-detail-intro__logo img {
    height: 100px;
  }
  .p-products-detail-intro__brand {
    margin-bottom: 40px;
  }
  .p-products-detail-intro__wysiwyg-editor p {
    font-size: clamp(1rem, 0.4807692308vw + 0.7692307692rem, 1.25rem);
  }
  .p-products-detail-intro__wysiwyg-editor p:not(:first-of-type) {
    margin-top: 60px;
  }
  .p-products-detail-intro__wysiwyg-editor a {
    transition: all 0.5s;
  }
  .p-products-detail-intro__wysiwyg-editor a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .p-products-detail-intro__wysiwyg-editor ul {
    margin-top: 60px;
  }
  .p-products-detail-intro__wysiwyg-editor ul li {
    font-size: clamp(1rem, 0.4807692308vw + 0.7692307692rem, 1.25rem);
    padding-left: 20px;
  }
  .p-products-detail-intro__wysiwyg-editor ul li:not(:last-child) {
    margin-bottom: 9px;
  }
  .p-products-detail-intro__wysiwyg-editor ul li::before {
    top: clamp(0.9375rem, 0.3605769231vw + 0.7644230769rem, 1.125rem);
    left: 5px;
  }
  .p-products-detail-for {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-products-detail-for__item {
    width: clamp(31.25rem, 48.0769230769vw + 8.1730769231rem, 56.25rem);
    width: min(100vw - 80px, 900px);
  }
  .p-products-detail-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
  }
  .p-products-detail-nav {
    padding: 20px 25px;
  }
  .p-products-detail-nav__item {
    width: 160px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .p-products-detail-nav__item:hover {
    opacity: 0.7;
  }
  .p-products-detail-for-wrapper {
    padding: 0 30px;
  }
  .p-products-detail-for-wrapper .slick-arrow {
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .p-products-detail-for-wrapper .slick-arrow:hover {
    opacity: 0.7;
  }
  .p-products-detail-for-wrapper .slick-arrow::before {
    width: 20px;
    height: 40px;
  }
  .p-products-detail-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-products-detail-nav-wrapper .swiper-wrapper {
    margin: 0 -20px 0 0;
  }
  .p-products-detail-download {
    margin-top: 100px;
  }
  .p-products-detail-download__btn {
    width: 400px;
    height: 80px;
    padding: 12px 10px 15px 20px;
    transition: all 0.5s;
  }
  .p-products-detail-download__btn:hover {
    opacity: 0.7;
  }
  .p-products-detail-download__btn::after {
    width: 29px;
    height: 29px;
  }
  .p-products-detail-more {
    margin-top: 78px;
  }
  .p-products-detail-more > * + * {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=maps/products-detail.css.map */
