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

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

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

/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}

/* H4 */
.entry-content h4{
border:none;
background:none;
padding: 0;
}

/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 0;
}

/* H6 */
.entry-content h6{
border:none;
background:none;
padding: 0;
}
/* 見出しのデザインリセットここまで */


/************************************
** 見出しのデザイン設定
************************************/
/* H1 */
.entry-title{
color: #FF3399; /* 文字色 */
font-size: 2.0em; /* 文字サイズ */
padding-top:5px; /* 文字と上部の間隔 */
padding-left:5px;/* 文字と左線の間隔 */
padding-bottom:5px;/* 文字と下部の間隔 */
}

/* H2 */
.entry-content h2 {
  padding: 5px;
　font-size:  1.5em; /* 文字サイズ */
  color: #000; /* 文字色 */
  background: #FF97C2;/* 背景色 */
}


/* H3 */
.entry-content h3{
color: #000; /* 文字色 */
font-size:  1.25em; /* 文字サイズ */
padding: 5px;
border-top: solid 3px #FF97C2;/* 上側に実線・色 */
border-bottom: solid 3px #FF97C2;/* 下側に実線・色*/
}

/* H4 */
.entry-content h4{
color: #000; /* 文字色 */
font-size:  1.125em; /* 文字サイズ */
padding: 10px;
border-bottom: double 5px #FF97C2;/*線の種類（二重線）太さ 色*/
}

/* H5 */
.entry-content h5{
color: #000; /* 文字色 */
font-size: 1.0em; /* 文字サイズ */
padding: 10px;
border-bottom: dotted 3px #FF97C2;/* 下側に点線・色*/
}

/* H6 */
.entry-content h6{
color: #000; /* 文字色 */
font-size: 1.0em; /* 文字サイズ */
padding: 5px;
border-left: solid 7px #FF97C2; /* 左側に実線・色*/
}
/* 見出しのデザイン設定ここまで */


 /* 	メニューバーがスクロールできるようになる設定 START*/
    #header-container .navi-in > ul li {
       height: auto;
       font-weight: 600;
       line-height:1.3;
    }
    #header-container #navi a{
       color:#fff; /* 文字色 */
       padding:0.8em 1em;
    }
    #header-container #navi a:hover{
       color:#89c997; /* マウスホバー時の文字色 */
    }
    #header-container .navi-in > ul > .menu-item-has-children > a::after {
       top: 0.8em;
       font-size: 1.2em;
       font-weight: 600;
    }
    #header-container .sub-menu .caption-wrap{
       padding-left:1em;
    }
    .navi-in > ul .menu-item-has-description > a > .caption-wrap{
       height:auto;
    }
    @media screen and (max-width: 1030px){
      #header-container .menu-mobile{
        display:none;
      }
      .navi-in > .menu-mobile{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
      }
      #header-container #navi a{
        font-size:0.8em;
        padding: 1em 1.2em;
      }
      #header-container .navi-in > ul > .menu-item-has-children > a::after{
        display:none;
      }
      #navi .navi-in > .menu-mobile li {
        height: auto;
        line-height: 1.8;
      }
      .mblt-header-mobile-buttons {
        margin-top: 53px;
      }
    }
 /* 	メニューバーがスクロールできるようになる設定　END */

/************************************
** ブログカードのカスタマイズ色とか
************************************/
.internal-blogcard::after{
	content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	font-size: 70%;
	background-color: #ffd242; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
}

/************************************
** ブログカードのカスタマイズ　URLを消す
************************************/
.internal-blogcard-footer{
	display: none; /* 内部ブログカードのアイコンとURLを非表示 */
}

/************************************
yujiブログさんから　*すべてのイメージに影を
************************************/

img{/*すべてのイメージに影を*/
box-shadow: 0px 2px 5px 0 rgba(0,0,0,.2);
}

/************************************
** yujiブログさんから　目次をお洒落にする
************************************/
.toc-title{/*目次タイトルを太く*/
font-weight:bold;
font-size: 140%;
color:#7b7b7b;
}
.toc-list > li a {/*小見出し（H2）*/
font-weight: bold;
color: #7b7b7b;
display:block;
margin-top:10px;
margin-left: 10px;
}
.toc-list > li a::before {/*小見出し（H2）の先頭につけるアイコン*/
font-family:"Font Awesome 5 Free"; 	
/*font-family: FontAwesome;*/
content : "\f0a9";/*アイコンの形　fontawesome.comから探す*/
margin-right: 7px;
}
.toc-list > li li a {/*小見出し（H3）*/
font-weight: normal;
font-size: 95%;
color: #7b7b7b;
margin-top:0;
margin-left: 0.01em;
}
.toc-list > li li a::before {/*小見出し（H3）の先頭につける「・」*/
content: "";
width: 8px;
height: 8px;
left: -2px;
display: inline-block;
border-radius: 50%;
background: #3FAEB3;/*ここで緑点の色を変更できます*/
position: relative;
margin-bottom: 2px;
}
@media (max-width:880px){/*モバイル表示*/
.toc-list > li a {
margin-left: -10px;
}
.toc-list > li li a {
margin-left: -2em;
}
.toc-list > li li a::before {
left: 3px;
margin-bottom:1px;
}
}
.toc a:hover {
color: #333333;
text-decoration: underline;
}

/* 目次をお洒落にするここまで*/

