@charset "UTF-8";
@font-face {
  font-family: noto-serif-jp-R;
  src: url("/fonts/noto-serif-jp-R.woff") format("woff"), url("/fonts/noto-serif-jp-R.woff2") format("woff2");
}
@font-face {
  font-family: roboto-light;
  src: url("/fonts/roboto-light.woff") format("woff"), url("/fonts/roboto-light.woff2") format("woff2");
}
@font-face {
  font-family: roboto-medium;
  src: url("/fonts/roboto-medium.woff") format("woff"), url("/fonts/roboto-medium.woff2") format("woff2");
}
.archive__wrapper {
  margin-top: 40px;
  margin-bottom: 80px;
}
.archive__box {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  border-bottom: dashed 1px #ddd;
}
@media screen and (max-width: 768px) {
  .archive__box {
    flex-direction: column;
  }
}
.archive__box > .archive__link {
  max-width: 300px;
  width: 100%;
  height: 207.3px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .archive__box > .archive__link {
    max-width: unset;
    width: 100%;
  }
}
.archive__box > .archive__link > img {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.archive__box > .archive__textBox {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.archive__box .category {
  margin-bottom: 14px !important;
}
.archive__textBox > .category > .post-categories > li {
  margin-top: 5px;
}
.archive__textBox > .category > .post-categories > li a:first-of-type {
  display: none;
}
.archive__ttl {
  font-size: 22px;
  line-height: 1.8;
  color: #109dcd;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .archive__ttl {
    font-size: 17.6px;
  }
}
.archive__cotents {
  font-size: 14px;
  line-height: 1.8;
  font-family: noto-serif-jp-R;
}
.archive__date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  margin-top: 10px;
}
.archive__date > p {
  font-size: 14px;
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 103px;
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin-top: 51.5px;
  }
}
.pagenation .number {
  margin: 0 auto 0 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pagenation .number {
    width: 100%;
    margin-bottom: 15px;
  }
}
.pagenation .number > span:first-of-type {
  margin-right: -5px;
}
.pagenation .number > span:last-of-type {
  margin-left: -5px;
}
.pagenation .inactive {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #e6e6e6;
  color: #000;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.pagenation .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #109dcd;
  color: #fff;
  margin-right: 8px;
}
.pagenation .page__last {
  margin: 0 0 0 auto;
}
.pagenation .page__last > a {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pagenation .page__last > a {
    width: 100%;
    margin-top: 15px;
    text-align: right;
  }
}

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