@charset "UTF-8";

.float-bnr-img {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E5E5E5;
  z-index: 9999;
  padding: 10px 20px;
}

.float-bnr-img.bgBlack {
  background: rgba(0, 0, 0, 0.8);
}

.float-bnr-img.bgBlack .bnr-img img {
  margin: 23px;
}

.bnr-item {
  margin: 5px auto;
  max-width: 950px;
  display: flex;
  justify-content: center;
}

.bnr-item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.bnr-text-item {
  margin: 10px auto;
}

.bnr-txt-bx {
  margin: 13px 0 0 15px;
}

.float-bnr-img.bgBlack .bnr-item .bnr-txt-bx {
  margin: 18px 0 0 20px;
}

a.button-blue-item {
  color: #fff;
  width: 100%;
  font-size: 16px;
  display: block;
  text-align: center;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: -webkit-gradient(linear, left bottom, left top, from(#0f82b8), to(#0b5bce));
  background: linear-gradient(0deg, #0f82b8 0%, #0b5bce 100%);
  text-decoration: none;
}

a.button-blue-item:hover {
  opacity: 0.6;
}

a.button-blue-item:before {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  left: 113px;
  cursor: pointer;
  margin-top: 10px;
}

.close-btn-s {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  left: 115px;
  cursor: pointer;
  margin-top: 10px;
}

.close-btn span::before,
.close-btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #86888A;
}

.close-btn span::before {
  transform: rotate(-45deg);
}

.close-btn span::after {
  transform: rotate(45deg);
}


.link-btn-pr {
  position: absolute;
  cursor: pointer;
  bottom: 42px;
  left: 34%;
  width: 305px;
  height: 31px;
}

@media (min-width: 900px) {
  .button-blue {
    padding: 10px;
    max-width: 284px;
    padding: 15px 40px;
  }
}

@media (max-width: 900px) {
  .button-blue {
    padding: 15px 35px;
  }
}