@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
mody by TF
*/
/*****************/
button:disabled {
  cursor: default;
  opacity: 0.2;
  pointer-events: none;
}

/* パンくずリストのリンク (ホバー時) */
.breadcrumb a:hover {
  color: #e53900;
  text-decoration: underline;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.article h2 {
  color: #4f819e;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.75em 0.5em;
  margin: 5rem 0 4rem;
  border: none;
  border-top: 3px solid #4f819e;
  border-bottom: 3px solid #4f819e;
  background-color: rgba(79, 129, 158, 0.05);
  border-radius: 0;
  position: relative;
}
.article h3 {
  color: #4f819e;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 3rem 0 2rem;
  padding: 0.75em 0 0.75em 1rem;
  border: none;
  border-left: 4px solid #4f819e;
}
.article h4 {
  color: #4f819e;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 4rem 0 2rem;
  padding: 0.25em 0 0.25em 1rem;
  border: none;
  border-left: 2px solid #4f819e;
}
.article h5 {
  display: inline-block;
  color: #4f819e;
  font-size: 1rem;
  font-weight: 600;
  margin: 4rem 0 4rem;
  padding: 0;
  border: none;
  border-bottom: 1px solid #4f819e;
}

.tagline {
  margin: 0 1em 0.6em;
}

.entry-content > *,
.demo .entry-content p {
  letter-spacing: 0.03em;
}

strong {
  color: #cb6550;
}

strong > a {
  color: #cb6550;
}

a {
  text-underline-offset: 2px;
}
a:hover {
  color: #5db16c;
}

b {
  color: #c88;
}

em {
  color: #7abf86;
}

ul {
  list-style-type: disc;
}

li ul {
  list-style-type: circle;
}

a {
  color: #3970be;
}

/**/
.main {
  padding: 0 29px 36px;
}

.lead {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4f819e;
}

/**/
.color_red {
  color: #cb6550;
}

.color_gray {
  color: #6c757d;
}

.logo-image {
  padding: 0 !important;
}

#navi .navi-in > ul > li {
  border-left: 1px solid #eee;
}

#navi .navi-in > ul > li:last-child {
  border-right: 1px solid #eee;
}

.navi-in > ul > .menu-item-has-children > a::after {
  right: 10px;
}

.video-container {
  max-width: none;
}

.logo-menu-button img {
  padding: 10px 0;
}

/***/
.chara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #aaa;
  padding: 0;
  margin: 0;
  position: relative;
  /* ちゃんこ先生 */
  /* レイコ */
  /* タイキ */
  /* 野沢 */
}
.chara::before {
  content: "";
  display: block;
  height: 36px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.chara > .ch_name {
  display: block;
  font-size: 7px;
  line-height: 1;
  text-align: center;
  width: 100%;
  z-index: 2;
  margin-top: 2px;
}
.chara.ch01, .chara.ch02, .chara.ch03, .chara.ch04 {
  position: relative;
}
.chara.ch01::before {
  background-image: url("/img/chara/ch01.png");
}
.chara.ch02::before {
  background-image: url("/img/chara/ch02.png");
}
.chara.ch03::before {
  background-image: url("/img/chara/ch03.png");
}
.chara.ch04::before {
  background-image: url("/img/chara/ch04.png");
}

#main .chara {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  margin: 1em 0 0;
}
#main .chara::before {
  width: 60px;
}

#sidebar dt.chara {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #444444;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#sidebar dt.chara::before {
  width: 36px;
}

/**/
.widget-entry-card {
  font-size: 0.9rem;
}

/**/
.wp-block-cocoon-blocks-blank-box-1 {
  font-weight: bold;
  font-size: 1.2em;
  border: 3px solid #4f819e;
  padding: 1em 1.5em;
  background: #fffcdd;
  margin-top: 1em;
}
.wp-block-cocoon-blocks-blank-box-1 p {
  color: #4f819e;
}

/* 画像キャプション */
figcaption.wp-element-caption {
  -moz-text-align-last: center;
       text-align-last: center;
}

/* テーブル */
table.tbl_small th,
table.tbl_small td {
  font-size: 0.8em;
}

table.tbl_bordered th,
table.tbl_bordered td {
  border: 1px solid gainsboro;
}

/*  */
.cocoon-block-faq {
  padding-bottom: 1em !important;
  margin-bottom: 0em !important;
  border-bottom: 1px dotted #ccc;
}

/*  FAQ */
.faq {
  color: #4f819e;
  font-weight: bold;
  font-size: 1rem;
}
.faq .faq-answer-content {
  font-weight: normal;
}

.next {
  background: #ffffb5;
  padding: 10px;
  border: 1px solid #a9a904;
  text-align: center;
}

/* サイドバーの登場人物説明 */
#sidebar .wp-block-cocoon-blocks-tab-caption-box-1 .chara {
  margin: 30px 0 0.5rem;
}
#sidebar .wp-block-cocoon-blocks-tab-caption-box-1 dt {
  font-size: 0.8rem;
}
#sidebar .wp-block-cocoon-blocks-tab-caption-box-1 dd {
  font-size: 0.8rem;
}

/* 特集ページ */
#sf01 h2 {
  color: #4f819e;
  background: inherit;
  border-top: 4px solid #4f819e;
  border-bottom: 4px solid #4f819e;
  margin-bottom: 1em;
}
#sf01 h3 {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
#sf01 .lead {
  background: #4f819e;
  color: white;
  padding: 0.35em 1em;
}

.koto {
  background: #f0f0da;
  padding: 0.3em 1em;
  margin: 1em 0;
}

.menu-content .menu-drawer {
  padding: 2em 1em 30px;
}

.tagline {
  margin: 0.6em 1em 0.6em;
}

.rect-vertical-card .related-entry-card-title {
  font-size: 0.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: normal;
  line-height: 1.5;
  border: none !important;
}

.cat-label {
  top: 0;
  left: 0;
}

.card-thumb img {
  border: 1px solid #eee;
  -webkit-filter: drop-shadow(2px 2px 5px #eee);
          filter: drop-shadow(2px 2px 5px #eee);
}

ul.kotonum-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding: 0;
}
ul.kotonum-index li {
  margin: 0;
}
ul.kotonum-index li a {
  width: 80px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  .article h2 {
    font-size: 1.2rem;
    margin: 2rem -16px;
    border-radius: 0;
  }
  .article h3 {
    font-size: 1.1rem;
    margin: 2rem 0;
    padding: 0.5em 0 0.5em 1rem;
  }
  main.main,
  div.sidebar {
    padding: 0 16px 32px;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}