/* Technology
-------------------------------------------*/

#featured_product .sec_in{
  padding-bottom: 200px;
}
#facilities .sec_in{
  margin-top: 0;
}
.technology .page_header__mv .page_header__visual::before{
  background:
    linear-gradient(
      to right,
      rgba(0,172,178,0.35) 10%,
      rgba(218,218,182,0.35) 60%,
      rgba(255,164,126,0.35) 95%);
}
.technology .contents h3{
  font-weight: normal;
  letter-spacing: .1em;
}
#featured_product .product_list__in{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.product_list__in h3{
  width: 32%;
  font-size: clamp(18px,2.76vw,27px);
}
.product_list__in .list_item{
  display: block;
  width: 68%;
  padding-bottom: 5%;
}
.list_item .item{
  padding-bottom: 6%;
}
.product_list__in:last-child .list_item .item,
.product_list__in:last-child .list_item{
  padding-bottom: 0;
}
.list_item .item .tit::before,
.list_item .item dt::before{
  content: '●';
  font-size: 50%;
  vertical-align: 20%;
  padding-right: 4px;
  color: var(--green);
}
.synthesis .item dt::before{
 content: none; 
}
.list_item .item > div{
  margin-top: 14px;
}
.list_item .item .tit{
  font-size: clamp(14px,2.15vw,18px);
}
.list_item .item > div dl{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.list_item .item > div dl + dl{
  border-top: 1px solid #ccc;
}
.list_item .item > div dt{
  width: 32%;
  display: flex;
  align-items: center;
  font-size: clamp(13px,2vw,14px);
  line-height: 1.75;
  padding: 1% 3%;
  color: #fff;
  background-color: #5c5c5c;
}
.list_item .item > div dd{
  width: 68%;
  padding: clamp(20px,3vw,4%);
  padding-top: 3%;
  padding-bottom: 3%;
  text-align: center;
  background-color: #fff;
}
.list_item .item > div dd img{
  max-width: 90%;
  max-height: 120px;
}
#trimethylamine dl:nth-child(2) dd img{
  max-width: 100%;
}
dl.synthesis_experiment{
  display: flex;
  flex-wrap: wrap;
}
dl.synthesis_experiment dt{
  width: 30%;
}
dl.synthesis_experiment dd{
  width: 70%;
}
#overview{
  background-color: #d9f4f5;
}
#overview .sec_cont ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#overview .sec_cont li{
  width: 49%;
  margin-bottom: 2%;
  padding: 3.5% 4%;
  border-radius: 10px;
  background-color: #fff;
}
#overview .sec_cont h3{
  font-size: clamp(18px,2.76vw,21px);
  padding-bottom: 4%;
}
#overview .sec_cont p{
  width: 70%;
  line-height: 2;
  font-size: clamp(12px,1.5vw,15px);
}
.surfactant{ background: url(../img/technology/bg_surfactant.jpg); }
.fine_chemical{ background: url(../img/technology/bg_fine_chemical.jpg); }
.resint{ background: url(../img/technology/bg_resint.jpg); }
.textile{ background: url(../img/technology/bg_textile.jpg); }

#overview .sec_cont li{
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
#facilities .tbl{
  width: 100%;
  margin-bottom: 8%;
  text-align: center;
  font-size: clamp(12px,1.5vw,14px);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tbl td{
  background-color: #fff;
}
.tbl th,
.tbl td{
  line-height: 2;
  padding: 12px 10px;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tbl .tbl_header th{
  color: #fff;
  background-color: #5c5c5c;
}
.tbl .list01{ width: 12%; background-color: #eee; }
.tbl .list02{ width: 12%; }
.tbl .list03{ width: 20%; }
.tbl .list04{ width: 10%; }
.tbl .list05{ width: 6%; }
.tbl .list06{ width: 8%; }
.tbl .list07{ width: 32%; }

.tbl .list07:not(.tbl_header .list07){
  text-align: left;
}

@media screen and (max-width: 650px){
  
  #featured_product .sec_in{
    padding-bottom: 15%;
  }
  .product_list__in h3,
  .product_list__in .list_item{
    width: 100%;
    padding-bottom: 5%;
  }
  .product_list__in{
    margin-top: 5%;
  }
  .list_item .item{
    padding-bottom: 10%;
  }
  .list_item .item .tit::before{
    content: '●';
    font-size: 60%;
    vertical-align: 5%;
    padding-right: 4px;
    color: var(--green);
  }
  .list_item .item > div{
  }
  .list_item .item > div dl{
    margin-bottom: 0;
  }
  .list_item .item > div dl + dl{
    border-top: 0;
  }
  .list_item .item > div dt{
    width: 100%;
    padding: 3%;
  }
  .list_item .item > div dd{
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  dl.synthesis_experiment{
    line-height: 1.75;
  }
  dl.synthesis_experiment dt,
  dl.synthesis_experiment dd{
    width: 100%;
  }
  dl.synthesis_experiment dd{
    padding: 0 0  3% 3%;
  }
  #overview .sec_cont li{
    width: 100%;
    margin-bottom: 5%;
    padding: 5% 8% 8%;
  }
  #overview .sec_cont h3{
    font-size: clamp(18px,2.76vw,21px);
    padding-bottom: 3%;
  }
  #overview .sec_cont p{
    width: 100%;
    line-height: 1.75;
  }
  #facilities .sec_cont{
    border-collapse: collapse;
    white-space: nowrap;
  }
  #facilities .sec_cont .sp{
    padding-bottom: 2%;
    letter-spacing: 0.15em;
  }
  .tbl{
    display: block;
    overflow-x: auto;
    width: 102%;
    margin-bottom: 8%;
    border: 0;
  }
  .tbl th,
  .tbl td{
    padding: 8px 10px;
  }
}