@charset "Shift_JIS";

.inducementLangWrapper {
  display: none;
  opacity: 0;
}

.inducementLang {
  position: relative;
  padding: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  text-align: center;
  background-color: #efebe6;
}

.inducementLang__text {
  padding-right: 16px;
  font-size: 12px;
  color: #3b1800;
}

.inducementLangButton {
  margin-top: 8px;
}

.inducementLangButton__link {
  display: inline-block;
  width: 99%;
  background: linear-gradient(#fff, #eae6e5);
  border: 1px solid #938c89;
  border-radius: 4px;
}

.inducementLangButton__text {
  display: inline-block;
  padding: 7px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #3b1800;
}

.inducementLang__delete {
  display: inline-block;
  margin-top: 8px;
  color: #1558ce;
  text-decoration: none;
  cursor: pointer;
}

.inducementLangClose {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  padding: 0;
  cursor: pointer;
  border: none;
}

.inducementLangClose__img {
  display: inline-block;
}
