@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.4
*/

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

/**** 見出し ****/
.article h5 {
position: relative;/*相対位置*/
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color:#153c6e;
border-bottom: none;
}
.article h5:before{
font-family: FontAwesome;/*忘れずに*/
content: "\f21e";/*アイコンのユニコード*/
font-weight: 400;
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0.5em;/*アイコンの位置*/
color: #ff7fa2; /*アイコン色*/
}

.article h6 {
position: relative;/*相対位置*/
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color:#313131;
font-size: 0.9em;
border-bottom: none;
}
.article h6:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    font-size: 1em;
    left: 0;
    color: #c0edcf;
}

/**** 引用 ****/
.article blockquote {
position: relative;
padding: 5px 10px 5px 32px;
box-sizing: border-box;
border: none;
font-style: italic;
background: #f3f3f3;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.article blockquote:before{
display: inline-block;
position: absolute;
top: 10px;
left: -15px;
width: 40px;
height: 30px;
vertical-align: middle;
text-align: center;
content: "\f10d";
font-family: FontAwesome;
color: #FFF;
font-size: 18px;
line-height: 30px;
background: #92d4ff;
box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
}
.article blockquote:after{
position: absolute;
content: '';
top: 40px;
left: -15px;
right: auto;
bottom: auto;
border: none;
border-bottom: solid 8px transparent;
border-right: solid 15px #6eb3e0;
}
.article blockquote p {
position: relative;
padding: 0;
margin: 10px 0;
z-index: 1;
line-height: 1.7;
}
.article blockquote cite {
display: block;
text-align: right;
color: #888888;
font-size: 0.9em;
}

/**** 目次 ****/
/*TOC全体設定*/
.article .toc {
display: block;
width: 100%;
background: #fff;
border: 1px solid #ccc;
box-sizing: border-box;
margin: 2em auto;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
border-top: solid 5px #7fd89d;
border-radius: 4px;
}
/*目次のタイトル*/
.toc-title {
text-align: center;
margin: 0 0 0 2px;
padding: 0.4em 0;
font-size: 1.2em;
border-bottom: 2px solid #fbc2d1;
}
 
/*ol全体の設定*/
.toc-content>ol {
list-style: none;
margin-bottom: 0;
}
 
/*li全体の設定*/
.toc-content ol>li {
margin: 0;
padding-left: 0;
text-indent: 0;
}
 
/*小見出し*/
.toc-content >ol>li>ol>li {
display: inline-block;
text-decoration: none;
color: #444;
border-bottom: 1px dotted #ccc;
font-size: 14px;
	padding-left: .5em;
}
 
/*大見出し*/
.toc-content>ol>li>a {
 border-bottom: 1px solid #ccc;
 font-size: 16px;
}
 
/*大見出しのアイコン*/
.toc-content>ol>li:before {
font-family: FontAwesome;
content: '\f0a7';
color: #454545;
font-size: 100%;
padding-right: 5px;
}
/*INDEXのアイコン*/
.toc-title:before {
font-family: FontAwesome;
content: '\f0cb';
color: #454545;
font-size: 100%;
padding-right: 5px;
}
/*小見出しのアイコン*/
.toc-content >ol>li>ol>li:before{
font-family: FontAwesome;
content: '\f13a';
color: #454545;
font-size: 100%;
padding-right: 5px;
}

/******* カエレバ ヨメレバ *******/

/*関連記事コメント見出し*/

/* サイドバー */


/**** sidebar-categoryのスタイル ****/
.widget_categories ul li a{
border-bottom: dotted 1px;
	padding: 5px 0;
}
.widget_categories>ul>li>a:before{
font-family: FontAwesome;
content: '\f1b3';
color: #454545;
font-size: 100%;
padding-right: 5px;
}
.widget_categories>ul>li>ul>li>a:before{
font-family: FontAwesome;
content: '\f1b2';
color: #454545;
font-size: 100%;
padding-right: 5px;
}
span.post-count {
    background: #0cab56;
    color: white;
    padding: 0 0.5em;
    border-radius: 12px;
	font-size: smaller;
	margin-top: 2px;
}
/**** 孫カテゴリを小さく ****/
.widget_categories ul li ul li {
    display: inline-block;
}
.widget_categories ul li ul li .post-count {
    margin-left: 0.5em;
}
.widget_categories ul li ul li a {
    margin-right: 1em;
    font-size:0.8em;
}
.widget_categories ul li ul li ul li a {
    font-size: .6em;
}
.widget_categories ul>li>ul>li>ul>li a:before {
    font-family: FontAwesome;
    content: "\f15c";
    margin-right:.5em
}

