#features section {
  font-family: "Noto Sans JP", sans-serif;
}

.system-img-ttl {
  margin-bottom: 1rem;
  background: #f5f5f5;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
}
@media (min-width: 1001px) {
  .system-img-ttl {
    font-size: 1.6rem;
    margin-top: 3.2rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem;
  }
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.colored-env {
  margin-top: 2.4rem;
  font-size: 1.6rem;
}
@media (min-width: 1001px) {
  .colored-env {
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 0.8rem;
  }
}

.link-txt {
  text-decoration: underline;
}

.max-700 {
  max-width: 700px;
  margin: 10px auto;
  display: block;
  width: 100%;
}

.f-mincho {
  font-family: "Noto Serif JP", serif;
}

@media (min-width: 1001px) {
  .basic_table {
    font-size: 12.5px;
  }
}

.products_spec_container p {
  font-size: 1.4rem;
}
.products_spec_container .scroll-table-note {
  font-size: 0.8em;
  margin-bottom: 0.5rem;
}
.products_spec_container .table_mark_txt {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.products_spec_container .salt-damage-img {
  display: block;
  max-width: 330px;
  margin: 2rem auto 0;
}
.products_spec_container .salt-damage-row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1001px) {
  .products_spec_container p {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.product-original-sec .bg-gray {
  background: #f5f5f5;
}
.product-original-sec .blue-txt {
  color: #007AC3;
}
.product-original-sec .bold-txt {
  font-weight: 600;
}
.product-original-sec .box-shadow {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.product-original-sec .btn {
  background: #0055C4;
  color: #fff;
  border-radius: 50rem;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
}
.product-original-sec .btn:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1001px) {
  .product-original-sec .btn {
    font-size: 1.6rem;
  }
}
.product-original-sec h1 {
  font-size: 2.4rem;
  margin-top: 0;
}
.product-original-sec h2 {
  font-size: 2rem;
}
.product-original-sec h3 {
  font-size: 1.8rem;
}
.product-original-sec h4 {
  font-size: 1.6rem;
}
.product-original-sec p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.product-original-sec h1, .product-original-sec h2, .product-original-sec h3, .product-original-sec h4 {
  margin-top: 0;
  line-height: 1.4;
}
.product-original-sec img {
  display: block;
}
.product-original-sec .sec-ttl {
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.product-original-sec .sec-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#007AC3), to(#00A7B3));
  background: linear-gradient(to bottom, #007AC3, #00A7B3);
}
@media (min-width: 1001px) {
  .product-original-sec .sec-ttl {
    padding-left: 20px;
  }
}
.product-original-sec .sousai {
  padding-top: 60px;
  margin-top: -60px;
}
.product-original-sec .product-obi-ttl {
  background: #646464;
  font-weight: 600;
  color: #fff;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  padding-top: 1.2rem;
}
.product-original-sec .product-obi-ttl span {
  font-size: 1.3rem;
  border: 1px solid #fff;
  padding: 0.3rem 0.5rem;
  margin-left: 1.2rem;
}
@media (min-width: 1001px) {
  .product-original-sec .product-obi-ttl {
    font-size: 2rem;
    padding: 2rem 4rem;
    margin-top: 4.8rem;
  }
  .product-original-sec .product-obi-ttl span {
    font-size: 1.4rem;
    padding: 0.3rem 1rem;
  }
}
@media (min-width: 1001px) {
  .product-original-sec h1 {
    font-size: 3.2rem;
  }
  .product-original-sec h2 {
    font-size: 2.8rem;
  }
  .product-original-sec h3 {
    font-size: 2.4rem;
  }
  .product-original-sec h4 {
    font-size: 1.8rem;
  }
  .product-original-sec p {
    font-size: 1.6rem;
  }
  .product-original-sec .content {
    padding-block: 4.8rem;
  }
}

.main-bg-img-wrap {
  background: url(/jp/ja/products_service/energy/product/img/kptp-a/main-img-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 28rem;
  position: relative;
}
.main-bg-img-wrap img {
  position: absolute;
  width: 100%;
  max-width: 32rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .main-bg-img-wrap {
    background-position: left -200px;
    height: 26rem;
  }
  .main-bg-img-wrap img {
    right: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 10px;
  }
}
@media (min-width: 1001px) {
  .main-bg-img-wrap {
    background-position: left -26vw;
    height: 35vw;
  }
  .main-bg-img-wrap img {
    max-width: 57rem;
    width: 43vw;
    bottom: 105px;
    margin-right: calc(50% - 512px);
  }
}

.sec-1 .about-triple-system {
  margin-top: 2.4rem;
}
.sec-1 .about-triple-system .inner-wrap {
  background: url(/jp/ja/products_service/energy/product/img/kptp-a/blue-img-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 15px;
  padding-block: 2.4rem;
}
.sec-1 .about-triple-system h3 {
  margin-top: 0;
  border: 1px solid #fff;
  padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
  .sec-1 .about-triple-system p {
    margin-bottom: 0;
  }
  .sec-1 .about-triple-system .inner-wrap {
    padding: 2.4rem;
  }
  .sec-1 .about-triple-system .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-1 .about-triple-system h3 {
    text-align: center;
    padding: 0.6rem 1.5rem;
  }
}
@media (min-width: 1001px) {
  .sec-1 .about-triple-system {
    margin-top: -9rem;
    position: relative;
  }
  .sec-1 .about-triple-system .inner-wrap {
    padding: 4rem;
  }
  .sec-1 .about-triple-system h3 {
    font-size: 2rem;
  }
  .sec-1 .about-triple-system p {
    line-height: 2;
    font-size: 1.4rem;
  }
}

.sec-2 .sec-ttl-img-wrap {
  margin-bottom: 2rem;
}
.sec-2 .card {
  border-radius: 10px;
}
.sec-2 .triple-system-recommend-box {
  margin-bottom: 3.2rem;
  border-radius: 10px;
  overflow: hidden;
}
.sec-2 .triple-system-recommend-box .inner {
  padding: 24px 20px 0;
}
.sec-2 .triple-system-recommend-box .img-flex-box img {
  width: 100%;
  max-width: 32rem;
  margin: 0 auto 2rem;
  display: block;
}
.sec-2 .triple-system-recommend-box .grad-obi-txt {
  background-image: -webkit-gradient(linear, left top, right top, from(#007AC3), to(#00A7B3));
  background-image: linear-gradient(90deg, #007AC3, #00A7B3);
  color: #fff;
}
.sec-2 .triple-system-recommend-box .grad-obi-txt p {
  padding: 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .sec-2 .sec-ttl-img-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-2 .sec-ttl-img-wrap .sec-ttl {
    margin-bottom: 0;
  }
  .sec-2 .triple-system-recommend-box .img-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec-2 .triple-system-recommend-box .img-flex-box img {
    width: 48%;
    margin-bottom: 0;
  }
  .sec-2 .triple-system-recommend-box .grad-obi-txt {
    padding: 1.5rem 2rem;
  }
  .sec-2 .triple-system-feature .card {
    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;
  }
}
@media (min-width: 1001px) {
  .sec-2 .sec-ttl-img-wrap .sec-ttl {
    margin-top: 6rem;
  }
  .sec-2 .triple-system-recommend-box {
    margin-bottom: 4.8rem;
  }
  .sec-2 .triple-system-recommend-box .inner {
    padding: 3.2rem 4rem 2.8rem;
  }
  .sec-2 .triple-system-recommend-box h4 {
    font-size: 2rem;
  }
  .sec-2 .triple-system-recommend-box p {
    margin-bottom: 0;
  }
  .sec-2 .triple-system-recommend-box .grad-obi-txt p {
    padding: 0;
    text-align: center;
  }
  .sec-2 .triple-system-feature .card h4 {
    font-size: 1.7rem;
  }
  .sec-2 .triple-system-feature .card p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}

.col-xs-12:last-child .card {
  margin-bottom: 0;
}

.card {
  background: #fff;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
}
.card img {
  margin-bottom: 1.2rem;
}
.card h4 {
  font-weight: 600;
  margin-bottom: 1.2rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .card {
    margin-bottom: 0;
    height: 100%;
  }
}
@media (min-width: 1001px) {
  .card {
    padding: 2rem 2.5rem;
  }
}

.product-article {
  padding: 2rem 1.5rem;
  border: 0.5px solid #C6C6C6;
}
.product-article .row img {
  display: block;
  width: 100%;
}
.product-article .product-catch {
  font-weight: 600;
}
.product-article .product-img {
  display: block;
  max-width: 28rem;
  width: 100%;
  margin: 0 auto 2.8rem;
}
.product-article .card p {
  margin-bottom: 0;
}
.product-article .three-mode-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1001px) {
  .product-article .three-mode-ttl-wrap {
    -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;
    margin-bottom: 2.4rem;
  }
  .product-article .three-mode-ttl-wrap img {
    margin-bottom: 0 !important;
    margin-right: 2rem;
  }
  .product-article .three-mode-ttl-wrap h2 {
    margin: 0;
  }
}
.product-article .three-mode .bg-gray {
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.product-article .three-mode .circle {
  -o-object-fit: contain;
     object-fit: contain;
  width: 9rem;
  margin-bottom: 1.5rem;
}
.product-article .three-mode h2 {
  line-height: 1.4;
}
.product-article .three-mode dl:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-article .three-mode {
    margin-top: 3.2rem;
  }
  .product-article .three-mode .bg-gray {
    margin-bottom: 0;
  }
}
@media (min-width: 1001px) {
  .product-article .three-mode .bg-gray {
    padding: 2rem;
  }
  .product-article .three-mode dd {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.product-article .life-img {
  margin-top: 2rem;
  display: block;
}
.product-article .img-txt {
  max-width: 34rem;
}
.product-article .sub-ttl {
  margin-bottom: 1.2rem;
  background: #f5f5f5;
  padding: 1.2rem;
}
.product-article .sub-ttl .strong-txt {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .product-article {
    padding: 3.2rem;
  }
}
@media (min-width: 1001px) {
  .product-article {
    padding: 4rem;
  }
  .product-article .sub-ttl {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .product-article .sub-ttl .strong-txt {
    font-size: 2.2rem;
  }
}

.product-article-img {
  width: 100%;
  margin-bottom: 2.8rem;
  display: block;
}
@media (min-width: 768px) {
  .product-article-img {
    max-width: 60rem;
    margin: 0 auto 3.2rem;
  }
}

.sec-3 .main-img-wrap {
  position: relative;
}
.sec-3 .triple-btn {
  display: block;
  width: 39vw;
  height: 5vw;
  position: absolute;
}
.sec-3 .triple-btn_1 {
  top: 5vw;
  left: 4vw;
}
.sec-3 .triple-btn_2 {
  top: 5vw;
  left: auto;
  right: 2vw;
}
.sec-3 .triple-btn_3 {
  top: 70vw;
  left: 18vw;
  width: 60vw;
}
@media (min-width: 768px) {
  .sec-3 .triple-btn_3 {
    top: 67vw;
    left: 15vw;
    width: 60vw;
  }
}
@media (min-width: 1001px) {
  .sec-3 .main-img {
    max-width: 90rem;
    margin: 0 auto;
    display: block;
  }
  .sec-3 .triple-btn {
    height: 52px;
    width: 390px;
  }
  .sec-3 .triple-btn:hover {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sec-3 .triple-btn_1 {
    top: 43px;
    left: 40px;
  }
  .sec-3 .triple-btn_2 {
    top: 43px;
    right: 40px;
  }
  .sec-3 .triple-btn_3 {
    top: 670px;
    left: 180px;
    width: 580px;
  }
}
@media (min-width: 1024px) {
  .sec-3 .triple-btn_1 {
    left: 90px;
  }
  .sec-3 .triple-btn_2 {
    right: 80px;
  }
  .sec-3 .triple-btn_3 {
    left: 228px;
  }
}

.sec-4 .sec-ttl {
  margin-bottom: 3.2rem;
}
.sec-4 .col-xs-12 {
  margin-bottom: 2rem;
}
.sec-4 .col-xs-12:last-child {
  margin-bottom: 0;
}
.sec-4 img {
  display: block;
  margin-bottom: 1.5rem;
}
.sec-4 h4 {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .sec-4 .col-xs-12, .sec-4 p {
    margin-bottom: 0;
  }
}

.sec-5 .sec-ttl {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .sec-5 .row:last-child .col-xs-12 img {
    margin-bottom: 0;
  }
}

.sec-6 .point-txt {
  background: #007AC3;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0.5rem;
  border-radius: 50rem;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
}
.sec-6 .point-txt span {
  font-size: 1.2rem;
  margin-right: 0.8rem;
  color: #fff33f;
}
@media (min-width: 1001px) {
  .sec-6 .point-txt {
    font-size: 1.8rem;
    font-weight: 600;
    padding-block: 1rem;
  }
  .sec-6 .point-txt span {
    font-size: 1.4rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1001px) {
  .sec-6 .sub-ttl-top {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.eco-katsu-sec {
  padding-top: 2rem;
}
.eco-katsu-sec .btn {
  max-width: 32rem;
  margin: 2.4rem auto 0;
}
.eco-katsu-sec .eco-katsu-main {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 30rem;
}
.eco-katsu-sec .about-service {
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-radius: 50rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.eco-katsu-sec .img_1, .eco-katsu-sec .img_2 {
  margin-bottom: 1rem;
}
.eco-katsu-sec .img_1 {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto 1rem;
  display: block;
}
.eco-katsu-sec .sec-midasi {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.eco-katsu-sec .inner-content {
  background-color: #4C9BE8;
  padding: 1.5rem;
}
.eco-katsu-sec .inner-content .note li {
  color: #fff;
}
.eco-katsu-sec .flow-content .flow-box {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 1rem;
}
.eco-katsu-sec .flow-content .flow-box p {
  text-align: center;
  padding-top: 1.2rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
}
.eco-katsu-sec .flow-content .inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eco-katsu-sec .flow-content .inner-flex .flow-box-wrap {
  width: 48%;
}
.eco-katsu-sec .flow-content .inner-flex .flow-box {
  height: 20rem;
}
.eco-katsu-sec .inner-flex-wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b5d5ef), to(#e9f2fb));
  background-image: linear-gradient(#b5d5ef, #e9f2fb);
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
  .eco-katsu-sec .inner-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 4rem;
  }
  .eco-katsu-sec .inner-flex-wrap .inner {
    padding: 0;
  }
  .eco-katsu-sec .img_1 {
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .eco-katsu-sec .about-service {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 2.4rem;
  }
  .eco-katsu-sec .eco-katsu-main {
    width: 35%;
    margin: 0;
  }
  .eco-katsu-sec .flow-content .flow-box img {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    display: block;
  }
  .eco-katsu-sec .flow-content .inner-flex img {
    max-width: 16rem;
  }
  .eco-katsu-sec .flow-content .inner-flex .flow-box {
    height: 22rem;
  }
}
@media (min-width: 1001px) {
  .eco-katsu-sec {
    margin-bottom: 4rem;
    padding: 0;
    margin-top: 6rem;
  }
  .eco-katsu-sec .br-sp {
    display: none;
  }
  .eco-katsu-sec .flow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .eco-katsu-sec .flow-content .inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 32rem;
  }
  .eco-katsu-sec .flow-content .inner-flex .flow-box-wrap {
    width: 100%;
  }
  .eco-katsu-sec .flow-content .inner-flex .flow-box {
    height: 16rem;
  }
  .eco-katsu-sec .flow-content .inner-flex .flow-box p {
    padding-top: 0.5rem;
  }
  .eco-katsu-sec .flow-content .inner-flex img {
    max-width: 13rem;
  }
  .eco-katsu-sec .flow-content .flow-box {
    height: 32rem;
    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;
  }
  .eco-katsu-sec .flow-content .flow-box p {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.6px;
    padding-top: 0;
  }
  .eco-katsu-sec .flow-content .triangle {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    height: 25.9807621135px;
    width: 20px;
    margin-inline: 2rem;
    margin-left: 0rem;
  }
  .eco-katsu-sec .flow-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .eco-katsu-sec .about-service {
    font-size: 2.6rem;
  }
  .eco-katsu-sec .inner .flex-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eco-katsu-sec .img_1 {
    max-width: 30rem;
  }
  .eco-katsu-sec .eco-katsu-main {
    width: 29%;
  }
}

.triangle {
  background: #FFD241;
  height: 21.6506350946px;
  width: 45px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 1rem auto;
}

.eco-katsu-sec .flow-content .flow-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eco-katsu-sec .flow-content .flow-box img {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  display: block;
}
.eco-katsu-sec .flow-content .inner-flex .flow-box-3, .eco-katsu-sec .flow-content .inner-flex .flow-box-4 {
  height: 18rem;
}
.eco-katsu-sec .flow-content .inner-flex .flow-box-3 img, .eco-katsu-sec .flow-content .inner-flex .flow-box-4 img {
  max-width: 13rem;
}
@media (min-width: 1001px) {
  .eco-katsu-sec .inner-content {
    padding: 2.4rem 3.2rem;
  }
  .eco-katsu-sec .sec-midasi {
    font-size: 2rem;
  }
  .eco-katsu-sec .flow-box-wrap-2 {
    width: 52%;
  }
  .eco-katsu-sec .flow-content .inner-flex {
    height: 32rem;
  }
  .eco-katsu-sec .flow-content .inner-flex .flow-box {
    width: 24rem;
    height: 15rem;
  }
  .eco-katsu-sec .flow-content .flow-box-1 {
    width: 42%;
  }
  .eco-katsu-sec .flow-content .flow-box-2 {
    width: 100%;
  }
  .eco-katsu-sec .flow-content .flow-box-2 img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 19rem;
    height: 220px;
  }
  .eco-katsu-sec .flow-content .triangle {
    margin-inline: 0.8rem;
  }
  .eco-katsu-sec .flow-box-wrap:nth-of-type(1) {
    width: 49%;
  }
}

.triple-chikuden-system .feature-row img {
  max-width: 37rem;
}
@media (min-width: 768px) {
  .triple-chikuden-system .product-article-img {
    margin-bottom: 0;
  }
  .triple-chikuden-system .row {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1001px) {
  .triple-chikuden-system .product-article-img, .triple-chikuden-system .img-txt {
    max-width: 100%;
    margin: 0;
  }
  .triple-chikuden-system .life-img {
    margin-top: 4rem;
  }
}

.sub-ttl {
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.sub-ttl-top {
  margin-bottom: 0.5rem;
}

.hybrid-v2h-system .max-700 {
  margin-bottom: 4rem;
}

.hybrid-chikuden-system .product-img {
  max-width: 30rem;
}

.hybrid-v2h-system .product-img {
  max-width: 24rem;
}

.note li {
  font-size: 1.2rem;
}

#DL_kptp-a .p-note {
  margin-top: 1.2rem;
}

.products_spec_container .dimension {
  margin-block: 0.5rem;
}

.v2h-stand-explanation-wrap {
  margin-top: 1.2rem;
}
.v2h-stand-explanation-wrap .img_1 {
  max-width: 20rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .v2h-stand-explanation-wrap .img_1 {
    max-width: 36rem;
  }
}
@media (min-width: 1001px) {
  .v2h-stand-explanation-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2rem;
  }
  .v2h-stand-explanation-wrap .img_1 {
    width: 31%;
    margin-bottom: 0;
    max-width: 100%;
  }
  .v2h-stand-explanation-wrap .img_2 {
    width: 68%;
  }
  .v2h-stand-explanation-wrap img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}