@charset "UTF-8";
[data-page=products] .lower_main_content {
  background-color: var(--light-gray);
}
@media screen and (width <= 767px) {
  [data-page=products] .lower_main_content .container:has(> .section_ttl):not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=products] .lower_main_content .container:has(> .section_ttl):not(:first-child) {
    margin-top: 8rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=products] .lower_main_content .category_ttl:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=products] .lower_main_content .category_ttl:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=products] .products_content {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=products] .products_content {
    margin-top: 4.1rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=products] .products_list {
    grid-template-columns: 1fr;
  }
}
[data-page=products] .products_list_item a {
  background-color: var(--white);
}
@media screen and (width <= 767px) {
  [data-page=products] .products_list_item_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    padding: 1rem 3rem 1rem 1rem;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  [data-page=products] .products_list_item_top::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 1.4rem;
    -webkit-mask-image: url(../images/common/arw.svg);
            mask-image: url(../images/common/arw.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (width <= 767px) {
  [data-page=products] .products_list_item_top .img {
    width: 10.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (width <= 767px) {
  [data-page=products] .products_list_item_top .ttl {
    padding-right: 0;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
  [data-page=products] .products_list_item_top .ttl::after {
    content: none;
  }
}
[data-page=products] .products_list_item_bottom {
  padding: 1.5rem;
}
[data-page=products] .products_list_item_bottom > *:first-child {
  margin-top: 0;
}
[data-page=products] .products_list_item_bottom p {
  font-size: 1.4rem;
  line-height: 1.42;
}

[data-page=products_detail] .section_ttl strong {
  font-weight: 700;
  color: var(--main-color);
}
@media screen and (width <= 767px) {
  [data-page=products_detail] .section_ttl + p.has-text-align-center {
    text-align: left;
  }
}
[data-page=products_detail] p:not(.link):not(.ttl) a {
  color: var(--accent-color);
}
[data-page=products_detail] {
  /* カラムブロックのブレイクポイントを767pxに設定 */
}
@media screen and (width <= 767px) {
  [data-page=products_detail] .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  [data-page=products_detail] .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media screen and (width > 767px), print {
  [data-page=products_detail] .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  [data-page=products_detail] .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
}

.products_about_content {
  max-width: 104rem;
  margin-inline: auto;
  margin-bottom: 0;
}
@media screen and (width <= 767px) {
  .products_about_content {
    margin-top: 3rem;
    gap: 3rem;
  }
}
@media screen and (width > 767px), print {
  .products_about_content {
    margin-top: 5rem;
    gap: min(8rem, 7.69vw);
  }
}
@media screen and (width <= 767px) {
  .products_about_content + .products_about_content {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .products_about_content + .products_about_content {
    margin-top: 6rem;
  }
}
@media screen and (width <= 767px) {
  .products_about_content .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.products_about_content .txt > *:first-child {
  margin-top: 0;
}
.products_about_content .txt p {
  line-height: 1.75;
}
@media screen and (width <= 767px) {
  .products_about_content .txt p {
    font-size: 1.6rem;
  }
}
@media screen and (width <= 767px) {
  .products_about_content .txt p:not(:first-child) {
    margin-top: 1.2rem;
  }
}
@media screen and (width > 767px), print {
  .products_about_content .txt p:not(:first-child) {
    margin-top: 3rem;
  }
}
.products_about_content .txt p a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent-color)));
  background-image: linear-gradient(var(--accent-color));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
@media screen and (width > 767px), print {
  .products_about_content .txt p a:hover {
    -webkit-animation: line-slide 0.4s ease;
            animation: line-slide 0.4s ease;
  }
}
.products_about_content .txt .ttl {
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .products_about_content .txt .ttl {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
@media screen and (width > 767px), print {
  .products_about_content .txt .ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.products_about_content .txt .ttl + p {
  margin-top: 2rem;
}
@media screen and (width <= 767px) {
  .products_about_content .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.products_about_content .img img {
  -webkit-filter: drop-shadow(0 0.7rem 2.8rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.7rem 2.8rem rgba(0, 0, 0, 0.1));
}

.products_lineup_content {
  max-width: 104rem;
  margin-inline: auto;
  margin-bottom: 0;
}
@media screen and (width <= 767px) {
  .products_lineup_content {
    margin-top: 3rem;
    gap: 4rem;
  }
}
@media screen and (width > 767px), print {
  .products_lineup_content {
    margin-top: 5rem;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 min(4rem, 3.3vw);
  }
}
@media screen and (width <= 767px) {
  .products_lineup_content.-col2 {
    gap: 3rem;
  }
}
@media screen and (width > 767px), print {
  .products_lineup_content.-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 min(8rem, 6.6vw);
  }
}
.products_lineup_content .products_lineup_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-template-columns: 1fr;
  gap: 0;
  background-color: var(--white);
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.products_lineup_content .products_lineup_item .img {
  width: 100%;
}
.products_lineup_content .products_lineup_item .img img {
  width: 100%;
  height: 100%;
}
.products_lineup_content .products_lineup_item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--navy);
  padding: 0.5rem 1rem;
  text-align: center;
  color: var(--white);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .products_lineup_content .products_lineup_item .ttl {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
@media screen and (width > 767px), print {
  .products_lineup_content .products_lineup_item .ttl {
    min-height: 6rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.products_lineup_content .products_lineup_item .ttl span {
  font-weight: 400;
}
@media screen and (width <= 767px) {
  .products_lineup_content .products_lineup_item .ttl span {
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_lineup_content .products_lineup_item .ttl span {
    font-size: 1.6rem;
  }
}
.products_lineup_content .products_lineup_item .txt {
  padding: 1.5rem 1.9rem 2rem;
}
.products_lineup_content .products_lineup_item .txt > .wp-block-group__inner-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products_lineup_content .products_lineup_item .txt > .wp-block-group__inner-container *:first-child {
  margin-top: 0;
}
.products_lineup_content .products_lineup_item .txt p:not([class]) {
  font-size: 1.5rem;
  line-height: 1.46;
}
.products_lineup_content .products_lineup_item .txt .usage_ttl {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--border-gray);
  color: var(--navy);
  font-weight: 500;
  line-height: 1.5;
}
.products_lineup_content .products_lineup_item .txt .usage_list {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.46;
}
.products_lineup_content .products_lineup_item .txt .usage_list > li {
  padding-left: 1em;
  position: relative;
}
.products_lineup_content .products_lineup_item .txt .usage_list > li::before {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  background-color: var(--txt-color);
  border-radius: 50%;
  position: absolute;
  top: 0.9rem;
  left: 0.4rem;
}
.products_lineup_content .products_lineup_item .txt .link {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products_lineup_content .products_lineup_item .txt .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--navy);
  font-weight: 500;
  gap: 1rem;
}
.products_lineup_content .products_lineup_item .txt .link a::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../images/common/news_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.products_lineup_content .products_lineup_item .txt .wp-block-buttons {
  margin-top: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products_lineup_content .products_lineup_item .txt .wp-block-buttons .wp-block-button__link {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.2rem solid var(--navy);
  background-color: var(--navy);
  border-radius: 0;
  -webkit-box-shadow: 0.3rem 0.4rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.3rem 0.4rem 1rem rgba(0, 0, 0, 0.15);
  color: var(--white);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.375;
}
@media screen and (width <= 767px) {
  .products_lineup_content .products_lineup_item .txt .wp-block-buttons .wp-block-button__link {
    min-width: 18rem;
    min-height: 4rem;
  }
}
@media screen and (width > 767px), print {
  .products_lineup_content .products_lineup_item .txt .wp-block-buttons .wp-block-button__link {
    min-width: 20rem;
    min-height: 5rem;
    -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  }
  .products_lineup_content .products_lineup_item .txt .wp-block-buttons .wp-block-button__link:hover {
    background-color: var(--white);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: var(--navy);
  }
}

.products_lineup_bottom {
  max-width: 104rem;
  margin-inline: auto;
  margin-top: 3rem;
}
.products_lineup_bottom h4 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}
.products_lineup_bottom p {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

.products_feature_content {
  position: relative;
}
@media screen and (width <= 767px) {
  .products_feature_content {
    margin-top: 4rem;
    padding: 2rem 2rem 4rem;
    clip-path: polygon(5rem 0%, 100% 0, 100% calc(100% - 5rem), calc(100% - 5rem) 100%, 0 100%, 0 5rem);
  }
}
@media screen and (width > 767px), print {
  .products_feature_content {
    margin-top: 8rem;
    padding: 3rem 3rem 4rem;
    clip-path: polygon(10rem 0%, 100% 0, 100% calc(100% - 10rem), calc(100% - 10rem) 100%, 0 100%, 0 10rem);
  }
}
.products_feature_content::after {
  content: "";
  width: 60%;
  aspect-ratio: 1;
  background-color: var(--navy);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.products_feature_content .ttl {
  padding-inline: 1em;
  color: var(--white);
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .products_feature_content .ttl {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .products_feature_content .ttl {
    font-size: 3.6rem;
  }
}
.products_feature_content .ttl em {
  display: inline-block;
  margin-left: 1rem;
  padding: 0 0.4rem 0.2rem 0.5rem;
  background-image: linear-gradient(-45deg, #E85009, #F5A523);
  -webkit-transform: skewX(-15deg) translateY(0.4rem);
          transform: skewX(-15deg) translateY(0.4rem);
  font-style: normal;
}
@media screen and (width <= 767px) {
  .products_feature_content .ttl em {
    font-size: 3.6rem;
  }
}
@media screen and (width > 767px), print {
  .products_feature_content .ttl em {
    font-size: 5.6rem;
  }
}
.products_feature_content .ttl + p {
  margin-top: 3rem;
  color: var(--white);
  position: relative;
  z-index: 1;
}
@media screen and (width > 767px), print {
  .products_feature_content .ttl + p {
    text-align: center;
  }
}
.products_feature_content .products_feature_list {
  max-width: 104rem;
  margin-inline: auto;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .products_feature_content .products_feature_list {
    margin-top: 6.7rem;
    gap: 6rem;
  }
}
@media screen and (width > 767px), print {
  .products_feature_content .products_feature_list {
    margin-top: 7rem;
    gap: 4rem;
  }
}
@media screen and (767px < width <= 900px) {
  .products_feature_content .products_feature_list {
    gap: 2rem;
  }
}
.products_feature_content .products_feature_list .products_feature_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (width <= 767px) {
  .products_feature_content .products_feature_list .products_feature_box {
    min-height: 13rem;
    padding: 5.4rem 1em 0.3rem;
  }
}
@media screen and (width > 767px), print {
  .products_feature_content .products_feature_list .products_feature_box {
    min-height: 18rem;
    padding: 7.4rem 1em 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.products_feature_content .products_feature_list .products_feature_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (width <= 767px) {
  .products_feature_content .products_feature_list .products_feature_box::after {
    clip-path: polygon(5rem 0%, 100% 0, 100% calc(100% - 5rem), calc(100% - 5rem) 100%, 0 100%, 0 5rem);
  }
}
@media screen and (width > 767px), print {
  .products_feature_content .products_feature_list .products_feature_box::after {
    clip-path: polygon(min(9rem, 8.65vw) 0%, 100% 0, 100% calc(100% - min(7rem, 6.73vw)), calc(100% - min(7rem, 6.73vw)) 100%, 0 100%, 0 min(9rem, 8.65vw));
  }
}
.products_feature_content .products_feature_list .products_feature_box .icon {
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1));
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (width <= 767px) {
  .products_feature_content .products_feature_list .products_feature_box .icon {
    top: -3.4rem;
  }
}
@media screen and (width > 767px), print {
  .products_feature_content .products_feature_list .products_feature_box .icon {
    top: -5rem;
  }
}
.products_feature_content .products_feature_list .products_feature_box .heading {
  margin-top: 0;
  color: var(--accent-color);
  paint-order: stroke;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-filter: drop-shadow(0 0.4rem 2rem rgba(232, 80, 9, 0.25));
          filter: drop-shadow(0 0.4rem 2rem rgba(232, 80, 9, 0.25));
}
@media screen and (width <= 767px) {
  .products_feature_content .products_feature_list .products_feature_box .heading {
    font-size: 4.8rem;
    -webkit-text-stroke: 0.6rem var(--white);
  }
}
@media screen and (width > 767px), print {
  .products_feature_content .products_feature_list .products_feature_box .heading {
    font-size: min(4.8rem, 4.61vw);
    -webkit-text-stroke: 0.8rem var(--white);
  }
}
.products_feature_content .products_feature_list .products_feature_box .heading.-small {
  line-height: 1.46;
}
@media screen and (width <= 767px) {
  .products_feature_content .products_feature_list .products_feature_box .heading.-small {
    font-size: 2rem;
  }
}
@media screen and (width > 767px), print {
  .products_feature_content .products_feature_list .products_feature_box .heading.-small {
    font-size: min(2.6rem, 2.5vw);
    -webkit-text-stroke: 0.6rem var(--white);
  }
}
.products_feature_content .products_feature_list .products_feature_box + p {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.33;
}
@media screen and (width <= 767px) {
  .products_feature_content .products_feature_list .products_feature_box + p {
    margin-top: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_feature_content .products_feature_list .products_feature_box + p {
    margin-top: 2rem;
  }
}

.products_solution_tbl {
  margin-inline: auto;
  max-width: 104rem;
}
@media screen and (width <= 767px) {
  .products_solution_tbl {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl {
    margin-top: 5rem;
  }
}
.products_solution_tbl thead th {
  padding: 0.7rem;
  background-color: var(--navy);
  color: var(--white);
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
}
@media screen and (width <= 767px) {
  .products_solution_tbl thead th {
    font-size: 1.6rem;
  }
}
.products_solution_tbl thead th:not(:first-child) {
  border-left: 1px solid #E7F5FD;
}
@media screen and (width <= 767px) {
  .products_solution_tbl tbody th,
  .products_solution_tbl tbody td {
    padding: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl tbody th,
  .products_solution_tbl tbody td {
    padding: 2rem;
  }
}
.products_solution_tbl tbody .head {
  background-color: #D2EBFA;
  color: var(--navy);
  border-bottom: 1px solid var(--white);
  font-weight: 500;
}
.products_solution_tbl tbody .head:has(p.link) {
  position: relative;
}
@media screen and (width <= 767px) {
  .products_solution_tbl tbody .head:has(p.link) {
    padding-bottom: 6rem;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl tbody .head:has(p.link) {
    padding-bottom: 6.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl tbody .head:has(div.img_txt) {
    vertical-align: middle;
  }
}
.products_solution_tbl tbody .head_inner .img_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .products_solution_tbl tbody .head_inner .img_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl tbody .head_inner .img_txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl tbody .head_inner .img_txt .img {
    width: 10.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.products_solution_tbl tbody .head_inner .img_txt .ttl {
  margin-top: 0;
  line-height: 1.375;
}
.products_solution_tbl tbody .head_inner .link {
  margin-top: 0;
  position: absolute;
}
@media screen and (width <= 767px) {
  .products_solution_tbl tbody .head_inner .link {
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl tbody .head_inner .link {
    left: 2rem;
    bottom: 2rem;
  }
}
.products_solution_tbl tbody .detail {
  background-color: var(--white);
  border-bottom: 1px solid var(--border-gray);
}
.products_solution_tbl tbody .detail > *:first-child {
  margin-top: 0;
}
.products_solution_tbl tbody .link {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.375;
}
.products_solution_tbl tbody .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--navy);
  font-weight: 500;
  gap: 1rem;
}
.products_solution_tbl tbody .link a::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../images/common/news_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.products_solution_tbl .detail .solution_detail_ttl {
  gap: 0.8rem 1rem;
}
@media screen and (width <= 767px) {
  .products_solution_tbl .detail .solution_detail_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl .detail .solution_detail_ttl {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (width <= 767px) {
  .products_solution_tbl .detail .solution_detail_ttl + p {
    margin-top: 1.2rem;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl .detail .solution_detail_ttl + p {
    margin-top: 2rem;
  }
}
.products_solution_tbl .detail .solution_detail_ttl dt {
  border-radius: 50vh;
  text-align: center;
  color: var(--white);
  font-weight: 500;
}
@media screen and (width <= 767px) {
  .products_solution_tbl .detail .solution_detail_ttl dt {
    width: 8rem;
    padding: 0.4rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.28;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl .detail .solution_detail_ttl dt {
    padding: 0.2rem 1.6rem;
    line-height: 1.375;
  }
}
.products_solution_tbl .detail .solution_detail_ttl dt.-problem {
  background-color: var(--main-color);
}
.products_solution_tbl .detail .solution_detail_ttl dt.-solution {
  background-color: var(--accent-color);
}
.products_solution_tbl .detail .solution_detail_ttl dd {
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .products_solution_tbl .detail .solution_detail_ttl dd {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (width > 767px), print {
  .products_solution_tbl .detail .solution_detail_ttl dd {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.products_solution_tbl .detail .solution_detail_ttl dd.-solution {
  color: var(--accent-color);
}

.products_type_content {
  max-width: 104rem;
  margin-inline: auto;
  margin-bottom: 0;
}
@media screen and (width <= 767px) {
  .products_type_content {
    gap: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_type_content {
    gap: min(8rem, 7.69vw);
  }
  .products_type_content:not(:has(> .img))::after {
    content: "";
    display: block;
    width: 28.84%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (width <= 767px) {
  .products_type_content + .products_type_content {
    margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  .products_type_content + .products_type_content {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .products_type_content .txt {
    width: calc(71.16% - min(8rem, 7.69vw));
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
.products_type_content .txt > *:first-child {
  margin-top: 0;
}
.products_type_content .txt p {
  line-height: 1.75;
}
@media screen and (width <= 767px) {
  .products_type_content .txt p:not(:first-child) {
    margin-top: 1.2rem;
  }
}
@media screen and (width > 767px), print {
  .products_type_content .txt p:not(:first-child) {
    margin-top: 2rem;
  }
}
.products_type_content .txt .ttl {
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .products_type_content .txt .ttl {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
@media screen and (width > 767px), print {
  .products_type_content .txt .ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (width > 767px), print {
  .products_type_content .img {
    width: 28.84%;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.products_type_content .img img {
  -webkit-filter: drop-shadow(0 0.7rem 2.8rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.7rem 2.8rem rgba(0, 0, 0, 0.1));
}

@media screen and (width > 767px), print {
  [data-page=products_detail] .products_type_content > .wp-block-column.img {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}

@media screen and (width <= 767px) {
  .products_case .btn_wrap {
    margin-top: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_case .btn_wrap {
    margin-top: 5rem;
  }
}

.products_case_list {
  max-width: 104rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .products_case_list {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (width > 767px), print {
  .products_case_list {
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(4rem, 3.84vw);
  }
}
@media screen and (width > 767px), print {
  .products_case_list .products_case_item {
    width: calc((100% - 4rem) / 2);
  }
}
.products_case_list .products_case_item a {
  height: 100%;
  background-color: var(--white);
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (width <= 767px) {
  .products_case_list .products_case_item a {
    display: block;
  }
}
@media screen and (width > 767px), print {
  .products_case_list .products_case_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products_case_list .products_case_item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.products_case_list .products_case_item .img {
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .products_case_list .products_case_item .img {
    width: 100%;
    aspect-ratio: 35/18;
  }
}
@media screen and (width > 767px), print {
  .products_case_list .products_case_item .img {
    width: 52%;
    min-height: 19rem;
    aspect-ratio: 26/19;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.products_case_list .products_case_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.products_case_list .products_case_item .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (width <= 767px) {
  .products_case_list .products_case_item .txt_wrap {
    padding: 1.5rem 2rem 2rem;
  }
}
@media screen and (width > 767px), print {
  .products_case_list .products_case_item .txt_wrap {
    padding: 1.5rem;
  }
}
.products_case_list .products_case_item .txt_wrap .category {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: #E1E7ED;
  border-radius: 50vh;
  color: var(--navy);
  font-size: 1.3rem;
}
.products_case_list .products_case_item .txt_wrap .ttl {
  margin-top: 0.6rem;
  line-height: 1.375;
}
.products_case_list .products_case_item .txt_wrap .ttl .underline {
  --underline: var(--txt-color);
}
.products_case_list .products_case_item .txt_wrap .label {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 0.8rem;
  background-color: var(--accent-color);
  color: var(--white);
  font-weight: 700;
}
.products_case_list .products_case_item .txt_wrap .label + .label {
  margin-top: 0.8rem;
}

.products_usage_box {
  max-width: 90rem;
  margin-inline: auto;
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (width <= 767px) {
  .products_usage_box {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .products_usage_box {
    margin-top: 5rem;
  }
  .products_usage_box.products_usage_box {
    margin-top: 4rem;
  }
}
.products_usage_heading {
  color: var(--white);
  background-color: var(--navy);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .products_usage_heading {
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
@media screen and (width > 767px), print {
  .products_usage_heading {
    padding: 1.8rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.products_usage_block {
  gap: 2rem;
  padding: 2rem;
  background-color: var(--white);
}
.products_usage_block .txt {
  font-size: 1.5rem;
}
@media screen and (width > 767px), print {
  .products_usage_block .txt {
    margin-top: 1.5rem;
  }
}

.products_support > .wp-block-group__inner-container p {
  max-width: 104rem;
  margin-inline: auto;
}

@media screen and (width <= 767px) {
  .products_faq {
    padding-bottom: 4rem;
  }
}
@media screen and (width > 767px), print {
  .products_faq {
    padding-bottom: 8rem;
  }
}
@media screen and (width <= 767px) {
  .products_faq .btn_wrap {
    margin-top: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_faq .btn_wrap {
    margin-top: 5rem;
  }
}

.products_bottom {
  background-color: var(--light-gray);
}
@media screen and (width <= 767px) {
  .products_bottom {
    padding-block: 4rem;
  }
}
@media screen and (width > 767px), print {
  .products_bottom {
    padding-block: 6rem 8rem;
  }
}
.products_bottom .section_ttl {
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (width <= 767px) {
  .products_bottom .section_ttl {
    margin-bottom: 2rem;
  }
}
@media screen and (width > 767px), print {
  .products_bottom .section_ttl {
    margin-bottom: 4rem;
  }
}
.products_bottom .section_ttl::before, .products_bottom .section_ttl::after {
  content: none;
}
.products_bottom .products_list {
  max-width: 110rem;
  margin-inline: auto;
}
@media screen and (width <= 767px) {
  .products_bottom .content_bottom_btn {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .products_bottom .content_bottom_btn {
    margin-top: 5rem;
  }
}

@media screen and (width <= 767px) {
  .bare-board-jig .products_feature_content {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .bare-board-jig .products_feature_content {
    margin-top: 5rem;
  }
}
@media screen and (width <= 767px) {
  .bare-board-jig .products_feature_list .products_feature_item:first-of-type .icon {
    width: 6.1rem;
  }
}
@media screen and (width > 767px), print {
  .bare-board-jig .products_feature_list .products_feature_item:first-of-type .icon {
    width: 7.67rem;
  }
}
@media screen and (width <= 767px) {
  .bare-board-jig .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 8.9rem;
  }
}
@media screen and (width > 767px), print {
  .bare-board-jig .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 11.5rem;
  }
}
@media screen and (width <= 767px) {
  .bare-board-jig .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 8.3rem;
  }
}
@media screen and (width > 767px), print {
  .bare-board-jig .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 10.4rem;
  }
}
@media screen and (width <= 767px) {
  .bare-board-jig .products_feature_list .products_feature_item .products_feature_box {
    padding-top: 4.8rem;
  }
}

@media screen and (width <= 767px) {
  .functional-test-jig .products_feature_list .products_feature_item:first-of-type .icon {
    width: 7rem;
  }
}
@media screen and (width > 767px), print {
  .functional-test-jig .products_feature_list .products_feature_item:first-of-type .icon {
    width: 9.5rem;
  }
}
@media screen and (width <= 767px) {
  .functional-test-jig .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 8.9rem;
  }
}
@media screen and (width > 767px), print {
  .functional-test-jig .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 12.3rem;
  }
}
@media screen and (width <= 767px) {
  .functional-test-jig .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 7rem;
  }
}
@media screen and (width > 767px), print {
  .functional-test-jig .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 8.9rem;
  }
}
@media screen and (width <= 767px) {
  .functional-test-jig .products_solution_tbl thead .head,
  .functional-test-jig .products_solution_tbl tbody .head {
    width: 13.8rem;
  }
}
@media screen and (width > 767px), print {
  .functional-test-jig .products_solution_tbl thead .head,
  .functional-test-jig .products_solution_tbl tbody .head {
    width: 22rem;
  }
}
.functional-test-jig .products_solution_tbl tbody .detail p {
  font-size: 1.5rem;
  line-height: 1.46;
}

@media screen and (width <= 767px) {
  .plastic-processing .products_solution_tbl thead .head,
  .plastic-processing .products_solution_tbl tbody .head {
    width: 13.8rem;
  }
}
@media screen and (width > 767px), print {
  .plastic-processing .products_solution_tbl thead .head,
  .plastic-processing .products_solution_tbl tbody .head {
    width: 32rem;
  }
}
.plastic-processing .products_solution_tbl tbody .detail p {
  line-height: 1.375;
}
@media screen and (width <= 767px) {
  .plastic-processing .products_feature_list .products_feature_item:first-of-type .icon {
    width: 8.5rem;
  }
}
@media screen and (width > 767px), print {
  .plastic-processing .products_feature_list .products_feature_item:first-of-type .icon {
    width: 11.6rem;
  }
}
@media screen and (width <= 767px) {
  .plastic-processing .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 9.2rem;
  }
}
@media screen and (width > 767px), print {
  .plastic-processing .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 11.4rem;
  }
}
@media screen and (width <= 767px) {
  .plastic-processing .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 8.1rem;
  }
}
@media screen and (width > 767px), print {
  .plastic-processing .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 10.3rem;
  }
}

@media screen and (width > 767px), print {
  .pcb #pcb .products_about_content .wp-block-column,
  .pcb #rework .products_about_content .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}
@media screen and (width > 767px), print {
  .pcb #pcb .products_about_content .txt,
  .pcb #rework .products_about_content .txt {
    width: calc(61.54% - min(8rem, 7.69vw));
  }
}
@media screen and (width > 767px), print {
  .pcb #pcb .products_about_content .img,
  .pcb #rework .products_about_content .img {
    width: 38.46%;
  }
}
.pcb #rework .products_about_content .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (width <= 767px) {
  .pcb #rework .products_about_content .img {
    gap: 3rem;
  }
}
@media screen and (width > 767px), print {
  .pcb #rework .products_about_content .img {
    gap: 6rem;
  }
}
.pcb #rework .products_about_content .img .img01,
.pcb #rework .products_about_content .img .img02 {
  width: 75%;
}
.pcb #rework .products_about_content .img .img02 {
  margin-left: auto;
  position: relative;
}
.pcb #rework .products_about_content .img .img02::before {
  content: "";
  display: block;
  aspect-ratio: 36/121;
  background-image: url(../images/products/pcb/pcb_img02_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(100% + 1.5rem);
}
@media screen and (width <= 767px) {
  .pcb #rework .products_about_content .img .img02::before {
    width: 3rem;
    right: 4rem;
  }
}
@media screen and (width > 767px), print {
  .pcb #rework .products_about_content .img .img02::before {
    width: min(3.6rem, 3.4vw);
    right: min(4.9rem, 4.7vw);
  }
}
.pcb #pincette .img_col1 {
  max-width: 61.6rem;
  margin-top: 4rem;
  margin-inline: auto;
}
.pcb #pincette .img_col1 p {
  margin-top: 1em;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (width <= 767px) {
  .electronic_components .products_feature_list .products_feature_item:first-of-type .icon {
    width: 5rem;
  }
}
@media screen and (width > 767px), print {
  .electronic_components .products_feature_list .products_feature_item:first-of-type .icon {
    width: 6.8rem;
  }
}
@media screen and (width <= 767px) {
  .electronic_components .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 9.2rem;
  }
}
@media screen and (width > 767px), print {
  .electronic_components .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 11.4rem;
  }
}
@media screen and (width <= 767px) {
  .electronic_components .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 8rem;
  }
}
@media screen and (width > 767px), print {
  .electronic_components .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 10rem;
  }
}
@media screen and (width <= 767px) {
  .electronic_components .products_solution_tbl thead .head,
  .electronic_components .products_solution_tbl tbody .head {
    width: 13.8rem;
  }
}
@media screen and (width > 767px), print {
  .electronic_components .products_solution_tbl thead .head,
  .electronic_components .products_solution_tbl tbody .head {
    width: 32rem;
  }
}
.electronic_components .products_solution_tbl tbody .detail p {
  line-height: 1.375;
}

@media screen and (width <= 767px) {
  .press_machine .products_feature_list .products_feature_item:first-of-type .icon {
    width: 7rem;
  }
}
@media screen and (width > 767px), print {
  .press_machine .products_feature_list .products_feature_item:first-of-type .icon {
    width: 9.5rem;
  }
}
@media screen and (width <= 767px) {
  .press_machine .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 8.3rem;
  }
}
@media screen and (width > 767px), print {
  .press_machine .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 10.4rem;
  }
}
@media screen and (width <= 767px) {
  .press_machine .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 7rem;
  }
}
@media screen and (width > 767px), print {
  .press_machine .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 8.9rem;
    top: -3.2rem;
  }
}
@media screen and (width <= 767px) {
  .press_machine .products_solution_tbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (width > 767px), print {
  .press_machine .products_solution_tbl {
    height: 100%;
  }
}
@media screen and (width <= 767px) {
  .press_machine .products_solution_tbl thead .head,
  .press_machine .products_solution_tbl tbody .head {
    display: block;
  }
}
@media screen and (width > 767px), print {
  .press_machine .products_solution_tbl thead .head,
  .press_machine .products_solution_tbl tbody .head {
    width: 21.15%;
  }
}
@media screen and (width <= 767px) {
  .press_machine .products_solution_tbl thead .detail,
  .press_machine .products_solution_tbl tbody .detail {
    display: block;
  }
}
@media screen and (width > 767px), print {
  .press_machine .products_solution_tbl thead .detail,
  .press_machine .products_solution_tbl tbody .detail {
    width: 26.2833333333%;
  }
}
.press_machine .products_solution_tbl tbody .head {
  text-align: center;
}
.press_machine .products_solution_tbl tbody .detail {
  height: 100%;
}
.press_machine .products_solution_tbl tbody .detail .img_txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.press_machine .products_solution_tbl tbody .detail p {
  font-size: 1.5rem;
  line-height: 1.46;
}
.press_machine .products_solution_tbl tbody .detail p:first-child {
  margin-top: 0;
}

@media screen and (width <= 767px) {
  .assembly .products_feature_list .products_feature_item:first-of-type .icon {
    width: 8.2rem;
  }
}
@media screen and (width > 767px), print {
  .assembly .products_feature_list .products_feature_item:first-of-type .icon {
    width: 10.6rem;
  }
}
@media screen and (width <= 767px) {
  .assembly .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 7rem;
  }
}
@media screen and (width > 767px), print {
  .assembly .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 9.5rem;
  }
}
@media screen and (width <= 767px) {
  .assembly .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 8.4rem;
  }
}
@media screen and (width > 767px), print {
  .assembly .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 10.8rem;
  }
}
@media screen and (width <= 767px) {
  .assembly .products_solution_tbl thead .head,
  .assembly .products_solution_tbl tbody .head {
    width: 14.8rem;
  }
}
@media screen and (width > 767px), print {
  .assembly .products_solution_tbl thead .head,
  .assembly .products_solution_tbl tbody .head {
    width: 32rem;
  }
}
.assembly .products_solution_tbl tbody .detail p {
  line-height: 1.375;
}

@media screen and (width <= 767px) {
  .drilling .products_feature_list .products_feature_item:first-of-type .icon {
    width: 8rem;
  }
}
@media screen and (width > 767px), print {
  .drilling .products_feature_list .products_feature_item:first-of-type .icon {
    width: 10.4rem;
  }
}
@media screen and (width <= 767px) {
  .drilling .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 8.4rem;
  }
}
@media screen and (width > 767px), print {
  .drilling .products_feature_list .products_feature_item:nth-of-type(2) .icon {
    width: 10.8rem;
  }
}
@media screen and (width <= 767px) {
  .drilling .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 8.8rem;
  }
}
@media screen and (width > 767px), print {
  .drilling .products_feature_list .products_feature_item:nth-of-type(3) .icon {
    width: 11.6rem;
  }
}

@media screen and (width <= 767px) {
  .cavity-machining .products_feature_list .products_feature_item .icon {
    width: 8.8rem;
  }
}
@media screen and (width > 767px), print {
  .cavity-machining .products_feature_list .products_feature_item .icon {
    width: 11rem;
  }
}

.probepin .products_customize_intro strong {
  color: var(--main-color);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .probepin .products_customize_intro strong {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .probepin .products_customize_intro strong {
    font-size: 2rem;
  }
}

.test-sockets .products_solution_tbl {
  margin-bottom: 0;
}
@media screen and (width <= 767px) {
  .test-sockets .products_solution_tbl {
    gap: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .test-sockets .products_solution_tbl {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 4rem;
  }
}
@media screen and (width <= 767px) {
  .test-sockets .products_solution_tbl + .products_solution_tbl {
    margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  .test-sockets .products_solution_tbl + .products_solution_tbl {
    margin-top: 4rem;
  }
}
.test-sockets .products_solution_tbl .img {
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (width > 767px), print {
  .test-sockets .products_solution_tbl .img {
    width: 25%;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}

@media screen and (width > 767px), print {
  [data-page=products_detail] .products_solution_tbl > .wp-block-column.img {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}