@charset "UTF-8";

#tech > div:nth-last-child(1) {
  margin-bottom: 0;
}

.box-style-01 {
  padding: 0px 15px 15px;
  border: 1px solid #e7e7e7;
}

.box-style-02 > .ttl {
  font-size: 100%;
  text-align: unset;
  color: unset;
  padding: 0px 2% 5px;
  background-color: unset;
  border-bottom: 1px solid var(--main-color);
}

.box-style-02 > .txt {
  font-size: 90%;
  padding: 5px 2%;
  margin-bottom: 0px;

}

.box-style-01 > .inner > .txt-blc > .box {
  margin-bottom: 10px
} 

.tbl-style-01 {
  font-size: 90%;
}

.tbl-style-01 > tbody > tr > th,
.tbl-style-01 > tbody > tr > td {
  padding: 5px;
}