@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
table th {
    background: #3cffce;
}

/************************************
** Site polish
************************************/
#header-container {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.front-site-summary {
    margin: 0 0 1.4em;
    padding: 1em 1.1em;
    border: 1px solid rgba(33, 179, 150, .2);
    border-radius: 8px;
    background: #fff;
}

.front-site-summary p {
    margin: 0 0 .75em;
    color: #3f4a4a;
    font-size: 15px;
    line-height: 1.75;
}

.front-topic-links {
    display: flex;
    flex-wrap: wrap;
    gap: .55em;
}

.front-topic-links a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 .85em;
    border: 1px solid rgba(33, 179, 150, .28);
    border-radius: 999px;
    background: #f5fffc;
    color: #187d6c;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.front-topic-links a:hover {
    background: #e9fbf6;
    color: #106b5c;
}

.front-top-page .entry-card-wrap {
    border-color: rgba(0, 0, 0, .08);
    border-radius: 8px;
    background: #fff;
    transition: box-shadow .18s ease, transform .18s ease;
}

.front-top-page .entry-card-wrap:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .07);
    transform: translateY(-1px);
}

@media screen and (max-width: 480px){
    body.front-top-page #main {
        display: flex;
        flex-direction: column;
    }

    body.front-top-page .front-site-summary {
        order: 0;
        margin-bottom: 1em;
        padding: .85em .9em;
    }

    body.front-top-page .front-topic-links {
        gap: .45em;
    }

    body.front-top-page .front-topic-links a {
        min-height: 30px;
        padding: 0 .7em;
        font-size: 13px;
    }

    body.front-top-page #list {
        order: 1;
    }

    body.front-top-page .ad-index-top {
        order: 2;
        margin-top: 1.2em;
    }

    body.front-top-page .ad-index-bottom {
        order: 3;
    }

    body.front-top-page .pagination-next {
        order: 4;
    }

    body.front-top-page .pagination {
        order: 5;
    }

    body.front-top-page .entry-card-wrap {
        box-sizing: border-box;
        padding: 10px;
        margin-bottom: 12px;
    }

    body.front-top-page .entry-card-thumb {
        width: 34%;
    }

    body.front-top-page .entry-card-content {
        margin-left: 37%;
    }

    body.front-top-page .entry-card-title {
        font-size: 15px;
        line-height: 1.45;
    }

    body.front-top-page .entry-card-snippet {
        display: none;
    }
}

/************************************
** Article readability: magnitude explainer
************************************/
body.postid-2093 .entry-content .pcl-lead {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.85;
}

body.postid-2093 .entry-content .pcl-news-quote {
    padding: .85em 1em;
    border-left: 5px solid #e9654f;
    background: #fff7e6;
    color: #253b43;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
}

body.postid-2093 .entry-content .pcl-article-point,
body.postid-2093 .entry-content .pcl-summary-box {
    padding: 1.05em 1.15em;
    border: 1px solid #e5c45a;
    border-radius: 8px;
    background: #fffbea;
}

body.postid-2093 .entry-content .pcl-article-point p,
body.postid-2093 .entry-content .pcl-summary-box p {
    margin: 0;
}

body.postid-2093 .entry-content .pcl-point-label {
    display: inline-block;
    margin-bottom: .45em;
    padding: .2em .65em;
    border-radius: 999px;
    background: #1f5f68;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

body.postid-2093 .entry-content .pcl-compare-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9em;
}

body.postid-2093 .entry-content .pcl-compare-item {
    padding: 1em;
    border: 1px solid #d8e6e4;
    border-radius: 8px;
    background: #f7fbfa;
}

body.postid-2093 .entry-content .pcl-compare-item p {
    margin: 0;
}

body.postid-2093 .entry-content .pcl-compare-label {
    margin-bottom: .45em;
    color: #1f5f68;
    font-size: 15px;
    font-weight: 700;
}

body.postid-2093 .entry-content .pcl-compare-item strong {
    font-size: 18px;
}

body.postid-2093 .entry-content .pcl-compare-item span {
    color: #53676c;
    font-size: 15px;
}

body.postid-2093 .entry-content .pcl-note-box {
    background: #fffdf2;
}

body.postid-2093 .entry-content .pcl-conversation-list li {
    margin-bottom: .55em;
}

