/*------------------------
  glossary search
------------------------*/
[id^=search-] .selection-title {
  color: #294979;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  [id^=search-] .selection-title {
    font-size: 26px;
  }
}
[id^=search-] [id^=section-list-wrap] {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  [id^=search-] [id^=section-list-wrap] {
    flex-wrap: wrap;
  }
}
[id^=search-] [id^=section-list-wrap]:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  [id^=search-] [id^=section-list-wrap] > li:nth-of-type(n):not(:first-of-type) {
    margin-top: 55px;
  }
}
[id^=search-] [id^=section-list-wrap] > li > h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  [id^=search-] [id^=section-list-wrap] > li > h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  [id^=search-] [id^=section-list-wrap] > li > h3 {
    margin-bottom: 10px;
  }
}
[id^=search-] [id^=section-list-wrap] > li > .selection-list {
  margin-bottom: 55px;
}
[id^=search-] [id^=section-list-wrap] > li > .selection-list:last-child {
  margin-bottom: 0;
}
[id^=search-] [id^=section-list-wrap] > li > .selection-list > li {
  width: 20%;
}
[id^=search-] [id^=section-list-wrap] > li:nth-of-type(2) {
  margin: 0 0 0 auto;
}
[id^=search-] #section-list-wrap > li {
  width: 48%;
}
@media screen and (max-width: 480px) {
  [id^=search-] #section-list-wrap > li {
    width: 100%;
  }
}
[id^=search-] #section-list-wrap > li .selection-list > li:nth-of-type(1) .selection-list-btn-in {
  margin-left: 0;
}
[id^=search-] #section-list-wrap > li .selection-list > li:nth-of-type(5) .selection-list-btn-in {
  margin-right: 0;
}
[id^=search-] #section-list-wrap-alpha > li {
  width: 100%;
}
[id^=search-] #section-list-wrap-alpha > li > .selection-list {
  justify-content: flex-start;
}
[id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n) {
  margin-bottom: 22px;
  width: 7.69%;
}
[id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(1) .selection-list-btn-in {
  margin-left: 0;
}
[id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(13n) .selection-list-btn-in {
  margin-right: 0;
}
[id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(14) .selection-list-btn-in {
  margin-left: 0;
}
[id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(n+14) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n) {
    width: 10%;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(10n) .selection-list-btn-in {
    margin-right: 0;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(10n + 1) .selection-list-btn-in {
    margin-left: 0;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(13n) .selection-list-btn-in {
    margin: auto;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(14) .selection-list-btn-in {
    margin: auto;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(n+14) {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n) {
    width: 20%;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(10n) .selection-list-btn-in {
    margin: auto;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(10n + 1) .selection-list-btn-in {
    margin: auto;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(13n) .selection-list-btn-in {
    margin: auto;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(5n) .selection-list-btn-in {
    margin-right: 0;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(5n + 1) .selection-list-btn-in {
    margin-left: 0;
  }
  [id^=search-] #section-list-wrap-alpha > li > .selection-list > li:nth-of-type(n):nth-of-type(n+20) {
    margin-bottom: 22px;
  }
}
[id^=search-] .selection-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
[id^=search-] .selection-list > li.selection-list-btn, [id^=search-] .selection-list > li.selection-list-btn-no-item {
  position: relative;
}
[id^=search-] .selection-list > li.selection-list-btn .selection-list-btn-in, [id^=search-] .selection-list > li.selection-list-btn-no-item .selection-list-btn-in {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
  text-align: center;
  width: 87.5%;
}
[id^=search-] .selection-list > li.selection-list-btn .selection-list-btn-in {
  color: #333;
}
[id^=search-] .selection-list > li.selection-list-btn .plus_btn {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 12px;
  height: 12px;
  font-size: 0;
  color: #fff;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  [id^=search-] .selection-list > li.selection-list-btn .plus_btn {
    display: none;
  }
}
[id^=search-] .selection-list > li.selection-list-btn .plus_btn::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  transition: all 0.2s;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.15;
}
[id^=search-] .selection-list > li.selection-list-btn .plus_btn span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  height: 100%;
  width: 100%;
}
[id^=search-] .selection-list > li.selection-list-btn .plus_btn span::before, [id^=search-] .selection-list > li.selection-list-btn .plus_btn span::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  transition: translate 0.2s;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
[id^=search-] .selection-list > li.selection-list-btn .plus_btn span::before {
  width: 11px;
  height: 1px;
}
[id^=search-] .selection-list > li.selection-list-btn .plus_btn span::after {
  width: 1px;
  height: 11px;
}
[id^=search-] .selection-list > li.selection-list-btn.is-select .plus_btn::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(2.3);
  transform-origin: center center;
}
[id^=search-] .selection-list > li.selection-list-btn.is-select .plus_btn span {
  opacity: 1;
}
[id^=search-] .selection-list > li.selection-list-btn.is-select .plus_btn span::before, [id^=search-] .selection-list > li.selection-list-btn.is-select .plus_btn span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
[id^=search-] .selection-list > li.selection-list-btn-no-item .selection-list-btn-in {
  color: #ccc;
}
@media screen and (min-width: 769px) {
  [id^=search-] .selection-list > li.selection-list-btn .selection-list-btn-in:hover {
    background-color: #f2f2f2;
    border: 2px solid #c02;
    color: #c02;
    cursor: pointer;
  }
}
[id^=search-] .selection-list > li.selection-list-btn.is-select .selection-list-btn-in {
  background-color: #f2f2f2;
  border: 2px solid #c02;
  border-bottom: none;
  color: #c02;
  z-index: 15;
}
[id^=search-] .selection-list > li.selection-list-btn.is-select .selection-list-btn-in::after {
  border-bottom: 2px solid #f2f2f2;
  bottom: -2px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
[id^=search-] .selection-list > li .selection-details {
  background-color: #f2f2f2;
  border: 2px solid #c02;
  box-sizing: border-box;
  height: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  transform-origin: center top;
  transform: scaleY(0);
  transition-delay: 0.1s;
  transition: opacity, transform 0.3s ease;
  z-index: 10;
}
[id^=search-] .selection-list > li .selection-details.is-select {
  height: auto;
  opacity: 1;
  padding: 30px;
  top: -2px;
  transform: scaleY(1);
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  [id^=search-] .selection-list > li .selection-details.is-select {
    padding: 14px;
  }
}
[id^=search-] .selection-list > li .details-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  [id^=search-] .selection-list > li .details-list {
    display: block;
  }
}
[id^=search-] .selection-list > li .details-list > li {
  width: 48.8%;
}
[id^=search-] .selection-list > li .details-list > li:nth-of-type(odd) {
  margin-right: 2.4%;
}
@media screen and (max-width: 768px) {
  [id^=search-] .selection-list > li .details-list > li:nth-of-type(odd) {
    margin-right: 0;
  }
}
[id^=search-] .selection-list > li .details-list > li:nth-last-of-type(-n+2) .details-list-btn {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  [id^=search-] .selection-list > li .details-list > li {
    width: 100%;
  }
  [id^=search-] .selection-list > li .details-list > li:nth-last-of-type(-n+2) .details-list-btn {
    margin-bottom: 8px;
  }
  [id^=search-] .selection-list > li .details-list > li:last-of-type {
    margin-bottom: 0;
  }
}
[id^=search-] .selection-list > li .details-list > li .details-list-btn {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 14px 1em;
  text-align: center;
  transition: 0.3s;
}
[id^=search-] .selection-list > li .details-list > li .details-list-btn:hover {
  border-color: #c02;
  color: #c02;
}