@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
.gospel-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
}
.gospel-nav button.archive-btn {
  width: 11.25em;
  margin: 1em 2em;
  box-sizing: border-box;
  padding: 0.7em 1em;
  background-image: unset;
  border-radius: 0;
  font-size: clamp(12px, 2vw, 18px);
  white-space: nowrap;
}
.gospel-nav button.archive-btn h3 {
  line-height: 100%;
}

section.gospel-list {
  width: 84.6%;
  max-width: 780px;
  margin: clamp(40px, 5vw, 60px) auto 30px;
  scroll-margin-top: 100px;
}
section.gospel-list .date-post-list .post-row {
  padding-left: 4em;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}
section.gospel-list.no-label .date-post-list .post-row::before {
  display: none;
}
section.gospel-list .blog-title.blog-psalm {
  display: none;
}
section.gospel-list.gospel-asc .blog-title {
  display: none;
}
section.gospel-list.gospel-asc .blog-title.blog-psalm {
  display: unset;
}
@media screen and (min-width: 651px) {
  section.gospel-list .date-post-list .post-row {
    flex-direction: row;
    padding-left: 6em;
    align-items: center;
    text-align: center;
  }
  section.gospel-list .date-post-list .post-row .blog-date {
    margin-right: 2em;
  }
}

section.title-bar {
  margin: clamp(40px, 6vw, 80px) auto 30px;
}

article.gospel-container {
  box-sizing: border-box;
  padding: 0 clamp(10px, 6vw, 100px) 0;
}
article.gospel-container h5.gospel-date {
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
  margin-bottom: 0.66em;
}
article.gospel-container .art-title {
  align-items: flex-start;
  margin-bottom: 1.5em;
}
article.gospel-container .art-title .border-text {
  border: 1px solid #000000;
  line-height: 100%;
  text-align: center;
  padding: 0.25em 1.4em;
  margin: 0 1.1em 0.2em 0;
}
@media screen and (min-width: 651px) {
  article.gospel-container .art-title {
    align-items: center;
  }
  article.gospel-container .art-title .border-text {
    margin-bottom: 0;
  }
}

article.gospel {
  padding-top: 16px;
  padding-bottom: clamp(60px, 7vw, 110px);
  background-color: #F9F1E8;
}

article.message {
  padding-top: clamp(32px, 4vw, 50px);
  padding-bottom: clamp(32px, 4vw, 50px);
  background-color: #F7F7F7;
}

/*# sourceMappingURL=gospel.css.map */
