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

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

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

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

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

/*単行本のTable*/
/*一行目ならtr:nth-child(1)、1列目ならtr td:nth-child(1)*/
.tankoubon {
	width: 100%;
	border-collapse: collapse;
	}

.tankoubon tr th {
	background-color: #ff26de;
	color: #ffffff;
	border:3px solid #333;
	padding: 2px;
}
.tankoubon tr:nth-child(1) {
	background-color: #ff26de;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	font-size: 1.4375vw;
	border:1px solid #333;
	}
.tankoubon tr td:nth-child(1) {
	background-color: #ff26de;
	color: #ffffff;
	width:10%;
	text-align: center;
	white-space: nowrap;
	border:1px solid #333;
	font-size: 1.4375vw;
/*		px	vw
10px	3.125vw
11px	3.4375vw
12px	3.75vw
13px	4.0625vw
14px	4.375vw
15px	4.6875vw
16px	5vw*/
	}
.tankoubon tr td:nth-child(2) {
	width:18%;
	text-align: center;
	}
.tankoubon tr td:nth-child(3) {
	width:18%;
	text-align: center;
	}
.tankoubon tr td:nth-child(4) {
	width:18%;
	text-align: center;
	}
.tankoubon tr td:nth-child(5) {
	width:18%;
	text-align: center;
	}
.tankoubon tr td:nth-child(6) {
	width:18%;
	text-align: center;
	}
.tankoubon tr:nth-child(4) {
	white-space: nowrap;
	}

/************************************
** ブログカード
************************************/
.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 600px;
  margin: 2em auto;
}
.blogcard {
  border:1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして読む";
  background: #66c2c3; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 13px;
  padding: 1px 0;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
  .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: 35px;
    margin:0;
  }
  .blogcard-content:after {
    content: "タップして読む";
  }
  .blogcard-thumbnail{
    width:120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}
/************************************
** ブログカード　ここまで
************************************/
/*
     FILE ARCHIVED ON 16:54:06 May 28, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:21:30 Jul 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.433
  exclusion.robots: 0.05
  exclusion.robots.policy: 0.043
  esindex: 0.008
  cdx.remote: 14.723
  LoadShardBlock: 66.997 (3)
  PetaboxLoader3.datanode: 74.512 (5)
  PetaboxLoader3.resolve: 171.568 (2)
  load_resource: 191.034
  loaddict: 21.67
*/