/*infomationなどのスタイル全体*/
.information-box, .question-box, .alert-box, .information, .question, .alert,.memo-box, .comment-box{
position: relative;
padding: 1.5em 0.5em 0.5em 1em;
box-sizing: border-box;
background: #f7f7f7;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.information:before,.question:before,.alert:before,.information-box::before,.question-box::before,.alert-box::before,.memo-box::before, .comment-box::before {
display: inline-block;
position: absolute;
padding-right: 0em;
margin-top: 0em;
top: -8px;
left: 9px;
width: 40px;
height: 30px;
vertical-align: middle;
text-align: center;
font-size: 18px;
line-height: 30px;
color: #FFF;
}
.information:after,.question:after,.alert:after,.information-box::after,.question-box::after,.alert-box::after,.memo-box::after,.comment-box::after{
position: absolute;
content: '';
top: -8px;
left: 49px;
border: none;
border-right: solid 9px transparent;
}	
.information p,.question p,.alert p,.information-box p, .question-box p,.alert p,.memo-box p, .comment-box p{
position: relative;
padding: 0;
margin: 10px 0;
z-index: 3;
line-height: 1.7;
}
.information cite,.question cite,.alert cite,.information-box cite,.question-box cite,.alert-box cite,.memo-box cite, .comment-box cite{
display: block;
text-align: right;
color: #888888;
font-size: 0.9em;
}
/*infomationのスタイル*/
.information-box,.information{
background: #f4f6fd;	
}
.information-box::before,.information:before{
content: "\f05a";
font-family: FontAwesome;
background: #6fcdd9;
}
.information-box::after,.information:after{ 
border-bottom: solid 8px #6cacb5;
}
/*questionのスタイル*/
.question,.question-box {
background: #fdfcf0;	
}
.question:before,.question-box::before{
content: "\f059";
font-family: FontAwesome;
background: #fba532;
}
.question:after,.question-box::after{ 
border-bottom: solid 8px #de8001;
}
/*alertのスタイル*/
.alert-box, .alert{
background: #f7e7e7;	
}
.alert-box:before,.alert::before{
content: "\f071";
font-family: FontAwesome;
background: #f75b5b;
}
.alert-box::after,.alert:after{ 
border-bottom: solid 8px #cc3939;
}
/*memoのスタイル*/
.memo-box{
background: #e6f9f0;
border: 1px solid #7decbb;
}
.memo-box::before{
background: #33f19d;
}
.memo-box::after{ 
border-bottom: solid 8px #57bb8d;
}
/*commentのスタイル*/
.comment-box{
background: #f0edfb;
border: 1px solid #cbc1ff;
}
.comment-box::before{
content: '\f086';
background: #8066ff;
}
.comment-box::after{ 
border-bottom: solid 8px #4e3cad;
}
@media screen and (max-width: 440px){
.information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before {
	    margin-left: 0em;
}
}

/*sns-follow-buttonの影*/
.sns-share-buttons a, .sns-follow-buttons a{
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.33);
}

/**** cardの外観 ****/
.internal-blogcard,.external-blogcard,.ect-vertical-card .entry-card-wrap,.widget-entry-cards .widget-entry-card,.related-entry-card.e-card,.author-box ,.pager-post-navi a.prev-post,.pager-post-navi a.next-post,.entry-card-wrap.a-wrap{
padding: 0.5em 1em;
margin-bottom: 0.5em;
background: #fcfdfd;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.33);
border-radius: 4px;
}
/*関連記事カード*/
.related-entry-card.e-card {
border-left: solid 6px #fda666;
}
/*プロフィールボックス*/
.author-box {
border-top: solid 6px #c0edcf;
}
/*blogcard*/
.internal-blogcard {
color: #5d627b;
border-left: solid 5px #c0edcf;
}
.external-blogcard {
color: #5d627b;
border-left: solid 5px #ffe2e8;
}

