.product_2026 h1, .product_2026 h2, .product_2026 h3, .product_2026 h4, .product_2026 h5, .product_2026 h6, .product_2026 p, .product_2026 a, .product_2026 span, .product_2026 td, .product_2026 th {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.product_2026_fv {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.product_2026_fv img {
  width: 100%;
  height: auto;
}
.product_2026_fv__sp {
  display: none;
}

@media (max-width: 520px) {
  .product_2026_fv__pc {
    display: none;
  }
  .product_2026_fv__sp {
    display: block;
  }
}
.product_2026_description {
  margin-bottom: 80px;
  text-align: center;
}
.product_2026_description span {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 8px;
  background-color: #ff0000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.product_2026_description h2 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 500;
}
.product_2026_description p {
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 520px) {
  .product_2026_description {
    margin-bottom: 70px;
  }
  .product_2026_description span {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .product_2026_description h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .product_2026_description p {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    text-align: justify;
  }
  .product_2026_description p br {
    display: none;
  }
}
.product_2026_features {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.product_2026_features h4 {
  margin-bottom: 30px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 12px 0;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.product_2026_features ul {
  display: grid;
  row-gap: 30px;
}
.product_2026_features ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_2026_features ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.product_2026_features ul li img {
  width: 48%;
}
.product_2026_features ul li div {
  width: 48%;
}
.product_2026_features ul li div p {
  line-height: 1.75;
}
.product_2026_features ul li div p:nth-child(1) {
  margin-bottom: 10px;
  font-size: 30px;
}
.product_2026_features ul li div p:nth-child(2) {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}
.product_2026_features ul li div p:nth-child(3) {
  font-size: 16px;
  text-align: justify;
}

@media (max-width: 520px) {
  .product_2026_features {
    margin: 0 auto 60px;
  }
  .product_2026_features h4 {
    margin-bottom: 30px;
    padding: 12px 0;
    font-size: 18px;
  }
  .product_2026_features ul {
    row-gap: 40px;
  }
  .product_2026_features ul li {
    flex-direction: column-reverse;
    row-gap: 15px;
  }
  .product_2026_features ul li:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .product_2026_features ul li img {
    width: 92%;
  }
  .product_2026_features ul li div {
    width: 92%;
  }
  .product_2026_features ul li div p:nth-child(1) {
    display: none;
  }
  .product_2026_features ul li div p:nth-child(2) {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .product_2026_features ul li div p:nth-child(3) {
    font-size: 14px;
  }
}
.product_2026_price {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.product_2026_price h4 {
  margin-bottom: 40px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 12px 0;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.product_2026_price__container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 60px;
}
.product_2026_price__container img {
  height: 450px;
}
.product_2026_price__container__content {
  width: 700px;
}
.product_2026_price__container__content__product p {
  margin-bottom: 10px;
  font-size: 18px;
}
.product_2026_price__container__content__product table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  font-size: 13px;
  line-height: 1.3;
}
.product_2026_price__container__content__product table td, .product_2026_price__container__content__product table th {
  padding: 6px 0;
  font-size: 15px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
.product_2026_price__container__content__product table th {
  background-color: #eee;
  font-weight: 400;
}
.product_2026_price__container__content__product table td span {
  font-size: 12px;
}
.product_2026_price__container__content__sample {
  margin-top: 30px;
}
.product_2026_price__container__content__sample__heading {
  background-color: #ddd;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
}
.product_2026_price__container__content__sample__txt {
  margin-top: 15px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  font-size: 16px;
}
.product_2026_price__container__content__sample__txt span {
  display: inline-block;
  font-size: 13px;
}
.product_2026_price__container__content__sample div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #999;
}
.product_2026_price__container__content__sample div:nth-child(3) {
  margin-top: 0;
  border-top: none;
}
.product_2026_price__container__content__sample div:last-child {
  border-top: 1px solid #999;
}
.product_2026_price__container__content__sample div p {
  line-height: 1.3;
  font-size: 16px;
}

@media (max-width: 520px) {
  .product_2026_price {
    margin: 0 auto 80px;
  }
  .product_2026_price h4 {
    margin-bottom: 30px;
    padding: 12px 0;
    font-size: 18px;
  }
  .product_2026_price__container {
    flex-direction: column;
    align-items: center;
  }
  .product_2026_price__container img {
    height: 280px;
  }
  .product_2026_price__container__content {
    width: 92%;
    margin: 0 auto;
  }
  .product_2026_price__container__content__product p {
    font-size: 16px;
  }
  .product_2026_price__container__content__product .table_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .product_2026_price__container__content__product table {
    width: 700px;
    border-collapse: collapse;
  }
  .product_2026_price__container__content__sample__heading {
    padding: 8px 0px;
    font-size: 14px;
    text-align: center;
  }
  .product_2026_price__container__content__sample__txt {
    font-size: 15px;
  }
  .product_2026_price__container__content__sample__txt span {
    font-size: 12px;
  }
  .product_2026_price__container__content__sample div p {
    font-size: 14px;
  }
}