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

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

/*広告*/

td.ad{
	background-color: #fff;
	border: 0;
}


/*全体　文字間隔*/
body{
	letter-spacing:1px;
}


/*タイトルロゴ*/

.site-name-text{
	display:none;
}


.header-in {width: 100%;}
.header-in img {width: 100%;}
.logo-image span, .logo-image a {width: 100%;}
.logo-image, .logo-image a {padding: 0;}




/*リンク*/
a{
	color: #007bbb;
	text-decoration: underline dotted 1px;
}

a:hover{
  color : #00a497;
}


/*エントリーカード*/

.entry-card {
	letter-spacing: 3px;
	color: #666666;
}

/*エントリーカード　タイトル*/
.entry-card-title{
	line-height: 35px;
}

/*エントリーカード　スニペット*/
.entry-card-snippet{
	font-size: 0.7em;
	line-height: 25px;
	font-weight: 400;
}


/*エントリーカード　カテゴリ表示*/
.new-entry-card-title.widget-entry-card-title.card-title{
	color: #666666;
	font-size: 0.8em;
	line-height: 25px;
	font-weight: 400;
}

.new-entry-card-link.widget-entry-card-link.a-wrap::after{
	content: none;
}


/*エントリーカード　モバイル*/

@media screen and (max-width: 480px) {
.entry-card-title {
	font-size: 13px;
	color: #666666; 
	letter-spacing: 1px;
	line-height: 25px;
	}
}

/*アイキャッチ　カテゴリ非表示 モバイル*/
.cat-label {
	display: none;
	}


/*記事内ブログカード*/

.blogcard.internal-blogcard{
	margin-top: 25px;
	margin-bottom: 25px;
}

.blogcard.external-blogcard{
	margin-top: 25px;
	margin-bottom: 25px;
display: inline-block;
}

.blogcard {
  border:1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 10px;
margin-left: 0;
}

.blogcard-type{
margin-top: 50px;
}

.blogcard-snippet,
.blogcard-footer {
  display: none;
}

.blogcard-wrap{
	width:95%;
}


.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
}

.blogcard-thumbnail {
  margin: 10px 0;
}

.blogcard-thumbnail img {
  display: block;
}

.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 50px;
  overflow: hidden;
}

.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}

.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}

.blogcard-content:after {
content: "クリックする" ;
  background: #f39800; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 16px;
  padding: 1px 0;
  margin-top: 12px;
  margin-left: 350px;
}
@media screen and (max-width: 834px) {

.blogcard-wrap{
	width:100%;
	margin-left:0;
}

  .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: 35px;
    margin:0;
  }

  .blogcard-content {
    margin-left: 130px;
	}
	
.blogcard-content:after {
content: "タップする" ;
margin-top: 10px;
margin-left: 20px;
  }

.blogcard-thumbnail{
    width:120px;
  }
	
	.blogcard-content.internal-blogcard-content{
		margin-top:10px;
	}
	
	
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
	  
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}

/*本文の画像*/
img.alignnone{
	margin-top:15px;
	margin-bottom:8px;
	border:solid 1px #999;
}


/*吹き出しイメージ*/
img.speech-icon-image{
	margin:0;
}


/* 情報ボックス */
.information-box.common-icon-box{
	margin-top: 30px;
	margin-bottom: 30px;
}

.alert-box.common-icon-box{
	margin-top: 30px;
	margin-bottom: 30px;
}


/*見出しデザイン H2*/
.article h2 {
background: none; /*リセット*/
}

.article h2 {
	position: relative;
	color: white;
	font-weight: 450;
	padding: 1em 0.5em 1em 2.5em;
	margin-top: 50px;
	margin-bottom: 25px;
	border-radius:5px;
	text-shadow: 1px 1px 3px #000,1px 1px 3px #000;
	background: linear-gradient(#444 0%, #434343 50%, #222 50%, #000 100%);
	box-shadow:inset 1px 1px 0 rgba(0,0,0,1);
}

.article h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ad";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.9em;/*アイコンの位置*/
  top: ;/*アイコンの位置*/
  color: #f3f3f2; /*アイコン色*/
}



