.display-area {
  max-width: 600px;
  margin: 0 auto;
}

h3 {
  color: #4d5156;
}

.item {
  padding: 10px 0;
}

.pagination-ul {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.pagination-ul li {
  border-radius: 4px;
  height: 30px;
  margin: 0 10px;
}
.pagination-ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  color: #fff;
  width: 100%;
  height: 100%;
}
.pagination-current {
  background-color: #fff;
  color: #34BAB3;
  width: 30px;
  text-align: center;
}
.pagination-start, .pagination-end {
  width: 30px;
  background-color: #34BAB3;
  visibility: hidden;
  pointer-events: none;
}
.pagination-back, .pagination-next {
  width: 70px;
  background-color: #34BAB3;
  visibility: hidden;
  pointer-events: none;
}
.pagination-back a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent currentColor transparent transparent;
  margin-right: 8px;
}
.pagination-next a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent currentColor;
  margin-left: 8px;
}
.pagination-start.active {
  visibility: visible;
  pointer-events: all;
}
.pagination-end.active {
  visibility: visible;
  pointer-events: all;
}
.pagination-back.active {
  visibility: visible;
  pointer-events: all;
}
.pagination-next.active {
  visibility: visible;
  pointer-events: all;
}

.search-form {
  display: flex;
  height: 44px;
  margin: 10px 0;
}
.search-form input {
  flex-grow: 1;
  margin-right: 4px;
}

.search-submit {
  border: none;
  border-radius: 4px;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  width: 200px;
  height: 44px;
  background-color: #34BAB3;
  color: #fff;
  background-color: #34BAB3;
  color: #fff;
  width: 100px;
}
.search-submit:focus, .search-submit:hover {
  opacity: 0.6;
}
.search-submit:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
  pointer-events: none;
}
.search-submit a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.button-back {
  border: none;
  border-radius: 4px;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  width: 200px;
  height: 44px;
  background-color: #34BAB3;
  color: #fff;
  background-color: #34BAB3;
  margin-top: 40px;
}
.button-back:focus, .button-back:hover {
  opacity: 0.6;
}
.button-back:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
  pointer-events: none;
}
.button-back a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.button-back a {
  color: #fff;
}

.detail-h1 {
  font-size: 0.875rem;
}
.detail-viet {
  display: inline-block;
  padding-right: 10px;
  font-size: 1rem;
}
.detail-viet span {
  font-size: 1.875rem;
  font-weight: bold;
}
.detail-section {
  margin: 16px 0;
}
.detail-ja-box {
  margin: 8px 0;
}
.detail-count {
  color: #34BAB3;
  font-size: 1.25rem;
  font-weight: bold;
  width: 30px;
  display: inline-block;
}
.detail-class {
  background-color: #a0a0a0;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 0.875rem;
}
.detail-ja {
  font-size: 1.125rem;
  font-weight: bold;
}
.detail-ja-memo {
  margin-left: 30px;
  margin-top: 6px;
}
.detail-ex-note {
  color: #34BAB3;
}

.playBtn {
  background-color: #34BAB3;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 0.875rem;
}
.playBtn .south {
  background-color: #a0a0a0;
}

.centering-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=style_dic.css.map */