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

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

a{
text-decoration: none;
}


.toc-title {
    font-weight: bold;
	color: #f442dc;
}


.toc {
	border: 5px solid #DCDCDC;
}


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

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

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


/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
.mobile-menu-buttons{
height:50px;
box-shadow: none;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}
.mobile-menu-buttons .menu-button:hover{
background-color:white;
}
span.fas.fa-search::before{
color:#5e5e5e;/*検索マーク色変更はこちら*/
margin-left:1em;
}
span.fas.fa-bars::before{
color:#5e5e5e;/*ハンバーガーメニュー色変更はこちら*/
margin-right:1em;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}

@media screen and (max-width: 1023px) {
  .tagline {
    display: none;
  }
}

/* アピールエリア */
@media screen and (max-width: 769px) {
	div.appeal-in {
		display: none;
	}
}


/* アピールエリア */
@media screen and (max-width: 1023px) {
  .tagline {
    display: none;
  }
}

@media screen and (max-width: 768px) {
	#navi .navi-in > .menu-mobile li {
		width: 17%;
	}
	#navi .navi-in > .menu-mobile li a {
		font-size: 8px; /*場合によってフォントサイズを小さく*/
	}
}

/************************************
** ●コメントを送信ボタンのカスタマイズ
************************************/
.wpcf7-submit {
  border: solid 2px #fe619a!important; /*枠線*/
  border-radius: 6px!important; /*角丸コーナー*/
  font-weight:bold!important; /*文字強調*/
  font-size: 18px!important; /*フォントサイズ*/
  color: #ffffff!important; /*フォントカラー*/
  background-color: #E95294!important; /*背景色*/
  letter-spacing: 20px!important; /*文字間隔*/
}
.wpcf7-submit:hover{
  color: #f32469!important; /*フォントカラー*/
  background-color: #ffddee!important; /*背景色*/
  transition: all 0.8s ease!important; /*アニメーション*/
}

.toc-title {
    font-weight: bold;
	color: #f442dc;
}


.toc {
	border: 5px solid #DCDCDC;
}

/*サイトロゴのフォント変更-文字白*/
.logo-header a span{
font-family: 'Avenir','Helvetica Neue';
font-weight: bold;
font-size:45px;
}

/* モバイル用サイズ */
@media screen and (max-width: 480px) {
	#header .site-name-text {
		font-size: 18px;
	}
}

.tagline{
font-weight: bold;
}

.tagline{
font-weight: bold;
font-size: 15pt;
}


/************************************
** ■見出しカスタマイズ（h1-6）
************************************/
.article h1,

.article h2,

.article h3 {
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
  
.article h4{ /*見出し初期化*/
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position:relative;
}



.article h5 {!important
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}


.article h6{ /*見出し初期化*/
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position:relative;
}


.article h2 {
position:relative;
background: #4aa7bf;/* 背景色 */
color: #fff;/* 文字色 */
font-size: 125%;/* 文字サイズ */
font-weight: 700;/* 太さ */
padding: 1em 1.1em;
margin-top: 2.1em;
margin-bottom: 1em;
-webkit-border-radius: 3px;
border-radius: 3px;/* 丸み */
box-shadow: 0 1px 5px rgba(0,0,0,.03);
}
.article h2:before {
position: absolute;
left: 40px;/* 吹き出し位置左右 */
bottom: -12px;/* 上下*/
border-top: 12px solid #4aa7bf;/* 色 */
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 0;
content: “”;
}

.article h2 {
  position: relative;
  padding: 0.6em;
  background: #E95294;
  color: #ffffff;
}

.article h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #E95294;
  width: 0;
  height: 0;
}

/* 見出し3 */
.article h3 {
  color: #ffffff;/*文字色*/
  font-size: 18px;/*文字の大きさ14px*/
  padding: 0.2em;/*上下の余白*/
  border-top: solid 1px #E95294;/*上線*/
  border-bottom: solid 1px #E95294;/*下線*/
  border-radius: 3px;/* 丸み */
  background: #E95294;/*背景色を消す*/
}

/* 見出し4 */
.article h4 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000000;/*文字色*/
  font-size: 18px;/*文字の大きさ14px*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #E95294;/*左線*/
}


