form.sitest-form input:focus {
  background-color: #fff5e5;
}

form.sitest-form .sitest-input-error {
  border: 2px solid #f30 !important;
  background-color: #ffebed !important;
  color: #333 !important;
}

form.sitest-form .sitest-error input,
form.sitest-form .sitest-error textarea,
form.sitest-form .sitest-error select {
  border: 2px solid #f30 !important;
  background-color: #ffebed !important;
  color: #333 !important;
}

form.sitest-form .sitest-error.sitest-radio-wrapper {
  background-color: #ffebeb !important;
}

form.sitest-form .sitest-input-required {
  background-color: #ffebed !important;
  color: #333 !important;
}

form.sitest-form .sitest-required input,
form.sitest-form .sitest-required textarea,
form.sitest-form .sitest-required select {
  background-color: #ffebed !important;
  color: #333 !important;
}

form.sitest-form .sitest-required.sitest-radio-wrapper {
  background-color: #ffebeb !important;
}

form.sitest-form .sitest-input-success {
  background-color: #f9fff9;
  color: #333;
}

form.sitest-form .sitest-success input,
form.sitest-form .sitest-success textarea,
form.sitest-form .sitest-success select {
  background-color: #f9fff9;
  color: #333;
}

.sitest-required-inputs {
  position: fixed !important;
  top: 30%;
  left: 2%;
  cursor: default;
  z-index: 1011;
}

.sitest-required-inputs .design-1 {
  background-color: #000 !important;
  color: #fff;
  border-radius: 16px;
  padding: 10px;
  text-align: center;
}

.sitest-required-inputs .design-1.sp {
  display: none;
}

.sitest-required-inputs .design-1 strong {
  font-size: 24px;
  color: #ffffff !important;
  font-weight: normal;
}

.sitest-required-inputs .design-1 .pink {
  color: #ffc0cb;
}

@media screen and (max-width: 480px) {
  .sitest-required-inputs {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
  }

  .sitest-required-inputs .design-1 {
    border-radius: 0;
    font-size: 16px;
    padding: 5px;
    display: none;
  }

  .sitest-required-inputs .design-1.sp {
    display: block;
    padding-bottom: 34px;
  }

  .sitest-required-inputs .design-1.ok {
    display: none;
  }

  .sitest-required-inputs .design-1 strong {
    font-size: 18px;
    color: #ffffff !important;
  }
}

.sitest-comment {
  cursor: pointer;
  color: red !important;
}

.sitest-comment .sitest-error-comments {
  color: #f30 !important;
  margin: 0;
  padding: 0;
}

.sitest-comment .sitest-error-comments .sitest-error-comment {
  list-style-type: none;
  font-size: 10pt;
  line-height: 1.4em;
  color: #f30 !important;
}

.st-widget {
  display: none;
}

.st-widget__overlay {
  width: 100% !important;
  height: 100% !important;
  background-color: #000 !important;
  opacity: 0.5;
}

.st-widget__wrapper {
  padding: 2px !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  min-width: 0 !important;
  z-index: 21474836479 !important;
}

.st-bar__wrapper {
  position: fixed !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  z-index: 21474836479 !important;
}

.st-widget__position-center {
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
}

.st-widget__position-left {
  left: 20px !important;
}

.st-widget__position-right {
  right: 20px !important;
}

.st-widget__position-bottom {
  bottom: 10px !important;
}

.st-bar__bar-position_bottom {
  bottom: 0px !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
}

.st-widget__close {
  text-align: right !important;
  line-height: 0 !important;
  min-width: 0 !important;
  margin-bottom: 2px !important;
}

.st-widget__close>img {
  display: inline !important;
  max-width: 40px !important;
  min-width: 0 !important;
  cursor: pointer !important;
  margin: 0 6px !important;
}

.st-widget__close>img.st-widget__close-btn--hidden {
  display: none !important;
}

.st-widget__content-wrapper {
  box-sizing: border-box;
  overflow: hidden;
}

.st-widget__link {
  display: inline-block;
  width: 100% !important;
  cursor: pointer !important;
}

.st-widget__link:hover {
  opacity: 0.8 !important;
}

.st-widget__img {
  vertical-align: bottom;
  width: 100% !important;
}