@media screen and (max-width: 480px){
    body.postid-2093 .entry-content .pcl-lead {
        font-size: 18px;
    }

    body.postid-2093 .entry-content .pcl-news-quote {
        font-size: 18px;
    }

    body.postid-2093 .entry-content .pcl-compare-box {
        grid-template-columns: 1fr;
    }

    body.postid-2093 .entry-content .pcl-article-point,
    body.postid-2093 .entry-content .pcl-summary-box,
    body.postid-2093 .entry-content .pcl-compare-item {
        padding: .9em;
    }
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* Static site structure: start */
.pcl-topic-menu,
.pcl-footer-menu {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pcl-topic-menu a {
  display: block;
  padding: 14px 18px;
  color: #263238;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pcl-topic-menu a:hover,
.pcl-topic-menu a:focus-visible {
  background: #eef8f5;
  color: #126b5c;
}

.pcl-footer-menu {
  gap: 8px 18px;
  margin-bottom: 12px;
  font-size: 13px;
}

.pcl-footer-menu a {
  color: inherit;
  text-decoration: none;
}

.pcl-footer-menu a:hover,
.pcl-footer-menu a:focus-visible {
  text-decoration: underline;
}

.front-site-summary {
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.front-site-summary h2 {
  margin: 0 0 10px;
  color: #20272a;
  font-size: 25px;
  line-height: 1.45;
}

.front-site-summary p {
  max-width: 720px;
  margin: 0;
  color: #4d5b60;
  font-size: 16px;
}

.pcl-front-section {
  margin: 0 0 34px;
}

.pcl-front-section > h2,
.pcl-hub-main > h2 {
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 2px solid #d8e9e5;
  font-size: 21px;
  line-height: 1.45;
}

.pcl-topic-grid,
.pcl-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pcl-topic-card {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #dbe3e5;
  border-radius: 8px;
  background: #fff;
  color: #20272a;
  text-decoration: none;
}

.pcl-topic-card:hover,
.pcl-topic-card:focus-visible {
  border-color: #2b9b86;
  box-shadow: 0 5px 14px rgba(25, 68, 78, .08);
}

.pcl-topic-card strong {
  color: #126b5c;
  font-size: 16px;
}

.pcl-topic-card span {
  color: #58666b;
  font-size: 13px;
  line-height: 1.65;
}

.pcl-article-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dbe3e5;
  border-radius: 8px;
  background: #fff;
}

.pcl-article-card > a {
  display: block;
  height: 100%;
  color: #20272a;
  text-decoration: none;
}

.pcl-article-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.pcl-article-card-body {
  min-width: 0;
  padding: 12px;
}

.pcl-card-category {
  color: #187763;
  font-size: 12px;
  font-weight: 700;
}

.pcl-article-card h3 {
  margin: 4px 0 6px;
  font-size: 15px;
  line-height: 1.5;
}

.pcl-article-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #637075;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pcl-latest-heading {
  margin-bottom: 12px;
}

.pcl-byline {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-left: 12px;
  color: #667277;
  font-size: 13px;
}

.pcl-byline a {
  color: inherit;
}

.pcl-affiliate-notice {
  margin: 0 0 22px;
  padding: 10px 12px;
  border-left: 3px solid #d0a63a;
  background: #fff9e8;
  color: #5d512f;
  font-size: 13px;
}

.ad-area .adsbygoogle {
  min-height: 100px;
}

.pcl-standalone {
  margin: 0;
  background: #fff;
  color: #20272a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.pcl-standalone * {
  box-sizing: border-box;
}

.pcl-standalone .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pcl-site-header {
  border-bottom: 1px solid #e0e5e7;
  background: #fff;
}

.pcl-header-inner,
.pcl-site-footer-inner,
.pcl-page-main,
.pcl-hub-main {
  width: min(100% - 40px, 1040px);
  margin-inline: auto;
}

.pcl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 70px;
}

.pcl-brand {
  flex: none;
  color: #20272a;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.pcl-page-main,
.pcl-hub-main {
  padding-block: 44px 70px;
}

.pcl-page-main {
  max-width: 820px;
}

.pcl-page-main h1,
.pcl-hub-main h1 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.4;
}

.pcl-page-main h2,
.pcl-hub-main h2 {
  margin: 34px 0 12px;
  font-size: 21px;
  line-height: 1.5;
}

.pcl-page-main p,
.pcl-page-main ul {
  margin: 0 0 18px;
}

.pcl-lead-text {
  color: #56656a;
}

.pcl-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 34px;
}

.pcl-category-links a {
  padding: 6px 10px;
  border: 1px solid #cfdadd;
  border-radius: 6px;
  color: #285f57;
  font-size: 14px;
  text-decoration: none;
}

.pcl-site-footer {
  border-top: 1px solid #e0e5e7;
  background: #f6f8f8;
}

.pcl-site-footer-inner {
  padding-block: 24px;
  color: #637075;
  text-align: center;
}

.pcl-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 24px 0 32px;
}

.pcl-search-form input {
  min-width: 0;
  min-height: 46px;
  padding: 8px 12px;
  border: 1px solid #b8c5c8;
  border-radius: 6px;
  font: inherit;
}

.pcl-search-form button {
  min-width: 88px;
  min-height: 46px;
  padding: 8px 16px;
  border: 0;
  border-radius: 6px;
  background: #176f60;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.pcl-search-results {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pcl-search-results li {
  padding: 18px 0;
  border-top: 1px solid #e0e5e7;
}

.pcl-search-results a {
  color: #20272a;
  font-size: 18px;
  font-weight: 700;
}

.pcl-search-results p {
  margin: 6px 0 0;
  color: #607075;
}

@media (max-width: 760px) {
  .pcl-topic-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .pcl-topic-menu a {
    padding: 10px 8px;
    text-align: center;
  }

  .pcl-header-inner {
    display: block;
    padding-block: 14px;
  }

  .pcl-brand {
    display: block;
    margin-bottom: 8px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .pcl-topic-grid,
  .pcl-article-grid {
    grid-template-columns: 1fr;
  }

  .pcl-page-main h1,
  .pcl-hub-main h1 {
    font-size: 27px;
  }

  .pcl-byline {
    display: flex;
    margin: 5px 0 0;
  }
}
/* Static site structure: end */
