@charset "UTF-8";

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

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

/************************************
** フッターのなにか（覚えてない）
************************************/
#navi-footer li {
  border: none;
}
.footer-bottom-logo .logo-image {
	max-width: 300px;
}
.footer-bottom-logo img {
	height: auto;
}
.tbl{
	border-collapse: collapse;
	border: 1px none;
	background-color: white;	

}
/************************************
** アイキャッチのカテゴリ表示がピンタレストと被るから移動
************************************/
.eye-catch .cat-label {left: 90%;}

/************************************
** グローバルナビ（メニュ）部分
************************************/
/* ナビメニュー 文字*/
nav#navi,.menu-header .sub-menu .item-label{
	font-size: 15px;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	font-weight: 500;
}
.menu-header .menu-item:hover{
	 border-bottom:2px solid #FFFFFF !important;/*線の太さ色*/
	    transition: all .3s;/*線が出てくる時間*/
}
.sub-menu .menu-item:hover{
	 border-bottom:2px solid #FFFFFF !important;/*線の太さ色*/
	    transition: all .3s;/*線が出てくる時間*/
}

/************************************
** 記事内のリンク色変える
************************************/
a:hover{
  color : #4682b4;
}
article .tag-link:hover {
	background: #98d3b7;
	opacity: 0.7;
	color: #fff;
}

