/* media query */
#contents .tecMain .pText p:not(:last-child) {
  margin-bottom: 25px;
}

#contents .tecMain .denatsu {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .tecMain .denatsu {
    display: block;
  }
}

#contents .tecMain .denatsu > section {
  width: calc(50% - 33px);
}

@media screen and (max-width: 1100px) {
  #contents .tecMain .denatsu > section {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .tecMain .denatsu > section {
    width: 100%;
  }
  #contents .tecMain .denatsu > section:first-child {
    margin-bottom: 20px;
  }
}

#contents .tecMain .denatsu > section > h5 {
  font-size: 1.1em;
  font-weight: bold;
}

#contents .tecMain .denatsu > section > p {
  font-size: 0.8em;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 140%;
}

#contents .tecMain .sokutei > section:not(:last-child) {
  margin-bottom: 10px;
}

#contents .tecMain .sokutei > section > h5 {
  font-size: 1.1em;
}

#contents .tecMain .sokutei > section table {
  margin-bottom: 20px;
}

#contents .tecMain .sokutei > section table th {
  vertical-align: middle;
}

#contents .tecMain .sokutei > section table .subTh {
  background-color: #ccc;
}

#contents .tecMain .sokutei > section table td:first-child,
#contents .tecMain .sokutei > section table td:nth-child(4),
#contents .tecMain .sokutei > section table .gray {
  background-color: #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

#contents .tecMain .sokutei > section table td:not(:nth-child(2)) {
  text-align: center;
}
/*# sourceMappingURL=index.css.map */