@charset "UTF-8";
/* ==========================================================================
   Page news detail
   ========================================================================== */
@media all and (width >= 768px) {
  .part-body {
    order: 2;
  }

  .part-footer {
    order: 3;
  }

  .recent-articles {
    order: 4;
  }

  .entry__header {
    margin-right: auto;
    margin-left: auto;
  }

  .entry__body {
    order: 2;
  }
}
/* ------------------------------------------------------------------------------ */
.entry {
  --theme-color: var(--color-primary-mid);
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.entry footer.paging {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}

/* ------------------------------------------------------------------------------ */
.entry__header {
  margin: 0 auto 40px;
}

.entry__header > * {
  margin-bottom: 10px;
}

.entry__header > *:last-child {
  margin-bottom: 0;
}

.entry__ttl {
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-align: left;
  word-break: normal;
  overflow-wrap: break-word;
}

.entry__ttl a {
  text-decoration: none;
}

.entry__ttl a:hover {
  text-decoration: underline;
}

.entry__ttl:empty::before {
  content: "タイトルなし";
  opacity: 0.35;
}

.entry__date {
  margin: 0;
}

.entry__meta {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0 0 5px;
  font-size: 0.75rem;
  line-height: 1.6;
  list-style: none;
}
.entry__meta::before {
  flex-grow: 1;
  height: 0.0625rem;
  content: "";
  background-color: var(--color-black-alpha-100);
}

.meta__item {
  box-sizing: border-box;
  padding: 0;
}

.meta__item:last-child {
  margin-right: 0;
}

.meta__item dt,
.meta__item dd {
  padding: 0;
  margin-left: 0;
}

.meta__item dt {
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
}

.meta__item dt::after {
  content: " :";
}

.meta__item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.meta__item li {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 10px;
}

.meta__item a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5em 0;
  line-height: 1;
  text-decoration: none;
}

.post-categories {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  font-feature-settings: "palt";
  list-style: none;
}
.post-categories a[target=_blank]::after {
  display: none;
}

.post-categories a {
  text-decoration: none;
}

.meta__item li:last-child {
  margin-right: 0;
}

@media all and (width >= 768px) {
  .entry__header {
    margin-bottom: 60px;
    text-align: center;
  }

  .entry__ttl {
    margin-bottom: 25px;
    font-size: 1.6875rem;
  }
}
@media all and (width >= 1280px) {
  .entry__ttl {
    font-size: 1.875rem;
  }
}
/* ------------------------------------------------------------------------------ */
.entry__body {
  position: relative;
  padding: 0 0 40px;
  font-size: 0.875rem;
}
.entry__body .has-text-align-right {
  text-align: right;
}
.entry__body .has-text-align-center {
  text-align: center;
}
.entry__body .has-text-align-left {
  text-align: left;
}

.entry__body > *:last-child {
  margin-bottom: 0;
}

@media all and (width >= 768px) {
  .entry__body {
    padding: 0 0 60px;
    font-size: 0.9375rem;
  }
}
@media all and (width >= 1280px) {
  .entry__body {
    font-size: 1rem;
  }
}
/* ------------------------------------------------------------------------------ */
.entry__footer {
  position: relative;
  padding: 30px 0;
  margin: auto;
  font-size: 1.1rem;
}

.entry__footer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.entry__footer > * {
  margin-bottom: 0;
}

.entry__footer-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.entry__footer-inner > * {
  margin-bottom: 0;
}

/* ------------------------------ */
.sns {
  width: 100%;
  padding: 15px 0 0;
  margin: 0;
  text-align: center;
}

.share-items {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.share-items li {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 25px;
}

.share-items li:last-child {
  margin-right: 0;
}

.sns a {
  color: var(--color-main);
}

.sns .facebook a:hover {
  color: #3b5998;
}

.sns .twitter a:hover {
  color: #32a7e0;
}

.sns .pinterest a:hover {
  color: #bd081c;
}

.sns .line a:hover {
  color: #00b900;
}

@media all and (width >= 768px) {
  .sns {
    width: auto;
    padding: 0;
  }
}
/* ------------------------------------------------------------------------------ */
/* Paging */
.paging a[target=_blank]::after {
  display: none;
}

.paging__detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  margin: 0;
  line-height: 1;
  list-style: none;
}

.paging__detail li {
  flex: 1 1;
}

.paging__detail a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.paging__detail a > span {
  display: flex;
  align-items: center;
}

.paging__detail .prev {
  text-align: left;
}

.paging__detail .prev .icon {
  left: -4px;
  margin-right: 0;
  margin-left: 0;
}

.paging__detail .back {
  text-align: center;
}

.paging__detail .next {
  text-align: right;
}

.paging__detail .next .icon {
  right: -4px;
  margin-right: 0;
  margin-left: 0;
}

@media all and (width >= 768px) {
  .detail .part-header {
    margin-bottom: 40px;
  }

  .detail .part-header .ttl {
    font-size: 1.6rem;
  }

  .paging__back-to-index {
    position: relative;
    margin: 0;
  }

  .paging__detail {
    width: calc((100% - 360px) / 10 * 7 + 240px);
    /* max:10col,9gap / col:7, gap:6 */
    margin-right: auto;
    margin-left: auto;
  }
  .paging__detail.no-disc {
    margin-left: auto;
  }

  .paging__detail .prev .icon {
    left: -4px;
    margin-right: 5px;
  }

  .paging__detail .next .icon {
    right: -4px;
    margin-left: 5px;
  }
}
@media all and (width >= 1280px) {
  .paging__detail {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------------ */
/* Recent articles */
.recent-articles {
  margin-top: 100px;
}

.recent-articles__ttl {
  font-family: var(--font-db);
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 48em) {
  .recent-articles__ttl {
    font-size: 0.9375rem;
  }
}
@media (min-width: 80em) {
  .recent-articles__ttl {
    font-size: 1rem;
  }
}

/* ------------------------------------------------------------------------------ */
/* Embed */
.wp-block-embed {
  width: 100%;
  margin-top: -0.625rem;
  margin-bottom: 2.8125rem;
}
@media (min-width: 48em) {
  .wp-block-embed {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 80em) {
  .wp-block-embed {
    margin-bottom: 3.75rem;
  }
}
.wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* ------------------------------------------------------------------------------ */
/* File */
.wp-block-file > object {
  margin-bottom: 1.25rem;
}

.wp-block-file > a[id*=wp-block-file--media-] {
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}

.wp-block-file > .wp-block-file__button {
  padding: 0.375rem 0.625rem;
  font-family: var(--font-r);
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  background-color: #fff;
  border: 0.0625rem solid currentcolor;
  border-radius: 0.3125rem;
}
@media (min-width: 48em) {
  .wp-block-file > .wp-block-file__button {
    padding: 0.375rem 0.8125rem;
    line-height: 1.375em;
  }
}
@media (min-width: 56.25em) {
  .wp-block-file > .wp-block-file__button {
    line-height: 1.5em;
  }
}
@media (min-width: 80em) {
  .wp-block-file > .wp-block-file__button {
    padding: 0.375rem 0.9375rem;
  }
}
.wp-block-file > .wp-block-file__button:hover {
  color: var(--theme-color, var(--color-primary-mid));
  background-color: var(--theme-color-alpha, var(--color-primary-alpha-100));
  border-color: var(--theme-color, var(--color-primary-mid));
}