/* 用語辞典 */
.word-content {
  max-width: 90%;
  margin: 0 auto;
}
.word-list:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ecc7a2;
}
.word-list:last-child {
  border-bottom: none;
}
.word-list .word-head {
  font-size: 18px;
  color: #db6143;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.sub-icon {
  width: 27px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .word-content {
    max-width: 1060px;
  }
  .word-list:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .word-list .word-head {
    font-size: 25px;
  }
  .sub-icon {
    width: 32px;
  }
  p {
    font-size: 16px;
  }
}