/* 見出し5 */
.article h5 {
  color: #000000;/*文字色*/
  font-size: 19px;/*文字の大きさ14px*/
  padding: 0.5em;/*上下の余白*/
  border-top: solid 3px #E8D5E6;/*上線*/
  border-bottom: solid 3px #E8D5E6;/*下線*/
  border-radius: 3px;/* 丸み */
  background: #E8D5E6;/*背景色を消す*/
}


/* 見出し6 */
.article h6 {
position:relative;
background: #E8D5E6;* 背景色 */
color: #000000;/* 文字色 */!important
font-size: 125%;/* 文字サイズ */
font-weight: 700;/* 太さ */
padding: 1em 1.1em;
margin-top: 2.1em;
margin-bottom: 1em;
-webkit-border-radius: 3px;
border-radius: 3px;/* 丸み */
box-shadow: 0 1px 5px rgba(0,0,0,.03);
}


.article h2 {
  position: relative;
  padding: 0.6em;
  line-height: 30px; /*高さ*/
  background: #E95294;
  color: #ffffff;
}

.article h3 {
  position: relative;
  padding: 0.6em;
  line-height: 30px; /*高さ*/
  background: #E95294;
  color: #ffffff;
}

.article h4 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}
	

.article h3,
.article h4,
.article h5,
.article h6 {
   margin: 2.4em 0 0.5em;/*上、左右、下方向*/
}


/*---------------------------------
目次の文字色を変える
--------------------------------*/
.toc-title,
.toc a{
 color:#000000;
}

#main .entry-content .toc .toc-title:before {
  /* 目次のアイコン設定 */
  top: 0;
  left: -45px;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  content: "\f03a";
  /* アイコンを変える場合はここを変更 */
  font-size: 16px;
  margin-right: 5px;
  color: #E95294;
  /* アイコンの色を変える場合はここを変更 */
  background-color: #ffffff;
  /* アイコンの背景色を変える場合はここを変更 */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 14px;
}

#main .entry-content .toc .toc-title {
  /* 目次の文字指定 */
  text-align: left;
  margin: 0 20px 20px -10px;
  padding-left: -20px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  /* 目次の文字色を変える場合はここを変更 */
}


#main .entry-content .toc .toc-content .toc-list li {
  font-weight: 700;
  /* h2のみ太文字に */
}

#main .entry-content .toc .toc-content .toc-list li li {
  font-weight: normal;
  /* h3以降の文字サイズを普通に */
}


/* 目次 */
/* h2見出しの前 */
.toc-list>li>a::before {
font-family: "Font Awesome 5 Free";
content: "\f058";/* Font Awesomeで変更可能 */
font-weight: 900;
padding-right: 5px;
color: #E95294;/* アイコンの色 */
}
/* h3見出しの前 */
.toc-list>li li a::before {
font-family: "Font Awesome 5 Free";
content: "\f105";
font-weight: 900;
padding-right: 5px;
color: #E95294;/* アイコンの色 */
}
.toc-list li a {
font-size: 1.1em;
font-weight: 600;
}
.toc-list>li li a {
font-size: 1em;
font-weight: 500;
}


.post-129 .date-tags,
.post-3 .date-tags {
display: none;
}


/************************************
**モバイルスライドインメニュー
************************************/
.menu-drawer li {
padding:0;
}
.menu-drawer li{
font-weight: bold;
}
.menu-drawer a{
font-size:1.2em;
background-color:＃ffffff;
color:#ffffff;
margin: .2em 0;
}
.menu-drawer a:hover{
background-color:#ffffff;
}
.menu-drawer .sub-menu {
padding:0;
}
.menu-drawer .sub-menu li{
font-size: .8em;
}
.menu-drawer .sub-menu li a::before {
font-family: "Font Awesome 5 Free";
content : "\f105";
color:#ffffff;
margin:0 .5em 0 1em;
}


.mobile-menu-buttons {
  background: #E95294;/* メニューの背景色 */
}

.fa-times {
color: #ffffff;/* 閉じるボタンの色 */
font-size: 0.8em;
}







.toc{
 width:100%;
}


