@media screen and (max-width: 767px) {
  .p-ads__textContainer {
    font-size: 3.12907vw;
  }
}

.p-ads__imgTxt {
  justify-content: flex-start;
}

.p-ads__textBold {
  font-weight: bold;
}

.p-ads--listInfo__link:hover {
  text-decoration: underline;
}

.p-ads-listInfo__hasIcon::after {
  right: -20px;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  background-image: url(../img/ico_blank_02.gif);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-ads-listInfo__hasIcon::after {
    right: -4vw;
    margin-top: 1.5vw;
    width: 2.6vw;
    height: 2.6vw;
  }
}

.p-ads-listInfo__hasIcon--blank::after {
  right: -20px;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  background-image: url(../img/ico_blank_02.gif);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-ads-listInfo__hasIcon--blank::after {
    right: -2vw;
    margin-top: 1vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}

.p-ads__tabel td {
  width: 1rem;
}

.p-ads__tabel .p-ads__td {
  text-align: right;
  padding-right: 1rem;
}

.p-ads__imgWrap {
  display: flex;
  justify-content: center;
}

.p-ads__imgWrap img {
  max-width: 100% !important;
}

.p-ads__imgItem {
  display: block;
}

.p-ads__btn-close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-ads__btn-close {
    top: 5vw;
    right: 5vw;
  }
}

.p-ads__btn-close img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-ads__btn-close img {
    width: 7vw;
  }
}

.modalTitle {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .modalTitle {
    font-size: 2.60756vw;
  }
}
