@charset "UTF-8";

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

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


/************************************
** パンくずリストを編集
************************************/

/* 「ホーム」を消す */
#breadcrumb.breadcrumb .breadcrumb-home a span{
	font-size: 0px;
}
/* 「HOME」を挿入 */
#breadcrumb.breadcrumb .breadcrumb-home a span::before{
	font-size: 13px;
	content: "ヤニクラとは？(原因と治し方)";
}


/************************************
** サイトロゴ
************************************/
.logo-image {
    padding: 0px;
}


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

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

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

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





/************************************
** 動くボタン
************************************/

/* btnAnime01 ふわふわ動くボタン */
/*
<div class="btnAnime01">
<a href="#"><img src="../wp-content/uploads/btn_af005.png" alt="公式サイトはこちら" /></a>
</div>
*/

.btnAnime01 {
	-webkit-animation-name:btnAnime02;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:btnAnime02;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes btnAnime02 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -8px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes btnAnime02 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -8px);}
	100% {-moz-transform:translate(0, 0);}
}

/* btnAnime02 プルプル震えるボタン */
/*
<div class="btnAnime02">
<a href="#"><img src="../wp-content/uploads/btn_af003.png" alt="公式サイトはこちら" /></a>
</div>
*/

.btnAnime02{
	animation-name: btnAnime02;
	animation-duration: 0.1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

@-webkit-keyframes btnAnime02 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(-5px, 0px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes btnAnime02 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(-5px, 0px);}
	100% {-moz-transform:translate(0, 0);}
}
.btnAnime02:hover {
	animation: none;
}

/* btnAnime03 文字が飛び出る＆ぷるぷると動くボタン */
/*
<div class="btnAnime03" id="confirm">
	<a href="#"><img src="../wp-content/uploads/btn_anime01_start.png" alt="公式サイトはこちら" class="btnAnime03-start"></a>
</div>
*/

/* btnAnime03 */

.btnAnime03 {
	background: rgba(0, 0, 0, 0) url("../wp-content/uploads/btn_anime01.png") no-repeat scroll left top / 100% auto;
	margin: 0 auto;
	width: 100%;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-name: button;
	animation-timing-function: ease;
	transform: scale(1);
	transform-origin: center bottom 0;
}
.btnAnime03-start {
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
	animation-name: start;
	animation-timing-function: ease;
	display: block;
	height: auto;
	left: 0;
	top: 0;
	width: 100%;
}

@keyframes start {
	0%, 100%, 20%, 8% {opacity: 1;transform: scale(1);}
	12% {opacity: 1;transform: scale(1.2);}
	16% {opacity: 1;transform: scale(0.9);}
}

@keyframes button {
	28%, 48% {transform: skew(0deg);}
	32% {transform: skew(10deg);}
	36% {transform: skew(-10deg);}
	40% {transform: skew(5deg);}
	44% {transform: skew(-5deg);}
}

/* btnAnime04 左右に矢印が動く＆ぷるぷると動くボタン */
/*
<a class="btnAnime04" href="#"><img class="btnAnime04-arrow" src="../wp-content/uploads/btn_arrow1.png" alt="" /><img class="btnAnime04-animate" src="../wp-content/uploads/btn_plnpln5.png" alt="公式サイトはこちら" /></a>*/

/* btnAnime04 */

