@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*h1の書式*/
.article h1{
	line-height: 1.5;
}
/*本文の余白*/
p, .paragraph {
  margin: 1em 0 3em 0;
}
/*h2見出しの書式*/
.article h2 {
	margin-top: 80px;
	line-height: 1.5;
	font-size: 20px;
	padding: 15px;
}
/*h3見出しの書式*/
.article h3 {
	margin-top: 40px;
	line-height: 1.5;
	font-size: 20px;
	padding: 15px;
}
/*ブログカード周囲の余白*/
.blogcard-type {
    margin: 100px 10px 80px 10px;
}
.home .blogcard-type {
	margin: 40px 10px 20px 10px;
}
/*ボックスの設定*/
.primary-box {
	line-height: 2;
	font-size: 18px;
	margin-top: 3em;
	margin-bottom: 3em;
}
/*キャッチフレーズ上部の隙間*/
/*.tagline {
	padding-top: 40px;
}*/

/*吹き出し内の行間余白*/
.speech-balloon p{
	line-height: 1.8;
}
/*吹き出し内の行間余白*/
div.speech-balloon p{
	margin: 0.5em;
}
/*吹き出し外側の行間余白
.speech-wrap {
	margin-top: 2em;
}*/
/*ヘッダーのサイトネーム書式*/
.site-name-text{
	font-family: 'Baloo Thambi 2', cursive;	
}
/*ヘッダーのサイトネーム書式*/
.header-in .logo{
	margin-top: 30px;
	margin-bottom: 10px;
}
/*スマホ画面のヘッダー削除*/
/*@media screen and (max-width: 768px){
	.single #header-container{
		display: none;
	}
}*/
/*スマホ画面のヘッダー書式*/
.logo-header a span{
	font-family: 'Baloo Thambi 2', cursive;
}
/*ランキングの書式*/
.widget-entry-card-content {
 font-size: 12pt;
 line-height: 1.5;
}
/*PC*/
.rect-vartical-card .related-entry-card-title {
 font-size: 14px;
 text-align: center;
 line-height: 1.5;
}
.entry-card-title {
 font-size: 14px;
 text-align: center;
 line-height: 1.5;
}
/*一応余計なものも削除*/
.blogcard-snipet,
.blogcard-footer{
display: none;
}
/*768px以下*/
@media screen and (max-width: 768px){
.rect-vartical-card .related-entry-card-title {
 font-size: 12px;
 text-align: center;
 line-height: 1.5;
}
.entry-card-title {
 font-size: 12px;
 text-align: center;
 line-height: 1.5;
}
} 

/* tab switcher */
.tab-wrap {
	background: White;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	border-bottom: 3px solid #ddd;
}

.tab-label:hover {
	background: rgba(100, 100, 100,.1);
}

.tab-switch:checked + .tab-label {
	color: #545454;
}

.tab-label::after {
	background: #545454;
	bottom: -3px;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 10px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}

}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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){
  /*必要ならばここにコードを書く*/
}
