@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;
  }
}
.p-top-info-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 92%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .p-top-info-wrap {
    grid-template-columns: auto 1fr;
    gap: 64px;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .p-top-info-wrap__title {
    border-right: solid 2px #213440;
    padding-right: 64px;
  }
}
.p-top-info-wrap__title 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-top-info-wrap__title p.text-link a:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f105";
  margin-left: 0.25em;
}
.p-top-info-wrap__title p.text-link a:hover {
  color: #69ADE6;
}
.p-top-info-wrap__list dl {
  margin: 0;
}
@media (min-width: 992px) {
  .p-top-info-wrap__list dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px 48px;
  }
}
.p-top-info-wrap__list dl dt {
  font-weight: 400;
  font-size: 1.5rem;
  color: #8a8a8a;
}
@media (min-width: 992px) {
  .p-top-info-wrap__list dl dd {
    min-width: 0;
  }
}
.p-top-info-wrap__list dl dd a {
  display: block;
  color: #213440;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #D0D0D0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 992px) {
  .p-top-info-wrap__list dl dd a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.p-top-info-wrap__list dl dd a:hover {
  color: #69ADE6;
}
.p-top-info-wrap h2.title-simple-info {
  position: relative;
  color: #001650;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.125em;
  border-bottom: solid 2px #001650;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em !important;
}
.p-top-info-wrap h2.title-simple-info::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f05a";
  margin-right: 5px;
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .p-top-info-wrap h2.title-simple-info {
    border-bottom: none;
    padding-bottom: 0;
    border: solid 2px #001650;
    padding: 8px 1em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }
}

.p-banner-block {
  text-align: center;
  margin-bottom: 48px;
  padding-inline: 16px;
  margin-inline: auto;
}
.p-banner-block a {
  display: block;
}
.p-banner-block img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-banner-block {
    max-width: 964px;
    margin-bottom: 56px;
  }
}

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