/************************************
** 文字装飾
************************************/
.red{color:#ef5350 !important;}
.marker {background-color: #FFF9C4 !important;}
.marker-under {background: linear-gradient(transparent 60%, #FFF9C4 60%) !important;}
/************************************
** h6の装飾（サイドバーと同じ）
************************************/
.article h2 {
	border-radius: 0.5em;
    font-family: 'Skia','Trebuchet MS',sans-serif;
	font-weight:500;
}
.article h3 {
  background: #E8F5E9;
  padding: 0.8em;
  border-radius: 0.5em;
	border: solid 2px #98d3b7 !important;
    font-family: 'Skia','Trebuchet MS',sans-serif;
	font-weight:500;
}
.article h4 {
    font-family: 'Skia','Trebuchet MS',sans-serif;
	font-weight:500;
}
.article h5 {
    font-family: 'Skia','Trebuchet MS',sans-serif;
	font-weight:500;
}
.article h6 {
	font-size: 18px;
 	position: relative;
	background: none; 
	color:#000000;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	border: none;
}
.article h6:before {
  font-family:"Font Awesome 5 Free";
   content: "\f521"; /*アイコン*/
   color: #d4d498; /* 色 */
	position: relative;
   left:0;
}
.article h6:after { /*グラデーションのラインを引く*/
    content:"";
    display:block;
    height:3px;
    width:100%;
    background: -webkit-linear-gradient(left, #98d3b7 0%,#a1c4fd 100%);
    background: linear-gradient(to right, #98d3b7 0%,#a1c4fd 100%);
}

/************************************
** ボタンの装飾
************************************/
.btn{
	box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);
	border-radius: 30px;
	padding: .7em 2em;
	font-size: 14px;
	border: none;
	font-weight:500;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	margin: 2px 0;
}
.btn-m{ 
padding: 20px 60px;
font-size: 18px;
}
.btn-l{ padding: 20px 30px;font-size: 20px;}
.btn-wrap>a{ 
	font-weight:500;
	font-size: 14px;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	border: 0px solid transparent;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);
	color: #FFF !important;
	border-radius: 30px;
	padding: .7em 2em;
	display: inline-block;
	text-decoration: none !important;
	margin: 2px 0;	
	overflow: hidden;
}

.btn-wrap>a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
	animation: shiny-btn 3s ease-in-out infinite !important;
}


.btn-wrap-m>a{ 
padding: 20px 60px;
font-size: 18px;
}
.btn-wrap-l>a{ 
padding: 20px 30px;
font-size: 20px;
}

 /*ホバー時に浮く*/
.btn:hover{
transform: translateY(-4px);
-webkit-transform: translateY(-4px);
}
.btn-wrap>a:hover{
transform: translateY(-4px);
-webkit-transform: translateY(-4px);
}
/*グラデーション*/
/*background: linear-gradient(to top right,#ef9a9a 50%,#ffcdd2);*/

/*ボタンの色を薄めに*/
.btn-red{background-color: #ef9a9a;}
.btn-pink{background-color: #F48FB1;}
.btn-purple{background-color: #CE93D8;}
.btn-deep{background-color: #B39DDB;}
.btn-indigo{background-color: #9FA8DA;}
.btn-blue{background-color: #90CAF9;}
.btn-light-blue {background-color: #81D4FA;}
.btn-cyan{background-color: #80DEEA;}
.btn-teal{background-color: #80CBC4;}
.btn-green{background-color: #A5D6A7;}
.btn-light-green{background-color: #C5E1A5;}
.btn-lime{ background-color: #E6EE9C;}
.btn-yellow{ background-color: #FFF59D;}
.btn-amber{background-color: #FFE082;}
.btn-orange{background-color: #FFCC80;}
.btn-deep-orange{background-color: #FFAB91;}
.btn-brown{background-color: #BCAAA4;}
.btn-grey{background-color: #B0BEC5;}

/*囲みボタン*/
.btn-wrap.btn-wrap-red>a{background-color: #ef9a9a;}
.btn-wrap.btn-wrap-pink>a{background-color: #F48FB1;}
.btn-wrap.btn-wrap-purple>a{background-color: #CE93D8;}
.btn-wrap.btn-wrap-deep>a{background-color: #B39DDB;}
.btn-wrap.btn-wrap-indigo>a{background-color: #9FA8DA;}
.btn-wrap.btn-wrap-blue>a{background-color: #90CAF9;}
.btn-wrap.btn-wrap-light-blue >a{background-color: #81D4FA;}
.btn-wrap.btn-wrap-cyan>a{background-color: #80DEEA;}
.btn-wrap.btn-wrap-teal>a{background-color: #80CBC4;}
.btn-wrap.btn-wrap-green>a{background-color: #A5D6A7;}
.btn-wrap.btn-wrap-light-green>a{background-color: #C5E1A5;}
.btn-wrap.btn-wrap-lime>a{ background-color: #E6EE9C;}
.btn-wrap.btn-wrap-yellow>a{ background-color: #FFF59D;}
.btn-wrap.btn-wrap-amber>a{background-color: #FFE082;}
.btn-wrap.btn-wrap-orange>a{background-color: #FFCC80;}
.btn-wrap.btn-wrap-deep-orange>a{background-color: #FFAB91;}
.btn-wrap.btn-wrap-brown>a{background-color: #BCAAA4;}
.btn-wrap.btn-wrap-grey>a{background-color: #B0BEC5;}

/************************************
** タブボックス関連
************************************/
.blank-box {border: 2px solid;}
.blank-box.bb-tab .bb-label{
    border-radius: 30px;
    padding: 5px 10px;
    left: -1em;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	font-weight:600;
}
.blank-box {border-color: #d2d2d2;}
.blank-box.bb-yellow {border-color: #FFE57F;}
.blank-box.bb-red {border-color: #ff8a80;}
.blank-box.bb-blue {border-color: #80D8FF;}
.blank-box.bb-green {border-color: #B9F6CA;}
.blank-box.bb-tab.bb-red .bb-label { background-color: #e57373;}
.blank-box.bb-tab.bb-blue .bb-label { background-color: #4FC3F7;}
.blank-box.bb-tab.bb-green .bb-label { background-color: #81C784;}
.blank-box.bb-tab.bb-yellow .bb-label { background-color: #FFD54F;}
.blank-box.bb-tab .bb-label { background-color: #90A4AE;}


/************************************
** トグルボタン（開閉ボックス）装飾
************************************/
/*全体枠*/
/*.toggle-wrap {border: 1px solid #98d3b7 !important;}*/
/*見出し*/
.toggle-button {
	background-color: #98d3b7;
	color: #FFFFFF;
	border: 1px solid #98d3b7 !important;
	border-radius: 0px
}
.toggle-button:hover {color: #444444;}
/*内容*/
.toggle-wrap .toggle-content{font-size:12px;}
/************************************
** 引用ボックス
************************************/
blockquote{font-size:14px;}

/************************************
** 記事一覧のマテリアル化（カードが浮かび上がる）
************************************/
.home main, .archive main{
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
}
.entry-card-wrap{
    background-color: white;
    border-radius: 4px;
    margin-bottom: 1em!important;
}
.entry-card-wrap:hover{
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    background-color: white; 
    transition: all .3s ease;
}
.widget-entry-cards .a-wrap{
    background-color: white;
    border-radius: 4px;
    margin-bottom: 1em!important;
}
.widget-entry-cards .a-wrap:hover{
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    background-color: white; 
    transition: all .3s ease;
}
a:hover img{ opacity: 0.8 }

.related-entry-card-wrap.a-wrap:hover{
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    background-color: white; 
    transition: all .3s ease;
}

.widget-entry-card {
    font-weight: bold;
	font-size:14px;
	border-bottom: 1px dashed #CCCCCC;
}

/************************************
** トップページのカ目次ロゴ（カテゴリ）の装飾
***********************************/
.list-title-in {
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#cae3fc 3px, #cae3fc 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#cae3fc 3px, #cae3fc 7px);
    padding: 5px 80px;
}
.list-title-in:before, .list-title-in:after {
	display: none;/*文字の横の線を消す*/
}

/************************************
** SANGO風の目次デザイン
***********************************/

/* 目次全体デザイン */
.toc{
    background:#F9F9F9; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:5px solid;
    border-top-color:#FFC679;
    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: 20px;
    font-weight: 700;
    color: #a5c9fc; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: "Font Awesome 5 Free";
    content : "\f03a"; /* アイコンを変える場合はここを変更 */
    font-size:18px;
    margin-right:5px;
    color:#FFF; /* アイコンの色を変える場合はここを変更 */
    background-color:#a5c9fc; /* アイコンの背景色を変える場合はここを変更 */
    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: #a5c9fc; /* 色を変える場合はここを変更 */
    font-weight: bold;
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}
.toc-content .toc-list li {
    font-weight:700; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight:normal; /* h3以降の文字サイズを普通に */
}
/************************************
** 記事内のボックスアイコンをスマホでも横表示
************************************/
.information-box::before, .information::before {
    border-right: 2px solid #bde4fc;
}
.question-box::before, .question::before {
    border-right: 2px solid #ffe766;
}
.alert-box::before, .alert::before {
    border-right: 2px solid #f6b9b9;
}
.memo-box::before {
    border-right: 2px solid #8dd7c1;
}
.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 {
    font-size: 30px;
}
/************************************
**Add quick Tag関連
***********************************/


/******** VODボックス********/
.vod-box{
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.2);
	border-radius: 10px;
	border: 1px solid #EEEEEE;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	background-color:#E3F2FD;
	padding: 22px 25px;
	display:block;
	
}
.vod-box:before {
    content: "PR";
    font-weight: 500;
    background: #a5c9fc;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,.29);
    padding: 10px 10px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    margin-top: -40px;
    margin-left: -30px;
    display: inline-block;
}
.vod-box_left{
	width: 35%;
	display: inline-block; 
}
.vod-description{
	width: 65%;
	display: inline-block; 
    vertical-align: top;
}
.vod-img{ }
.vod-title a{
	color:#008cee !important;
	text-decoration: none;
	font-size:18px;
	font-weight:600;
}
.vod-cast{font-size:14px; }
.vod-comment{font-size:12px; }
/******** FFRK記事で使う見出し********/
.ffrk_h {
  position: relative;
  background: #E8F5E9;
  padding: 2px 5px 2px 25px;
  font-size: 16px;
  color: #474747;
  border-radius: 0 10px 10px 0 !important;
  display: inline-block;
   margin-left: 15px;
    padding-left: 30px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-weight:600;
	margin-bottom: 0px !important;
}

.ffrk_h:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3a5";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #98d3b7;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
	border-radius: 50%;
}
/******** Q&Abox********/
.qa-box{
	max-width: 90%; /* 横幅 */
	border-radius: 4px;
    margin:0 auto;
}
.q-box{
	position: relative;
  background: #ffebee;
	padding: 20px 5px 20px 25px;
  color: #474747;
	border-radius: 10px 10px 0px 0px;
}
.q-box:before{
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}


.a-box{	
	position: relative;
  background: #E8EAF6;
	padding: 20px 5px 20px 25px;
  color: #474747;
	border-radius: 0px 0px 10px 10px;
}
.a-box:before{
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
  content: "A";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #3949AB;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}




/******** CuCoPPaパーツ（ガチャ予想）********/
.p-cu{
	position:relative;
	display: block;
	margin: 10px 10px 10px 10px !important;
	color: #192a56;
	font-size: 15px;
	font-weight: 500;
}
.p-cu:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("https://kotacalog.net/wp-content/uploads/2020/08/p_cu.jpg");
  background-size: contain;
  vertical-align: middle;
}
.p-co{
	position:relative;
	display: block;
	margin: 10px 10px 10px 10px !important;
	color: #192a56;
	font-size: 15px;
	font-weight: 500;
}

.p-co:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("https://kotacalog.net/wp-content/uploads/2020/08/p_co.jpg");
  background-size: contain;
  vertical-align: middle;
}

.p-pa{
	position:relative;
	display: block;
	margin: 10px 10px 10px 10px !important;
	color: #192a56;
	font-size: 15px;
	font-weight: 500;
}

.p-pa:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("https://kotacalog.net/wp-content/uploads/2020/08/p_pa.jpg");
  background-size: contain;
  vertical-align: middle;
}

.p-ans{
	position:relative;
	display: block;
    padding: 20px 30px 15px 45px;
	margin: 20px 20px 20px 5px !important;
	color: #192a56;
	font-size: 16px;
	font-weight: 500;
	background-color: #e2e2e2;
	border-radius: 10px;

}
.p-ans:before{
   font-family:"Font Awesome 5 Free";
	content:"\f0eb";
	color: #00cec9;
	font-size: 28px;
	position: absolute;	
    top: 5px;
    left: 10px;
}
.p-ans:after{
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: -20px;
	width: 6px;
	height: 6px;
}


/********カスタム見出し********/

h3.cg {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

h3.cg:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
/********ガチャ予想のリボン********/

.ribbon3{
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  margin: 25px;
  font-weight: bolder;
}

.ribbon3:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #a5cff3;
  border-left-color: transparent;
}

.ribbon3:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #a5cff3;
  border-right-color: transparent;
}

.ribbon3 p{
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  color: #008eff;
  text-shadow: 0 0 2px #FFF;
  background: -webkit-repeating-linear-gradient(-45deg, #b0daff, #b0daff 3px,#cfe8ff 3px, #cfe8ff 7px);
  background: repeating-linear-gradient(-45deg, #b0daff, #b0daff 3px,#cfe8ff 3px, #cfe8ff 7px);
}

.ribbon3 p:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #7fafd9;
}
.ribbon3 p:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #7fafd9;
}
/********関連記事用のリストボックス********/
.box27 {
    position: relative;
	padding: .5em 1em !important;
    margin: 0 0 0 auto;
    border: solid 2px #62c1ce;
	font-size: 13px;
	width:85%;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: -10px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background: #62c1ce;
    color: #ffffff;
	border-radius: 30px;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.list-li{
   list-style: none;
   padding:0;
   margin:0;
}
.list-li li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 25px;
}
.list-li li:before {
  	font-family: "Font Awesome 5 Free";
  	content: "\f0da";
  	position: absolute;
  	left : 0.5em;
  	color: #98d3b7;
	font-weight: bold;
}
/********関連記事用のリストボックス********/
.box28{
    position: relative;
	padding: .5em 1em !important;
	margin: auto auto auto auto;
    border: solid 2px #80D8FF;
	font-size: 13px;
	width:90%;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: -10px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background: #80D8FF;
    color: #ffffff;
	border-radius: 30px;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
/********タイトル付きボックスタグ（リスト）********/

.box30 {
	max-width: 600px; /* 横幅 */
	border-radius: 4px;
    padding: 2em 1em 2em 2em;
    margin:0 auto;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #a6d3c8;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}



/********ボックスタグ（リスト）********/
.list-3{
   list-style: none;
   padding:0;
   margin:0;
}
.list-3 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 25px;
}
.list-3 li:before {
  font-family:"Font Awesome 5 Free";
   content: "\f14a"; /*アイコン*/
   color: #a5c9fc; /* 色 */
	position: absolute;
   left:0;
}

.list-6{
   counter-reset:number;
   list-style-type: none;
   padding:0;
   margin:0;
}
.list-6 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}
.list-6 li:last-child { 
   border:none;
}
.list-6 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #a5c9fc; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}
.list-box-1{
	background: #fef9ed; /* 背景色 */
   border-radius: 4px;
   max-width: 600px; /* 横幅 */
   padding: 2em;
   margin:0 auto;
}

/********ボックスタグ（マステボックス）********/
.mstbox{
	background-color: #fff;	/* 背景色 */
	border: 1px solid  #a5c9fc; /* 線の太さ・種類・色 */
	box-shadow:1px 1px 6px 0px  #a5c9fc;
	-moz-box-shadow:1px 1px 6px 0px  #a5c9fc;
	-webkit-box-shadow:1px 1px 6px 0px  #a5c9fc;
	-o-box-shadow:1px 1px 6px 0px  #a5c9fc;
	margin: 20px 5px; /* 外側の余白 上下・左右 */
	padding: 30px 20px 20px 20px; /* 内側の余白 上・右・下・左 */
	position: relative;
	z-index: 0;
}


.mstbox:after{
	background-color: #a5c9fc; /* マステ部分の色1 */
	background-image: linear-gradient(45deg, #97b9fc 25%, transparent 25%, transparent 75%, #97b9fc 75%, #97b9fc), linear-gradient(45deg, #97b9fc 25%, transparent 25%, transparent 75%, #97b9fc 75%, #97b9fc); /* マステ部分の色2 */
	background-position: 0 0, 12px 12px;
	background-size: 24px 24px;
	border-left: 2px dotted rgba(255,255,255,0.9);
	border-right: 2px dotted rgba(255,255,255,0.9);
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
	content: 'こたかのガチャタイム';
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 20px;
	color: #fff;  /* マステ部分文字色 */
	text-align: center;
	position: absolute;
	top: -10px;
	left: 20px;
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}

/********下にアイコンある吹き出しのコード********/
.balloon0 {
    text-align: center;
}
/*あか*/
/* 吹き出し本体 - 左右の中心 */
.balloon1{
  position: relative;
  padding: 20px;
  background-color: #ffccd7;
  display: inline-block;
  margin:0 auto;
  border-radius: 10px;
	margin-bottom: -20px;
}
/* 三角アイコン - 左右の中心 */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #ffccd7;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/*あお*/
/* 吹き出し本体 - 左右の中心 */
.balloon2{
  position: relative;
  padding: 20px;
  background-color: #ccf2ff;
  display: inline-block;
  margin:0 auto;
  border-radius: 10px;
	margin-bottom: -20px;
}
/* 三角アイコン - 左右の中心 */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #ccf2ff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.faceicon {
    margin: auto;
    width: 200px;
    height: 200px;
	padding: 20px;
}
}
/************************************
** 比較表
************************************/
/************************************
** 比較表セパレート
************************************/
/* 全体左 */
.compare-box-separate .compare-left{
background:#FFFDE7 !important;
height:100%;
}
/* 全体右 */
.compare-box-separate .compare-right{
background:#FAFAFA !important;
height:100%;
}
/* タイトル左 */
.compare-box-separate .compare-left-head{background:#F8BBD0 !important;}
/* タイトル右 */
.compare-box-separate .compare-right-head{background:#BBDEFB !important;}
/* 箇条書き(記号) 行頭番号 左 */
.compare-box-separate .compare-left .list li:before {background:#F8BBD0 !important;}
/* 箇条書き(番号) 行頭番号 左 */
.compare-box-separate .list-number li:before {background:#F8BBD0 !important;}
/* 箇条書き(記号) 行頭番号 右 */
.compare-box-separate .compare-right .list li:before {background:#BBDEFB !important;}
/* 箇条書き(番号) 行頭番号 右 */
.compare-box-separate .compare-right .list-number li:before {background:#BBDEFB !important;}

/* 比較表全体 */
.compare-box {
  display:-webkit-box;/* 配置 */
  display:-ms-flexbox;/* 配置 */
  display:flex;/* 配置 */
  max-width:80%;/* 横幅 */
  margin: 0 auto 2rem;/* 余白 */
  border-radius:4px;/* 角丸 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
  background: #fef9ed; /* 背景色 */
}
/* 左のボックス、右のボックス */
.compare-box .compare-left-wrap, .compare-box .compare-right-wrap{
  width:50%;/* 横幅半分ずつ */
  overflow:hidden;/* はみ出さないように*/
}
/* 左のタイトル、右のタイトル */
.compare-box .compare-left-head, .compare-box .compare-right-head{
  background: #fdc44f; /* 背景色 */
  text-align: center;/* 中央寄せ */
  color: #FFF; /* 文字色 */
  font-weight: bold;/* 文字太さ */
  padding:0em 1em;/* 余白 */
  font-size:15px;/* 文字大きさ */
  line-height:1.5;/* 行間 */
  height:65px;/* 縦幅 */
  display:table-cell;/* 形式 */
  vertical-align:middle;/* 高さ中央寄せ */
  width:1000px;/* 横幅 */
}
/* 左のタイトル  角丸 */ 
.compare-box .compare-left-head{border-radius:4px 0 0 0;}
/* 右のタイトル 角丸 */ 
.compare-box .compare-right-head{border-radius:0 4px 0 0;}
/* 左のコンテンツ、右のコンテンツ */
.compare-box .compare-left, .compare-box .compare-right{
  padding:1.5em;/* 余白 */
  font-size:15px;/* 文字大きさ */
  line-height:2;/* 行間 */
  text-align: justify;/* 段落両端 */
  text-justify: inter-ideograph;/* 段落両端 */
}
/* 文章 */
.compare-box p {
  padding: 0;/* 余白 */
  margin: 0 0 20px 0;/* 余白 */
}

/************************************
** 比較表 箇条書き(記号)
************************************/
/* 箇条書き(記号) */
.compare-box .list{
   list-style: none !important;/* 行頭記号リセット */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き 行 */
.compare-box .list li { 
   border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類　色) */
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px;/* 横幅 */
   padding: 0 0 0.7em 1.4em !important;/* 余白 */
   line-height:1.8;/* 行間 */
}
/* 箇条書き 行最後 */
.compare-box .list li:last-child{border:none;}
/* 箇条書き 行頭記号 */
.compare-box .list li:before {
   background-color:  #ffa952; /* 色 */
   position: absolute;/* 配置 */
   content: '';/* 空文字 */
   top: 10px;/* 上からの距離 */
   left: 7px;/* 下からの距離 */
   width: 7px;/* 横幅 */
   height: 7px;/* 縦幅 */
   border-radius: 4px;/* 角丸 */
}

/*** 比較表　箇条書き(番号)******************/
/* 箇条書き(番号) */
.compare-box .list-number{
   counter-reset:number; /* 番号リセット */
   list-style: none !important;/* 行頭番号削除) */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き(番号) 行 */
.compare-box .list-number li {
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em !important;/* 余白 */
   line-height:1.8;/* 行間 */
  border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類　色) */
}
/* 箇条書き 行最後 */
.compare-box .list-number li:last-child{ border:none;}
/* 箇条書き(番号) 行頭番号 */
.compare-box .list-number li:before {
   counter-increment: number;/* 番号 */
   content: counter(number);/* 番号 */
   background-color: #fdc44f; /* 背景色 */
   color: #fff; /* 番号色 */
   position: absolute;/* 配置 */
   font-weight:bold;/* 文字太さ */
   font-size: 12px;/* 文字大きさ */
   border-radius: 50%;/* 角丸 */
   left: 0;/* 左からの距離 */
   top:5px;/* 上からの距離 */
   width: 18px;/* 横幅 */
   height: 18px;/* 縦幅 */
   line-height: 18px;/* 行間 */
   text-align:center;/* 中央寄せ */
}
/* 箇条書き 行頭記号リセット */
.compare-box .list-number li:after{ content:'';}



/************************************
** ウィジェットのサイズ（文字サイズ）
************************************/
/*必要ならばここにコードを書く*/
#sidebar {font-size: 14px;}
#archives-dropdown-3{font-size: 14px;}
/*サイトバーの見出しサイズ*/
#sidebar h3 {
	font-size: 18px;
 	position: relative;
	background: none; 
	color:#000000;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
}
#sidebar h3:before {
  font-family:"Font Awesome 5 Free";
   content: "\f521"; /*アイコン*/
   color: #d4d498; /* 色 */
	position: relative;
   left:0;
}
#sidebar h3:after { /*グラデーションのラインを引く*/
    content:"";
    display:block;
    height:3px;
    width:100%;
    background: -webkit-linear-gradient(left, #98d3b7 0%,#a1c4fd 100%);
    background: linear-gradient(to right, #98d3b7 0%,#a1c4fd 100%);
}
/*フッターの見出し*/
.footer-title:before {
  font-family:"Font Awesome 5 Free";
   content: "\f521";
   color: #fcfcca; 
	position: relative;
   left:0;
}

.footer-title{
color:white;
margin-bottom:1em;
font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
}
#footer h3:{
	font-size: 18px;
 	position: relative;
	background: none; 
	color:#000000;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
    padding: 12px;
    margin: 16px 0
}

#footer h3:after { /*フッターのライン*/
    content:"";
    display:block;
    height:3px;
    width:100%;
    background: -webkit-linear-gradient(left, #FFFFFF 0%,#a1c4fd 100%);
    background: linear-gradient(to right, #FFFFFF 0%,#a1c4fd 100%);
}

/*投稿記事の下部分のエリア*/
.under-entry-content h2 {
	font-size: 18px;
 	position: relative;
	background: none; 
	color:#000000;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
}
.under-entry-content h2:before {
  font-family:"Font Awesome 5 Free";
   content: "\f521"; /*アイコン*/
   color: #d4d498; /* 色 */
	position: relative;
   left:0;
}
.under-entry-content h2:after { 
    content:"";
    display:block;
    height:3px;
    width:100%;
    background: -webkit-linear-gradient(left, #98d3b7 0%,#a1c4fd 100%);
    background: linear-gradient(to right, #98d3b7 0%,#a1c4fd 100%);
}


/*サイトバーのカードタイトルのサイズ*/
.card-title-bold .card-title {font-size: 14px;}


/************************************
** サイドバーのタグ
************************************/
.widget_tag_cloud .tagcloud a:hover {
  background-color: #98d3b7;
  opacity: 0.7;
  color: #fff;
}
/*フッター*/
#footer .widget_tag_cloud .tagcloud a:hover{
  background-color: #fff;
  opacity: 0.7;
  color: #98d3b7;
}

#footer .widget_tag_cloud .tagcloud a {
  background-color: #98d3b7;
  opacity: 0.7;
  color: #fff;
	border-color:white;
}

/************************************
** CTAボックス（サイドバー）
************************************/
.sidebar .cta-box{
	background-color: #E8F5E9;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	color: #444444;

}
.sidebar .cta-button .btn-l{
	border-radius: 30px;
	border:none;
 	background: -webkit-linear-gradient(left, #98d3b7 0%,#a1c4fd 100%);
    background: linear-gradient(to right, #98d3b7 0%,#a1c4fd 100%);
	    font-size: 14px;
    font-weight: 500;
	overflow: hidden;
}
.sidebar .cta-button .btn-l:hover {
    text-decoration: none;
    color: #fff;
}
.sidebar .cta-button .btn-l::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
	animation: shiny-btn 2s ease-in-out infinite !important;
}

/************************************
** 「次のページ」ページネイション
************************************/
.pagination-next, .next, .prev, .pager-prev-next{ display: none; }
.pager-numbers a { text-decoration: none; }

.page-numbers{
    border: none !important;
    border-radius: 50%;
    font-family: sans-serif;
    font-size: 80%;
    color: #666 !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    transition: all .1s ease;
    background-color: #ffffff;
}

.pagination a.page-numbers:hover,.pager-numbers a:hover .page-numbers{
    background-color: #98d3b7; /* マウスオーバー時の背景色 */
    color: #fff !important;
}

.pagination .current, .pager-links .current{
	background-color: #E8F5E9 !important;
    color: #fff; 
}
/************************************
** もっとみるボタン
************************************/
.list-more-button { border: solid 1px #98d3b7;}

.list-more-button:hover {
 	background-color: #98d3b7; /* マウスオーバー時の背景色 */
 	transition: all 0.3s ease-in-out;
   	color: #fff;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    transition: all .3s ease;
}

/************************************
**　プロフィールボックスのリスト
************************************/
.list-1{
   list-style: none;
   padding:0;
   margin:0;
}
.list-1 li { 
   position: relative;
   margin:0 !important;
   padding-left: 25px;
}
.list-1 li:before {
  font-family:"Font Awesome 5 Free";
  content: "\f35a"; /* FontAwesomeのユニコード */
   color: #a5c9fc; /* 色 */
	position: absolute;
   left:0;
}
.list-box-9{
   padding: 2em;
   margin:0 auto;
	background-color:white;
}

/************************************
** ブログカード
************************************/
.blogcard{
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.2);
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	padding-bottom:20px;
}
.blogcard-wrap:hover{
	transform: translateY(-2px);
    transition: all .5s ease;
}
.internal-blogcard-date{
display:none;
}
.internal-blogcard:after{
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-family: 'Font Awesome 5 free';
	content: '続きを読む \f101';
	font-size: 90%;
	font-weight: bold;
	background-color: #a5c9fc;
	color: #FFF; 
	padding: 0.2em 2em;
	border-radius: 5px
}

/************************************
** AdSense広告フォント
************************************/
.ad-label {
font-size: 14px;
}
.gcse-searchbox-only｛
font-size: 14px;
｝

/************************************
** ブログのコメント欄を簡易化
************************************/
.comment-form-email,.comment-form-url,.comment-notes{ display:none; }

/************************************
** Cocoon用　ショップリンク　（楽天）
************************************/
.product-item-box{
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.2);
	border-radius: 10px;
	border: 1px solid #EEEEEE;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	background-color:#E3F2FD;
	overflow: hidden;
}
.product-item-box::before{
	 position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
	animation: shiny-btn 3s ease-in-out infinite !important;
}


.product-item-buttons a{
	padding: 6px 10px 6px 10px;
	font-weight:500;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.2);
	border-radius: 30px;
	overflow: hidden;
}
.product-item-title a{
	color:#008cee !important;
	text-decoration: none;
	font-weight:600;
}
.product-item-title a:hover{
	color:#008cee !important;
}
.product-item-thumb{
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.2);
}
.shoplinkamazon a {background: #FFD180;}
.shoplinkrakukobo a {background: #FF80AB;}
.shoplinkrakuten a {background: #FF80AB;}
.shoplinkyahoo a {background: #ff8a80;}

.shoplinkamazon  a:hover{
	color:white !important;
	transform: translateY(-2px);
    transition: all .3s ease;
}
.shoplinkrakuten a:hover{
	color:white !important;
	transform: translateY(-2px);
    transition: all .3s ease;
}
.shoplinkyahoo  a:hover{
	color:white !important;
	transform: translateY(-2px);
    transition: all .3s ease;
}

.shoplinkrakukobo a:hover{
	color:white !important;
	transform: translateY(-2px);
    transition: all .3s ease;
}


/************************************
** Rinker用　ショップリンク　（楽天）
************************************/
div.yyi-rinker-contents{
	margin: 1.5em 0;
    border: none !important;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.2);
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
    background-color: #E3F2FD !important;
    padding: 2px 2px;
    width: 95%;
}
div.yyi-rinker-contents div.yyi-rinker-info {
    padding-left: 20px;
}
div.yyi-rinker-contents a {
	color:#008cee !important;
	text-decoration: none;
	font-weight:600;
} 

div.yyi-rinker-contents ul.yyi-rinker-links li{
	background-color:none;
	border-radius: 30px !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a {
	color: #FFFFFF !important;
	font-weight: 500 !important;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.2);
	border-radius: 30px !important;
	overflow: hidden;

}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 a:hover { /* freelink1 */
	color:white !important;
	/*transform: translateY(-2px);*/
	transition: all .3s ease;
}


/*.rakutenlink {
    background: #e95295;
↓設定できてないんだけど*/
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
  background: #e95295;
	
}





/************************************
** カテゴリカスタマイズ
************************************/

/*親カテゴリのカスタマイズ--------------------------------*/
.widget_categories ul li a{ 
  border-bottom: 1px dashed #CCCCCC; /* 下線の種類 */

}

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

.widget_categories > ul > li > a:first-child{ 
  border-top: none;
}
.widget_categories ul li a:hover{
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
	opacity: 1
	background: none;
	color: #a5c9fc
}


/*子カテゴリのカスタマイズ--------------------------------*/
.widget_categories ul li ul li a::before{
  font-family:"Font Awesome 5 Free";
  content: "\f35a"; /* FontAwesomeのユニコード */
  font-weight: 900; 
  color: #a5c9fc; /* アイコンの色 */
  padding-right: 6px;
}
/*カテゴリの行間を狭くする--------------------------------*/
.widget_categories ul li a{
	line-height: 1.3;
	font-size: 13px;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
}

/*フッター（ドロップダウン）*/
#footer .postform{
	font-size:14px;
}


/************************************
** SNS
************************************/
.sns-share-buttons, .sns-follow-buttons {
	justify-content: center;
}
.sns-share-buttons {opacity: 0.9;}
.sns-follow-buttons {opacity: 0.7;}
#main a .button-caption {
	display: none;
}
#main .sns-buttons a {
	height: 28px;
	width: 28px;
	border-radius: 20%;
	opacity: 0.8;
	margin-right: 10px;
	
}
#main .sns-buttons a:hover{
	background-color:#eeeeee
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
	opacity: 0.3;
		
}
#main .sns-buttons a:last-child {
	margin-right: 0;
}
.article-footer .sns-share-buttons, .article-footer .sns-follow-buttons {
	justify-content: center;
}
	/*メッセージの装飾*/
.sns-share-message, .sns-follow-message {
	color: #69788a;
	background-color:#a5c9fc;
	font-size: 15px;
	font-weight:bold;
	position: relative;
 	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	padding: 0.25em 1em;
	border-radius: 30Px;
    margin: 15px auto 20px auto;
    display: block;
	width: 200px;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
}

.sns-follow-buttons a {
	font-size: 1.3em;
	justify-content: center;
}
.sns-share-message::before, .sns-follow-message::before {
	content: ' ';
}
.sns-share-message::after, .sns-follow-message::after {
	content: ' ';
}
.sns-share, .sns-follow {
	margin: 0;
}
.sns-share-buttons a .share-count,
.sns-follow-buttons a .follow-count {
    right: -10px;
    bottom: -10px;
    color: #aaa;
}


/************************************
** プロフィール（メイン）
************************************/
.author-name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.author-box .author-name a {
    text-decoration: none;
    color: #333;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
}

.author-box p {
    margin-top: 0.3em;
    line-height: 1.6;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
}
.author-box p a {
    text-decoration: none;
    color: #008cee;
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	font-size:13px;
}
.author-box p a:hover {
    text-decoration: underline;
    color: #008cee;
	opacity: 0.3;
}
#main .author-box::after { /*全体を囲むボックス上部の見出し設定*/
  content: "About Me";
  font-size: 14px;
  background: #98d3b7;
  color: #fff;
  padding: 6px 20px;
  position: absolute;
  top: 0;
  left: 0;
}


.author-box .sns-follow-buttons a.follow-button {
    font-size: 20px;
    width: 28px;
    height: 28px;
    border-radius: 20%;
    border: none;
    margin-bottom: 4px;
    margin-right: 8px;
    background: none;
    color: #fff;
}
#author_box-3.article-footer .sns-share-buttons, .article-footer .sns-follow-buttons {
	justify-content: start;}

.author-box a.follow-button span {
    line-height: 40px;
	position: relative;
    top: -5px;
}
#main .author-box a.follow-button span {
    line-height: 40px;
	position: relative;
    top: 0px;
}
#main .bc-brand-color.sns-follow .instagram-button {
    background-color: #e1306c;
}

.author_box a.follow-button span::before {
    font-size: 18px;
}

.author-box .icon-facebook-logo::before {
    font-family: FontAwesome;
    content: "\f09a";
}
.author-box .icon-instagram-new::before {
    font-family: FontAwesome;
    content: "\f16d";
}
.author-box .icon-hatebu-logo::before {
    font-family: Verdana;
    content: 'B!';
    font-weight: bold;
}
.author-box .icon-google-plus-logo::before {
    font-family: FontAwesome;
    content: "\f0d5";
}

.author-box .icon-github-logo::before {
    font-family: FontAwesome;
    content: "\f09b";
}
.author-box .website-button { background-color: #47555c !important; }
.author-box .twitter-button { background-color: #1da1f2 !important; }
.author-box .facebook-button { background-color: #3b5998 !important; }
.author-box .hatebu-button { background-color: #2c6ebd !important; }
.author-box .google-plus-button { background-color: #dd4b39 !important; }
.author-box .instagram-button { background: #e1306c !important; }
.author-box .youtube-button { background-color: #ef1515 !important; }
.author-box .flickr-button { background-color: #0063dc !important; }
.author-box .pinterest-button { background-color: #bd081c !important; }
.author-box .line-button { background-color: #00c300 !important; }
.author-box .amazon-button { background-color: #ff9900 !important; }
.author-box .rakuten-room-button { background-color: #c42e7f !important; }
.author-box .github-button { background-color: #333 !important; }
.author-box .feedly-button { background-color: #2bb24c !important; }
.author-box .rss-button { background-color: #f26522 !important; }
.author-box .soundcloud-button { background-color: #ff7700 !important; }
#main .author-box {
    border: none;
    border-radius: 3px;
    margin: 1em 0;
    line-height: 1.4;
    position: relative;
    padding: 1.4% 2% 1.8% 0;
    box-shadow: 0 5px 20px -5px rgba(105,115,131,.35);
}
#main .author-widget-name {
    display: inline-block;
    position: relative;
    margin: 10px 0 0 -170px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #eaedf2;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}
#main .author-widget-name::before {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: -30px;
    left: 60px;
    border: 15px solid transparent;
    border-top: solid 30px #eaedf2;
    transform: rotate(-40deg);
}
#main .author-thumb {
    float: left;
    margin: 0;
    padding-top: 35px;
    width: 200px;
    text-align: center;
}
#main .author-thumb img {
    width: 100px;
	   border: solid 5px #dfe2e8;
}

#main .author-content {
    margin: 5px 0 0 200px;
    padding-left: 30px;
    border-left: 2px #eaedf2 dashed;
}
#main .author-box .author-name {
    line-height: 1;
}
#main .author-box p {
    font-size: 14px;
}



/************************************
** プロフィール（フッター）
************************************/
.footer  .author-box {
    border: none;
    border-radius: 4px;
    margin: 1em 0;
    line-height: 1.4;
    position: relative;
    padding: 1.4% 2% 1.8%;
	box-shadow: 0 5px 20px -5px rgba(105,115,131,.35);
	background-color:white;
	color:black;
	font-size:13px;
}
#footer.author-box a{
		color:#000000;
}
.footer .author-thumb img {
    border: 3px solid #fff;
    width: 30%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15%;
}

#footer .author-name a{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
	color:#000000; !important;	
}
#footer .author-name a:hover{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
	color:#000000; !important;	
	background-color:#cae3fc;
}

#author_box-5 .author-box p a {
    text-decoration: none;
    color: #008cee;
}


/************************************
** プロフィール（サイドバー）
************************************/
.nwa .author-box {
    text-align: center;
    max-width: 100%;
}
.sidebar .author-box {
    border: none;
    border-radius: 4px;
    margin: 1em 0;
    line-height: 1.4;
    position: relative;
    padding: 1.4% 2% 1.8%;
	box-shadow: 0 5px 20px -5px rgba(105,115,131,.35);
}
.author-box .sns-follow-buttons a.follow-button {
    font-size: 18px;
    width: 28px;
    height: 28px;
    border-radius: 20%;
    border: none;
    margin-bottom: 4px;
    margin-right: 4px;
    background: none;
    color: #fff;
}

.nwa .author-box .author-thumb {
    float: none;
    width: 100%;
    margin: 9px auto 0;
    background: url(https://kotacalog.net/wp-content/uploads/2020/08/wp-1596886892274.jpg) center no-repeat;
    background-size: cover;
    height: 0;
    padding-top: calc(100%*392/700);
    position: relative;
}
.sidebar .author-thumb img {
    border: 3px solid #fff;
    width: 30%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15%;
}
.nwa .author-box .author-content {
    margin-top: 16%;
    font-size: 13px;
}
.author-name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.author-box .author-name a {
    text-decoration: none;
    color: #333;
}
.author-box p {
    margin-top: 0.3em;
    line-height: 1.6;
}
.author-box p a {
    text-decoration: none;
    color: #008cee;
}
.author-box p a:hover {
    text-decoration: underline;
    color: #008cee;
}

.sidebar.author-box a.follow-button span::before {
    font-size: 18px;
}


/*
.author-box a.follow-button span {
    line-height: 40px;
}
.author-box .icon-twitter-logo::before {
    font-family: FontAwesome;
    content: "\f099"
}
.author-box .icon-facebook-logo::before {
    font-family: FontAwesome;
    content: "\f09a";
}
.author-box .icon-instagram-new::before {
    font-family: FontAwesome;
    content: "\f16d";
}
.author-box .icon-hatebu-logo::before {
    font-family: Verdana;
    content: 'B!';
    font-weight: bold;
}
.author-box .icon-google-plus-logo::before {
    font-family: FontAwesome;
    content: "\f0d5";
}
.author-box .icon-youtube-logo::before {
    font-family: FontAwesome;
    content: "\f167";
}
.author-box .icon-pinterest-logo::before {
    font-family: FontAwesome;
    content: "\f231";
}
.author-box .icon-amazon-logo::before {
    font-family: FontAwesome;
    content: "\f270";
}
.author-box .icon-github-logo::before {
    font-family: FontAwesome;
    content: "\f09b";
}
.author-box .website-button { background-color: #47555c !important; }
.author-box .twitter-button { background-color: #1da1f2 !important; }
.author-box .facebook-button { background-color: #3b5998 !important; }
.author-box .hatebu-button { background-color: #2c6ebd !important; }
.author-box .google-plus-button { background-color: #dd4b39 !important; }
.author-box .instagram-button { background: #e1306c !important; }
.author-box .youtube-button { background-color: #ef1515 !important; }
.author-box .flickr-button { background-color: #0063dc !important; }
.author-box .pinterest-button { background-color: #bd081c !important; }
.author-box .line-button { background-color: #00c300 !important; }
.author-box .amazon-button { background-color: #ff9900 !important; }
.author-box .rakuten-room-button { background-color: #c42e7f !important; }
.author-box .github-button { background-color: #333 !important; }
.author-box .feedly-button { background-color: #2bb24c !important; }
.author-box .rss-button { background-color: #f26522 !important; }
.author-box .soundcloud-button { background-color: #ff7700 !important; }
*/

/************************************
***アプリサーチ用のカスタムCSS
************************************/
.appreach {
	font-family: 'Corbel','Skia','Trebuchet MS',sans-serif;
	text-align: left;
	border: 1px solid #E8F5E9 !important;
    background: #E8F5E9;
	max-width: 600px !important;
	width: 100% !important;
	padding: 30px;
	margin: auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.2);
	border-radius: 5px;
}


.appreach:after {
  content: "";
  display: block;
  clear: both;
}

.appreach p {
  line-height: 1.5em !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
}

.appreach a:after {
  display: none;
}

.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0% 3% 0% 0% !important;
  width: 22.5% !important;
  height: auto !important;
  max-width: 120px !important;
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
}

.appreach__detail {
  display: inline-block;
  line-height: 1.5;
  width: 72%;
}

.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}

.appreach__name {
  font-size: 14px !important;
	color: #009688!important;
  line-height: 1.2em !important;
  font-weight: bold !important;
  max-height: 3em;
  overflow: hidden;
}

.appreach__info {
  font-size: 12px !important;
}

.appreach__posted {
  font-size: .9em !important;
}

.appreach__developper,
.appreach__price {
  margin-right: 0.5em;
}

.appreach__posted a {
  margin-left: 0.8em;
}

.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}

.appreach__aslink img {
  height: 40px;
  -webkit-backface-visibility: hidden;
  margin-right: 10px;
}

.appreach__gplink img {
  height: 40px;
  -webkit-backface-visibility: hidden;
}

/************************************
**ボタンのキラキラのアニメーション
************************************/
/*アニメーションの呼び出し*/
@-webkit-keyframes shiny-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


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

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

@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.eye-catch .cat-label {left: 75%;}
}

/*768px以下*/
@media screen and (max-width: 768px){
.article ul, .article ol {
    padding-left: 0px; /* スマホ閲覧時の余白リセット(cocoon) */
}
/************************************
** VODボックス（スマホ時）
************************************/	
.vod-box_left{
  width: 100%;
	display: inline-block; 
}
.vod-description{
  width: 100%;
	display: inline-block; 
    vertical-align: top;
	}


/************************************
** Cocoon商品リンク（スマホ時）
************************************/	
.product-item-thumb {
  width: 100%;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	
}
.product-item-title {
  text-align: left; 
  font-size: 85%; 
}
.product-item-buttons>* { 
	display: flex;/*ボタンをフレックスボックス化*/
  flex-flow: column;/*ボタン縦並びに変更*/
  justify-content: space-between;/*ボタンを均等配置*/
  width:300%;/*ボタンの長さを調整*/
	
} 
.product-item-buttons>*>a { 
  position: relative; 
}
.shoplinkyahoo a { 
	width: 100%;
  font-size: .7em; 
}
	
	
}
/*480px以下*/
@media screen and (max-width: 480px){
	
	
/*******比較表（スマホで見た時**********/
/* 箇条書き(番号) 行 */
  .compare-box .list-number li{
     padding: 0 0 0.5em 1.8em !important;/* 余白 */
  }
  /* 箇条書き(番号) 行頭番号 */
  .compare-box .list-number li:before {
    font-size:10px;/* 文字大きさ */
    width: 16px;/* 横幅 */
    height: 16px;/* 縦幅 */
    line-height: 16px;/* 行間 */
    top:2px;/* 上からの距離 */
  }
  .compare-box .compare-left-head, .compare-box .compare-right-head{
    font-size:12px;/* 文字大きさ */
    height:50px;/* 高さ */
  }
  /* 左のコンテンツ、右のコンテンツ */
  .compare-box .compare-left, .compare-box .compare-right {
 	 	padding: 1.2em;/* 余白 */
 	 	font-size: 12px;/* 文字大きさ */
 	}
  /* 箇条書き 行頭記号 */
  .compare-box .list li:before {
    top: 9px;/* 上からの距離 */
    left: 3px;/* 下からの距離 */
    width:5px;/* 横幅 */
    height:5px;/* 縦幅 */
  }	
	
	
	
	
/*スマホで見た時のこの記事を書いた人のカスタマイズ*/
#main .author-box {
    margin: 1em 10px;
    padding: 16px;
    text-align: center;
}
#main .author-box .sns-follow-buttons a {
    display: inline-block;
    margin: 2px;
}
#main .author-widget-name {
    margin: 0;
}
#main .author-widget-name::before {
    left: 50px;
}
#main .author-thumb {
    float: none;
    margin: 0;
    padding-top: 20px;
    width: 100%;
}
#main .author-box .author-name {
    font-size: 13px;
}
#main .author-content {
    margin: 10px 0 0 0;
    padding-left: 0;
    border: none;
}
#main .author-box p {
    font-size: 14px;
    text-align: left;
}
#main .author-box a.follow-button span {
    line-height: 40px;
	position: relative;
    top: -5px;
}
	
/************************************
スマホサイズでもアイコンが左側に表示されるようにカスタマイズ。
*************************************/
 .alert, .information-box, .common-icon-box {
        padding: 1em 1em 1em 5.5em !important;
        line-height: 1.6;
    }
    .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 {
          font-family: "Font Awesome 5 Free";
        position: absolute;
        line-height: 1em;
        top: 50%;
        left: 1em;
        padding-right: .45em;
        display: inline-block;
        font-size: 30px;
    }
	

/************************************
***アプリサーチ用のカスタムCSS(スマホ版)
************************************/
  .appreach {
    overflow: hidden;
    max-width: 300px !important;
    padding: 15px;
    margin: 15px auto;
  }

  .appreach__icon {
    width: 25% !important;
  }

  .appreach__info {
    font-size: 10px !important;
  }

  .appreach__links {
    margin: auto;
    margin-top: 15px;
    float: inherit;
    display: table;
  }

  .appreach__aslink img,
  .appreach__gplink img {
    margin-right: 2px;
    height: 40px;

  }
	
	

	
}
