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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.ranking-item-img-desc{
	display:block;
}
.ranking-item-image-tag{
	max-width:inherit;
}
.ranking-item-image-tag img{
	width:100%;
	height:100%;
}
.widget_item_ranking .main-widget-label{
	background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
	color:#FFF;
	text-shadow:2px 2px 4px #000;
	padding:1em;
	font-size:1.8rem;
}
.widget-single-content-bottom-title.main-widget-label{
	background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
	color:#FFF;
	text-shadow:2px 2px 4px #000;
	padding:1em;
	font-size:1.8rem;
	margin-bottom:0.7em;
}
.widget-single-content-top-title.main-widget-label{
  position: relative;
  color: #FFF;
	font-size:19px;
	font-weight:bold;
	text-shadow:2px 2px 3px #000;
  background:#f6bfbc;
  line-height: 1.4;
  padding:1em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}
.widget-single-content-top-title.main-widget-label:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f00c Check';
  background: #d7003a;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}
h3.hajimenicheck{
	border:none;
  position: relative;
  color: #FFF;
	font-size:19px;
	font-weight:bold;
	text-shadow:2px 2px 3px #000;
  background:#f6bfbc;
  line-height: 1.4;
  padding:1em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}
h3.hajimenicheck:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f00c Check';
  background: #d7003a;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}
table.osusume{
	border:solid 1px #333;
}
table.osusume td{
	width:50%;
	text-align:center;
	border:solid 1px #333;
	background:#FFF;
}
table.osusume td img{
	padding:2em;
}
#custom_html-2{
	margin-bottom:2em;
}
.article .toc{
	width:80%;
	max-width:500px;
}
.article h2{
	border:none;
	background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
	color:#FFF;
	text-shadow:2px 2px 4px #000;
	padding:1em;
}
.article h2::after {
    margin-top:0;
    content: "";
    display: none;
    height: 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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