/*見出しデザイン H3*/
.article h3{
	background: none;/*リセット*/
	border: none;
}

.article h3 {
	font-weight: 400;
	font-size:1.2em;
	letter-spacing:3px;
	position: relative;
	padding: 0.5em 0.8em;
	border-radius:0.5em;
	border: 1px solid #CCC;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow:inset 1px 1px 0 rgba(255,255,255,1);
	background: linear-gradient(#EFEFEF 0%, #FFF 50%, #EEE 50%, #FFF 100%);
	margin-bottom:20px;
	margin-top:15px;
}

.article h3::before {
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-left: 12px solid #555;
	padding: 0 0 0 2px;
	margin: 0;
	position: relative;
}



/*見出しデザイン H4*/
.article h4{
	font-weight: 500;
	border: none;
	font-size:1.2em;
	text-shadow:1px 1px 1px #ea5506;
	color:transparent;
	padding-left:0;

}


/*目次*/
.toc.tnt-none{
margin-top:50px;
margin-bottom:10px;
}

.toc-title{
font-weight:bold;
margin-top:10px;
color: #0693cd;
}
.toc-title::after {
color:#337ab7;
}
.toc-list > li a {
font-weight: bold;
display:block;
margin-top:10px;
margin-left: 10px;
}
.toc-list > li a::before {
font-family: "Font Awesome 5 Free";
content : "\f144";
margin-right: 7px;
}
.toc-list > li li a {
font-weight: normal;
font-size: 95%;
margin-top:0;
margin-left: 2em;
}
.toc-list > li li a::before {
content: "";
width: 7px;
height: 7px;
left: -2px;
display: inline-block;
border-radius: 50%;
background: #90C31F;/*こちらでH3の色を変更できます*/
position: relative;
margin-bottom: 2px;
}

.toc-list > li li li a::before {
background: #eebbcb;/*こちらでH4の色を変更できます*/
}

@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 dotted 1px;
}


/*記事下のカテゴリとタグ*/
.entry-categories-tags{
		margin-top:15px;
}


/*広告上行間*/
.line{
line-height: 75px;
}


/*行間を変更したいとき（特にスモールフォント）*/
.f-height{
	line-height: 1.5em;
}


/*フォント*/
.font-main{
 color: #e95295;
 font-weight: bold;
 font-size: 1.2em;
 line-height: 3em;
}

.font-large{
 font-size:48px;
 line-height: 80px;
 margin: -((line-height – font-size) / 2)em 0;
	}

.fz-40px,.fz-44px,.fz-48px{
	line-height:80px;
	margin: -((line-height – font-size) / 2)em 0;

}

.font-small{
 font-size:12px;
 font-weight: 500;
 line-height: 1.8em;
 margin-top: 5px;

	}

.font-green{
 color: #3cb37a;
	}

.font-blue{
 color: #007bbb;
	}

.font-bluegreen{
 color: #51B2BD;
	}


.font-pink{
 color: #e95295;
}


.font-orange{
 color: #ea5506;
}

.font-gold{
 color: #e6b422;
}


/*アンダーライン*/	

.font-line{
 background: linear-gradient(transparent 90%, #ffec47 0%);
 font-weight: bold;
 margin: 3px 2px 3px 2px ;
 line-height: 2em;
}

/*ボックス枠 緑*/

.text-box{
border:2px solid;
color: #00a497;
padding: 10px 10px;
display: inline-block;
margin-top: 25px;
margin-bottom: 25px;
border-radius: 5px;
font-weight: bold;
}


/*ボックス枠　シンプル青*/
.text-box2{
border:2px solid;
color: #007bbb;
padding: 10px 10px;
display: inline-block;
margin-top: 25px;
margin-bottom: 25px;
border-radius: 5px;
font-weight: bold;
}


/*ボックス枠　吹き出し（左）*/
.text-box3{
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #e0edff;
}

.text-box3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 25px solid #e0edff;
}


/*ボックス枠　シンプルピンク*/
.text-box4{
border:2px solid;
color:#e95295;
padding: 10px 10px;
display: inline-block;
margin-top: 25px;
margin-bottom: 25px;
border-radius: 5px;
font-weight: bold;
font-size: 1.2em;
}


