@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

.header,
.header .site-name-text,
#navi .navi-in a,
#navi .navi-in a:hover,
.appeal-content .appeal-button,
.article h2,
.sidebar h3,
.cat-link,
.cat-label,
.blogcard-type .blogcard::before,
#footer,
#footer a {
  color: #fff;
}


h2.wp-block-heading{
color:#fff !important;

}


/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.wp-block-cocoon-blocks-sticky-box {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 481px) {
  .wp-block-cocoon-blocks-sticky-box {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.widget-sidebar .wp-block-latest-posts__list li {
  margin-bottom: 20px;
  line-height: 1.3;
}

figure.wp-block-image.size-full img {
  margin: auto;
  text-align: center;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif !important;
}

.entry-content > ol,
.entry-content > ul,
.entry-content .wp-block-cocoon-blocks-iconlist-box > ol,
.entry-content .wp-block-cocoon-blocks-iconlist-box > ul {
  border: 3px solid #949495;
  padding: 1.2em 1em;
  margin: 1em 2%;
  border-radius: 4px;
  padding-left: 44px;
  background-color: #f3f4f5;
  font-weight: bold;
}
/*
.entry-content #toc {
  width: 100%;
  border-width: 2px;
  border-color: #999;
}

.entry-content #toc .toc-title {
  background-color: #eee;
  font-weight: bold;
}

.entry-content #toc li {
  margin-left: 1em !important;
}

.entry-content #toc .toc-content ol > li {
  font-weight: bold;
}

.entry-content #toc .toc-content ol > li ol {
  padding-top: 8px;
  padding-bottom: 10px;
}

.entry-content #toc .toc-content ol > li ol li {
  font-weight: normal;
} */

@media screen and (min-width: 481px) {
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
}

@media screen and (min-width: 835px) {
}

/*834px以下*/
@media screen and (max-width: 834px) {
}

/*480px以下*/
@media screen and (max-width: 480px) {
}

/*1024px以上*/
@media screen and (min-width: 1024px) {
}

/*835px以上*/
@media screen and (min-width: 835px) {
}

/*481px以上*/
@media screen and (min-width: 481px) {
}
