@charset "UTF-8";
/*-- archive & backnumber--*/
.archive-contents {
  border: 1px solid #f0f0f0;
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  padding: 1.2rem;
}
.archive-contents h2 {
  position: relative;
  font-size: 1.4rem;
  padding-left: 2.3rem;
}
.archive-contents h2:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 1.6rem;
  text-align: center;
  top: 20%;
  transform: translateY(-20%);
}
.archive-contents h2:after {
  /*吹き出しのちょこんと出た部分*/
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 30%;
  transform: translateY(-30%);
}

.archive-content {
  display: flex;
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dashed #666;
}

.archive-content-excerpt {
  margin-left: 1.2rem;
}
.archive-content-excerpt h3 {
  font-size: 1.1rem;
}
.archive-content-excerpt p {
  padding: 6px 0;
  font-size: 0.9rem;
}

.archive-navi {
  margin: 3rem auto;
  font-size: 0.9rem;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
}

.page-numbers {
  display: inline-block;
  margin-right: 0.4rem;
  padding: 0.2rem 0.6rem;
  color: #666666;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #999;
}

.page-numbers.current {
  padding: 0.2rem 0.6rem;
  background: #999;
  color: #ffffff;
}

.page-numbers.prev,
.page-numbers.next {
  background: transparent;
  box-shadow: none;
  border: 1px solid #999;
  color: #666666;
}

.page-numbers.dots {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #666666;
}

/*-- post contents --*/
.post-section {
  position: relative;
  max-width: 1280px;
  margin: 11rem auto 12rem auto;
  width: 96%;
}
.post-section p {
  padding: 0.5rem 0;
}
.post-section .post-contents {
  border: 1px solid #f0f0f0;
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  padding: 1.2rem;
}
.post-section .post-contents h3 {
  position: relative;
  font-size: 1.4rem;
  padding-left: 2.3rem;
}
.post-section .post-contents h3:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 1.6rem;
  text-align: center;
  top: 20%;
  transform: translateY(-20%);
}
.post-section .post-contents h3:after {
  /*吹き出しのちょこんと出た部分*/
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 30%;
  transform: translateY(-30%);
}
.post-section .post-contents figure {
  margin-bottom: 1.2rem;
}
.post-section .post-contents-date {
  text-align: right;
}
.post-section .post-contents-categories {
  margin-top: 0.3rem;
  margin-left: 1.5rem;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
}
.post-section .post-contents-tags {
  margin-top: 18px;
  padding: 6px;
  border: 1px dashed #666666;
  border-radius: 6px;
}

/*-- single --*/
.post-navi {
  text-align: center;
  margin: 3rem auto;
  font-size: 0.9rem;
}
.post-navi .prev,
.post-navi .next {
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0.6rem 0.6rem;
}
.post-navi .prev {
  margin-right: 1rem;
}
.post-navi .next {
  margin-left: 1rem;
}

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