@charset "utf-8";
/* CSS Document */
.itemBoxWrap {
  margin-top: 0;
}
.itemBoxWrap h3 {
  border-top: 0;
  margin-top: 0;
}
table.table-spec.spec {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  min-width: 800px;
}
table.table-spec.spec th {
  text-align: left;
  width: auto;
}
table.table-spec.spec td {
  width: auto;
  vertical-align: middle;
}
table.table-spec.spec .w_1 {
  width: 40%;
}
table.table-spec.spec .w_2 {
  width: 20%;
}
table.table-spec.spec .w_3 {
  width: 10%;
}
table.table-spec.spec .tac {
  text-align: center;
}
table.table-spec.spec .fw500 {
  font-weight: 500;
}
.pconly {
  display: none;
}
.sponly {
  display: block;
}
.mbs {
  margin-bottom: 4rem;
}


@media print, screen and (min-width: 768px) {
  .pconly {
    display: block;
  }
  .sponly {
    display: none;
  }
  #specWrap .mts {
    margin-top: 2rem;
  }  
}
/*仮*/
/*table.table-spec th, table.table-spec td, table.table-spec td.sub-td2 {
  padding: 0.5em;
  border: 1px solid #d0d0d0;
}
table.table-spec th {
  background-color: #F5F5F5;
}*/