#module-t_lexicon-lexicon .content,
#module-t_lexicon-lexicon .columns,
#module-t_lexicon-lexicon .column {
  display: flex;
  flex: 1;
  max-width: 100%;
}

.t_lexicon {
  flex: 1;
  max-width: 100%;
  padding: 64px 32px;
  line-height: 1.5em;
}

@media (min-width: 580px) {
  .t_lexicon {
    padding: 64px;
  }
}

.t_lexicon h1 {
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
}

#t_lexicon_nav,
.t_lexicon_term_list {
  margin: auto;
  max-width: 100%;
}

#t_lexicon_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 450px;
}

@media (min-width: 1000px) {
  #t_lexicon_nav {
    width: 1080px;
  }
}

#t_lexicon_nav button {
  display: block;
  padding: 0 10px;
  height: 48px;
  background: transparent;
  border: none;
  border-top: 1px solid white;
  border-bottom: 1px solid #f1f1f1;
  color: inherit;
  font-weight: 600;
  cursor: pointer;
}

#t_lexicon_nav button.active {
  color: #c19e67;
  border-top: 2px solid white;
  border-bottom: 2px solid #c19e67;
}

#t_lexicon_nav button:hover {
  border-top: 2px solid white;
  border-bottom: 2px solid #c19e67;
}

.t_lexicon_term_list {
  display: none;
}

.t_lexicon_term_list.active {
  display: block;
  margin-top: 48px;
  width: 1080px;
}

.t_lexicon_term {
  font-size: 20px;
  margin: 16px 0 8px;
}