/*ボックス枠　引用*/
.text-box5{
border:1px solid;
border-color: #e5e5e5;
background-color:#fafbfc;
padding: 15px 20px;
display: inline-block;
margin-top: 25px;
margin-bottom: 25px;
}

/*ボックス枠　グレー（上下線）*/
.text-box6{
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #666;
padding: 10px 10px;
display: inline-block;
margin-top: 25px;
margin-bottom: 25px;
}

/*ボックス枠　コード用（背景黒））*/
.text-box7{
background-color: #333;
color: #fff;
font-weight: 500;
font-size: 0.7em;
line-height: 20px;
padding: 15px 10px;
margin-top: 25px;
margin-bottom: 25px;
}

/*ボックス枠　少しずらした線（h4用）*/
.text-box8{
display: inline-block;
margin: 1em auto;
padding: 0px 10px 0px 25px;/*内側の余白*/
background: none;/*元のボックス背景色なし*/
border:1px solid #ccc ;/*線の太さ・種類・色*/
position: relative;/*配置（基準）*/
}
.text-box8:after{
background-color:#eee;/*ずらしたボックスの背景色*/
border:none;
content: '';
position: absolute;/*配置（ここを動かす）*/
top: 5px;/*上から7pxずらす*/
left: 5px;/*左から7pxずらす*/
width: 100%;
height: 100%;
z-index: -1;
}


