/* =========================================================
  2509 gas / specs renewal
========================================================= */
/*  /us-en/gas/specs/gmp03.html
/*  /us-en/gas/specs/gmp02-gmo02le.html
--------------------------------------------------------- */
/* ----- font ----- */
.h2-features {
  font-size: 8rem;
  font-family: "Open Sans Condensed";
  font-weight: 800;
  line-height: 1.2;
}
.h4-features {
  font-size: 4rem;
  font-family: "Open Sans Condensed";
  font-weight: 800;
  line-height: 1.2;
}
.h4-features.lg-fz-45 {
  font-size: 4.5rem;
}
.ff-basic {
  font-family: 'Open Sans', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .h2-features {
    font-size: 3.6rem;
  }
  .h4-features,
  .h4-features.lg-fz-45 {
    font-size: 2.4rem;
  }
  .fz-sp-28 {
    font-size: 2.8rem!important;
  }
  .fz-sp-24 {
    font-size: 2.4rem!important;
  }
  .fz-sp-10 {
    font-size: 1rem!important;
  }
}


/* ----- adjust ----- */
@media screen and (max-width: 959px) {
  .sp-text-left {
    text-align: left!important;
  }
  .sp-text-center {
    text-align: center!important;
  }
  .sp-text-right {
    text-align: right!important;
  }
}

/* ----- parts ----- */
.visualization-table th,
.visualization-table td {
  padding: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 719px) {
  .visualization-table th,
  .visualization-table td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .visualization-table .th_sub {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .visualization-table .th_sub + td {
    border-top: none;
  }
  .visualization-table .th_main {
    border-bottom: none;
  }
}


.feature-border-sec {
  border: 1px solid #000;
  display: flex;
  color: #000;
  transition: all 0.3s ease;
}
.feature-border-sec > img {
  height: 100%;
  width: 40%;
  max-width: 425px;
}
.feature-border-sec > div {
  padding: 34px 28px;
}
.feature-border-sec h2 {
  font-size: 5rem;
  font-family: "Open Sans Condensed";
  font-weight: 800;
  line-height: 1.2;
}
.feature-border-sec .view-more {
  margin-right: 40px;
  font-weight: 700;
}
.feature-border-sec:hover {
  opacity: .5;
}
.feature-border-sec:hover .view-more {
  color: #000;
}
@media screen and (max-width: 719px) {
  .feature-border-sec {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .feature-border-sec > img {
    min-width: 209px;
  }
  .feature-border-sec > div {
    padding: 0;
  }
  .feature-border-sec h2 {
    text-align: center;
    font-size: 3rem;
  }
  .feature-border-sec .view-more {
    margin-right: 35px;
  }
}