.page-outline-link {
  width: 100%;
  background-color: #21215a;
  padding: 40px 0 54px;
  display: grid;
  place-items: center;
}

.page-outline-top {
  width: 1064px;
  display: flex;
  gap: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.page-outline-top a {
  width: 50%;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
  font-family: "Sawarabi Mincho";
}

.fa-map-marker-alt,
.fa-minus-circle {
  font-size: 24px;
  color: #21215a;
  padding-right: 22px;
}

.page-outline-list {
  width: 1064px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #707070;
}

.page-outline-list a {
  width: 266px;
  height: 173px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #707070;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-family: "Sawarabi Mincho";
}

/* IE */
@media all and (-ms-high-contrast: none) {
  .page-outline-link {
    display: flex;
    justify-content: center;
  }

  .page-outline-top a:nth-of-type(1) {
    margin-right: 15px;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.page-outline-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

_:-ms-lang(x)::-ms-backdrop,
.page-outline-top a:nth-of-type(1) {
  margin-right: 15px;
}

.page-outline-list a:hover,
.page-outline-top a:hover {
  opacity: 0.8;
}

.page-outline-list img {
  width: 153px;
}

.page-outline-list p {
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Sawarabi Mincho";
}

@media screen and (min-width: 1366px) {
  .page-outline-link {
    position: relative;
    top: -2px;
  }
}

@media screen and (max-width: 1365px) {
  .page-outline-link {
    position: relative;
    top: -1px;
  }
}

@media screen and (max-width: 768px) {
  .page-outline-list {
    width: 100%;
    flex-wrap: wrap;
    gap: 15px 0;
  }

  .page-outline-top {
    width: 90%;
    flex-wrap: wrap;
  }

  .page-outline-top a {
    width: 100%;
  }

  .page-outline-list a {
    width: 45%;
    border: none;
  }

  .page-outline-list a:nth-of-type(1),
  .page-outline-list a:nth-of-type(3) {
    border-right: 1px solid #707070;
  }

  .page-outline-list img {
    width: 50%;
    padding-bottom: 5px;
  }

  .page-outline-list p {
    font-size: 24px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 520px) {
  .page-outline-top {
    gap: 5px;
  }

  .page-outline-top a,
  .fa-map-marker-alt,
  .fa-minus-circle {
    font-size: 14px;
  }

  .fa-map-marker-alt,
  .fa-minus-circle {
    padding-right: 5px;
  }

  .page-outline-list img {
    width: 60%;
    padding-top: 10px;
  }

  .page-outline-list p {
    font-size: 14px;
    height: 40px;
  }

  .page-outline-list a {
    height: 100%;
  }
  .page-outline-link {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 375px) {
  .page-outline-link {
    padding: 3px 0 18px;
  }

  .page-outline-top {
    margin-bottom: 16px;
  }

  .page-outline-top a {
    height: 31px;
  }

  .page-outline-top a {
    font-size: 12px;
  }

  .fa-map-marker-alt,
  .fa-minus-circle {
    font-size: 14px;
  }

  .page-outline-list a {
    width: 158px;
    height: 107px;
  }

  .page-outline-list img {
    width: 45%;
  }

  .page-outline-link h2 {
    padding-bottom: 23px;
  }

  .page-outline-list p {
    font-size: 12px;
  }
}
