@charset "UTF-8";
@media (min-width: 768px) {
  .pu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.pu a .arrow {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pu a:hover .arrow {
  color: #c6d7e8;
}

@media (min-width: 768px) {
  .info-area div {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
dl.info-list {
  font-size: 1.6rem;
  margin-bottom: 0;
}
dl.info-list dt {
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  dl.info-list dt {
    margin-bottom: 0;
  }
}
dl.info-list dd {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #D0D0D0;
  font-weight: 600;
}
@media (min-width: 768px) {
  dl.info-list dd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;
  }
}
dl.info-list dd a {
  color: #213440;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
dl.info-list dd a:hover {
  color: #69ADE6;
}
dl.info-list dd:last-child {
  margin-bottom: 0;
}

.border-right {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .border-right {
    margin-bottom: 0;
    border-right: solid 2px #06164D;
  }
}

p.text-link a {
  color: #213440;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
p.text-link a:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 0.25em;
}
p.text-link a:hover {
  color: #69ADE6;
}

/*# sourceMappingURL=top.css.map */
