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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*****************************ranking用BOX*****************************/
div.afc-hako{/* 外枠*/
	background-color: #fff;
	padding: 15px;	
	/*margin-bottom: 4em;*/
	border: 1px solid #ccc;
}

.b-title{
	font-size: .8em;
	line-height: 1.4em;
	font-weight:bold;
}
/* サイドバーのテキストを全般的に小さくする*/
.sidebar {
font-size: 0.9em;
}

hr {
	border-top: 2px dotted #333 !important;
	margin-bottom: .5em !important;
}
table{
	margin-bottom: .7em !important;
}

/*****************************プロフィール用BOX*****************************/
div.hako-prof{/* 外枠*/
	background-color: #fff;
	padding: 25px;	
	margin-bottom: 2em;
	border: 1px solid #ccc;
}
div.hako-prof p{
	padding: 0em 0em 1em 0em;
}



/*****************************記事本文と特典との間を狭める*****************************/
.entry-content {
    margin-top: 1em;
    margin-bottom: 1em;
}

/*****************************マーカーデザイン｜ここから*****************************/
mark {
	background: linear-gradient(transparent 70%, #ffd700 70%);
	color: black;
	font-weight: bold;
}

/*****************************見出しデザイン｜ここから*****************************/
.entry-title, .archive-title {
   font-size: 1.3em;
	color: #3C4044;
	line-height: 1.2 !important;
	padding: 0em 0em 0.2em 0em;
  }
.article h2 {
border-bottom: 1px solid #333;
  background:none;
  font-size: 29px;
	margin-bottom: 0.7em;
  padding-left: 0px;
  padding-right:0px;
	padding-bottom: 0.1em;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
}
.article h3 {
	border:none;
	background:none;
	font-size: 1.4em;	
	margin-top: 1em;
	margin-bottom: 0.7em;
	padding: 0em 0em 0em 0em;
	color: #333;
}
.article h4 {
	font-size: 1.1em;	
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	margin-top: 1.7em;
	margin-bottom: 0.3em;
	margin-left:0.2em;
	padding: 0em 0.5em;
	color: #3C4044;
  	background: transparent;
  	border-left: solid 5px #3C4044;
  	border-right: solid 0px #fff;	
}
/**サイドバーウィジェットH3見出しデザイン*/
.sidebar h3 {
  	background-color: #E7E8EC;
  	color: #666;
  	font-size: 80%;
  	padding: 5px 5px 5px 10px;
  	margin: 15px 0 10px 0;
  	border-radius: 2px;
}
.sidebar h3:before {/**見出しにFont Awesomeでマークを表示**/
  /*font-family: "Font Awesome 5 Free";
  content: "\f518";
  font-weight: 900;*/
  padding-right : 5px;/*文字との隙間*/
  color: #fff;/*アイコンの色*/
}
/**トップページウィジェットH3見出しデザイン*/
.index-list-title {
  	background-color: #FF7507 !important;
  	color: #fff !important;
  	font-size: 90% !important;
  	padding: 5px 5px 5px 10px !important;
  	margin: 15px 0 10px 0 !important;
  	border-radius: 2px !important;
	border-left: solid 0px #A41315 !important;
	border-bottom: solid 3px #fff !important;
}
.index-list-title:before {/**見出しにFont Awesomeでマークを表示**/
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  font-weight: 900;
  padding-right : 5px;/*文字との隙間*/
  color: #fff;/*アイコンの色*/
}
/*****************************リストデザイン｜ここから*****************************/
/**リストデザイン｜グレー背景（ノーマル）**/
.article ul {
	margin-bottom: 2em;
	padding: 1.2em 0.5em 1.2em 3em;
	background: #eee;
	font-size: 90%;
}
.article ul li{
  	margin: 0.1em;
}
/**番号デザイン｜グレー背景（ノーマル）**/	
.article ol {
  	counter-reset:number; 
  	list-style-type: none!important;
  	margin-bottom: 2em;
  	padding: 1.2em 0.5em 1.2em 1.2em;
  	font-size: 90%;
	background: #eee;
}
.article ol li {
  	position: relative;
  	padding-left: 30px;
  	margin: 0.1em;
}
.article ol li:before{
  	position: absolute;
  	counter-increment: number;
  	content: counter(number);
  	display:inline-block;
	background: #334257;
  	color: white;
  	font-family: 'Avenir','Arial Black','Arial',sans-serif;
  	font-weight:bold;
  	font-size: 12px;
  	border-radius: 50%;
  	left: 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
  	text-align: center;
	top: 5px;
}
/**番号デザイン｜ここがPOINT！**/	
.article ol.point_l {
  	counter-reset:number; 
  	list-style-type: none!important;
	margin-bottom: 6em;
	padding: 1.2em 0.5em 1.2em 1.2em;
  	font-size: 90%;
	background: #FDF5E6;	
	border: solid 1px;
	border-color: #FDF5E6;
}
.article ol.point_l li {
  	position: relative;
  	padding-left: 30px;
  	margin: 0.1em;
}
.article ol.point_l li:before{
  	position: absolute;
  	counter-increment: number;
  	content: counter(number);
  	display:inline-block;
   background: #334257;
  	color: white;
  	font-family: 'Avenir','Arial Black','Arial',sans-serif;
  	font-weight:bold;
  	font-size: 12px;
  	border-radius: 50%;
  	left: 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
  	text-align: center;
	top: 5px;
}
/**番号デザイン｜ここがPOINT！（bottomが狭い）**/	
.article ol.point_s {
  	counter-reset:number; 
  	list-style-type: none!important;
	margin-bottom: 2em;
	padding: 1.2em 0.5em 1.2em 1.2em;
  	font-size: 90%;
	background: #FDF5E6;
	border: solid 1px;
  	border-color: #FDF5E6;
}
.article ol.point_s li {
  	position: relative;
  	padding-left: 30px;
  	margin: 0.1em;
}
.article ol.point_s li:before{
  	position: absolute;
  	counter-increment: number;
  	content: counter(number);
  	display:inline-block;
   background: #334257;
  	color: white;
  	font-family: 'Avenir','Arial Black','Arial',sans-serif;
  	font-weight:bold;
  	font-size: 12px;
  	border-radius: 50%;
  	left: 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
  	text-align: center;
	top: 5px;
}
/**番号デザイン｜背景が赤色（bottomが狭い）**/	
.article ol.red_s {
  	counter-reset:number; 
  	list-style-type: none!important;
  	margin-bottom: 2em;
  	padding: 1.2em 0.5em 1.2em 1.2em;
  	font-size: 90%;
	background: #fff0f5;
  	border: solid 1px;
  	border-color: #FAE4F9;
}
.article ol.red_s li {
  	position: relative;
  	padding-left: 30px;
  	margin: 0.1em;
}
.article ol.red_s li:before{
  	position: absolute;
  	counter-increment: number;
  	content: counter(number);
  	display:inline-block;
  	background: #1B252C;
  	color: white;
  	font-family: 'Avenir','Arial Black','Arial',sans-serif;
  	font-weight:bold;
  	font-size: 12px;
  	border-radius: 50%;
  	left: 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
  	text-align: center;
	top: 5px;
}
/*****************************引用デザイン｜ここから*****************************/
blockquote {
    position: relative;
    padding: 50px 50px 50px 50px;
    box-sizing: border-box;
			border: 1px solid #eee;
    font-style: italic;
    color: #464646;
    background: #eee;
    /*font-weight: bold;*/
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0px;
    content: "“";
    font-family: sans-serif;
    color: #334257;
    font-size: 100px;
    line-height: 1;
}
blockquote:after{
    display: inline-block;
    position: absolute;
	bottom: -20px;
	right: 20px;
	content: "”";
	font-family: sans-serif;
    color: #334257;
    font-size: 100px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

/*****************************文字装飾｜ここから*****************************/
/**シンプル囲い**/
.sbox1 {
   	margin: 0.5em 0 3em 0;
   	padding: 2.2em 1.5em 1.5em 1.5em;
   	border: solid 1px;
   	border-color: #9c9c9c;
	background-color: #fff;
   	font-size: 95%  !important;
   	color: #222;
}
/**インデント**/
.kakomi-hosoku1 {
	margin: 2em 0em 2em 1.5em; /* 枠外との間隔（上、右、下、左） */
 	padding: 5px 10px;
 	font-size: 95%; /* 文字サイズ */
 	border-left: 6px double #808080; /* 線の太さ・線種・色 */
}

/*****************************各種ボタン*****************************/
/* ボタン周りのテーブル背景を白に */
.afc-c2　table, td, th {
   background: #fff !important;
}
/* ボタン｜レビュー記事｜オレンジ */
.btn1 a{
   width:95%;
   padding:5px 5px 5px 5px !important;
   margin: 0 auto; 
   position: relative;
   display:block;
   background-color: #EB6200;
   border-radius: 5px;
   color: #fff !important;
   box-shadow: 0 3px 0 #D25700;
   text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
   text-decoration: none !important;
   font-weight: bold;
   font-size: .8em;
}
.btn1 a:hover{
   background-color: #F6AB3B;
   box-shadow: 0 3px 0 #D25700;
   color: #fff;
   text-decoration: none !important;
}
.btn1 :active {
   top: 3px;
   box-shadow: none;
}
/* ボタン｜レビュー記事｜青
.btn1 a{
   width:95%;
   padding:5px 5px 5px 5px !important;
   margin: 0 auto; 
   position: relative;
   display:block;
   background-color: #3F9AE0;
   border-radius: 5px;
   color: #fff !important;
   box-shadow: 0 3px 0 #1078c9;
   text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
   text-decoration: none !important;
   font-weight: bold;
   font-size: .8em;
}
.btn1 a:hover{
   background-color: #1078c9;
   box-shadow: 0 3px 0 #1078c9;
   color: #fff;
   text-decoration: none !important;
}
.btn1 :active {
   top: 3px;
   box-shadow: none;
} */
/* ボタン｜レビュー記事｜ピンク
.btn1 a{
   width:95%;
   padding:5px 5px 5px 5px !important;
   margin: 0 auto; 
   position: relative;
   display:block;
   background-color: #ee5656;
   border-radius: 5px;
   color: #fff !important;
   box-shadow: 0 3px 0 #d34e4e;
   text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
   text-decoration: none !important;
   font-weight: bold;
   font-size: .8em;
}
.btn1 a:hover{
   background-color: #d34e4e;
   box-shadow: 0 3px 0 #d34e4e;
   color: #fff;
   text-decoration: none !important;
}
.btn1 :active {
   top: 3px;
   box-shadow: none;
}*/
/* TOPボタン｜購入ページ
.btn2 a{
   width:95%;
   padding:5px 5px 5px 5px !important;
   margin: 0 auto; 
   position: relative;
   display:block;
   background-color: #ee5656;
   border-radius: 5px;
   color: #fff !important;
   box-shadow: 0 3px 0 #d34e4e;
   text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
   text-decoration: none !important;
   font-weight: bold;
   font-size: .8em;
    }
.btn2 a:hover{
   background-color: #d34e4e;
   box-shadow: 0 3px 0 #d34e4e;
   color: #fff;
   text-decoration: none !important;
}
.btn2 :active {
	top: 3px;
   box-shadow: none;
}*/
/* TOPボタン｜購入ページ */
.btn2 a{
   width:95%;
   padding:5px 5px 5px 5px !important;
   margin: 0 auto; 
   position: relative;
   display:block;
   background-color: #009944;
   border-radius: 5px;
   color: #fff !important;
   box-shadow: 0 3px 0 #00652E;
   text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
   text-decoration: none !important;
   font-weight: bold;
   font-size: .8em;
    }
.btn2 a:hover{
   background-color: #6BC478;
   box-shadow: 0 3px 0 #318256;
   color: #fff;
   text-decoration: none !important;
}
.btn2 :active {
	top: 3px;
   box-shadow: none;
}
/* ボタン｜購入ページはこちら */
.btn3 a{
	width:100%;
	margin-top:2em;
   padding:15px 5px 13px 5px !important;
	margin: 50px auto 80px;
	position: relative;
   display:block;
   background-color: #009944;
   border-radius: 5px;
   color: #fff !important;
   box-shadow: 0 3px 0 #00652E;
   text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
   text-decoration: none !important;
   font-weight: bold;
   font-size: 1.2em;
    }
.btn3 a:hover{
   background-color: #6BC478;
   box-shadow: 0 3px 0 #318256;
   color: #fff;
   text-decoration: none !important;
}
.btn3 :active {
   top: 3px;
   box-shadow: none;
}


/*****************************オリジナル特典紹介（CAT）*****************************/
div.tokuten{
   background-color: #fff;
   padding:5px 5px 15px 5px;
   margin-bottom: 1em;
   border-bottom: 2px dotted;
   font-size: 0.9em;
}
div.tokuten-b {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 1em 1em 0;
	box-shadow: 4px 10px 12px #777777;
}
.article h2.tokuten {
   font-size: 1.6em;	
   margin-top: 0.5em;
   margin-bottom: 1em;
   padding: 0em 0em 0em 0em;
   border-left: 0px solid #888;
   border-right: 0px solid #ddd;
   border-top: 0px solid #ddd;
   border-bottom: 2px solid #3C4044;
   color: #3C4044;
}
.article h3.tokuten {
   font-size: 1.5em;	
   margin-top: 3em;
   margin-bottom: 0.5em;
   padding: 0em 0em 0em 0em;
   border-left: 0px solid #888;
   border-right: 0px solid #ddd;
   border-top: 0px solid #ddd;
   border-bottom: 0px dotted #fff;
/*color: #3C4044;*/
   color: #9A1F40;	
}
.new{
   font-size: 110%;
   margin-right: 5px;
   padding: 2px 5px 2px 5px;
   vertical-align: middle;
   color: White;
   font-weight:bold;
   background-color: #ff1a00;
   border-radius: 3px;
}
div.tokuten-p {
   padding-bottom: .5em;
   margin-bottom: 0em;
   min-height: 154px;
}

/*****************************オリジナル特典紹介（固定ページ）*****************************/
div.afc-tokuten{/* 外枠*/
	background-color: #f5f5f5;
	padding: 25px;	
	margin-bottom: 4em;
	border: 1px solid #ccc;
}
.article h2.tokuten{/* H2タイトル｜ドット下線*/
   font-size: 26px;
   margin-top: 0.1em;
   margin-bottom: 1.5em;
   padding: .3em 0em .3em 0.2em;
   color: #000;
   background-color: #f5f5f5;
   border-radius: 0px;
   border-bottom: dotted 4px #555;
}
/*****************************サイドバーのプロフィールをカスタマイズ*****************************/
.nwa .author-box .author-description { /*プロフィール情報*/
	word-break: break-all; /*表示範囲に合わせて改行*/
  	font-size: 15px; /*フォントサイズ*/
}

/*****************************CATをカスタマイズ*****************************/
.cta-box {
   border: solid 1px #9d9d9d;
   background-color: #fff;
   color:#444;
   padding: 30px 30px 50px 30px;
   margin-bottom: 5.5em;
}
/*****************************TOPページに並ぶ記事一覧｜アイキャッチ画像のラベルを削除*****************************/
.cat-label {
   display: none;
}
/*****************************カテゴリ・タグ｜ここから*****************************/
div.genre-0{
	margin: 0.5em 0.5em 0.5em 0em;
}
div.genre-t{
   border-bottom: 1px dotted #aaa;
   font-size:90%;
   margin-top: .5em;
   margin-bottom: .3em;
	
}
div.genre{
	font-size:70%;
	line-height: 1.6;
}
/*****************************WP Customer Reviewsのスマホ対応（レスポンシブデザイン化）*****************************/
.wpcr3_div_2{
	width: 100%!important;
}
	table.wpcr3_table_2 tr{
	margin-bottom: 10px;
	display: block;
}
.wpcr3_table_2 td{
	display: block!important;
}
.wpcr3_respond_2 input[type="text"]{
	min-width: auto!important;
}
.wpcr3_respond_2 textarea{
	min-width: auto!important;
}

/*****************************ここまでがカスタマイズ部分（追加部分）*****************************/


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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  /*スマホでアイキャッチを非表示にするコード*/	
/*.eye-catch-wrap {
  display: none;
}*/	
}