#news.single .post_block .post_date {
  color: var(--wp--preset--color--theme-azure);
  fill: var(--wp--preset--color--theme-azure);
}
#news.single .post_block .post_title {
  margin: auto;
  font-size: var(--wp--preset--font-size--x-large);
}
#news.single .post_block .post_tag .tag_list {
  display: inline-flex;
  gap: 0.5em;
  margin-right: 0.5em;
}
@media screen and (max-width: 599px) {
  #news.single .post_block .post_head {
    margin-bottom: var(--wp--preset--spacing--40);
  }
  #news.single .post_block .post_foot {
    margin-top: var(--wp--preset--spacing--40);
  }
}
@media (min-width:600px) {
  #news.single .post_block .post_head {
    margin-bottom: var(--wp--preset--spacing--50);
  }
  #news.single .post_block .post_foot {
    margin-top: var(--wp--preset--spacing--50);
  }
}
#news.single .cont_navi {
  display: flex;
  justify-content: center;
  align-items: center;
}
#news.single .cont_navi .navi_btn {
  display: block;
  padding: 1em 2em;
  transition: all 0.2s;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  background-color: var(--wp--preset--color--theme-white);
  min-width: 12em;
  border-radius: 3em;
  border-width: 1px;
  border: solid 1px;
  text-decoration: none;
}
#news.single .cont_navi .navi_btn:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
#news.single .cont_navi .navi_btn:active {
  transform: scale(0.95, 0.95);
}/*# sourceMappingURL=news.css.map */