@charset "UTF-8";
/* =======================================================
post
======================================================= */
.c-post-single h2,
.c-post-single h3,
.c-post-single h4 {
  font-family: noto-sans-jp, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =======================================================
useful
======================================================= */
.c-btn-wrapper {
  margin-top: 6rem;
  text-align: center;
}

.bl-useful-btn {
  position: relative;
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 1.0625rem 2.625rem 1.1875rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.08em;
  background: var(--color-main);
}
.bl-useful-btn::after {
  width: 0.6875rem;
  height: 1.125rem;
  content: "";
  background: url("../images/useful/btn-linearrow--white.svg") center center/cover no-repeat;
}

@media screen and (max-width: 750px) {
  .bl-useful-btn {
    gap: 2.25rem;
    padding: 1.59375rem 3.9375rem 1.78125rem;
    font-size: 1.625rem;
  }
  .bl-useful-btn::after {
    width: 1.03125rem;
    height: 1.6875rem;
  }
}