@charset "utf-8";
/* CSS Document */


/********************************************************************************

  main_visual

*********************************************************************************/
/*============================================================ */
@font-face{
  font-family: 'Prompt';
  src: url("/jpn/business/machinery/common/fonts/Prompt-Medium.eot");
  src: url("/jpn/business/machinery/common/fonts/Prompt-Medium.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face{
  font-family: 'Prompt';
  src: url("/jpn/business/machinery/common/fonts/Prompt-SemiBold.eot");
  src: url("/jpn/business/machinery/common/fonts/Prompt-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}


.product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 100px;
  }
  
  .product-list-col-3:after {
    content: "";
    display: block;
    width: 31.2%;
  }
  
  .product-list-col-4:before {
    content: "";
    display: block;
    width: 23.2%;
    order: 1;
  }
  
  .product-list-col-4:after {
    content: "";
    display: block;
    width: 23.2%;
  }
  
  .product-list-item {
    margin: 0 0 50px;
  }
  
  .product-list-col-3 .product-list-item {
    width: 31.2%;
  }
  
  .product-list-col-4 .product-list-item {
    width: 23.2%;
  }
  
  .product-list-ttl {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
  }
  
  .product-list-col-4 .product-list-ttl {
    font-size: 18px;
  }
  /*
  .product-list-ttl:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 20px;
    background: #d30000;
  }
  */
  
  .product-list-img {
    margin-bottom: 15px;
  }
  .product-list-img img {
      width: 100%;
  }
  .product-list-logo {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0;
  }


@media screen and (max-width: 767px) {
    .welding-tech-point {
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .welding-tech-point li {
      margin: 0 10px 10px
    }
  
    .welding-tech-point li:nth-child(1) {
      margin: 0 100px;
    }
  
    .tech-list-item {
      padding: 0 15px 20px;
    }
  
    .tech-list-item figure {
      margin: 0 -15px;
    }
  
    .tech-list-item h3 {
      font-size: 18px;
    }
  
    .tech-list-item p {
      font-size: inherit;
    }
  
    .rd-img {
      width: auto;
      margin: 1.5em 0 0;
    }
  
    .product-cat {
      margin: 50px 0 0 !important;
      padding: 0;
    }
  
    .product-cat li {
      width: 26.4%;
      margin: 0 1.5% 0 0;
    }
  
    .product-cat li:last-child {
      margin: 0;
    }
  
    .product-cat li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 55px;
      line-height: 1.5;
      padding: 0 5px;
      font-size: inherit;
    }
  
    .product-list {
      display: block;
      margin: 0 0 50px;
    }
  
    .product-list-col-3:after {
      content: none;
    }
  
    .product-list-col-4:before {
      content: none;
    }
  
    .product-list-col-4:after {
      content: none;
    }
  
    .product-list-item {
      margin: 0 0 30px;
    }
  
    .product-list-col-3 .product-list-item {
      width: auto;
    }
  
    .product-list-col-4 .product-list-item {
      width: auto;
    }
  
    .product-list-item:last-child {
      margin: 0;
    }
  
    .product-list-ttl {
      margin: 0 0 15px;
      font-size: 18px;
    }
  }

  

/*
============================================================ */
/* passive component
============================================================ */



.process-heading {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.process-heading div:nth-child(1) {
  width: calc(((100% - 1000px) / 2) + 180px);
  padding: 10px 0;
  background: #969696;
}

.process-heading div:nth-child(1) span {
  display: block;
  max-width: 220px;
  margin: 0 0 0 auto;
  text-align: center;
}

.process-heading div:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(((100% - 1000px) / 2) + 190px);
  padding: 10px 0;
  background: #969696;
}

.process-heading div:nth-child(2) span {
  display: block;
  max-width: 764px;
  margin: 0 0 0 46px;
  text-align: center;
}

#products_area .process-row {
  display: flex;
}
.process-row:nth-child(even) {
    background: #f4f6f7;
}
.process-row-comp {
  border: none;
}

.process-name {
  position: relative;
  width: calc(((100% - 1000px) / 2) + 180px);
}

.process-name i {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 90px;
  width: 16px;
  height: 0;
  background: url(/jpn/business/machinery/passive-component/images/icon-arrow.png) no-repeat 0 100%;
  background-size: 16px auto;
}

.process-name-inner {
  max-width: 220px;
  margin: 0 0 0 auto;
  padding: 40px 0 0;
  text-align: center;
}
.process-name-inner img {
	width: auto;
}

.process-name p {
  margin: 0 0 1em;
}

.process-name p span {
  display: block;
}

.process-name p span[lang="en"] {
  color: #969696;
  font-size: 17px;
  font-family: "Prompt";
}

.process-name p span[lang="ja"] {
  font-size: 24px;
  font-weight: bold;
}

.process-products {
  position: relative;
  width: calc(100% - (((100% - 1000px) / 2) + 180px));
  padding: 70px 0 40px;
}

.process-row-comp .process-products {
  padding-bottom: 70px;
}


.process-row-comp .process-products:after {
  content: none;
}

.process-products-inner {
  max-width: 764px;
  margin: 0 0 0 56px;
}

.process-products .product-list {
  margin: 0;
}

.process-products .product-list-item {
  margin: 0;
}

.process-products .product-list-ttl {
  font-size: 17px;
}

.process-products .product-list-txt {
  font-size: 15px;
}

.process-comp {
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #1ba1e6;
}

.fields-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fields-list:before {
  content: "";
  display: block;
  width: 23.822%;
  order: 1;
}

.fields-list:after {
  content: "";
  display: block;
  width: 23.822%;
}

.fields-list li {
  width: 23.822%;
  margin: 0 0 10px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background: #1ba1e6;
}

.img-static-elimination {
  margin: 50px 0;
}

.btn-demo {
  text-align: center;
}

.btn-demo a {
  display: block;
  position: relative;
  max-width: 475px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  background: #3c3c3c;
}

.btn-demo a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 15px;
  height: 40px;
  background: url(/jpn/business/mecha/common/img/icon-arrow-01.svg) no-repeat 0 0;
  background-size: 15px 40px;
  transform: translateY(-50%) scale(-1, 1) rotate(-90deg);
  transition: all .2s ease-in-out;
}

