@charset "UTF-8";
.header__topic img {
  padding: 0 48px;
}

.pc__header__btn {
	display: none;
}

.second_title {
  text-align: center;
  margin: 1.5em auto 0;
}

@media screen and (min-width: 1440px){
  .second_title {
    margin: 2em auto 0;
  }
}
.second_titleJa {
  text-align: center;
}

.post-header {
  margin-bottom: 1em;
}

.post-header time {
  font-size: var(--sp-fontsize-12px);
}


.post-title {
  font-size: var(--sp-fontsize-16px);
  font-weight: 700;
  margin-bottom: 2em;
}


.post-wrapper p {
  margin-top: 2em;
  font-size: var(--sp-fontsize-14px);
}
.news-title {
  margin-bottom: 1em;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .news-title {
    font-size: 1.125rem;
  }
}

.archive-list {
  font-size: var(--sp-fontsize-12px);
}
.archive-list li,
.sidebar-list li {
  font-size: var(--sp-fontsize-12px);
}

@media screen and (min-width: 768px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.77vw;
    padding: 64px 6.9%;
    text-align: center;
  }
}