.noslink {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 4px rgb(0 0 0 / 15%);
  padding: 0 15px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 3;
}

.noslink-txt-block {
  width: 55.8%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.noslink-txt-block img {
  width: 55px;
  padding-bottom: 5px;
}

.noslink-txt-block div {
  padding-left: 6px;
}

.noslink-txt-block div img {
  width: 132px;
}

.noslink-txt-block div p {
  font-weight: bold;
  color: #00a728;
  line-height: 1.333;
}

.noslink-btn-block {
  width: 44.2%;
  text-align: right;
}

.noslink .button {
  font-size: 1rem;
  width: 127px;
  height: 32px;
  line-height: 30px;
  white-space: nowrap;
  text-align: left;
  padding-left: 19px;
}

.noslink .button[target="_blank"]::after {
  right: 15px;
}

@media screen and (min-width:769px) {
  .noslink {
    display: none;
  }
}