@charset "UTF-8";
/* ---------------------------------------
	投稿アーカイブ
-----------------------------------------*/
@media screen and (width > 768px) {
  .section-archive {
    padding-bottom: 7.8125vw;
  }
}
@media screen and (width <= 768px) {
  .section-archive {
    padding-bottom: 20.5128205128vw;
  }
}
.section-archive__wrapper {
  width: calc(100% - 32px);
  margin-inline: auto;
}
@media screen and (width > 768px) {
  .section-archive__wrapper {
    max-width: 87.5rem;
  }
}
@media screen and (width <= 768px) {
  .section-archive__wrapper {
    max-width: calc(100% - 8.2051282051vw);
  }
}
.section-archive__footer {
  text-align: center;
}
@media screen and (width > 768px) {
  .section-archive__footer {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (width <= 768px) {
  .section-archive__footer {
    margin-top: 8.2051282051vw;
  }
}/*# sourceMappingURL=archive.css.map */