@charset "UTF-8";

.SearchLanguage {
  display: none;
} 
.SearchLanguage__Area {
  background: #E1F5FE;
  padding: 0.5em 0;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48.0625em) {
  .SearchLanguage__Area {
    margin-bottom: 0;
  }
}
.SearchLanguage__Area__Text {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.SearchLanguage__Area__Text .TextList {
  position: relative;
}
.SearchLanguage__Area__Text .TextList:after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  transform: rotate(45deg);
  right: -20px;
  top: 50%;
  bottom: 50%;
  margin-top: -0.3125em;
}