.st-widget__title-content {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 4.5px 5px 5.5px !important;
  word-break: break-all;
  white-space: pre-line;
}

.st-widget__text-content {
  white-space: pre-line;
  font-size: 18px;
  margin: 5px 4.5px 18px 5.5px !important;
  word-break: break-all;
}

.st-widget__button-wrapper {
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 18px 46px 28px 46px !important;
}

.st-widget__button-wrapper>span {
  width: 50%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  height: initial;
}

.st-widget__button {
  border: 1px solid transparent;
  padding: 6px 0.65em;
  width: 100%;
  height: 100%;
  min-height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(84, 84, 84, 0.5);
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: pre-line;
  cursor: pointer;
  font-size: 24px;
  word-break: break-all;
}

.st-widget__button:hover {
  opacity: 0.8;
}

.st-widget__button>span {
  font-weight: bold;
}

.st-bar__content-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden;
}

.st-bar__content-wrapper .st-widget__title-content {
  word-break: break-all;
  white-space: pre-line;
}

.st-bar__content-wrapper .st-widget__text-content {
  word-break: break-all;
  white-space: pre-line;
}

.st-bar__content-wrapper .st-widget__button-wrapper {}

.position-fixed {
  position: fixed !important;
}

.st-bfo-view {
  display: none;
  background-color: white;
  color: black;
  z-index: 1001;
  position: absolute;
  border: 1px solid #AAAAAA;
}

.st-bfo-view__filtering-input-box {
  background-color: transparent;
  width: 100%;
  float: left;
}

.st-bfo-view__filtering-input {
  font-size: 16px;
  height: 30px;
  width: 100%;
  float: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
}

.st-bfo-view__close-btn {
  background-color: transparent;
  text-align: center;
  float: right;
}

.st-bfo-view__close-btn:hover {
  cursor: pointer;
}

.st-bfo-view__close-btn .emoji {
  height: 0.8em !important;
  width: 0.8em !important;
}

.st-bfo-view__info-bar {
  background-color: transparent;
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #555555;
  float: left;
}

.st-bfo-view__list-box {
  overflow-y: scroll;
  float: left;
  width: 100%;
  height: 300px !important;
  -webkit-overflow-scrolling: touch;
}

.st-bfo-view__corporate-list {
  list-style: none !important;
  padding: 0;
  border-top: 1px solid rgba(220, 220, 220, 220.4);
  border-bottom: 0px;
  margin: 0 !important;
}

.st-bfo-view__corporate-item {
  list-style: none !important;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid rgba(220, 220, 220, 220.4);
  margin: 0 0 0 0px !important;
}

.st-bfo-view__corporate-item:hover {
  background-color: rgba(237, 237, 237, 237.2);
}

.st-bfo-view__corporate-item-name {
  line-height: 1.5em !important;
  font-size: 16px;
  font-weight: normal;
}

.st-bfo-view__other-info {
  line-height: 1.5em !important;
  font-size: 12px;
  color: #888888;
}

.st-bfo-view__matched-text {
  background-color: lightpink;
}

.sitest-tippy-root .tippy-box {
  background-color: transparent;
}

.sitest-tippy-root .tippy-content {
  padding: 0;
  z-index: initial;
}

.sitest-tippy-header:empty {
  display: none;
}

.sitest-tippy {
  background-color: #fff;
  background-clip: padding-box;
  border: 0.125rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
}

.sitest-tippy-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.sitest-tippy-body {
  padding: 1rem 1rem;
  color: #212529;
}

.sitest-tippy-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  left: -0.5rem;
  top: -0.5rem;
}

.sitest-tippy-arrow-right.sitest-tippy-arrow {
  width: 0.5rem;
  height: 1rem;
}

.sitest-tippy-arrow::before,
.sitest-tippy-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.sitest-tippy-arrow-right.sitest-tippy-arrow::after {
  left: 0.125rem;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.sitest-tippy-arrow-right.sitest-tippy-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.sitest-tippy-arrow-bottom.sitest-tippy-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.sitest-tippy-arrow-bottom.sitest-tippy-arrow::after {
  top: 0.125rem;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.tippy-svg-arrow-bottom {
  top: 0;
}