/**** entrycard ****/
.ect-vertical-card .entry-card-wrap {
border-top: solid 4px #c0edcf;
display: inline-block;
margin-bottom: 1em;
}
.ect-vertical-card .entry-card-wrap .entry-card-content {
padding: 0.5em;
}
/*entrycardの説明文の後ろ*/
.ect-vertical-card .entry-card-wrap .entry-card-content:after {
font-family: "FontAwesome";
content: "…続きは本文で"" \f14d";
font-weight: bold;
font-size: .8em;
color: #033b86;
}

/**** widget-entry-cardのスタイル ****/
.widget-entry-cards .e-card {
font-size:.9em;
font-weight: bold;
color: #1967d2;
}
.widget-entry-cards .widget-entry-card{
border-top: solid 6px #c0edcf;
}
.related-entry-card .e-card {
border-left: solid 6px #c0edcf;
}
.a-wrap{
margin-bottom: unset;
}
.widget-entry-cards.large-thumb-on .card-title {
width: 90%;
}

/**** tagline ****/
.tagline {
    background: #7fd89d;
}

/*menudrawerのスタイル*/
.menu-drawer li {
display: flex;
}
.menu-drawer a{
color: #1e69bf;
text-decoration: none;
padding: 6px;
display: block;
border-bottom: dotted 1px;
}

/**** グローバルナビ 
.navi-in>ul {
    background: linear-gradient(to bottom,#af6628,#dfa26b 30%,#c3640f);
}
****/

/*グローバルナビのサブメニュー*/
.menu-header .sub-menu li {
    border: 1px dashed #fff4f7;
    box-shadow: 0 0 0 2px #4cc380;
    border-radius: 4px;
}

/*コメント*/
#bbp_reply_submit, .bp-login-widget-register-link a {
border: none;
width: 50%;
margin: 2em 0;
cursor: pointer;
font-size: 16px;
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
font-weight: bold;
border-radius: 4px;
color: #e84303b8;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
background-image: -webkit-linear-gradient(#ff811c 0%, #f9ca62 100%);
background-image: linear-gradient(#ff811c 0%, #f9ca62 100%);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
border-bottom: solid 3px #f1981e;
}
#bbp_reply_submit:active, .bp-login-widget-register-link a :active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
color: #f5f8fa;
text-shadow: none;
}
/*prev,next page*/
.pager-post-navi a.next-post {
margin-left: 10%;
}
.pager-post-navi a.prev-post {
margin-right: 10%;
}
/*badge*/
.badge-blue,.badge-green {
background-color: #bfbfbf52;
padding: 0.5em;
font-size: 0.9em;
color: #0955a2;
}
.badge-blue:before, .badge-green:before{
padding-right: 4px;
border-right: 2px dashed #ccc;
margin-right: 4px;	
display: inline-block;
} 
.badge-blue:before{
color: #5371cd;
font-family: FontAwesome;
content: "\f19d"" source";
}
.badge-green:before {
color: #53cd97;
font-family: FontAwesome;
content: "\f06c"" ref";
}

/*カルーセル*/
.carousel-in {
    background-color: #c7f1f3;
    padding: 2px 0;
    border-top: 3px dashed #fdcdb7;
    border-bottom: 3px dashed #fdcdb7;
    box-shadow: 0 0 0 5px #fff4e6;
}
/*button*/

