za@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
*/

.author-description {
  font-size: 16px;
}

/* sidemenu */
.widget-sidebar .wp-block-latest-posts__post-title {
  font-size: 16px;
}

.widget-sidebar .wp-block-archives {
  font-size: 16px;
}

.widget-sidebar .wp-block-categories-list {
  font-size: 16px;
}

.widget-sidebar .wp-block-latest-comments__comment-meta {
  font-size: 16px;
}

/* table */
.tb-all {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  white-space: nowrap;
}

.tb-header-color {
  background-color: moccasin;
}

/* header */
.article h2, .article h3, .article h4, .article h5, .article h6 {
  margin-bottom: 1em;
}

.article h2 {
  padding: 8px 19px;
  color: #2c2c2f;
  background: #cde4ff;
  border-top: solid 5px #5989cf;
  border-bottom: solid 5px #5989cf;
  border-image: linear-gradient(90deg, rgba(71,63,221,1) 0%, rgba(117,117,238,1) 35%, rgba(205,228,255,1) 100%);
  border-image-slice: 1;
}

.article h3 {
  font-size: 20px;
  background-color: whitesmoke;
  border-left: solid 7px rgba(71,63,221,1);
}

/* Prism.js */
pre[class*="language-"] {
  max-height: 32em;
  overflow: auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

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

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