h2 label {
  text-align: end;
  letter-spacing: 0;
}

.en h2 label {
  text-align: center;
  letter-spacing: 0.3em;
}

.wrap {
  width: 830px;
  margin: 0 auto;
}

.term h4 {
  margin-bottom: 1em;
  font-size: 18px;
}

.term strong {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.term table {
  width: 100%;
  border-top: 1px solid;
  border-right: 1px solid;
}

.term table th {
  background: #ccc;
}

.term table th,
.term table td {
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding: 5px;
}

.term1 {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.term-unit {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.term-unit a {
  text-decoration: underline;
}

.term-txt {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.term-txt-last {
  text-align: right;
}

.en .term-txt-last {
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .wrap {
    width: 90%;
    margin: 0 auto;
  }

  .term h4 {
    margin-bottom: 1em;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .term h4 {
    margin-bottom: 1em;
    font-size: 16px;
  }

  .term strong {
    font-size: 14px;
  }
}