/*アプリーチ*/
 .appreach{
	 border-top:5px solid #c7f1f3; /*上線の色*/ 
	 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.33); 
}
.appreach{ 
	text-align: left;
	padding: 25px;
	margin:20px;
	border-radius:4px;
	overflow: hidden;
} 
.appreach:before {
	content: "【PR】";
	display: block;
	clear: both;
}
.appreach:after {
	content: "";
	display: block;
	clear: both;
} .appreach img, .appreach p {
	margin: 0;
	padding:0;
}
.appreach a:after {
	display: none;
}
.appreach__icon {
	float: left;
	border-radius: 10%;
	overflow: hidden;
	margin: 0 3% 0 0 !important;
	width: 25% !important;
	height: auto !important;
	max-width: 120px !important;
}
.appreach__detail {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	width: 72%;
	max-width: 72%;
} 
.appreach__detail:after {
	content: "";
	display: block;
	clear: both;
}
p.appreach__name {
	font-size: 16px;
	color:#555;
	padding-bottom:10px;
	font-weight:bold;
	line-height: 1.5em !important;
	max-height: 3em;
	overflow: hidden;
}
.appreach__info {
	font-size: 12px !important;
	color:#888;
}
.appreach__info a{
	color:#aaa;
}
.appreach__developper, .appreach__price {
	margin-right: 0.5em;
}
.appreach__posted a {
	margin-left: 0.5em;
}
.appreach__links {
	float: left;
	height: 40px;
	margin-top: 15px;
	white-space: nowrap;
}
.appreach__aslink img {
	margin-right: 10px;
	height: 40px;
	width: 135px;
}
.appreach__gplink img {
	height: 40px;
	width: 134.5px;
}
@media only screen and (max-width: 786px){
	.appreach{
		margin:20px 0;
	}
	.appreach__info {
		font-size: 11px !important;
	}
	p.appreach__name {
		font-size: 15px;
	}
} 
/*アプリーチbutton点滅させる*/
.appreach__aslink img,.appreach__gplink img{
	animation: blink2 4s ease-in-out infinite normal;
	-webkit-animation: blink2 4s ease-in-out infinite normal;
	-moz-animation: blink2 4s linear ease-in-out normal;
	-o-animation: blink2 4s linear ease-in-out normal;
}
.appreach__aslink img:hover,.appreach__gplink img:hover{
	animation:none;
	-webkit-animation:none;
}
@keyframes blink2{
0%{ opacity: 1; }
50%{ opacity: 0.7;}
100%{ opacity: 1; }
}
@-webkit-keyframes blink2{
0%{ opacity: 1; }
50%{ opacity: 0.7;}
100%{ opacity: 1; }
}
@-moz-keyframes blink2{
0%{ opacity: 1; }
50%{ opacity: 0.7;}
100%{ opacity: 1; }
}
@-o-keyframes blink2{
0%{ opacity: 1; }
50%{ opacity: 0.7;}
100%{ opacity: 1; }
}
/*画像のボックスシャドウ*/
.card-thumb img, .logo img,.blogcard-thumbnail img {
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.33);
}
/*見える見えないボックス*/
/*全体*/
.hidden_box {
	margin: 0.5em 0;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
position: relative;
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #092b96;
    cursor :pointer;
    transition: .5s;
}
.hidden_box label:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '\f023';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
opacity:.8;
color:#5371cd;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
     content: '\f13e';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #668ad8;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*各カードに記事を読む*/
.blogcard:after,
.widget-entry-cards .widget-entry-card:after,.related-entry-card.e-card:after{
    font-family: "FontAwesome";
	content: "記事を読む \f14d";
    font-weight: bold;
    font-size: .8em;
    color: #f4f4f4;
	padding: .5em;
    border-radius: 4px;
	width: 45%;
    background-color: #11acbd;
    margin-left: auto;
	text-align: center;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 2px solid;
}
.blogcard:hover:after,
.widget-entry-cards .widget-entry-card:hover:after,.related-entry-card.e-card:hover:after{
	width: 80%;
	color: #11acbd;
	background-color: #f4f4f4;
    border: 2px solid #11acbd;
	content: "Read More \f135";
	transition: .3s;
}

