@charset "UTF-8";

.page-template .l-content__body,
.page-template .l-content__body.l-container {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
  border: solid 1px red;
}
.p-postList .p-postList__title {
  font-size: 16rem;
}

.p-postList__excerpt {
  font-size: 12rem;
  margin-top: 5rem;
}

.l-article {
  max-width: 100%;
}

.c-pageTitle__main {
  font-size: 20rem;
}

.c-pageTitle__main {
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  flex-direction: column;
}

.p-entry__head.c-postMetas {
  font-size: 12rem;
}

/* --記事ページ-- */

#breadcrumb {
  display: none;
}
@media (min-width: 1000px) {
  [data-sidebar="on"] .l-main {
    max-width: 100%;
    width: 100%;
    border: solid 1px blue;
    margin: 0 auto;
  }
}

.wp-singular .l-content__body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: solid 1px red;
}

@media only screen and (max-width: 767px) {
  .wp-singular .l-content__body {
    padding: 0 16px;
  }
}

header.p-entry__head,
header.bl_news_head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 0;
  background: #fff;
  z-index: 99;
  box-shadow: none;
}

header.bl_news_head {
  display: block;
}

.p-entry__head .c-postMetas {
  font-size: 12rem;
}

.bl_news-base_time {
  width: 110rem;
}
.c-postTerms__link {
  display: inline-block;
  min-width: 100rem;
  background: white;
  text-align: center;
  font-size: 12rem;
  font-family: var(--font-jp);
  color: var(--color-base-dark);
  border: solid 1px #c3b8b6;
}

.bl_news-base_time .c-postTerms__link {
  border: none;
}

.c-postContent.p-entry__content p {
  font-size: 16rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .c-postContent.p-entry__content p {
    font-size: 14rem;
  }
}

/*-- 記事アーカイブページ --*/

.l-content__body.l-container {
  max-width: 100%;
  width: min(calc(100% - 32rem), 1116rem);
  border: solid 1px blue;
  margin: 0 auto;
  padding: 60rem 0 0 0;
}
@media only screen and (max-width: 767px) {
  .l-content__body.l-container {
    width: 100%;
  }
}

.c-postTimes__item {
  margin-right: 5rem;
  width: 110rem;
  color: var(--color-base-dark);
  font-weight: 500;
  font-size: 14rem;
}

.p-postList__title,
.p-postList.-type-simple.p-postList__title {
  font-size: 14rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-postMetas > .c-postAuthor,
.c-postMetas > div {
  margin-bottom: 8rem;
}
.p-postList.-type-simple .p-postList__link {
  border-bottom: 1px solid var(--ark-color--border);
  display: block;
  padding: 24rem 5rem;
  transition: background-color 0.25s;
  font-size: 16rem;
}

.p-postList.-type-simple .p-postList__title {
  font-size: 16rem;
  font-weight: 400;
}
.p-postList__category.u-color-thin.u-flex--aic span {
  display: inline-block;
  min-width: 100rem;
  background: white;
  text-align: center;
  font-size: 12rem;
  font-family: var(--font-jp);
  color: var(--color-base-dark);
  border: solid 1px #c3b8b6;
}

/*-- 404 --*/

.p-404__title {
  font-size: 20rem;
  padding-top: 24rem;
  padding-bottom: 24rem;
  text-align: center;
}

/*-- 記事一覧 --*/
.news_archive {
  padding: 60rem 0 60rem;
}

.pagination {
  font-size: 16rem;
  margin: 30rem 0;
}

/*-- 404 --*/

.p-404__title {
  padding: 60rem 0;
  color: #8b6f6f;
}
.c-postContent.p-404__content {
  padding-bottom: 60rem;
}

.c-searchForm {
  position: relative;
  max-width: 600rem;
  margin: 0 auto;
  padding-top: 20rem;
}

.c-searchForm__s {
  border: solid 1px #ccc;
}
