.discuss-textBox {
  margin-bottom: 20px;
}

.discuss-lists-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  line-height: 1.63;
}

.discuss-lists-02__item {
  width: 100%;
  word-break: break-all;
  margin-bottom: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .discuss-lists-01 {
    overflow: hidden;
  }
  .discuss-lists-01 li {
    width: 240px;
    float: left;
    margin-bottom: 10px;
  }
  .discuss-lists-01 li:nth-child(odd) {
    clear: both;
  }
  .discuss-lists-02 {
    overflow: hidden;
    width: 100%;
  }
  .discuss-lists-02__item {
    width: 33%;
    float: left;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .discuss-lists-02__item:nth-child(3n + 1) {
    clear: both;
  }
}