/* ホワイトボード風（タイトルなし） php呼び出し　user_box1 */
.user_box1 {
 position: relative;
 margin: 2em auto;
 padding: 1em 1em 1em;
 width: 90%; /* ボックス幅 */
 background: #fff; /* ボックス背景色 */
 font-weight: bold; /* テキスト太字 */
 color: #000000; /* 文章色 */
 border: 5px solid #c6c6c6; /* 枠線 */
 border-radius: 3px; /* 角の丸み */
 box-shadow: 0 0 8px #333, 0 0 2px #555 inset;
}
.user_box1::before,
.user_box1::after {
 position: absolute;
 content: '';
 width: 25px; 
 bottom: 3px;
 border-radius: 2px;
 box-shadow: 1px 1px 3px #666;
} 
.user_box1::before {
 right: 55px;
 border: solid 3px #ff0000; /*飾ペン赤 */
}
.user_box1::after {
 right: 20px;
 border: solid 3px #333; /*飾ペン黒 */
 transform: rotate(8deg); /*飾ペン角度 */
}
/* ホワイトボード風（タイトルなし） php呼び出し　user_box1　ここまで */



/* ホワイトボード風 HTML呼び出し*/
.wboard-w1 {
 position: relative;
 margin: 2em auto;
 padding: 3.5em 1em 1em;
 width: 90%; /* ボックス幅 */
 background: #fff; /* ボックス背景色 */
 font-weight: bold; /* テキスト太字 */
 color: #000000; /* 文章色 */
 border: 5px solid #c6c6c6; /* 枠線 */
 border-radius: 3px; /* 角の丸み */
 box-shadow: 0 0 8px #333, 0 0 2px #555 inset;
}
.wboard-w1::before,
.wboard-w1::after {
 position: absolute;
 content: '';
 width: 25px; 
 bottom: 3px;
 border-radius: 2px;
 box-shadow: 1px 1px 3px #666;
} 
.wboard-w1::before {
 right: 55px;
 border: solid 3px #ff0000; /*飾ペン赤 */
}
.wboard-w1::after {
 right: 20px;
 border: solid 3px #333; /*飾ペン黒 */
 transform: rotate(8deg); /*飾ペン角度 */
}
.title-w1 {
 position: absolute;
 padding: .1em .5em;
 left: 1em;
 top: .5em;
 font-weight: bold;
 font-size: 1.1em; /* 文字サイズ */
 color: #ff4747; /* タイトル文字色 */
 background-color: #ffffff; /* ボックス背景色 */
 box-shadow: 1px 1px 3px #a0a0a0;
}
/* ホワイトボード風　HTML呼び出し ここまで*/



/* クリップメモ風 php呼び出し　user_box2 */
.user_box2 {
 position: relative;
 margin: 2em auto;
 padding: 15px 35px 15px 25px;
 width: 90%; /* ボックス幅 */
 background-color: #FFFF55; /* ボックス背景色 */
 color: #222222; /* 文章色 */
 border: 2px solid #FF9872; /* 枠線の太さと色 */
 box-shadow: 1px 1px 1px #acacac; /* 影の色 */
}
.user_box2::before {
 position: absolute;
 content: '';
 top: -15px;
 right: 10px;
 height: 55px;
 width: 15px;
 border: 3px solid #FF0000; /*クリップ色 */
 background-color: none;
 border-radius: 12px;
 box-shadow: 1px 1px 2px #999;
 transform: rotate(10deg);
 z-index: 1;
}
.user_box2::after {
 position: absolute;
 content: '';
 top: 0px;
 width: 10px; 
 right: 20px;
 border: solid 5px #FFFF55; /*背景色と同じ色にする*/
 z-index: 2;
}
/* クリップメモ風 php呼び出し　user_box2 ここまで*/


/* ステップフローの呼び出し用CSS　スタート*/
ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#32EEFF!important;  /*縦の棒の色*/
}
.stepflow li {
    position: relative;
    padding: 0 0 1.5em 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #32EEFF;　/*縦の棒の色*/
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #005FFF;　/*白い○の色*/
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #005FFF;　　/*黒い○の内側の色*/
	background-color: #005FFF;　　/*黒い○の外側の色*/
}
.stepflow_label {
	padding: 1px 0px 8px 0px;
	margin-bottom:8px;
	color: #005FFF;　/*STEPの文字の色*/
	font-size: .8em;
	font-weight: bold;
}
.stepflow_title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:15px;
}
.stepflow_content {
	font-size: .9em;
	line-height: 1.5;
	margin-top: .5em;
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #32EEFF;　/*点線の色*/
}
.stepflow_endlabel {
	padding: 0px 0px 8px 0px;
	margin-bottom:8px;
	color: #005FFF;　/*STEPの文字の色*/
	font-size: .8em;
	font-weight: bold;
}
/* ステップフローの呼び出し用CSS　ここまで*/


/*番号付き箇条書きの呼び出し用CSS　ここから*/
ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #f5faff;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*番号付き箇条書きの呼び出し用CSS　ここまで*/

/*エアメール風ボックス呼び出し用CSS　ここから*/
.is-style-letter {
    position: relative;
    max-width: 520px;
    margin: 0 auto 2em;
    padding: 1.5em;
    border: 10px solid transparent;
    border-radius: 4px;
    background: linear-gradient(#f9f9f9, #f9f9f9), repeating-linear-gradient(-45deg,#b9cce5, #b9cce5 3.25%,#fff 3.25%,#fff 4.25%,#f1c3c1 4.25%, #f1c3c1 7.5%,#fff 7.5%,#fff 8.5%);
    background-clip: padding-box, border-box;
    background-origin: border-box;
}
.is-style-letter *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
/*エアメール風ボックス呼び出し用CSS　ここまで*/

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.speech-person{min-width:70px;} /*モバイルの吹き出しアイコンを大きく*/
.speech-name{font-size:10px;} /*モバイルの吹き出しアイコン下の名前サイズ*/
}

/************************************
**　固定ページの日付非表示
************************************/
.page .date-tags {
display: none;
}
