div.notice.simple-popup-notification--notice{
  background-image: url('../image/bg_image.png');
  border: 1px solid #c3c4c7;
  padding: 12px 22px;
}
div.notice.simple-popup-notification--notice h3, div.notice.simple-popup-notification--notice p{
  color: #ffffff;
}

div.notice.simple-popup-notification--notice p.e-note{
    margin-top: 11px;
}

div.notice.simple-popup-notification--notice .e-notice__actions a{
  margin-right: 6px;
}

div.notice.simple-popup-notification--notice .e-button--cta.cta-secondary{
  color: #FFFFFF;
  background-color: #54375E;
  border-color: #54375E;
}

div.notice.simple-popup-notification--notice .e-button--cta{
  box-shadow: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

.preview-img img {
  max-width: 200px;
  max-height: fit-content;
}

input.popupwidth{
  width: 100px;
}