/* rem size  */
/* Media Quary */
/* ====================================================
config vw
// ----
// * ex) width: vw**(200)
// ----
==================================================== */
/* ====================================================
@mixin output
// ----
// * ex) @include mixin_menu();
// ----
==================================================== */
/* ====================================================
Transiton
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
flexbox
==================================================== */
/* ====================================================
other
==================================================== */
/* ====================================================
extend
// ----
// * ex) @extend %extend;
// ----
==================================================== */
.c_post_cont_wrap {
  margin-top: 8.125rem;
  margin-bottom: 18.75rem;
}
@media screen and (max-width: 767px) {
  .c_post_cont_wrap {
    margin-top: 4.375rem;
    margin-bottom: 16.25rem;
  }
}

.c_meta_wrap {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.c_post_cat_name {
  background: var(--main_color);
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 3px 16px 5px;
  white-space: nowrap;
  min-width: 83px;
  text-align: center;
}

.c_post_date {
  line-height: 1.6;
  margin-left: 30px;
}

.category_post_cont .news_list_item {
  color: currentColor;
  display: flex;
  padding: 30px 70px 30px 0;
  border-top: 1px solid rgba(181, 192, 190, 0.6);
  position: relative;
}
@media screen and (max-width: 767px) {
  .category_post_cont .news_list_item {
    flex-direction: column;
    padding: 30px 4em 30px 0;
  }
}
.category_post_cont li:last-of-type .news_list_item {
  border-bottom: 1px solid rgba(181, 192, 190, 0.6);
}
@media screen and (min-width: 768px) {
  .category_post_cont .cont_ttl {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .category_post_cont .cont_ttl {
    margin-top: 16px;
  }
}
.category_post_cont .arrow {
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
@media screen and (max-width: 767px) {
  .category_post_cont .arrow {
    width: 4em;
  }
}

.category_page_catlist_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
.category_page_catlist_wrap .ttl {
  color: var(--main_color);
  font-size: 1.75rem;
  font-family: "Cormorant Infant", serif;
}

.category_page_catlist {
  margin-left: 6.25rem;
  display: flex;
  flex-wrap: wrap;
}
.category_page_catlist li {
  line-height: 1.6;
  margin-left: 30px;
}
.category_page_catlist li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--main_color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.category_page_catlist li.current-cat {
  color: #bcbcbc;
}

.cat_page_nav {
  margin: 60px 0 30px;
}
.cat_page_nav .nav-links {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cat_page_nav .page-numbers {
  font-family: "Cormorant Infant", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
  color: #bac2c9;
  padding: 15px;
  line-height: 1;
}
.cat_page_nav .page-numbers.current {
  color: currentColor;
}
.cat_page_nav .next.page-numbers {
  position: absolute;
  right: 0;
  color: currentColor;
}
.cat_page_nav .prev.page-numbers {
  position: absolute;
  left: 0;
  color: currentColor;
}

.single_post_cont .cont_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .single_post_cont .cont_ttl {
    font-size: 1.125rem;
  }
}

.single_post_main_cont {
  border-top: 1px solid rgba(181, 192, 190, 0.6);
  border-bottom: 1px solid rgba(181, 192, 190, 0.6);
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.single_post_main_cont p {
  margin-bottom: 1.8em;
}

.single_page_nav {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 30px;
}
.single_page_nav .prev_next_text {
  font-family: "Cormorant Infant", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
}/*# sourceMappingURL=post.css.map */