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

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

/***********以下追記***********/
/*背景削除*/
body{
	background-image: none;
}

/*目次トグルカラー調整*/
.entry-content .toc-list > li:before {
	color: #99CFFF;
}

/*h2調整*/
.entry-content h2{
	background-color: #F5F5F7;
	border-left: 20px solid #007AFF;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
	border-bottom: none;
	color: #000000;
	/*color: #5A5A5A;*/
}

/*h3調整*/
.entry-content h3{
	border-radius: 10px 2px 2px 10px / 10px 2px 2px 10px;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.entry-content h3:before{
	background: #007AFF;
}

/*h4調整*/
.entry-content h4{
	width: 98.5%;
}
.entry-content h4:before{
	border-bottom-color: #007AFF;
}
.entry-content h4:after{
	border-bottom-color: #007AFF;
}

/*タブ見出しボックス設定*/
.tab-caption-box-content{
	padding-top: 1em;
	padding-bottom: 1em;
}

/*タブボックス設定*/
.blank-box{
	padding-right: 0.8em;
	padding-left: 0.8em;
}

/*チェックリスト設定*/
.blue-check li::before{
	color: #99CFFF;
}

.orenge-check li::before{
	color: #FF9500;
}

/*案内ボックス（.primary-box）設定*/
.primary-box{
	background: #f8fbff;
	border: none;
	border-left: 4px solid #99cfff;
	border-radius: 6px;
	padding: 14px 16px;
	box-shadow: none;
	color: #1d1d1f;
}

.primary-box p:first-of-type strong{
	color: #007aff;
	font-weight: 700;
}

/*OKボックス（.ok-box）設定*/
.ok-box{
	background: #fff;
	border: 1px solid #dbe7ff;
	border-left: 8px solid #007aff;
	border-radius: 10px;
	padding: 18px 18px 18px 76px;
	box-shadow: 0 8px 24px rgba(0,0,0,.06);
	position: relative;
}

.ok-box::before{
	content: "\f00c";
	font-family: "FontAwesome";
	font-weight: 900;
	color: #007aff;
	border-right: none;
	
	position: absolute;
	left: 18px;
	top:50%;
	margin-top: -21px;
	
	width: 42px;
	height:42px;
	box-sizing: border-box;
	border: 2px solid #007aff;
	border-radius: 50%;
	background: #fff;
	
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 18px;
}

/*丸数字ステップ設定*/
.step-circle,
.step-circle-sub{
	list-style: none;
	padding-left: 0;
	margin: 0.8em 0;
	counter-reset: step;
}

.step-circle > li,
.step-circle-sub > li{
	position: relative;
	padding-left: 2.4em;
	margin: 0.55em 0;
	line-height: 1.7;
	counter-increment: step;
}

.step-circle > li::before,
.step-circle-sub > li::before{
	content: counter(step);
	position: absolute;
	left: 0;
	top: 0.15em;
	
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
	font-weight: 700;
	background: #fff;
	box-sizing: border-box;
}

.step-circle > li::before{
	color: #007aff;
	border: 1px solid #007aff;
}

.step-circle-sub > li::before{
	color: #99cfff;
	border: 2px solid #99cfff;
}

/*カスタムテキスト設定1（オレンジ太字）*/
.cocoon-custom-text-1{/*カスタムテキスト1*/
	color: #FF9500;
}

/*カスタムテキスト設定2（青色アンダーマーカー）*/
.cocoon-custom-text-2{/*カスタムテキスト2*/
	background: linear-gradient(transparent 60%, #99cfff 95%);
	padding-bottom: 0.15em;
}

/*プロフィールボックス調整*/
.author-box{
	background-color: #ffffff;
}

/*固定ページ更新日削除*/
.post-953 .date-tags{
	display: none;
}
.post-3 .date-tags{
	display: none;
}

/*固定ページ著者名削除*/
.post-3 .author-info{
	display: none;
}
.post-979 .author-info{
	display: none;
}

/*お問い合わせフォーム設定*/
.required{
	color: #ff9500;
}

/*ウィジェット編集（関連記事下）*/
.widget-heading:before{
    font-family: FontAwesome;
    display: inline-block;
    background-color: #777;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0.9em;
}
.profile-heading:before{
    content: "\f007"; /* user アイコン */
}
.profile-heading .main-caption{
	font-size: 22px;
    color: #777;
}

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

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

/*480px以下（スマホ表示時）*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	/*PC用(.pc)を非表示*/
	.pc{
		display: none !important;
	}
	
	/*タブ見出しボックス設定（スマホ表示）*/
	.tab-caption-box-content{
		padding-right: 0.4em;
		padding-left: 0.4em;
	}
	
	/*タブボックス設定（スマホ表示）*/
	.blank-box{
		padding-right: 0.4em;
		padding-left: 0.4em;
	}
	
	/*OKボックス（.ok-box）スマホ表示*/
	.ok-box::before{
		left: 25px;
	}

	/*ウィジェット編集（関連記事下）*/
	.profile-heading .main-caption{
	font-size: 20px;
    color: #777;
	}
}

/*481px以上（PC表示時）*/
@media screen and (min-width: 481px){
  /*必要ならばここにコードを書く*/
	
	/*スマホ用(.sp)を非表示*/
	.sp{
		display: none !important;
	}
}