/*ピンクのアンダーラインマーカー*/
.marker-under-pink{
background:linear-gradient(transparent 60%, #E95294 60%);
}

/*ピンクのマーカー*/
.marker-pink{
background:linear-gradient(transparent 60%, #E95294 60%);
}

/*スタイル内案内ボックスの色変更*/
/*プライマリー*/
.primary-box{
background-color: #E95294;
}

/*セカンダリー*/
.secondary-box{
background-color: #ffeeff;
}

/*インフォ*/
.info-box{
background-color: #E8D5E6;
}

/*サクセス*/
.success-box{
background-color: #5e5e5e;
}

/*スマホカラム表示調整*/
@media screen and (max-width: 768px){

.column-wrap{
flex-direction: row !important;
}

}

/*サイドバー見出し*/
.sidebar h3 {
  color: #ffffff;/*文字色*/
  font-size: 17npx;/*文字の大きさ14px*/
  padding: 0em 1em;/*上下の余白*/
  border-top: solid 3px #E95294;/*上線*/
  border-bottom: solid 3px #E95294;/*下線*/
  border-radius: 3px;/* 丸み */
  background: #E95294;/*背景色を消す*/
}

 
/*引用ボックス*/
blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    background: #F4F5F7;
    color: #5e5e5e;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #E95294;
    font-size: 90px;
    line-height: 1;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    content: "”";
    font-family: sans-serif;
    color: #E95294;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/* 引用カスタム＝＝＝ここまで↑↑ */


<style>
.example td{
    vertical-align: middle;
}
</style>
<table class="example" border="1">
    <tr>
        <td>セル</td>
        <td>セル<br>セル<br>セル<br>セル</td>
    </tr>
</table>



.internal-blogcard-snippet{
	display: none;
}


a{!important
text-decoration: none;
}

a {
  color: #E95294;
  text-decoration: none;
}

.internal-blogcard-footer{
	display: none;
}

/*---------------------------------
親カテゴリのカスタマイズ
--------------------------------*/
.widget_categories ul li a{ 
  border-bottom: 1px dashed #CCCCCC; /* 下線の種類 */
}

.widget_categories ul li a::before{
  font-family: FontAwesome;
  content: "\f07b"; /* FontAwesomeのユニコード */
  color: #E95294; /* アイコンの色 */
  padding-right: 3px;
}

.widget_categories > ul > li > a:first-child{ 
  border-top: none;
}

/*---------------------------------
子カテゴリのカスタマイズ
--------------------------------*/
.widget_categories ul li ul li a::before{!important
  font-family: FontAwesome;
  content: "\f114"; /* FontAwesomeのユニコード */
  color: #E95294;; /* アイコンの色 */
  padding-right: 3px;
}

.pagination-next-link {
  display: none;
}


/* トップページのタブ（選択前） */
.index-tab-button{
	color: #5e5e5e;/*文字色*/
	font-weight: 500;/*文字の太さ*/
	font-size: 16px!important;/*文字の大きさ*/
	background: #E8D5E6!important;/*背景色*/
	border: solid 1px #5e5e5e!important;/*枠線の種類・太さ・色*/
}

/* トップページのタブ（選択後） */
#index-tab-1:checked~.index-tab-buttons .index-tab-button[for=index-tab-1],
#index-tab-2:checked~.index-tab-buttons .index-tab-button[for=index-tab-2],
#index-tab-3:checked~.index-tab-buttons .index-tab-button[for=index-tab-3],
#index-tab-4:checked~.index-tab-buttons .index-tab-button[for=index-tab-4]{
	color: #FFF;/*選択後の文字色*/
	background: #333333!important;/*選択後の背景色*/
	font-weight: 500;/*文字の太さ*/
}


.article h4{
  font-size: 20px !important;/*文字のサイズ*/
  border-left: 5px solid #E95294;/*左線*/
  padding: .5em .7em;/*余白*/
  color: #000000
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
}

.article h5{
  font-size: 20px !important;/*文字のサイズ*/
  border-left: 5px solid #E95294;/*左線*/
  padding: .5em .7em;/*余白*/
  background: #ffeeff;/*背景色*/
  color: #000000
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
}


/****************
タブ見出しボックス
****************/
.tab-caption-box-label{ !important
	padding: 6px 16px; /*タブ内側余白*/
	font-size: 16px; /*タイトル文字の大きさ*/
	font-weight: bold; /*タイトル文字の太さ*/
	border-radius: 4px 4px 0px 0px;  /*タブ角丸*/
}

.tab-caption-box-content {!important
	position: relative;  /*配置に関するもの（ここを基準に）*/
	top: 1px; /*上から(1px）移動*/
	border: 2px solid; /*ボックス線*/
	padding: 48px 24px; /*ボックス内側余白*/
	border-radius: 4px; /*ボックス角丸*/
	border-top-left-radius: 0px; /*ボックス左上角丸*/
}


.bb-check .bb-label::after{
  content: "図案";
}


.widget_categories ul li a{/*親カテゴリ*/
	background-color:#ffffff; /*背景色*/
	border-radius:5px;
	color:#000000;/*文字色*/
	font-weight:500;/*文字の太さ*/
 	margin:4px;
	padding-top:9px;
	padding-bottom:9px;	
	line-height:1;
}
.widget_categories ul li ul a{/*子カテゴリ*/
	padding:0 20px 0;
	background-color:transparent;
	color:#000000;/*文字色*/
	font-size: 15px; /*タイトル文字の大きさ*/
	font-weight:200;/* 太さ */
	padding-top:2.5px;
	padding-bottom:2.5px;
}


/***************************
記事内｜タイムラインカスタマイズ
***************************/
.timeline-box {
/* 外枠を消す*/
border: none;
}


.timeline-item:before {
/* 丸アイコン色 */
background: #E95294;
}


.timeline-item::before {
  top: 22px;
  left: 103px;
  width: 17px;
  height: 17px;
  background: #E95294; /* 任意の色に */
}

.timeline-item-content {
  border-left: 3px rgb(25 25 25 / 12%) solid;
}

.timeline-box {
  border: initial;
}

.timeline-item-label {
  color: rgb(25 25 25 / 70%);
}
@media screen and (max-width: 480px) {
  .timeline-item-content {
    border-left: initial;
  }

  .timeline > li.timeline-item {
    border-left: 3px rgb(25 25 25 / 12%) solid;
  }

  .timeline-item::before {
    left: -10px;
  }
}


/*吹き出しアイコンサイズPC*/
.speech-person {
    width: 90px;
}
/*吹き出しアイコンサイズスマホ*/
@media screen and (max-width: 480px){
  .speech-person {
    width: 60px;
    min-width: 60px;
  }
}


.box-design3 {
  margin: 20px auto;
  padding: 20px;
  background-color: #f5f5f5;
}



/***************************
アイコンボックス｜BAD
***************************/
.bad-box{
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.bad-box::before {
  color: #C0C0C0;
  border-right: 1px solid #f5f5f5;
}


/***************************
アイコンボックス｜GOOD
***************************/
.good-box{
  background: #ffeeff;
  border: 1px solid #ffeeff;
}
.good-box::before {
  color: #F7ADC3;;
  border-right: 1px solid #ffeeff;
}


/****************************
目次の行間
****************************/
.toc-content ol li{
margin:1.5em;
}



/*ナビカード　リボン色変更*/
.ribbon-color-1 span {
	background-color: #E95294;/*①おすすめ*/
}

.ribbon-color-2 span {
	background-color: #7e95ea;/*②新着*/
}


.ribbon-color-3 span {
	background-color: #f7c114;/*③注目*/
}

.ribbon-color-4 span {
	background-color: #dc669b;/*④必見*/
}

.ribbon-color-5 span {
	background-color: #e9546b;/*⑤お得*/
}



/*Cocoonのcat-label（カテゴリラベル）のデザインのカスタマイズ：スケルトン*/
/*ここから*/
.entry-card-thumb .cat-label {
	padding: 1px 10px;
	background-color: rgba(233,82,148,0.8);
	border: 0;
	border-radius: 30px;
}
/*ここまで*/


.eye-catch .cat-label {
	padding: 1px 10px;
	background-color: rgba(233,82,148,0.8);
	border: 0;
	border-radius: 30px;
}


/*目次バッググラウンドカラー*/
.toc{
  font-size: 1em;
  padding: 3em 2em;
  background-color: #fff9ff
}


/* はみ出た分をスクロール可能にするコード */
.sidebar #toc-2 .toc-content {
	overflow-y: scroll; /* 縦スクロールを可能に */
	max-height: 390px; /* 目次の高さ上限 */
}

/* スクロールバーを常に表示 */
.sidebar .toc-content::-webkit-scrollbar {
	-webkit-appearance: none; /* スタイルの初期化を禁止 */
	width: 8px; /* スクロールバーの横幅 */
}

/* スクロールできるツマミ部分 */
.sidebar .toc-content::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .4); /* ツマミの色 */
}

.sidebar .toc ul li a {
    font-size: 14px; /* 14pxは例です。希望のサイズに変更してください */
}
