@charset "utf-8";

.smbc-appeal {
  display: none;
  gap: 0.5em;
  width: fit-content;
  margin: 30px 0 -15px;
  padding: 0.5em 1em;
  background: rgba(255,0,0,0.1);
  align-items: center;
}

.smbc-appeal.is-active {
  display: flex;
}

.smbc-appeal__text {
  position: relative;
  color: red;
}

.smbc-appeal__limit {
  color: red;
  background: #ffc;
  padding: 0.5em 1em;
  margin: -0.5em -1em -0.5em 0;
  white-space:nowrap;
}
.smbc-appeal { 
  border:1px solid rgba(255, 0, 0, 0.3);
  justify-content: space-between;
}
.c-link--blue{
  cursor:pointer;
}

@media screen and (max-width: 767px) {
  .smbc-appeal {
    width: calc(100% - 30px);
    margin: 30px auto -15px;
    font-size: 3.2vw;
  }
}

/*バナー対応*/
.smbc-appeal-img {
  display: none;
  width: fit-content;
  margin: 30px 0 -15px;
  max-width: 100%;
}

.smbc-appeal-img img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .smbc-appeal-img {
    width: calc(100% - 30px);
    margin: 30px auto -15px;
  }
}