/*----------------------------------------------------
  イオンモール高岡店
----------------------------------------------------*/
.pagetop-block {
  margin-top: 50px;
}
.location-area {
  padding: 1.25em 2.375em;
}
.location-area p {
  margin-bottom: 0 !important;
}
.page-link {
  display: flex;
  flex-wrap: wrap;
}
.page-link li {
  width: 50%;
}
.page-link a {
  text-align: center;
  height: 95%;
  font-weight: bold;
  border: 3px solid #1e99ff !important;
  padding: 10px 20px 30px;
  margin:auto !important;
  font-size: 1.8rem;
}
.page-link a::after {
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.page-link a p {
  margin-top: 2rem;
  text-align: left;
  font-weight: normal;
  color: #222;
  font-size: 1.6rem;
}
.page-link a:hover p{
  color: #E48E00;
}
.request-list {
  margin-bottom: 30px;
  padding-left: 1em;
}
.request-list li {
  list-style: none;
  position: relative;
}
.request-list li::after {
  content: "\f046";
  font-family: 'FontAwesome';
  position: absolute;
  color: #ffc012;
  left: -1em;
  top: 0;
}
.necessary-list {
  margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
  .pagetop-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .page-link li {
    width: 100%;
  }
  .page-link a {
    padding: 8px;
    padding-bottom: 30px;
    width: 100%;
    margin-right: 0;
    font-size: 1.8rem;
  }
  .page-link a p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}