.tax_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.4rem;
}
.tax_list__item {
  margin-top: 1em;
  margin-right: 1em;
}
.tax_list__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  padding: 0.8em 1.25em;
  color: #333;
  background-color: #f9f9f9;
  box-shadow: -6px -6px 14px rgba(255, 255, 255, 0.7), -6px -6px 10px rgba(255, 255, 255, 0.5), 6px 6px 8px rgba(255, 255, 255, 0.075), 6px 6px 10px rgba(55, 84, 170, 0.15);
  border-radius: 30px;
  transition-duration: 0.3s;
}
.tax_list__link:hover, .tax_list__link:focus {
  box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.6), -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 2px rgba(255, 255, 255, 0.05), 2px 2px 4px rgba(55, 84, 170, 0.1);
}
.tax_list__link:hover .tax_list__count, .tax_list__link:focus .tax_list__count {
  color: #666;
  background-color: transparent;
  border-color: #666;
}
.tax_list__count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.8em;
  font-weight: 700;
  line-height: 1;
  width: 2em;
  height: 2em;
  color: #fff;
  background-color: #666;
  border: 1px solid transparent;
  border-radius: 50%;
  transition-duration: 0.3s;
}

.relation_section,
.tax_section {
  width: 100%;
  margin-top: 60px;
}

.relation_section_title,
.tax_section_title {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}

.relation_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.relation_list__item {
  width: 15%;
  margin-top: 15px;
}
.relation_list__item--empty {
  visibility: hidden;
  margin-top: 0;
}
.relation_list__link {
  display: block;
  border-radius: 20px;
  box-shadow: -6px -6px 14px rgba(255, 255, 255, 0.7), -6px -6px 10px rgba(255, 255, 255, 0.5), 6px 6px 8px rgba(255, 255, 255, 0.075), 6px 6px 10px rgba(55, 84, 170, 0.15);
  overflow: hidden;
  transition-duration: 0.3s;
}
.relation_list__link:hover, .relation_list__link:focus {
  box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.6), -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 2px rgba(255, 255, 255, 0.05), 2px 2px 4px rgba(55, 84, 170, 0.1);
}

.relation_post_link {
  display: block;
  width: 500px;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  background-color: #f9f9f9;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 0.4em;
  margin: 30px auto 0;
  border-radius: 30px;
  box-shadow: -6px -6px 14px rgba(255, 255, 255, 0.7), -6px -6px 10px rgba(255, 255, 255, 0.5), 6px 6px 8px rgba(255, 255, 255, 0.075), 6px 6px 10px rgba(55, 84, 170, 0.15);
  transition-duration: 0.3s;
}
.relation_post_link:hover, .relation_post_link:focus {
  box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.6), -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 2px rgba(255, 255, 255, 0.05), 2px 2px 4px rgba(55, 84, 170, 0.1);
}

.section_404__text {
  font-size: 1.6rem;
}
.section_404__text p {
  display: block;
}
.section_404__link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.section_404__link {
  display: block;
  width: max-content;
  padding: 0.5em 1.5em;
  margin: 20px 10px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

.pp_section {
  width: 100%;
  margin-top: 40px;
}
.pp_section__title {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.pp_section__content {
  font-size: 1.6rem;
}
.pp_section__content p, .pp_section__content ul, .pp_section__content ol, .pp_section__content li {
  margin-top: 0.5em;
}
.pp_section__content a {
  color: #333;
}

@media screen and (max-width: 900px) {
  .relation_list__item {
    width: 30%;
    margin-top: 1.25%;
  }
}
@media screen and (max-width: 600px) {
  .tax_list {
    justify-content: space-between;
  }
  .tax_list__item {
    width: 49%;
    margin-top: 0.5em;
    margin-right: 0;
  }
  .tax_list__link {
    justify-content: space-between;
  }
  .tax_list__text {
    width: calc(100% - 3em);
  }
  .tax_list__count {
    width: 2em;
  }
  .section_404__link_wrap {
    margin-top: 20px;
  }
  .section_404__link {
    width: 100%;
    margin: 20px 0 0;
  }
}

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