/* shutto selectbox */
body .stt-lang-select {
  position: absolute !important;
  box-shadow: none !important;
}

body .stt-lang-select * {
  font-family: Roboto,"ヒラギノ角ゴシック","noto sans JP", sans-serif;
  font-weight: 400;
}

body .stt-lang-select.tr {
  top: 0;
  right: 0;
  border-radius: 0 0 0 3px;
  font-size: 10px !important;
  background: rgba(255,255,255,0.8);
  border: none;
}

body .stt-lang-select .stt-text {
  position: relative;
  padding: 3px 25px 3px 14px;
  white-space: nowrap;
}

body .stt-lang-select .stt-text:after {
  content: '▼';
  display: block;
  position: absolute;
  top: 4px;
  right: 9px;
  font-size: 10px;
}


/* shutto hide or disable element (link dot-st.com) */
.is-hide-stt {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.is-disable-stt {
  pointer-events: none !important;
}

.is-disable-stt *:not(img,:has(img)) {
  display: none !important;
  visibility: hidden !important;
}
