@charset "utf-8";
/*------------------------------------------------------------
Technical
------------------------------------------------------------*/

#conts .comMarBox {
  margin: 0px 0px 30px 15px;
}
#conts .headLine03 {
  padding: 6px 0;
  font-size: 1.7rem;
  font-weight: bold;
}
#conts .headLine04 {
  padding: 12px 0 5px;
  font-size: 1.0rem;
  font-weight: bold;
}
#conts .tableBox {
  margin-top: 5px;
}
/* comTable1 */
#conts .comTable1 {
  margin: 0 0 25PX;
  width: 82%;
  border-collapse: collapse;
}
#conts .comTable1 th,
#conts .comTable1 td {
  padding: 12px;
  font-size: 1.0rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #272343;
  line-height: 1.2;
  box-sizing: border-box;
}
#conts .comTable1 tr td:first-child {
  padding-left: 10px;
  text-align: left;
}
#conts .comTable1 tr td:nth-child(2) {
  padding-left: 10px;
  text-align: left;
  font-size: 1.0rem;
  line-height: 1.2;
}
#conts .comTable1 tr td:nth-child(3) {
  padding-left: 20px;
}
#conts .comTable1 tr td:nth-child(4) {
  padding-left: 20px;
}
#conts .comTable1 tr td:last-child {
  padding-left: 20px;
}
#conts .comTable1 th {
  padding: 10px 10px 10px;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  background-color: #272343;
  font-weight: normal;
}
#conts .comTable1 .wid01 {
  width: 12.0%;
}
#conts .comTable1 .wid02 {
  width: 16.0%;
}
#conts .comTable1 .wid03 {
  width: 18.0%;
}
#conts .comTable1 .wid04 {
  width: 18.0%;
}
#conts .comTable1 .wid05 {
  width: 18.0%;
}
/* comTable2 */
#conts .comTable2 {
  margin: 0 0 25PX;
  width: 100%;
  border-collapse: collapse;
}
#conts .comTable2 th,
#conts .comTable2 td {
  padding: 12px;
  font-size: 1.0rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #272343;
  line-height: 1.2;
  box-sizing: border-box;
}
#conts .comTable2 tr td:first-child {
  padding-left: 10px;
  text-align: left;
}
#conts .comTable2 tr td:nth-child(2) {
  padding-left: 10px;
  text-align: left;
  font-size: 1.0rem;
  line-height: 1.2;
}
#conts .comTable2 tr td:nth-child(3) {
  padding-left: 20px;
}
#conts .comTable2 tr td:nth-child(4) {
  padding-left: 20px;
}
#conts .comTable2 tr td:last-child {
  padding-left: 20px;
}
#conts .comTable2 th {
  padding: 10px 10px 10px;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  background-color: #272343;
  font-weight: normal;
}
#conts .comTable2 .wid01 {
  width: 18.0%;
}
#conts .comTable2 .wid02 {
  width: 18.0%;
}
#conts .comTable2 .wid03 {
  width: 16.0%;
}
#conts .comTable2 .wid04 {
  width: 16.0%;
}
#conts .comTable2 .wid05 {
  width: 16.0%;
}
#conts .comTable2 .wid06 {
  width: 16.0%;
}

/* description */
#conts .description {
  margin: 5px 0 10px 12px;
}

/* pdfLink */
#conts .pdfLink {
  margin: 5px 0 10px 0;
}
#conts .pdfLink a {
  padding-top:2px;
  font-size: 1.2rem !important;
  display: inline-block;
  position: relative;
  line-height: 1 !important;
  text-decoration: underline;
}

#conts .pdfLink a::before {
  width: 22px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
}