/*ボックス枠　SWELL目次風*/
.text-box10{
display: inline-block;
margin: 2em auto;
padding:1em;
background:linear-gradient(-45deg,transparent 25%,#eee 25%,#eee 50%,transparent 50%,transparent 75%,#eee 75%,#eee);
background-size: 4px 4px;
border-bottom: 4px double #ddd;
border-top: 4px double #ddd;
background-clip: padding-box;
	font-weight: bold;
}


/*ボックス枠　左上だけ線の色を変える*/
.text-box11 {
display: inline-block;
margin: 1.5em auto;
padding:1em;/*内側余白*/
border: 8px solid #eee;	
position: relative;
z-index: 0;
color:#333333;
}
.text-box11:before {
border-top:8px solid #c6d4c6;
border-left:8px solid #c6d4c6;
content: '';
display: block;
position: absolute;
top: -8px;
left: -8px;
width: 20px;
height: 20px;
z-index: 1;
}


/*ボックス枠　チェック(グレー）*/
.text-box12 {
display: inline-block;
margin: 1.5em auto;
    padding: 1em 1.5em;
    border: 2px solid #c8c8c8;
    border-radius: 3px;
    background-image: linear-gradient(45deg, #c8c8c812 25%, transparent 25%, transparent 50%, #c8c8c812 50%, #c8c8c812 75%, transparent 75%, transparent), linear-gradient(-45deg, #c8c8c812 25%, transparent 25%, transparent 50%, #c8c8c812 50%, #c8c8c812 75%, transparent 75%, transparent);
    background-color: #c8c8c80d;
    background-size: 20px 20px;
}

/*ボックス枠　クリップ*/
.text-box13 {
    position: relative;
	display: inline-block;
    margin: 1em 0 1.5em 0;
    padding: 1em 2.5em 1em 1.5em;
    border-radius: 3px;
    box-shadow: 6px 6px 10px rgb(0 0 0 / 30%);
    background-color: #efede9;
    color: #333333;
}

.text-box13::before,
.text-box13::after {
    position: absolute;
    content: '';
}

.text-box13::before {
    top: -15px;
    right: 20px;
    height: 50px;
    width: 15px;
    border: 3px solid #999;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    transform: rotate(10deg);
}

.text-box13::after {
    top: 0;
    width: 10px;
    right: 30px;
    border: solid 5px #efede9;
}


/*ボックス枠　ふせん*/
.text-box14 {
    position: relative;
	display: inline-block;
    margin: 1.5em auto;
    padding: 0.5em 1em;
    border-left: 5px solid #2589d0;
    background-color: #f2f2f2;
	box-shadow:3px 1px 4px rgba(0, 0, 0, 0.2);
    color: #333;
}

/*ボックス枠　上下ポイント*/
.text-box15 {
    position: relative;
	display: inline-block;
	margin: 1.5em auto;
    padding: 2rem 1rem;
    box-shadow: 0 0 15px #eee;
    box-sizing: border-box;
    background-color: #efefef;
    color: #333;
}

.text-box15::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    border-top: 10px solid #51B2BD;
    border-bottom: 10px solid #51B2BD;
    content: '';
}


/*ボックス枠　かぎカッコ*/
.text-box16 {
    position: relative;
	display: inline-block;
	margin: 1.5em auto;
    padding: 0em 1em;
}
.text-box16:before,.text-box16:after{ 
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
}
.text-box16:before{
    border-left: solid 3px #666;
    border-top: solid 3px #666;
    top:0;
    left: 0;
}
.text-box16:after{
    border-right: solid 3px #666;
    border-bottom: solid 3px #666;
    bottom:0;
    right: 0;
}


/*区切り線*/

.hr-1 {
	height: 2px;
	border-width: 0;
	background-color: #eae0bc;
	background-image: -webkit-linear-gradient(right,#eae0bc 5px,#62a0b7 5px);
	background-image:linear-gradient(-90deg,#eae0bc 5px,#62a0b7 5px);
	background-size: 10px 10px;
	margin: 1em 0 1em;
}



/*Cocoon 商品リンク*/

.shoplinkamazon a {
    background: #f6b340;
    transition: .4s;
}
.shoplinkamazon a:hover {
    background: #e59c1c;
    color: #fff;
    opacity: 1;
}
.shoplinkrakuten a {
    background: #e85e5e;
    transition: .4s;
}
.shoplinkrakuten a:hover {
    background: #d93636;
    color: #fff;
    opacity: 1;
}
.shoplinkyahoo a {
    background: #62bedc;
    transition: .4s;
}
.shoplinkyahoo a:hover {
    background: #3ba9cd;
    color: #fff;
    opacity: 1;
}

.product-affiliate-rate{
	display:none;
}

.cache-delete-link{
	display:none;
}

.rakuten-item-thumb-image{
	width: 65%; /*画像イメージ50％*/

}

.rakuten-item-box{
	margin: 0;
	padding: 12px 15px;
	border: solid 1px #ccc;
}

.rakuten-item-content{
	padding: 0;
}



/*テーブル*/

.tablefont{
	font-size: 75%;
}

.tb table,.tb td,.tb th {
    border-collapse: collapse;
    border:1px solid #999;
    }

.t-center{
	text-align:center;
}

.tbm{
	margin-top:15px;
	margin-bottom:15px;
}



/*サイドバー　カテゴリデザイン*/

.widget_categories ul li a{
	font-size:16px;
}

/*カテゴリの折り畳み*/
/* 子カテゴリを非表示状態にする */
.widget_categories ul li.cat-item ul.children {
    display: none;
}

/*ウィジェット親カテゴリのカスタマイズ*/

.widget_categories ul li a{ 
  font-family: FontAwesome,'Noto Sans JP';
}

.widget_categories ul li a::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f35a"; /* FontAwesomeのユニコード */
color: #333; /* アイコンの色 */
padding-right: 6px;
}

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


/*ウィジェット子カテゴリのカスタマイズ*/

.widget_categories ul li ul li a::before{
font-family: "Font Awesome 5 Free";
font-weight: 800;
content: "\f105"; /* FontAwesomeのユニコード */
color: #333; /* アイコンの色 */
padding-right: 6px;
}

.widget_categories a.cf{
	padding: 5px;
}

.widget_categories ul li ul li{
	border-bottom: dotted 1px;
}

/*未分類のカテゴリを非表示*/

.cat-item.cat-item-1 {
  display: none;
}


/*サイドバー見出し*/
.sidebar h3 {
    background: none;
    padding: 0;
	margin-top: 35px;
    font-size: 16px;
    letter-spacing: 2px; 
}
.sidebar h3:first-letter {
    font-size: 1.5em;
}
.sidebar h3:after {
    content:"";
    display:block;
    height:1px;
    width:100%;
    background: -webkit-linear-gradient(left, #40bfa0 0%,#fef785 82%,#f37b7b 100%);
    background: linear-gradient(to right, #40bfa0 0%,#fef785 82%,#f37b7b 100%);
}


/*サイドバー　フォローボタン*/
.sidebar .sns-follow-buttons a {
  width: 48%; /*ボタンの幅*/
}
.sidebar .sns-follow {
  margin: 0 0 24px 0;
}
.sidebar .sns-follow-buttons a {
  background: none !important;
  border: 1px solid #444d53;
  color: #444d53;
  border-radius: 50px;
}
.sidebar .twitter-button:hover {
  background-color: #1da1f2 !important;
  color: #fff;
  border-color: #1da1f2;
}

.sidebar .feedly-button:hover {
  background-color: #2bb24c !important;
  color: #fff;
  border-color: #2bb24c;
}

/*記事全体の下余白*/
.entry-content.cf{
	margin-bottom:50px;
}


/*記事下のカテゴリ・タグボタンのマージン*/
div.entry-categories-tags.ctdt-one-row{
	margin: 35px 0 ;
}


/*シェアボタンの上余白*/
.sns-share{
	margin-top: 50px;
}


/*プロフィール名前　フォント*/
.profile{
	font-family:"Segoe UI",Meiryo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
	font-weight: 900;
}


/*人気記事　タイトル*/
.popular-entry-card-title{
	font-size: 0.9em;
	line-height: 20px;
	font-weight: 450;
	letter-spacing: 2px;
}


/*ヘッダーロゴ　左寄せ*/
.header{
background-position: left;
}


/*アピールエリア*/

.appeal-content{
	color:#fff;
	background-color:transparent;
	padding: 0;
}

.appeal-title{
	font-size:3em;
	margin-bottom: 1em;
}

a.appeal-button{
	background-color:transparent;
	border: solid 1px;
	border-color:#fff;
	transition : 1s;
	margin-top: 3.5em;
	letter-spacing: 0.5em;
}

a:hover.appeal-button {
  transform: scale(1.1);
}


/*コクーンのデフォルト引用*/

blockquote{
	margin-top: 0.5em;	
}

/*コメントカスタマイズ*/

.comment-title{
	color:#cc7eb1;
}

.comment-content{
	font-size:16px;
	color:#666;
}

.comment-reply-title{
	margin:38px 0 5px 0;
}

.comment-form-author{
	margin:30px 0 5px 0;
}
.comment-reply-title{
	font-size:22px;
	color:#007bbb;
}

.comment-form-comment{
	margin-top:30px;
}

.comment-form-email{
	margin-top:30px;
}

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

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



/*480px以下*/
@media screen and (max-width: 480px){

.site-logo-image.header-site-logo-image{
	display:none;
	}

.header div.header-in {
	min-height: 90px;
　}
	
.header {
	background-image: url(https://pcwebfun.com/wp-content/uploads/2023/05/title-small3.gif);
	background-size: 100%;
	background-position: center;	
　}
	
	
	
video {
  display: block;
  margin: -2em auto -3em;
　}

/*スマホの行間*/
.entry-content p{
	line-height: 2em;
　}

/*スマホのアンダーライン行間*/
.font-line{
 line-height: 2em;
　}	

/*スマホの関連記事タイトルのフォントサイズ*/	
h3.related-entry-card-title.card-title.e-card-title{
 font-size:13px;
 font-weight: 400;
	}
	
.font-small{
 font-size:12px;
 font-weight: 400;
	}	

}

.comment-content{
	font-size:14px;
}	
	

/*410px以下*/
@media screen and (max-width: 410px){
	
	
/*モバイルボタンの色変更*/
.mobile-footer-menu-buttons,
.navi-menu-content,
.mobile-footer-menu-buttons .menu-button > a,
.mobile-footer-menu-buttons .menu-button:hover,
.navi-menu-content a,
.navi-menu-content a:hover {
  background: #ccc;
  color: #000;
	}
	
}

