@charset "UTF-8";
/* CSS Document */
a.a-border:hover {
  text-decoration: underline;
}
.p-info {
  margin-top: 40px !important;
}
.server_table {
  margin-top: 30px;
}
.server_table table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.transducer table th, .transducer table td {
  font-size: 1.4rem
}
.server_subttl {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width:768px) {
  .transducer table th, .transducer table td {
    font-size: 1.2rem;
    display: block;
  }
  .server_table table {
    width: 100%;
  }
}
/*2022版のデザイン追加*/
h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
dt {
  font-size: 1.6rem;
}
.list_iifes li {
  position: relative;
  padding-left: 12px;
  font-size: 1.6rem;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .list_iifes li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .list_iifes li {
    font-size: 1.4rem;
  }
}
.list_iifes li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00A32C;
  position: absolute;
  top: 10px;
  left: 0;
}
.main_img {
  display: block;
  margin: 0 auto 40px;
}
table.sub_img {
  margin: auto;
  padding: 30 0 30 0;
}
@media only screen and (max-width: 767px) {
  table.sub_img {
    margin: auto;
    padding: 30 0 30 0;
    width: 100%;
  }
  table.sub_img td.sg6_img {
    width: 60%;
  }
  table.sub_img td.sg6_exp {
    margin-right: 10px;
    width: 60%;
  }
}
ul.list_iifes li.new::after {
  content: '新製品';
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  color: #fff;
  background: #F00;
  border-radius: 15px;
  padding: 0 5px;
  margin-left: 10px;
  vertical-align: baseline;
}


/*table*/

 .table-type02 table tr th{
    background-color: #F4F4F4;
  }