@-moz-keyframes plnpln1 {
	0% { -moz-transform: skewX(9deg); }
	10% { -moz-transform: skewX(-8deg); }
	20% { -moz-transform: skewX(7deg); }
	30% { -moz-transform: skewX(-6deg); }
	40% { -moz-transform: skewX(5deg); }
	50% { -moz-transform: skewX(-4deg); }
	60% { -moz-transform: skewX(3deg); }
	70% { -moz-transform: skewX(-2deg); }
	80% { -moz-transform: skewX(1deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes plnpln1 {
	0% { -o-transform: skewX(9deg); }
	10% { -o-transform: skewX(-8deg); }
	20% { -o-transform: skewX(7deg); }
	30% { -o-transform: skewX(-6deg); }
	40% { -o-transform: skewX(5deg); }
	50% { -o-transform: skewX(-4deg); }
	60% { -o-transform: skewX(3deg); }
	70% { -o-transform: skewX(-2deg); }
	80% { -o-transform: skewX(1deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@-webkit-keyframes plnpln1 {
	0% { -webkit-transform: skewX(9deg); }
	10% { -webkit-transform: skewX(-8deg); }
	20% { -webkit-transform: skewX(7deg); }
	30% { -webkit-transform: skewX(-6deg); }
	40% { -webkit-transform: skewX(5deg); }
	50% { -webkit-transform: skewX(-4deg); }
	60% { -webkit-transform: skewX(3deg); }
	70% { -webkit-transform: skewX(-2deg); }
	80% { -webkit-transform: skewX(1deg); }
	90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes arrow1 {
	0% { -moz-transform: translateX(0px); }
	45% { -moz-transform: translateX(20px); }
	50% { -moz-transform: translateX(25px); }
	55% { -moz-transform: translateX(20px); }
	95% { -moz-transform: translateX(0px); }
	100% { -moz-transform: translateX(0px); }
}

@-o-keyframes arrow1 {
	0% { -o-transform: translateX(0px); }
	45% { -o-transform: translateX(20px); }
	50% { -o-transform: translateX(25px); }
	55% { -o-transform: translateX(20px); }
	95% { -o-transform: translateX(0px); }
	100% { -o-transform: translateX(0px); }
}

@-webkit-keyframes arrow1 {
	0% { -webkit-transform: translateX(0px); }
	45% { -webkit-transform: translateX(20px); }
	50% { -webkit-transform: translateX(25px); }
	55% { -webkit-transform: translateX(20px); }
	95% { -webkit-transform: translateX(0px); }
	100% { -webkit-transform: translateX(0px); }
}
.btnAnime04 {
	position: relative;
	display:block;
	width:100%;
	max-width:600px;
	padding:10px;
	padding-left:10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
}
.btnAnime04-animate{
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;

	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	margin-left:auto;
	margin-right:auto;
	z-index: 8;
	
	-webkit-animation-name: plnpln1;
	-moz-animation-name: plnpln1;
	-o-animation-name: plnpln1;
	animation-name: plnpln1;
	width:100%;
}
.btnAnime04-arrow {
	position: absolute;
	top:25%;
	left:-5px;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;

	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	-webkit-animation-name: arrow1;
	-moz-animation-name: arrow1;
	-o-animation-name: arrow1;
	animation-name: arrow1;
	z-index: 9;
	width:20%;
	max-width:100px;
}
.btnAnime04:hover img{
	opacity:1;
}

/*web font*/
.wf-mplus1p { font-family: "Mplus 1p";font-weight: 900; }

/* gurabtn3 */
.gurabtn3{
    display: block;
    width: 70%;
    margin: 20px auto;
    padding: 20px 10px;
    border-radius: 10px;
    border-bottom: 8px solid #2D79B5;
    color: #ffffff;
    font-size:32px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
  background: linear-gradient(45deg, #29A7E1, #29A7E1, #29A7E1, #29A7E1, #29A7E1, #29A7E1, LightCyan, #29A7E1, #29A7E1, #29A7E1, #29A7E1, #29A7E1, #29A7E1);
  background-color:#f00;
  background-size: 500% 500%;
  animation: guraBtn3 2s ease infinite;
}
@keyframes guraBtn3 { 
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
}
@media only screen and (max-width: 480px) {
.gurabtn3{
    width: 90%;
    font-size:24px;
    }
}

/*web font*/
.wf-mplus1p {
	font-family: "Mplus 1p";
	font-weight: 900;	
}
.wf-mplus1p:hover {
	color: #ffffff;
}

/* yurabutton3 */
.yurabutton3 {
    display: block;
    width: 70%;
    margin: 20px auto;
    border-bottom: 8px solid #900;
    border-radius: 10px;

    background: #f85032;
    background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );

    color: #ffffff;
    padding: 20px 5px;
    font-size:32px;
    text-align: center;
    text-decoration: none;

    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: yurabutton3;
    animation-timing-function: ease;
    transform: scale(1);
    transform-origin: center bottom 0;
}
@keyframes yurabutton3 {
  0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  88% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  90%  { transform: scale(1.0, 1.05) translate(0%, -3%); }
  92%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  94%  { transform: scale(1.0, 1.05) translate(0%, -3%); }
  96%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  98%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@media only screen and (max-width: 480px) {
.yurabutton3{
    width: 90%;
    font-size:24px;
    }
}
.yurearrow1{
    color:yellow;
    display: inline-block;
    padding-right:10px;
    position: relative;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: yurearrow1;
    animation-timing-function: ease;
    transform: scale(1);
    transform-origin: center bottom 0;
}
@keyframes yurearrow1{
        0% { left: 0px;}
        25% { left: 5px; }
        50% { left: 0px; }
        75% { left: 5px; }
        100% { left: 0px;}
}


/************************************
** 吹き出し
************************************/

div.speech-balloon p {
	margin: 13px;
	margin-block-start: 1.2em;
	margin-block-end: 1.2em;
	margin-inline-start: 10px;
	margin-inline-end: 0px;
}

.sb-id-3 .speech-balloon{
	background:#85e249;/*コメント部分の「背景色」*/
	border-color:#85e249;/*コメント部分の「枠の色」*/
}
.sb-id-3 .speech-balloon::before,.sb-id-3 .speech-balloon::after{
	background:none;
	border-right-color:#85e249;/*コメントの「三角形の部分の色」*/
}

.sbs-flat .speech-balloon{
	background-color: #ffccee;
	border-color: #ffccee;
}

.sbs-flat .speech-balloon::before,
.sbs-flat .speech-balloon::after{
	border-right-color: #ffccee;
	border-left-color: #ffccee;
}

/* 解説１（左・ピンク） */
.sb-id-11 .speech-balloon{
	background-color: #ffccee;
	border-color: #ffccee;
}
.sb-id-11 .speech-balloon::before,
.sb-id-11 .speech-balloon::after{
	border-right-color: #ffccee;
	border-left-color: #ffccee;
}

/* 解説１（右・ピンク） */
.sb-id-12 .speech-balloon{
	background-color: #ffccee;
	border-color: #ffccee;
}
.sb-id-12 .speech-balloon::before,
.sb-id-12 .speech-balloon::after{
	border-right-color: #ffccee;
	border-left-color: #ffccee;
}

/* 解説１（右・黄色） */
.sb-id-13 .speech-balloon{
	background-color: #fffacd;
	border-color: #fffacd;
}
.sb-id-13 .speech-balloon::before,
.sb-id-13 .speech-balloon::after{
	border-right-color: #fffacd;
	border-left-color: #fffacd;
}

/* 解説１（左・黄色） */
.sb-id-14 .speech-balloon{
	background-color: #fffacd;
	border-color: #fffacd;
}
.sb-id-14 .speech-balloon::before,
.sb-id-14 .speech-balloon::after{
	border-right-color: #fffacd;
	border-left-color: #fffacd;
}

/* 口コミ（良い/女性）［ピンク色］ */
.sb-id-15 .speech-balloon{
	background-color: #ffe4e1;
	border-color: #ffe4e1;
}
.sb-id-15 .speech-balloon::before,
.sb-id-15 .speech-balloon::after{
	border-right-color: #ffe4e1;
	border-left-color: #ffe4e1;
}

/* 口コミ（悪い/女性）［青色］ */
.sb-id-16 .speech-balloon{
	background-color: #f4fbff;
	border-color: #f4fbff;
}
.sb-id-16 .speech-balloon::before,
.sb-id-16 .speech-balloon::after{
	border-right-color: #f4fbff;
	border-left-color: #f4fbff;
}

/* 口コミ（良い/男性）［黄色］ */
.sb-id-17 .speech-balloon{
	background-color: #fffacd;
	border-color: #fffacd;
}
.sb-id-17 .speech-balloon::before,
.sb-id-17 .speech-balloon::after{
	border-right-color: #fffacd;
	border-left-color: #fffacd;
}

/* 口コミ（悪い/男性）［青色］ */
.sb-id-18 .speech-balloon{
	background-color: #f4fbff;
	border-color: #f4fbff;
}
.sb-id-18 .speech-balloon::before,
.sb-id-18 .speech-balloon::after{
	border-right-color: #f4fbff;
	border-left-color: #f4fbff;
}

/* 会話（良い/女性）［青色］ */
.sb-id-19 .speech-balloon{
	background-color: #f4fbff;
	border-color: #f4fbff;
}
.sb-id-19 .speech-balloon::before,
.sb-id-19 .speech-balloon::after{
	border-right-color: #f4fbff;
	border-left-color: #f4fbff;
}

/* 会話（悪い/女性）［青色］ */
.sb-id-20 .speech-balloon{
	background-color: #f4fbff;
	border-color: #f4fbff;
}
.sb-id-20 .speech-balloon::before,
.sb-id-20 .speech-balloon::after{
	border-right-color: #f4fbff;
	border-left-color: #f4fbff;
}


/************************************
** 表：テーブル
************************************/

table td{
	background: #ffffff;
}

/*
table {
	border-collapse: collapse;
	border: solid 1px #000000;
}
table th, table td {
	border: 1px solid #000000!important;
}

/* font-weight: bold; */
table th{
	background: #F3F4F5;
	padding: 7px;
	color: #000000;
}
table tr td{
	background: #ffffff;
	vertical-align: middle;
	padding: 5px;
}
*/

/************************************
** 静止ボタン
************************************/

/* 赤色ボタン */
a.btn.btn-red.btn-l {
	margin: 2.5em 0.5em 0.5em 0.5em;
}
/* margin: 0.5em; */


/************************************
** 見出し
************************************/

/* H3 */
/*
.post h3:not(.st-css-no2):not(.rankh3):not(#reply-title),
.h3modoki,
.st-step-title {
	font-size: 22px;
	line-height: 32px;
}

.h3modoki {
	border-bottom: solid 3px #5dafe2!important;
	position: relative;
	background: none!important;
	border-top: none!important;
	font-weight: 700;
	padding-left: 20px;
	padding-bottom: 4px;
}

.h3modoki:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #fff100;
	bottom: -3px;
	width: 20%;
	left: 0;
}
*/


/************************************
** ボックス
************************************/

redbox
{
	font-size: 18px;
	line-height: 30px;
}
.redbox {
	padding: 20px;
	background-color: #ffebee;
}
.redbox:not(.noborder) {
	border: solid 1px #ef5350;
}

.redbox p {
	margin-top: 0px;
}


/************************************
** マーカー
************************************/

/* 太文字にする */
.marker,
.marker-red,
.marker-blue,
.marker-under,
.marker-under-red,
.marker-under-blue {
    font-weight: bold;
}



/************************************
** デザインのシンプル化
************************************/

/* 囲い枠の線太 */
.blank-box, .is-style-blank-box-red, .is-style-blank-box-navy, .is-style-blank-box-blue, .is-style-blank-box-yellow, .is-style-blank-box-green, .is-style-blank-box-pink, .is-style-blank-box-orange, .is-style-sticky-gray, .is-style-sticky-yellow, .is-style-sticky-red, .is-style-sticky-blue, .is-style-sticky-green {
    border: 1px solid #949495;
}

/* 引用 */
blockquote {
    background-color: #fff;
    border-top: solid 3px #f9f7f8;
}

/* 見出し:h3 */
/*
.article h3 {
    border-bottom: solid 3px #ecb7c5;
}
.article h3:after {
    width: 20%;
}
*/

/* もくじの謎の空白 */
.toc-checkbox:checked~.toc-content {
    padding-top: 0em;
}

/************************************
** フッター
************************************/
.footer {
    margin-top: 0px;
}
.footer-bottom {
    margin-top: 0px;
}

/************************************
** bfb ×ボタン除去
************************************/
[id^="bfb_content_"] .bfb_closed img {
    display: none;
}

/************************************
** ボックスの文言
************************************/

/* 目次 */
.bb-mokuji .bb-label::after {
    content: "気になるところから読む";
}

.bb-label {
	margin-left: 2px;
}