/* Single post styles. Loaded only on post pages. */
/************************************
** 記事ページ洗練 第1段階：本文・見出し・画像・目次
************************************/
.single .article {
  color: #112536;
}

.single .entry-header {
  margin-bottom: 22px;
}

.single .entry-title {
  margin: .15em 0 .55em;
  color: #112536;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: 0;
}

.single .date-tags,
.single .entry-categories,
.single .entry-tags,
.single .post-date,
.single .post-update,
.single .author-info {
  color: #68798a;
  font-size: .86rem;
  line-height: 1.6;
}

.single .eye-catch {
  margin: 20px 0 34px;
}

.single .eye-catch img {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(17, 37, 54, .08);
}

.single .entry-content {
  max-width: 760px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.single .entry-content p,
.single .entry-content li {
  color: #263b4c;
  font-size: 1.02rem;
  line-height: 1.95;
  letter-spacing: 0;
}

.single .entry-content p {
  margin: 1.05em 0 1.35em;
}

.single .entry-content ul,
.single .entry-content ol {
  margin: 1.15em 0 1.55em;
  padding-left: 1.4em;
}

.single .entry-content li + li {
  margin-top: .42em;
}

.single .entry-content a {
  color: #0b5c8e;
  text-decoration: underline;
  text-decoration-color: rgba(11, 92, 142, .34);
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
  transition: color .18s ease, text-decoration-color .18s ease;
}

.single .entry-content a:hover {
  color: #D85B5B;
  text-decoration-color: rgba(216, 91, 91, .5);
}

.single .entry-content strong {
  color: #0d2538;
  font-weight: 800;
}

.single .entry-content h2 {
  margin: 2.8em 0 1em;
  padding: 0 0 .48em .78em;
  border-left: 4px solid #B08B4F;
  border-bottom: 1px solid rgba(17, 37, 54, .12);
  background: transparent;
  color: #112536;
  font-size: clamp(1.42rem, 2.4vw, 1.8rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

.single .entry-content h3 {
  margin: 2.25em 0 .85em;
  padding-bottom: .42em;
  border-bottom: 1px solid rgba(176, 139, 79, .35);
  color: #112536;
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
}

.single .entry-content h4 {
  margin: 1.9em 0 .7em;
  color: #263b4c;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0;
}

.single .entry-content blockquote {
  margin: 2em auto;
  padding: 18px 22px;
  border-left: 4px solid #6E7F8F;
  border-radius: 8px;
  background: #f7f9fb;
  color: #455869;
}

.single .entry-content blockquote p {
  margin: .45em 0;
}

.single .entry-content figure,
.single .entry-content .wp-block-image {
  margin: 2.1em auto;
}

.single .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.single .entry-content figcaption,
.single .wp-caption-text {
  margin-top: .65em;
  color: #758394;
  font-size: .82rem;
  line-height: 1.6;
  text-align: center;
}

.single .entry-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
}

.single .entry-content th,
.single .entry-content td {
  padding: 11px 12px;
  border-color: rgba(17, 37, 54, .12);
  line-height: 1.65;
}

.single .entry-content th {
  background: #f7f9fb;
  color: #112536;
}

.single .entry-content .toc {
  max-width: 680px;
  margin: 32px auto 38px;
  padding: 18px 20px;
  border: 1px solid rgba(17, 37, 54, .12);
  border-radius: 8px;
  background: #fbfcfd;
  box-shadow: 0 10px 24px rgba(17, 37, 54, .05);
}

.single .toc-title {
  color: #112536;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: 0;
}

.single .toc-content {
  margin-top: 10px;
}

.single .toc-content a {
  color: #33495c;
  line-height: 1.65;
  text-decoration: none;
}

.single .toc-content a:hover {
  color: #D85B5B;
}

/************************************
** 記事ページ洗練 第2段階：関連記事・ブログカード・サイドバー・SP
************************************/
.single .blogcard-wrap.a-wrap,
.single .related-entry-card-wrap.a-wrap,
.single .entry-card-wrap.a-wrap {
  border-radius: 8px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.single .blogcard,
.single .related-entry-card,
.single .entry-card {
  overflow: hidden;
  border: 1px solid rgba(17, 37, 54, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 37, 54, .05);
}

.single .blogcard-wrap.a-wrap:hover,
.single .related-entry-card-wrap.a-wrap:hover,
.single .entry-card-wrap.a-wrap:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(17, 37, 54, .08);
}

.single .blogcard-title,
.single .related-entry-card-title,
.single .entry-card-title {
  color: #112536;
  font-weight: 800;
  line-height: 1.55;
}

.single .blogcard-snippet,
.single .related-entry-card-snippet,
.single .entry-card-snippet {
  color: #68798a;
  line-height: 1.65;
}

.single .related-entry-heading,
.single .comment-title,
.single .pager-post-navi-heading {
  margin-top: 44px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17, 37, 54, .12);
  color: #112536;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.45;
}

.single .pager-post-navi a {
  border-radius: 8px;
}

.single .pager-post-navi a:hover {
  background: #f7f9fb;
}

.single #sidebar .widget,
.single .sidebar .widget {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(17, 37, 54, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 37, 54, .045);
}

.single #sidebar .widget_media_image,
.single #sidebar .widget_custom_html,
.single #sidebar .widget_text,
.single #sidebar .widget[class*="banner"],
.single #sidebar .ad-area,
.single #sidebar .ad-wrap,
.single .sidebar .widget_media_image,
.single .sidebar .widget_custom_html,
.single .sidebar .widget_text,
.single .sidebar .widget[class*="banner"],
.single .sidebar .ad-area,
.single .sidebar .ad-wrap {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.single #sidebar .widget_media_image img,
.single #sidebar .widget_custom_html img,
.single #sidebar .widget_text img,
.single .sidebar .widget_media_image img,
.single .sidebar .widget_custom_html img,
.single .sidebar .widget_text img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.single #sidebar .widget_custom_html,
.single #sidebar .widget_text,
.single .sidebar .widget_custom_html,
.single .sidebar .widget_text {
  color: inherit;
}

.single #sidebar .widget_custom_html a,
.single #sidebar .widget_text a,
.single .sidebar .widget_custom_html a,
.single .sidebar .widget_text a {
  color: inherit;
}

.single #sidebar [style*="background"],
.single .sidebar [style*="background"] {
  text-shadow: 0 1px 8px rgba(0, 0, 0, .36);
}

.single #sidebar .widget-title,
.single .sidebar .widget-title {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(176, 139, 79, .28);
  color: #112536;
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.45;
}

.single .sns-share,
.single .sns-follow {
  margin-top: 30px;
}

.single .breadcrumb,
.single .breadcrumbs {
  color: #7a8795;
  font-size: .78rem;
}

.single .breadcrumb a,
.single .breadcrumbs a {
  color: #596a7a;
  text-decoration: none;
}

.single .breadcrumb a:hover,
.single .breadcrumbs a:hover {
  color: #D85B5B;
}

.single .cat-label {
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.25;
}

.single .entry-card-thumb img,
.single .related-entry-card-thumb img,
.single .blogcard-thumbnail img {
  transition: transform .24s ease;
}

.single .entry-card-wrap.a-wrap:hover img,
.single .related-entry-card-wrap.a-wrap:hover img,
.single .blogcard-wrap.a-wrap:hover img {
  transform: scale(1.025);
}

.single .sns-share-buttons a,
.single .sns-follow-buttons a {
  border-radius: 8px;
  transition: transform .18s ease, opacity .18s ease;
}

.single .sns-share-buttons a:hover,
.single .sns-follow-buttons a:hover {
  transform: translateY(-1px);
  opacity: .9;
}

.single .author-box {
  border: 1px solid rgba(17, 37, 54, .1);
  border-radius: 8px;
  background: #fbfcfd;
}

.single .author-name {
  color: #112536;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .single .entry-header {
    margin-bottom: 16px;
  }

  .single .entry-title {
    font-size: 1.52rem;
    line-height: 1.42;
  }

  .single .eye-catch {
    margin: 14px 0 24px;
  }

  .single .eye-catch img,
  .single .entry-content img {
    border-radius: 6px;
  }

  .single .entry-content {
    max-width: 100%;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .single .entry-content p,
  .single .entry-content li {
    font-size: .98rem;
    line-height: 1.88;
  }

  .single .entry-content h2 {
    margin-top: 2.35em;
    padding-left: .65em;
    font-size: 1.26rem;
  }

  .single .entry-content h3 {
    margin-top: 2em;
    font-size: 1.08rem;
  }

  .single .entry-content .toc {
    margin: 24px auto 30px;
    padding: 15px 16px;
  }

  .single .entry-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .single .related-entry-heading,
  .single .comment-title,
  .single .pager-post-navi-heading {
    margin-top: 34px;
    font-size: 1.04rem;
  }

  .single #sidebar .widget,
  .single .sidebar .widget {
    padding: 14px;
    box-shadow: none;
  }

  .single #sidebar .widget_media_image,
  .single #sidebar .widget_custom_html,
  .single #sidebar .widget_text,
  .single #sidebar .widget[class*="banner"],
  .single #sidebar .ad-area,
  .single #sidebar .ad-wrap,
  .single .sidebar .widget_media_image,
  .single .sidebar .widget_custom_html,
  .single .sidebar .widget_text,
  .single .sidebar .widget[class*="banner"],
  .single .sidebar .ad-area,
  .single .sidebar .ad-wrap {
    padding: 0;
  }

  .single .sns-share,
  .single .sns-follow {
    margin-top: 24px;
  }
}