/*カードhover時のエフェクト*/
.internal-blogcard:hover,.external-blogcard:hover,
.ect-vertical-card .entry-card-wrap:hover,
.widget-entry-cards .widget-entry-card:hover,
.related-entry-card .e-card:hover,
.pager-post-navi a.prev-post:hover,.pager-post-navi a:hover.next-post:hover,
.ect-vertical-card .entry-card-wrap:hover,
.widget-entry-cards .e-card:hover,
.logo img:hover {
opacity:.8;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
	transition: .5s;
}

/*hover時に画像浮き上がらせる*/
.blogcard-wrap:hover img.blogcard-thumb-image,
.widget-entry-cards .widget-entry-card:hover .card-thumb img,
.related-entry-card.e-card:hover .card-thumb img,
.entry-card-wrap.a-wrap:hover .card-thumb img{
	transform: scale(1.1);
	transition: .3s;
}
.ect-vertical-card .entry-card-wrap:hover .entry-card-thumb img{
	transform: scale(1.05);
	transition: .3s;
}

/******* rinker *******/

/**** タイトル関連をリンク色に合わせる ****/
span.widget-entry-card-title.card-title {
    color: #1967d2;
}
.widget_categories ul li a {
    border-bottom: dotted 1px black;
    padding: 5px 0;
    color: #1967d2;
}
.widget_categories ul>li>ul>li>ul>li a:before {
    font-family: FontAwesome;
    content: "\f15c";
    margin-right: .5em;
    color: #454545;
}

h3.related-entry-card-title.card-title.e-card-title {
    color: #1967d2;
}
h2.entry-card-title.card-title.e-card-title {
    color: #1967d2;
}
.menu-drawer a {
    color: #1e69bf;
    text-decoration: none;
    padding: 6px;
    display: block;
    border-bottom: dotted 1px black;
}

/****   吹き出し   ****/
/*
.sbp-l .speech-balloon {
    background-color: #d8eafd;
}
.sbp-l .speech-balloon::after {
	border-right: 12px solid #d8eafd;
}
.sbp-r .speech-balloon {
    background-color: #fde8cd;
}
.sbp-r .speech-balloon::after {
    border-left: 12px solid #fde7cc;
}
*/

/**** Cocoon物販リンク ****/

.product-item-buttons>*>a {
    box-shadow: 0 3px 5px rgba(0,0,0,.33);
    border-radius: 4px;
}

.shoplinkyahoo a {
    background: #ea3939;
}
@media screen and (min-width: 768px){
.shoplinkyahoo a {
	font-size: .7em;
}
}
@media screen and (max-width: 480px){
.product-item-buttons>* {
	width: 32%;
}
.product-item-buttons>*>a {
    position: relative;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding-top: 30px;
}
.product-item-buttons>*>a:before {
    font-size: 60px;
    position: absolute;
    opacity: .2;
}
.shoplinkamazon a:before {
    content: "\f270";
    font-family: "fontawesome";
        left: 10%;
}
.shoplinkrakuten a:before {
    content: "\f25d";
    font-family: "fontawesome";
    left: 11px;
}
.shoplinkyahoo a:before {
    content: "\f07a";
    font-family: "fontawesome";
    left: 10%;
}
.product-item-thumb {
    width: 100%;
}
}
/*  ショップリンクを立体化 */
.shoplinkamazon a {
    border-bottom: solid 2px #e68f02;
}
.shoplinkrakuten a {
    border-bottom: solid 2px #a00202;
}
.shoplinkyahoo a {
    border-bottom: solid 2px #d42d2d;
}
/* マイクロコピーを差し込む */
.product-item-box::before {
    content: "各ショップの販売ページで商品情報を確認できます";
    position: absolute;
    bottom: 0;
    left: 1em;
    font-size: .8em;
    color: gray;
}
@media screen and (max-width: 480px){
.product-item-box::before {
	content:"各ショップの詳細ページを確認";
	font-size: .7em;
}
}


/*赤字をややオレンジ気味に変える*/
.red,.bold-red {
    color: #f34c08;
}
.blue {
    color: #1ca9d0;
}
.green {
    color: #56ca1f;
}

/**** 目次ウィジェット ****/
.nwa .toc {
    border: 2px #c0edcf solid;
    padding: 1em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

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