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

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

/*****************************ContactForm7デザイン｜ここから*****************************/
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
/*****************************ContactForm7デザイン｜ここまで*****************************/
/*吹き出し*/
.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  width: 80px; /*任意のサイズ*/
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  max-width:500px; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #c6e4ec;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}
.says p{
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #c6e4ec;
}
.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #c6e4ec;
}

/***ここからカスタマイズ部分（追加部分 2022年1月13日修正）***/

/*****************************マーカーデザイン｜ここから*****************************/
mark {
	background: linear-gradient(transparent 70%, #ffd700 70%);
	color: black;
	font-weight: bold;
}
/*****************************ヘッダーロゴデザイン｜ここから*****************************/
.logo{
	text-align:left;
}
.tagline {
  text-align: center;
  font-size: 14px;
  margin: .3em 1em .3em 1em;
}
/*****************************目次デザイン｜ここから*****************************/
/* 目次全体デザイン */
.toc{
    background: #eee; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:5px solid;
	 border-top-color: #334257;
	 box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    padding: 20px 25px;
}
/* 目次の文字指定 */
.toc-title {
    text-align:left;
    margin: 0 20px 20px -10px;
    padding-left: -20px;
    font-size: 23px;
    font-weight: 700;
    color: #334257; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: "Font Awesome 5 Free";
    content : "\f03a"; /* アイコンを変える場合はここを変更 */
    font-size:20px;
    margin-right:5px;
    color:#FFF; /* アイコンの色を変える場合はここを変更 */
    background-color:#334257; /* アイコンの背景色を変える場合はここを変更 */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:14px;
}
/* 目次のデザインカスタマイズ */
.toc-content ol {
    padding: 0 0.5em;
    position: relative;
}
.toc-content ol li {
    line-height: 1.5;
    padding: 0.7em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content ol li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.5em;
    color: #FFC679; /* 色を変える場合はここを変更 */
    font-weight: bold;
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}
.toc-content .toc-list li {
    font-weight:600; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight:normal; /* h3以降の文字サイズを普通に */
}
/*****************************見出しデザイン｜ここから*****************************/
.entry-title, .archive-title {
   font-size: 1.7em;
	color: #3C4044;
	line-height: 1.2 !important;
	padding: 0em 0em 0.2em 0em;
  }
/*
.article h2 {
  border:none;
  background:none;
　　font-size: 1.5em;
  padding: 13px;
  background-color: #334257;
  color: #fff;
  border-radius: 2px;
}
.article h3 {
	border:none;
	background:none;
	font-size: 1.4em;	
	margin-top: 2em;
	margin-bottom: 0.7em;
	padding: 0em 0em 0em 0em;
	color: #9A1F40;
}
*/
.article h2 {
border-bottom: 1px solid #333;
  background:none;
  font-size: 29px;
  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: 2em;
	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: #476072;
  	color: #fff;
  	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: #476072 !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;
}
/*****************************吹き出しデザイン（サルワカ）｜ここから*****************************/
.balloon-left {/*左側*/
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.balloon-left .faceicon {/*左側*/
  float: left;
  margin-right: -90px;
  width: 80px;
}
.balloon-left .faceicon img{/*左側*/
  width: 100%;
  height: auto;
  border: solid 3px #c6e4ec;
  border-radius: 50%;
}
.balloon-left .chatting {/*左側*/
  width: 100%;
}
.balloon-left .says {/*左側*/
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #c6e4ec;
}
.balloon-left .says:after {/*左側*/
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #c6e4ec;
}
.balloon-left .says p {/*左側*/
  margin: 0;
  padding: 0;
}
.balloon-right {/*右側*/
	width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.balloon-right .faceicon {/*右側*/
  float: right;
  margin-left: -90px;
  width: 80px;
}
.balloon-right .faceicon img{/*右側*/
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}
.balloon-right .chatting {/*右側*/
	width: 100%;
}
.balloon-right .says {/*右側*/
  display: inline-block;
  position: relative; 
  margin: 5px 105px 0 0;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}
.balloon-right .says:after {/*右側*/
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #d7ebfe;
}
.balloon-right .says p {/*右側*/
  margin: 0;
  padding: 0;
}
/*****************************文字装飾｜ここから*****************************/
/**シンプル囲い**/
.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; /* 線の太さ・線種・色 */
}
/**○△評価画像をH3見出しに近づける**/
.box {  
	position: relative;
	top: 30px;
	left: 0px;
}/**○△評価画像を<div class="box">  </div>で囲むだけでOK**/
/**画像キャプションをスタマイズ**/ 
.wp-caption {
  padding-top: 4px;
  border: 0px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  text-align: left;
  max-width: 100%;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 3.5em;
}
/*****************************商材カード｜ここから*****************************/
/****商材カード（小）****/
div.hako{/* 外枠*/
   	background-color: #fff;
   	padding: 20px 15px 15px 15px;
   	margin-top: 2em;
  	margin-bottom: 3.5em;
  	border: 1px solid #ccc;
	clear: left; 
}
div.afc-b {/* 商材画像*/
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 1em 1em 0;
	box-shadow: 4px 10px 12px #777777;
}
div.afc-c1 {/* テキスト*/
    padding-bottom: .5em;
    margin-bottom: 0em;
    font-size: 0.8em;
    min-height:154px;
}
/****商材カード（大）****/
div.afc-hako{/* 外枠*/
	background-color: #fff;
	padding: 25px;	
	margin-bottom: 4em;
	border: 1px solid #ccc;
}
.article h2.hako {/* H2タイトル｜ドット下線*/
   font-size: 26px;
   margin-top: 0.1em;
   margin-bottom: 1.5em;
   padding: .3em 0em .3em 0.2em;
   color: #000;
   background-color: #fff;
   border-radius: 0px;
   border-bottom: dotted 4px #555;
}
.article h3.hako {/* H3タイトル｜総評*/
   margin-top: 2em;
   margin-bottom: 2.5em;
   padding: 0em 0em 0em 0.5em;
   border-left: 0px solid #888;
   border-right: 0px solid #ddd;
   border-top: 0px solid #ddd;
   border-bottom: 0px solid #ddd;
   font-size: 24px;
   color: #A41315;
}/* afc-c1 afc-c2は、S評価ページ・A評価ページ・B評価ページでも使用中！*/

/*****************************S評価ページ・A評価ページ・B評価ページ｜ここから*****************************/
/**外枠（div.afc-hako）とH2タイトル（.article h2.hako）は、記事内の商材カード（大）と同じものを使用**/
div.afc-hako-b {/* 商材画像 */
   float: left;
   width: 150px;
   height: 150px;
   margin: 0 1em 1em 0;
   box-shadow: 4px 10px 12px #777777;		
}
div.afc-c1 {/* 商材画像の右横の解説ゾーン */
   padding-bottom: .5em;
   margin-bottom: 0em;
   font-size: 0.8em;
   min-height:154px;
}
div.afc-c2 {/* 商材画像の下、詳細解説ゾーン */
   clear: left; 
   font-size: .9em;
   margin-top: 0em;
   margin-bottom: .5em;
}
/* ボタン周りのテーブル背景を白に */
.afc-c2　table, td, th {
   background: #fff !important;
}
.btn1 a{/* ボタン｜レビュー記事はこちら */
   width:99%;
   padding:15px 5px 13px 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: 1.2em;
}
.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;
}
.btn2 a{/* ボタン｜公式サイトはこちら */
   width:99%;
   padding:15px 5px 13px 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: 1.2em;
    }
.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;
}
/*****************************全商材ランキング一覧｜ここから*****************************/
/**S・A・B・C・D全体ランキング**/ 
div.rank-b{
	margin-top: 35px;
}
div.af-all{
   border-bottom: 1px dotted #ccc;
   clear: both;
}
div.af-rate{
   float: left;
   width: 20px;
   height:20px;
   margin: 0px 6px 0px 0px;
}
div.af-title{
   font-size: .75em;
   margin: 2px 5px 0px 2px;
}
/**50音順**/ 
.good{
   font-size: 100%;
   margin-right: 5px;
   padding: 2px 5px;
   vertical-align: middle;
   color: White;
   font-weight:bold;
   background-color: #32cd32;
   border-radius: 3px;
}
.bad{
   font-size: 100%;
   margin-right: 5px;
   padding: 2px 5px;
   vertical-align: middle;
   color: White;
   font-weight:bold;
   background-color: #563d7c;
   border-radius: 3px;
}
/*****************************2カラム・3カラム設定｜ここから*****************************/
/****2カラムを追加****/ 
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	background-color: #fff; /* 背景の色 */
	color: #333; /* 文字の色 */
	text-align: left; /* 内容は左配置 */
}
.col_2 > div{
	width: 50%;
	padding: 1px;
}
@media screen and (max-width: 640px) {
	.col_2 > div{
	width: 100%;
	}
}
/****3カラムを追加****/ 
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	background-color: #fff; /* 背景の色 */
	color: #333; /* 文字の色 */
	text-align: left; /* 内容は左配置 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 1px;
	margin-bottom:1px;
}
@media screen and (max-width: 1090px) {
	.col_3 > div{
	width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
	width: 100%;
	}
}
/*****************************オリジナル特典紹介（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;
}
.btn3 a{/* ボタン｜特典の詳細はこちら */
   width:60%;
   margin-top:2em;
   padding:15px 5px 13px 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: 1.2em;
    }
