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

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

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

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

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


/* 初期設定 */
ul.point {
  position: relative;
  margin: 0;
  padding: 0 10px 4px 6px;
  list-style: none;
  font-weight: bold;
}
ul.point li {
  position: relative;
  margin: 12px 10px 0 19px;
  padding: 0;
  line-height: 1.5;
}

/* ul デザイン */
ul.point > li::before {
  position: absolute;
content: "★";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: -22px;
  top: -1px;
  color: #EDA5BD;
}


/* リンクデザイン */
ul.point a {
  text-decoration: none;
  color: #333;
}
ul.point a:hover {
  text-decoration: underline;
}


/* スマホ設定 */
@media screen and (max-width: 768px) {
  ul.point {
    padding: 0 10px 0 6px;
    font-size: 14px;
  }
  ul.point li {
    margin: 6px 1px 0 1px;
    padding: 0;
  }
  ul.point > li::before {
    left: -16px;
  }
}

#toc{margin-left:0; !important;}

/* 見出しのデザインリセット */
/*H2 */
/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

.entry-content h2 {
  padding: 1.0em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #3597CF;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

.entry-card-title {margin-top:12px;}

