/*
** import core file
*/
/*==================================================

** officiallink
==================================================*/
.official-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.official-link-list li {
  margin: 18px 0;
  list-style: none;
}
.official-link-list li::before {
  content: none;
  display: none;
}
.official-link-list a {
  display: inline-block;
  min-width: 240px;
  padding: 14px 34px;
  background: #2b5fb3;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.official-link-list a:hover {
  background: #214a8a;
  transform: translateY(-2px);
}

.official-intro {
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.official-ttl {
  text-align: center;
  margin: 40px 0 10px;
  font-size: 18px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  color: #2b5fb3;
}

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