.btn3 a:hover{
   background-color: #d34e4e;
   box-shadow: 0 3px 0 #d34e4e;
   color: #fff;
   text-decoration: none !important;
}
.btn3 :active {
   top: 3px;
   box-shadow: none;
}
/*****************************オリジナル特典紹介（固定ページ）*****************************/
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; /*フォントサイズ*/
}
/*****************************おすすめ商材ベスト10｜Pickup!注目商材（横並びで5つのバナーを表示させる）*****************************/
div.box1{
   float: left;
   width: 20%;
   padding: 0.15em;	
   font-size:.85em;
   line-height: 1.5 !important;
}
div.box0{
	clear: left; 
}
/*****************************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;
}
/*****************************ジャンル別商材ベスト3｜ここから*****************************/
div.af-rank{
	margin-top: 0px;
	margin-bottom: 35px;
	padding:0 5px 0 0px;
}
div.af-all{
   border-bottom: 1px dotted #ccc;
   clear: both;
}
div.af-no1{
   float: left;
   width: 35px;
   font-weight: bold;
   text-align: center;
   font-size: .8em;
   color: #daa520;
   margin: 0px 0px 0px 0px;
}
div.af-no2{
   float: left;
   width: 35px;
   font-weight: bold;
   text-align: center;
   font-size: .8em;
   color: #999;
   margin: 0px 0px 0px 0px;
}
div.af-no3{
   float: left;
   width: 35px;
   font-weight: bold;
   text-align: center;
   font-size: .8em;
   color: #c47221;
   margin: 0px 0px 0px 0px;
}
div.af-no4_5{
    float: left;
    width: 35px;
    text-align: center;
    font-size: .7em;
    margin: 0px 0px 0px 0px;
}
div.af-title1_3{
   font-size: .85em;
   font-weight: bold;
   line-height:1.6;
   background-color: #f5f5f5;
   margin: 2px 0px 0px 38px;
   padding:0px 0 0px 3px;
}
div.af-title4_5{
   font-size: .70em;
   line-height: 1.6;
   margin: 2px 0 0px 39px;
   padding:0px 0 0px 3px
}
/*****************************ここまでがカスタマイズ部分（追加部分）*****************************/


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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;
}*/
}
