/*----------------------
製品紹介 半導体・電子デバイス
------------------------*/
.semiconductor {
  margin-top: 15px;
  margin-bottom: 50px;
}
.semiconductor .semiconductor_detail {
  margin-bottom: 45px;
}
.semiconductor .semiconductor_detail .img {
  width: 25%;
}
.semiconductor .semiconductor_detail .img img {
  width: 100%;
}
.semiconductor .semiconductor_detail .txt {
  width: 72%;
}

@media screen and (max-width: 768px) {
  .semiconductor {
    margin-bottom: 30px;
  }
  .semiconductor .semiconductor_detail .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .semiconductor .semiconductor_detail .txt {
    width: 100%;
  }
}
