@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
div.site-body {
  min-height: 50vh;
  margin-top: 0 !important;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
}

.sh-contact-button a {
  display: inline-block;
  width: 145px;
  border-radius: 8px;
  background: #28bd47;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 9px 15px;
  text-align: right;
  position: relative;
}
@media screen and (min-width: 576px) {
  .sh-contact-button a {
    width: 180px;
    font-size: 16px;
    padding: 10px 15px;
  }
}
.sh-contact-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  background: url(./icon_LINE.webp) no-repeat center center/contain;
  width: 1.78em;
  aspect-ratio: 125/148;
}

.entry-footer .entry-meta-data-list--category {
  display: none;
}

.home .site-body {
  padding: 0;
}

.postListText_title a {
  text-decoration: none;
}

.wp-block-table.keyword-list-table table {
  border: 2px solid #0e4947;
  background-color: #eafaf2;
}
.wp-block-table.keyword-list-table a {
  color: #0074e0;
  font-weight: bold;
  text-decoration: none;
}

.link-normal a {
  text-decoration: none;
}/*# sourceMappingURL=sh-style.css.map */