.btn-demo a:hover {
  text-decoration: none;
  background: #1d1d1d;
}

.btn-demo a:hover:after {
  right: 30px;
}

.btn-demo a small {
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 1080px) {
  .process-heading div:nth-child(1) {
    width: 236px;
  }

  .process-heading div:nth-child(1) span {
    max-width: inherit;
  }

  .process-heading div:nth-child(2) {
    left: 246px;
  }

  .process-heading div:nth-child(2) span {
    max-width: inherit;
    margin: 0;
  }

  .process-name {
    width: 236px;
  }

  .process-products {
    width: calc(100% - 236px);
  }

  .process-products-inner {
    max-width: inherit;
    margin: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .process-heading {
    font-size: inherit;
  }

  .process-heading div:nth-child(1) {
    width: 33.33%;
  }

  .process-heading div:nth-child(2) {
    left: calc(33.33% + 5px);
  }

  .process-name {
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .process-name i {
    right: auto;
    left: 50%;
    bottom: 0;
    width: 16px;
    height: 206px;
    background-size: 16px auto;
    transform: translateX(-50%);
    z-index: 10;
  }

  .process-name-inner {
    padding: 20px 0 0;
  }

  .process-name p span[lang="en"] {
    font-size: inherit;
  }

  .process-name p span[lang="ja"] {
    font-size: 18px;
  }

  .process-products {
    width: 66.67%;
  }

  .process-products {
    padding: 20px 15px 30px;
    box-sizing: border-box;
  }

  .process-row-comp .process-products {
    padding-bottom: 70px;
  }

  .process-products-inner {
    margin: 0;
  }

  .process-products .product-list-item {
    margin: 0 0 30px;
  }

  .process-products .product-list-item:last-child {
    margin: 0;
  }

  .process-products .product-list-txt {
    font-size: inherit;
  }

  .process-comp {
    font-size: inherit;
  }

  .fields-list:before {
    content: none;
  }

  .fields-list:after {
    content: none;
  }

  .fields-list li {
    width: 49%;
    margin: 0 0 5px;
  }

  .img-static-elimination {
    margin: 1.5em 0;
  }

  .btn-demo {
    text-align: left;
  }

  .btn-demo a {
    padding: 15px;
    font-size: 18px;
  }

  .btn-demo a:after {
    right: 25px;
    width: 12px;
    height: 32px;
    background-size: 12px 32px;
  }

  .btn-demo a:hover:after {
    right: 25px;
  }

  .btn-demo a small {
    font-size: 13px;
  }
}