#blogContainer {
  width: 90%;
  max-width: 900px;
  margin: 200px auto 200px;
  display: flex;
  align-items: flex-start;
  gap: 0 48px;
}

.blogContentsContainer {
  flex: 0 1 577px;
}

.blogCategory {
  width: 136px;
  height: 29px;
  border: 2px solid var(--primaryColor);
  box-sizing: border-box;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  color: var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.date {
  margin-top: 10px;
  font-weight: bold;
  color: #bababa;
}

h1.blogTitle {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.6;
}

.blogContents {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #dcdcdc;
  box-sizing: border-box;
}




/* コンテンツ部 */
.blogContents h2 {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.8;
}

.blogContents h3 {
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.8;
}

.blogContents h4 {
  margin: 10px 0;
  font-size: 17px;
  line-height: 1.8;
}

.blogContents ul {
  list-style: none;
}

.blogContents ul li::before {
  content: "・";
}

.blogContents p {
  margin: 10px auto;
}






/* ページネーション */
.pageNation {
  margin-top: 120px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pageNation .moreBtn {
  margin-top: 0;
}






/* アーカイブ */
.archiveContainer {
  flex: 0 1 275px;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #eae5dc;
}

.archiveContainer h3 {
  font-size: 17px;
}

.newArticleContents {
  margin-top: 5px;
  list-style: none;
}

.newArticles a {
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.newArticles:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

.newArticles img {
  width: 80px;
  height: 56.7843px;
  object-fit: cover;
}

.newArticles h4 {
  flex: 1 1 auto;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.monthlyContainer, .categoryContainer {
  margin-top: 50px;
}

.monthlyContents {
  list-style: none;
}

.monthlyContents li a, .categoryContents li a {
  font-size: 12px;
}

.categoryContents {
  list-style: none;
}

.categoryContents li a::before {
  content: "・";
  margin-right: 2px;
}









@media (max-width: 1024px) {
#blogContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 170px auto 200px;
  display: block;
  /* align-items: flex-start;
  gap: 0 48px; */
}

.blogContentsContainer {
  /* flex: 0 1 577px; */
  width: 90%;
  max-width: 577px;
  margin: 0 auto;
}

/* .blogCategory {
  width: 136px;
  height: 29px;
  border: 2px solid var(--primaryColor);
  box-sizing: border-box;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  color: var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.date {
  margin-top: 10px;
  font-weight: bold;
  color: #bababa;
}

h1.blogTitle {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.6;
}

.blogContents {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #dcdcdc;
  box-sizing: border-box;
} */




/* コンテンツ部 */
/* .blogContents h2 {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.8;
}

.blogContents h3 {
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.8;
}

.blogContents h4 {
  margin: 10px 0;
  font-size: 17px;
  line-height: 1.8;
}

.blogContents ul li::before {
  content: "・";
}

.blogContents p {
  margin: 10px auto;
} */






/* ページネーション */
.pageNation {
  margin-top: 80px;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

/* .pageNation .moreBtn {
  margin-top: 0;
} */






/* アーカイブ */
.archiveContainer {
  /* flex: 0 1 275px; */
  width: 100%;
  max-width: 575px;
  margin: 90px auto 0;
  /* padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #eae5dc; */
}

/* .archiveContainer h3 {
  font-size: 17px;
}

.newArticleContents {
  margin-top: 5px;
}

.newArticles a {
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.newArticles:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

.newArticles img {
  width: 80px;
  height: 56.7843px;
  object-fit: cover;
}

.newArticles h4 {
  flex: 1 1 auto;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.monthlyContainer, .categoryContainer {
  margin-top: 50px;
}

.monthlyContents li a, .categoryContents li a {
  font-size: 12px;
}

.categoryContents li a::before {
  content: "・";
  margin-right: 2px;
} */
}










@media (max-width: 560px) {
#blogContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 110px auto 160px;
  display: block;
  /* align-items: flex-start;
  gap: 0 48px; */
}

.blogContentsContainer {
  /* flex: 0 1 577px; */
  width: 100%;
  max-width: 577px;
  margin: 0 auto;
}

/* .blogCategory {
  width: 136px;
  height: 29px;
  border: 2px solid var(--primaryColor);
  box-sizing: border-box;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  color: var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.date {
  margin-top: 10px;
  font-weight: bold;
  color: #bababa;
}

h1.blogTitle {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.6;
}

.blogContents {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #dcdcdc;
  box-sizing: border-box;
} */




/* コンテンツ部 */
/* .blogContents h2 {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.8;
}

.blogContents h3 {
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.8;
}

.blogContents h4 {
  margin: 10px 0;
  font-size: 17px;
  line-height: 1.8;
}

.blogContents ul li::before {
  content: "・";
}

.blogContents p {
  margin: 10px auto;
} */






/* ページネーション */
.pageNation {
  margin-top: 80px;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.pageNation .moreBtn {
  width: 150px;
  height: 43px;
  font-size: 14px;
}

.prevBtn, .nextBtn {
  font-size: 12px;
}




/* アーカイブ */
.archiveContainer {
  /* flex: 0 1 275px; */
  width: 100%;
  max-width: 575px;
  margin: 90px auto 0;
  /* padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #eae5dc; */
}

/* .archiveContainer h3 {
  font-size: 17px;
}

.newArticleContents {
  margin-top: 5px;
}

.newArticles a {
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.newArticles:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

.newArticles img {
  width: 80px;
  height: 56.7843px;
  object-fit: cover;
}

.newArticles h4 {
  flex: 1 1 auto;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.monthlyContainer, .categoryContainer {
  margin-top: 50px;
}

.monthlyContents li a, .categoryContents li a {
  font-size: 12px;
}

.categoryContents li a::before {
  content: "・";
  margin-right: 2px;
} */
}