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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.logo-image span{
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.logo-image{
	padding-bottom:0;
	
}
.add-header-contents h1{
    font-size: 1em;
    text-align: center;
    margin-bottom: 1em;
}
nav{
	border-top:1px solid #ccc;
}
.article h1 {
  position: relative;
  padding: 1rem .5rem;
}
.article h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
.article h2 {
	display:table;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #32ff7e;
}

.article h2:before {
position: absolute;
    top: -0.4em;
    left: -0.4em;
    width: 100%;
    height: 100%;
    content: '';
    border: 3px solid #000;
}
/*フロント固定ページのタイトルを非表示　*/
.home .article header h1{display:none;}
/*フロント固定ページのの投稿日を非表示　*/
.home .post-date{display:none;}
/*フロント固定ページの更新日を非表示*/
.home .post-update{display: none;}
/*フロント固定ページのシェアボタンを非表示*/
.home.page .sns-share{display: none;}
/*フロント固定ページのフォローボタンを非表示*/
.home.page .sns-follow{display: none;}
/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{display: none;}
#footer{
	background:url("https://kazenokosc.com/wp-content/uploads/2021/11/ftbg.png") repeat-x left bottom;
	text-shadow    : 
       1px  1px 0px #000000,
      -1px  1px 0px #000000,
       1px -1px 0px #000000,
      -1px -1px 0px #000000,
       1px  0px 0px #000000,
       0px  1px 0px #000000,
      -1px  0px 0px #000000,
       0px -1px 0px #000000; 
}
.sch p{
	font-size:0.8em;
	    padding: 1em;
	margin-bottom:0;
}
table.pra{
	font-size:0.8em;
	}
table.pra tr:nth-of-type(2n+1){
	background:none;
}
table.pra strong{
	display:block;
	color:#f00;
}
.tb_wrap table{
	background:#fff;
	width:100%;
	white-space: nowrap;
	text-align:center;
}
.tb_wrap table tr:first-child{
	position:sticky;
	top:0;
}
.tb_wrap table td:first-child{
	position:sticky;
	left:0;
	width:4%;
}
.tb_wrap table td:nth-child(2),
.tb_wrap table td:nth-child(3){
	width:4%;
}
.tb_wrap table td:nth-child(4),
.tb_wrap table td:nth-child(5),
.tb_wrap table td:nth-child(6),
.tb_wrap table td:nth-child(7),
.tb_wrap table td:nth-child(8),
.tb_wrap table td:nth-child(9){
	width:14.6666666%;
}
.tb_wrap table tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.tb_wrap table tr{
	background:#fff;
	vertical-align:middle;
}
.tb_wrap table td p{
	margin-bottom:0;
}
.tb_wrap{
	overflow: auto;　　
}
.tb_wrap::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.tb_wrap::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.tb_wrap::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.widget-entry-card {
    display: flex;
    align-items: center;
}
.a-wrap{
	border-bottom: 1px solid #ccc;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.appeal-message{
		font-size:0.8em;
		
	}
	#navi .navi-in > .menu-mobile li{
		border-bottom:1px solid #ccc;
	}
	}
	#navi .navi-in > .menu-mobile li:nth-child(odd){
		border-right:1px solid #ccc;
		
	}
.widget-entry-card-content {
    margin-left:0;
	    font-size: 14px;
}
.widget-entry-cards figure {
    width: 60px;
}
}
